발신번호 등록 수정

This commit is contained in:
USER
2022-08-17 12:03:45 +09:00
parent 26756f3e8e
commit 89c8d1eb68
34 changed files with 918 additions and 247 deletions

View File

@@ -67,7 +67,7 @@ header .user_wrap .user {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 258px;
width: 308px; /*20220811 퍼블리싱 수정*/
height: 63px;
background: url(../images/user-bg.png) no-repeat center/100% auto;
}
@@ -405,7 +405,7 @@ header .user_wrap .user_info .logout {
-ms-flex-align: end;
align-items: flex-end;
border-radius: 4px;
margin-bottom: 50px;
margin: 0 40px 50px 40px; /*20220811 퍼블리싱 수정*/
flex-wrap: wrap;
}
@@ -844,7 +844,7 @@ header .user_wrap .user_info .logout {
.pagination {
display:flex;
justify-content: center;
margin-bottom: 50px;
margin: 65px 0 50px 0; /*20220811 퍼블리싱 수정*/
}
.pagination ul{
@@ -1373,6 +1373,10 @@ header .user_wrap .user_info .logout {
font-weight: 500;
}
.popup .button.Ty02 {
margin-left: 0px; padding: 0 20px;
}
/*customer popup*/
.popup.b-popup{
@@ -1702,9 +1706,11 @@ header .user_wrap .user_info .logout {
margin-bottom: 2%;
}
/* --- 삭제
.popup.popup_form table .registration ul li:nth-child(3n){
margin-right: 0;
margin-right: 0;
}
*/
.popup.popup_form table .registration ul li span{
min-height: 30px;