Sfoglia il codice sorgente

로그인 화면, 공지사항 등록 매장로그인 테스트

yhl88 2 anni fa
parent
commit
8b08da3d23

+ 3 - 3
src/main/webapp/css/style.css

@@ -116,9 +116,9 @@ a, button {outline:none !important; text-decoration:none !important;}
116 116
 #ITP_LOGIN .itp_img{width:150px; height:150px; top:-50px; position: absolute; margin:0 33.3%;}
117 117
 #ITP_LOGIN .itp_login_input label {position:absolute; top:50%; left:27px; color:#adadad; transform:translateY(-50%); font-size: 12px; border: none; outline:none; transition: top .5s ease;}
118 118
 #ITP_LOGIN .itp_login_input {width:90%; margin:0 5%; position:relative;}
119
-#ITP_LOGIN .itp_login_input input {width:100%; padding:20px 10px 10px; outline:none; border-radius:7px; background:#eee;}
120
-#ITP_LOGIN .itp_login_input input:focus + label {top:15px; font-size:8px; color: #2691d9;}
121
-#ITP_LOGIN .itp_login_input input:valid + label {top:15px; font-size:8px; color: #2691d9;}
119
+#ITP_LOGIN .itp_login_input input {width:100%; padding:10px 10px 10px; outline:none; border-radius:7px; background:#eee; font-size: 16px;}
120
+#ITP_LOGIN .itp_login_input input:focus + label {top:15px; font-size:8px; color: #2691d9; display: none;}
121
+#ITP_LOGIN .itp_login_input input:valid + label {top:15px; font-size:8px; color: #2691d9; display: none;}
122 122
 #ITP_LOGIN .itp_login_input:not(:placeholder-shown) ~ label{top:0px; font-size:12px;}
123 123
 
124 124
 /* 메인화면 */

+ 5 - 0
src/main/webapp/js/app/oper/ITP_OPER02010.js

@@ -195,9 +195,14 @@ let pageObj = {
195 195
 					this.brandId 		= fn_make_user_info.get('brandId');
196 196
 					this.brandNm 		= fn_make_user_info.get('brandNm');
197 197
 					this.setAffl();
198
+				}
199
+				if (this.authTpCd === '40' || this.authTpCd === '50') {
198 200
 					$('#ITP_FORM_OPER02010_SEARCH_AFFL_SHOP_BTN').attr('disabled', true);
199 201
 					$('#ITP_FORM_OPER02010_DELETE_AFFL_SHOP_BTN').attr('disabled', true);
200 202
 				}
203
+				if (this.authTpCd === '50') {
204
+					$('#ITP_BTN_OPER02010_NEWREG').hide();					
205
+				}
201 206
 			},
202 207
 			setAffl: function() {
203 208
 				var _this = this;