@charset "UTF-8";
|
/* @import '@/uni_modules/uni-scss/variables.scss';*/
|
/* 颜色变量 */
|
.box.data-v-492dac5e {
|
width: 100%;
|
}
|
.box .box_list.data-v-492dac5e {
|
display: flex;
|
flex-direction: column;
|
background-color: #ffffff;
|
}
|
.box .box_list .box_list_item.data-v-492dac5e {
|
padding: 28rpx 32rpx;
|
display: flex;
|
justify-content: space-between;
|
}
|
.box .box_list .box_list_item .box_list_item_label.data-v-492dac5e {
|
display: flex;
|
align-items: center;
|
}
|
.box .box_list .box_list_item .box_list_item_label text.data-v-492dac5e:nth-child(1) {
|
font-size: 32rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #333333;
|
}
|
.box .box_list .box_list_item .box_list_item_label text.data-v-492dac5e:nth-child(2) {
|
font-size: 32rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #D95A5A;
|
}
|
.box .box_list .box_list_item .box_list_item_val.data-v-492dac5e {
|
display: flex;
|
align-items: center;
|
}
|
.box .box_list .box_list_item .box_list_item_val text.data-v-492dac5e {
|
font-size: 28rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #333333;
|
}
|
.box .box_list .box_list_item .box_list_item_val input.data-v-492dac5e {
|
text-align: right;
|
font-size: 28rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #000000;
|
}
|
.box .box_list .box_list_item .box_list_item_val image.data-v-492dac5e {
|
width: 28rpx;
|
height: 28rpx;
|
margin-left: 14rpx;
|
}
|
.box .box_desc.data-v-492dac5e {
|
width: 100%;
|
padding: 28rpx 32rpx;
|
box-sizing: border-box;
|
background-color: #ffffff;
|
margin-top: 16rpx;
|
}
|
.box .box_desc .box_desc_label.data-v-492dac5e {
|
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-492dac5e {
|
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-492dac5e {
|
width: 100%;
|
height: 80rpx;
|
}
|
.box .box_desc .box_desc_ipt .box_desc_ipt_list.data-v-492dac5e {
|
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-492dac5e {
|
width: 172rpx;
|
height: 172rpx;
|
}
|
.box .box_desc .box_desc_ipt .box_desc_ipt_list .box_desc_ipt_list_item image.data-v-492dac5e {
|
width: 100%;
|
height: 100%;
|
}
|
.box .box_zw.data-v-492dac5e {
|
width: 100%;
|
height: calc(112rpx + env(safe-area-inset-bottom));
|
}
|
.box .box_footer.data-v-492dac5e {
|
width: 100%;
|
position: fixed;
|
bottom: 0;
|
left: 0;
|
background-color: #ffffff;
|
box-sizing: border-box;
|
padding: 20rpx 56rpx calc(20rpx + env(safe-area-inset-bottom)) 56rpx;
|
}
|
.box .box_footer .box_footer_btn.data-v-492dac5e {
|
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;
|
}
|