@charset "UTF-8";
|
/* 颜色变量 */
|
.box.data-v-e1842e66 {
|
width: 100%;
|
}
|
.box .box_info.data-v-e1842e66 {
|
width: 100%;
|
padding: 0 32rpx 28rpx 32rpx;
|
box-sizing: border-box;
|
background-color: #ffffff;
|
}
|
.box .box_info .list.data-v-e1842e66 {
|
display: flex;
|
flex-direction: column;
|
width: 100%;
|
}
|
.box .box_info .list .list_item.data-v-e1842e66 {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-top: 44rpx;
|
}
|
.box .box_info .list .list_item .list_item_label.data-v-e1842e66 {
|
display: flex;
|
align-items: center;
|
}
|
.box .box_info .list .list_item .list_item_label text.data-v-e1842e66:nth-child(1) {
|
font-size: 32rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #333333;
|
}
|
.box .box_info .list .list_item .list_item_label text.data-v-e1842e66:nth-child(2) {
|
font-size: 32rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #D20A0A;
|
}
|
.box .box_info .list .list_item .list_item_to.data-v-e1842e66 {
|
display: flex;
|
align-items: center;
|
}
|
.box .box_info .list .list_item .list_item_to text.data-v-e1842e66 {
|
font-size: 28rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #999999;
|
margin-right: 12rpx;
|
}
|
.box .box_info .list .list_price.data-v-e1842e66 {
|
margin-top: 52rpx;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.box .box_info .list .list_price .list_price_box.data-v-e1842e66 {
|
flex: 1;
|
display: flex;
|
align-items: flex-start;
|
flex-direction: column;
|
}
|
.box .box_info .list .list_price .list_price_box .list_price_box_top.data-v-e1842e66 {
|
display: flex;
|
align-items: center;
|
}
|
.box .box_info .list .list_price .list_price_box .list_price_box_top text.data-v-e1842e66:nth-child(1) {
|
font-size: 28rpx;
|
font-family: PingFang SC-Semibold, PingFang SC;
|
font-weight: 600;
|
color: #333333;
|
margin-right: 12rpx;
|
}
|
.box .box_info .list .list_price .list_price_box .list_price_box_top text.data-v-e1842e66:nth-child(2) {
|
font-size: 24rpx;
|
font-family: PingFang SC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #999999;
|
}
|
.box .box_info .list .list_price .list_price_box .list_price_box_bottom.data-v-e1842e66 {
|
font-size: 24rpx;
|
font-family: PingFang SC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #333333;
|
margin-top: 16rpx;
|
}
|
.box .box_info .list .list_price .list_price_bottom.data-v-e1842e66 {
|
flex-shrink: 0;
|
margin-left: 126rpx;
|
font-size: 28rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #333333;
|
}
|
.box .box_desc.data-v-e1842e66 {
|
width: 100%;
|
padding: 28rpx 32rpx;
|
box-sizing: border-box;
|
background-color: #ffffff;
|
margin-top: 16rpx;
|
}
|
.box .box_desc .box_desc_label.data-v-e1842e66 {
|
font-size: 32rpx;
|
font-family: PingFang SC-Semibold, PingFang SC;
|
font-weight: 600;
|
color: #333333;
|
margin-bottom: 36rpx;
|
}
|
.box .box_desc .box_desc_ipt.data-v-e1842e66 {
|
width: 100%;
|
padding: 28rpx 24rpx;
|
background-color: #F5F5F5;
|
box-sizing: border-box;
|
display: flex;
|
flex-direction: column;
|
}
|
.box .box_desc .box_desc_ipt textarea.data-v-e1842e66 {
|
width: 100%;
|
height: 80rpx;
|
}
|
.box .box_desc .box_desc_ipt .box_desc_ipt_list.data-v-e1842e66 {
|
display: flex;
|
align-items: center;
|
flex-wrap: wrap;
|
margin-top: 50rpx;
|
}
|
.box .box_desc .box_desc_ipt .box_desc_ipt_list .box_desc_ipt_list_item.data-v-e1842e66 {
|
width: 172rpx;
|
height: 172rpx;
|
}
|
.box .box_desc .box_desc_ipt .box_desc_ipt_list .box_desc_ipt_list_item image.data-v-e1842e66 {
|
width: 100%;
|
height: 100%;
|
}
|
.box .box_zw.data-v-e1842e66 {
|
width: 100%;
|
height: calc(112rpx + env(safe-area-inset-bottom));
|
}
|
.box .box_footer.data-v-e1842e66 {
|
width: 100%;
|
position: fixed;
|
bottom: 0;
|
left: 0;
|
box-sizing: border-box;
|
background-color: #FFFFFF;
|
padding: 20rpx 56rpx calc(20rpx + env(safe-area-inset-bottom)) 56rpx;
|
}
|
.box .box_footer .box_footer_btn.data-v-e1842e66 {
|
width: 100%;
|
height: 72rpx;
|
line-height: 72rpx;
|
text-align: center;
|
background: linear-gradient(270deg, #D20A0A 0%, #D95A5A 100%);
|
border-radius: 36rpx;
|
font-size: 32rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #FFFFFF;
|
}
|
.box .popup1.data-v-e1842e66 {
|
padding: 48rpx 32rpx 0 32rpx;
|
}
|
.box .popup1 .popup_head.data-v-e1842e66 {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.box .popup1 .popup_head text.data-v-e1842e66 {
|
font-size: 32rpx;
|
font-family: PingFang SC-Semibold, PingFang SC;
|
font-weight: 600;
|
color: #333333;
|
}
|
.box .popup1 .popup_list.data-v-e1842e66 {
|
width: 100%;
|
display: flex;
|
flex-direction: column;
|
margin-top: 68rpx;
|
}
|
.box .popup1 .popup_list .popup_list_item.data-v-e1842e66 {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-bottom: 62rpx;
|
}
|
.box .popup1 .popup_list .popup_list_item.data-v-e1842e66:last-child {
|
margin-bottom: 0 !important;
|
}
|
.box .popup1 .popup_list .popup_list_item text.data-v-e1842e66 {
|
font-size: 28rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #333333;
|
}
|
.box .popup1 .popup_footer.data-v-e1842e66 {
|
padding: 0 24rpx 20rpx 24rpx;
|
margin-top: 112rpx;
|
}
|
.box .popup1 .popup_footer .popup_footer_btn.data-v-e1842e66 {
|
width: 100%;
|
height: 72rpx;
|
line-height: 72rpx;
|
text-align: center;
|
background: linear-gradient(270deg, #D20A0A 0%, #D95A5A 100%);
|
border-radius: 36rpx;
|
font-size: 32rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #FFFFFF;
|
}
|