마이페이지 화면 깨짐 오류 수정

This commit is contained in:
rosewiper 2024-01-02 18:21:04 +09:00
parent 6b1eff91ed
commit aa352f5224

View File

@ -319,7 +319,7 @@ input[type="password"].list_inputType1 {padding: 0px;background-color: transpare
.my_dashboard .send_price::after{display: none;}
.my_dashboard .send_price .price_title{display: flex; width: 100px; background-color: #eea301; color: #fff; font-size: 20px; font-weight: bold; border-radius: 10px 0 0 10px; align-items: center; justify-content: center; line-height: 1.5;}
.my_dashboard .send_price .price_wrap{width: calc(100% - 100px); background-color: #fff; border-radius: 0 10px 10px 0;}
.my_dashboard .send_price ul{display: flex; width: calc(100% - 0px); border-bottom: 1px dashed #d5d5d5; margin: 0 auto; padding: 10px 15px; align-items: center; flex-wrap: wrap; box-sizing: border-box;}
.my_dashboard .send_price ul{display: flex; width: calc(100% - 0px); border-bottom: 1px dashed #d5d5d5; margin: 0 auto; padding: 10px 14px; align-items: center; flex-wrap: wrap; box-sizing: border-box;}
.my_dashboard .send_price ul:last-child{border: 0; align-items: flex-start;}
.my_dashboard .send_price ul:first-child li:last-child{margin: 0; padding: 0}
.my_dashboard .send_price .price_wrap .title{font-size: 16px; color: #222;}