|
page {
|
background-color: #ffffff !important;
|
}
|
|
@charset "UTF-8";
|
/* @import '@/uni_modules/uni-scss/variables.scss';*/
|
/* 颜色变量 */
|
.box.data-v-7daf1196 {
|
width: 100%;
|
padding: 28rpx 32rpx;
|
box-sizing: border-box;
|
}
|
.box .box_textarea.data-v-7daf1196 {
|
padding-bottom: 64rpx;
|
border-bottom: 2rpx solid #F4F5F4;
|
}
|
.box .box_textarea textarea.data-v-7daf1196 {
|
width: 100%;
|
height: 204rpx;
|
font-size: 28rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #000000;
|
}
|
.box .box_textarea .box_textarea_list.data-v-7daf1196 {
|
margin-top: 30rpx;
|
width: 100%;
|
display: flex;
|
align-items: center;
|
flex-wrap: wrap;
|
}
|
.box .box_textarea .box_textarea_list .box_textarea_list_item.data-v-7daf1196 {
|
width: 172rpx;
|
height: 172rpx;
|
margin-right: 20rpx;
|
}
|
.box .box_textarea .box_textarea_list .box_textarea_list_item.data-v-7daf1196:last-child {
|
margin: 0 !important;
|
}
|
.box .box_textarea .box_textarea_list .box_textarea_list_item image.data-v-7daf1196 {
|
width: 100%;
|
height: 100%;
|
}
|
.box .box_item.data-v-7daf1196 {
|
width: 100%;
|
height: 96rpx;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
border-bottom: 2rpx solid #F4F5F4;
|
}
|
.box .box_item text.data-v-7daf1196 {
|
font-size: 32rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #333333;
|
}
|
.box .box_item input.data-v-7daf1196 {
|
text-align: right;
|
font-size: 28rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #000000;
|
}
|
.box .box_zw.data-v-7daf1196 {
|
width: 100%;
|
height: calc(112rpx + env(safe-area-inset-bottom));
|
}
|
.box .box_footer.data-v-7daf1196 {
|
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-7daf1196 {
|
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;
|
}
|