2024/1/3 문자온 > 마이페이지 퍼블리싱 수정
This commit is contained in:
parent
aa352f5224
commit
26ca299c6d
@ -262,7 +262,7 @@ function getMberGrdChk() {
|
||||
</p>
|
||||
<c:if test="${loginVO.dept eq 'p'}">
|
||||
<button type="button" class="btnType" onclick="location.href='/web/user/membershipChange.do'">기업회원전환</button>
|
||||
</c:if>
|
||||
</c:if>
|
||||
</div>
|
||||
<div class="send_price">
|
||||
<div class="price_title">나의<br />단가</div>
|
||||
|
||||
@ -672,8 +672,14 @@ input[type="password"].list_inputType1 {padding: 0px;background-color: transpare
|
||||
|
||||
/* 마이페이지 */
|
||||
/*등급제 아이콘 추가*/
|
||||
|
||||
|
||||
@media only screen and (max-width:1540px){
|
||||
.my_dashboard .send_price{width: calc(100% - 486px);}
|
||||
.my_dashboard .send_price .price_wrap{width: calc(100% - 73px);}
|
||||
.my_dashboard .send_price .price_title{width: 65px;}
|
||||
.send_top .send_price li{margin-right: 2px; padding-right:6px;}
|
||||
.my_dashboard>.my_dashboard_cont1, .my_dashboard>.my_dashboard_cont3{flex-wrap: nowrap;}
|
||||
.send_top .send_price .price_line::after{content: none;}
|
||||
}
|
||||
|
||||
|
||||
/* media queries */
|
||||
@ -682,7 +688,7 @@ input[type="password"].list_inputType1 {padding: 0px;background-color: transpare
|
||||
.my_dashboard_cont1 p{font-size: 16px;}
|
||||
.my_dashboard_cont1 p span{font-size: 24px;}
|
||||
.my_dashboard .my_dashboard_cont1 button{height: 40px; padding: 0 15px; font-size: 16px; font-weight: 500;}
|
||||
.my_dashboard .send_price{width: calc(100% - 340px);}
|
||||
.my_dashboard .send_price{width: calc(100% - 387px);}
|
||||
.send_top .send_price li{letter-spacing: -1px;}
|
||||
.send_top .send_price .title{padding: 0 4px 0 0;}
|
||||
|
||||
@ -692,7 +698,8 @@ input[type="password"].list_inputType1 {padding: 0px;background-color: transpare
|
||||
.my_dashboard .my_dashboard_cont1 button {font-size: 16px; padding: 0 8px; margin: 0 0 0 13px; color: #002c9a;}
|
||||
.my_dashboard_cont1 .level_icon{margin: 0 22px 0 0;}
|
||||
.my_dashboard .send_price{margin: 0 -24px 0 0;}
|
||||
.my_dashboard .send_price .price_title{width: 75px;}
|
||||
.my_dashboard .title_wrap .btnType{margin: 0 10px 0 0;}
|
||||
/*.my_dashboard .send_price .price_title{width: 75px;}*/
|
||||
}
|
||||
|
||||
@media only screen and (max-width:1380px){
|
||||
@ -702,6 +709,12 @@ input[type="password"].list_inputType1 {padding: 0px;background-color: transpare
|
||||
@media only screen and (max-width:1300px){
|
||||
/* join3 */
|
||||
.mem_cont.join3 .text_middle>div {font-size: 16px;}
|
||||
.my_dashboard .send_price .price_wrap{width:calc(100% - 80px);}
|
||||
.my_dashboard .send_price .price_title{width: 60px; font-size:18px; line-height:1.4;}
|
||||
.my_dashboard .send_price{width: calc(100% - 375px);}
|
||||
}
|
||||
@media only screen and (max-width:1280px{
|
||||
.my_dashboard .send_price ul{padding: 10px 10px;}
|
||||
}
|
||||
@media only screen and (max-width:1260px){
|
||||
/* <20>߽Ź<DFBD>ȣ <20><><EFBFBD><EFBFBD> */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user