Explorar el Código

모바일 로그인 수정

whakdo963 hace 2 años
padre
commit
890238719d

+ 3 - 1
src/main/webapp/mobile/app/login.html

@@ -15,13 +15,15 @@
15 15
     <script src="../js/properties.js"></script>
16 16
     <script src="../../js/require.min.js" data-main="../js/config.js"></script>
17 17
   </head>
18
+    <div class="bg_gray"></div>
18 19
     <div id="ITP_LOGIN">
19 20
       <form id="ITP_FORM_MOBILE_LOGIN" class="form-horizontal" action="" method="post" onsubmit="return false;">
20 21
         <input id="userId" name="userId" type="hidden" value="" />
21 22
         <input id="password" name="password" type="hidden" value="" />
22 23
       <div class="login_popup">
23 24
         <div class="login_info">
24
-          <h1>서비스<br>VISUAL IMAGE</h1>
25
+			<img src="../img/oqpologo.png" alt="로고" class=" ">
26
+       		<h1>Order Queen</h1>
25 27
         </div>
26 28
         <div class="num_area">
27 29
           <div class="input_area">

+ 20 - 20
src/main/webapp/mobile/css/style.css

@@ -1,7 +1,7 @@
1 1
 @font-face { font-family: 'NanumBarunGothic';src: url('../fonts/NanumBarunGothic.eot');src: url('../fonts/NanumBarunGothic.eot') format('embedded-opentype'),url('../fonts/NanumBarunGothic.woff') format('woff');}
2 2
 * {margin: 0; padding: 0; box-sizing: border-box; text-align: center; font-family: 'NanumBarunGothic', 'serif'; list-style: none;}
3 3
 section {}
4
-body{background: #fff; position: relative; width: 100%; height: auto;}
4
+body{background: #fff; position: relative; width: 100%; height: auto; font-family: 'NanumBarunGothic';}
5 5
 .color-gray {color:#aaa;}
6 6
 /* 팝업 */
7 7
 section .popup { position: fixed; width: 100%; height: 100%; background: transparent; z-index: 11;}
@@ -128,38 +128,38 @@ body.eee {height: 700px; background: #eee;}
128 128
 .upgrade .btn .info_btn2 button {width: 65%;color: #ccc;background-color: blue;}
129 129
 
130 130
 /* 로그인 */
131
+.bg_gray {width:100%; height:180px; background:#ecebea; border-bottom-left-radius:50%; border-bottom-right-radius:50%;}
131 132
 #ITP_LOGIN {max-width: 500px; margin: 0 auto;}
132
-#ITP_LOGIN .login_popup {position: relative; width: 100%; top: 80px; text-align: center;}
133
-#ITP_LOGIN .login_popup h1 { font-size: 1.5rem; color: #333; font-weight: normal;}
133
+#ITP_LOGIN .login_popup {position: relative; width: 100%; text-align: center;}
134
+#ITP_LOGIN .login_popup h1 { font-size: 1.5rem; color: #333; font-weight: 700;}
134 135
 #ITP_LOGIN .login_popup input { position: relative; height: 30px; font-size: 2.2rem;}
135
-#ITP_LOGIN .login_popup .login_info { margin-bottom: 100px;}
136
+#ITP_LOGIN .login_popup .login_info { margin-bottom: 30px; position:relative; top:-50px;}
137
+#ITP_LOGIN .login_popup .login_info img {width:100px; margin-bottom:10px;}
136 138
 #ITP_LOGIN .login_popup .num_area { position: relative; width: 100%;  margin-bottom: 40px;}
137 139
 #ITP_LOGIN .login_popup .num_area .input_area {margin-bottom: 10px;}
138
-#ITP_LOGIN .login_popup .num_area .input_area input {width:52%; font-size: 0.8rem; }
139
-#ITP_LOGIN .login_popup .num_area .input_area button {font-weight: 700; margin-left: 0.1%; width: 16.5%; height: 40px; background-color: blue; color: #eee; font-size: 1rem; padding: 0;}
140
-#ITP_LOGIN .login_popup .num_area .brand_list select {padding-left: 10px; width: 70%; height: 40px; font-size: 0.8rem; background: url(../img/down.png)no-repeat 100% 50%/40px auto; -webkit-appearance:none; appearance:none;}
140
+#ITP_LOGIN .login_popup .num_area .input_area input {width:50%; font-size: 0.8rem; }
141
+#ITP_LOGIN .login_popup .num_area .input_area button {margin-left: 0.1%; width: 19.5%; height: 45px; background-color: #f7b014; color: #eee; font-size: 16px; padding: 0; border:3px solid #fbd896; border-radius: 10px;}
142
+#ITP_LOGIN .login_popup .num_area .brand_list select {padding-left: 10px; width: 70%; height: 45px; font-size: 0.8rem; border:2px solid #ddd; border-radius:10px; background: url(../img/downarrow.png)no-repeat 95% 50%/20px auto; -webkit-appearance:none; appearance:none;}
141 143
 #ITP_LOGIN .login_popup .num_area .brand_list select option {text-align: left; width: 70%; height: 50px; border: 1px solid #000; font-size: 20px;} 
142 144
 
143 145
 #ITP_LOGIN .login_page {position: relative; width: 100%;  margin-bottom: 30px;}
144 146
 
145 147
 #ITP_LOGIN .input_area {position: relative; width: 100%;  margin-bottom: 10px;}
146
-#ITP_LOGIN .input_area input {width: 70%; height: 40px; position: relative; padding: 10px; text-align: left; border:1px solid #666; font-size: 0.7rem; color: #000; outline: none; margin:0;}
147
-#ITP_LOGIN .input_area label {position: absolute; left: 18%; top: 12px; font-size: 1rem; transition: all .5s ease;}
148
+#ITP_LOGIN .input_area input {width: 70%; height: 45px; position: relative; padding: 10px; text-align: left; border:2px solid #ddd; border-radius:10px; font-size: 0.7rem; color: #000; outline: none; margin:0;}
149
+#ITP_LOGIN .input_area label {position: absolute; left: 18%; top: 14px; font-size: 15px; transition: all .5s ease; color:#666;}
148 150
 #ITP_LOGIN .input_area input:focus + label,
149
-#ITP_LOGIN .input_area input:valid + label {top: 2px; left: 16%; font-size: 0.6rem; color: blue;}
151
+#ITP_LOGIN .input_area input:valid + label {top: 4px; left: 18%; font-size: 0.6rem; color: blue;}
150 152
 #ITP_LOGIN .error {margin: 0 auto; margin-top: 100px;}
151 153
 #ITP_LOGIN .error label {font-size: 1rem;}
152
-#ITP_LOGIN .login_btn {position: absolute; bottom: 0; left: 0;}
154
+#ITP_LOGIN .login_btn {position: relative; top: -20px; left: 0;}
153 155
 #ITP_LOGIN .login_btn button {
154
-  font-weight: 700;
155
-  position: fixed;
156
-  background-color: #aaa;
156
+  font-weight: nomal;
157
+  border:3px solid #fbd896; border-radius: 10px;
157 158
   color: #eee;
158
-  bottom: 0px;
159
-  width: 100%;
160
-  height: 60px;
161
-  border-top: 1px solid #000;
162
-  font-size: 1.2rem;
159
+  background-color: #f7b014;
160
+  width: 70%;
161
+  height: 50px;
162
+  font-size: 20px;
163 163
 }
164 164
 
165 165
 /* 메인화면 */
@@ -182,7 +182,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
182 182
 
183 183
 /* 공통화면 */
184 184
 
185
-#ITP_WRAPPER header {position: fixed;top: 0;width: 100%;height: 55px;background-color:#92c7f6;align-items: center;border-bottom: 1px solid #000;z-index: 11;}
185
+#ITP_WRAPPER header {position: fixed;top: 0;width: 100%;height: 55px;background-color:#F7B014;align-items: center;border-bottom: 1px solid #000;z-index: 11;}
186 186
 #ITP_WRAPPER header .header_wrap {width: 100%; height: 55px; margin: 0 auto;}
187 187
 #ITP_WRAPPER header .header_wrap .menu_logo button {width: 40px; height: 40px; float: left; padding: 0; background: transparent; border: none; margin-top: 7px; margin-left: 7px;}
188 188
 #ITP_WRAPPER header .header_wrap .menu_logo button img {width: 35px; height: 35px; margin: 0; border-radius: 0; border: none;}

BIN
src/main/webapp/mobile/img/downarrow.png


BIN
src/main/webapp/mobile/img/oqpologo.png