xuan a9f9f5f0c6 feat(ID1000857): 【陆盈面料商城】体验优化补充:点击“转出“”弹窗提示“若需提现,请联系业务经理进行转出”
【【陆盈面料商城】体验优化补充:点击“转出“”弹窗提示“若需提现,请联系业务经理进行转出”】 https://www.tapd.cn/53459131/prong/stories/view/1153459131001000857
2022-12-27 14:59:04 +08:00

68 lines
1.4 KiB
SCSS

.apply_after_sales_con {
padding: 20px;
.returnSaleInput_item {
display: flex;
align-items: center;
padding-bottom: 50px;
flex-wrap: wrap;
.title {
font-size: $font_size;
font-weight: 700;
width: 119px;
}
.select {
flex: 1;
height: 60px;
border: 2px solid #e6e6e6;
border-radius: 10px;
margin-left: 20px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 20px;
font-size: 26px;
color: $color_font_two;
.miconfont {
font-size: 30px;
}
.selected {
color: #000;
}
}
.upload_image {
flex: 1;
}
}
.btns_con {
width: 100%;
bottom: 0;
box-sizing: border-box;
margin-top: 50px;
.btns_two {
display: flex;
height: 82px;
// border: 1PX solid $color_main;
font-size: $font_size_big;
border-radius: 40px;
margin-bottom: 20px;
.rest_btn {
flex: 1;
border: 1px solid $color_main;
border-radius: 40px 0 0 40px;
text-align: center;
line-height: 82px;
color: $color_main;
background-color: #fff;
}
.verify_btn {
flex: 1;
border-radius: 0 40px 40px 0;
background: $color_main;
text-align: center;
line-height: 82px;
color: #fff;
}
}
}
}