Browse Source

로그인 버튼 테두리 제거

whakdo963 2 years ago
parent
commit
62f1d27b36
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/webapp/mobile/css/style.css

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

@@ -211,7 +211,7 @@ body.eee {height: 700px; background: #eee;}
211 211
 #ITP_LOGIN .login_popup .num_area {position: relative; width: 100%;  margin-bottom: 30px;}
212 212
 #ITP_LOGIN .login_popup .num_area .input_area {margin-bottom: 8px;}
213 213
 #ITP_LOGIN .login_popup .num_area .input_area input {width:50%; font-size: 0.8rem; }
214
-#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;}
214
+#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:none; border-radius: 10px;}
215 215
 #ITP_LOGIN .login_popup .itp_del_btn.reg_no {width:50px; right:123px; top:2px;}
216 216
 #ITP_LOGIN .login_popup .itp_del_btn.reg_no button {width:45px; border:none; background:transparent;}
217 217
 #ITP_LOGIN .login_popup .itp_del_btn {position:absolute; top:13px; right:66px; background:transparent;}
@@ -232,7 +232,7 @@ body.eee {height: 700px; background: #eee;}
232 232
 #ITP_LOGIN .login_btn {position: relative; top: -20px; left: 0;}
233 233
 #ITP_LOGIN .login_btn button {
234 234
   font-weight: nomal;
235
-  border:3px solid #fbd896; border-radius: 10px;
235
+  border:none; border-radius: 10px;
236 236
   color: #eee;
237 237
   background-color: #f7b014;
238 238
   width: 70%;