|
page {
|
background-color: #ffffff;
|
}
|
|
@charset "UTF-8";
|
/* @import '@/uni_modules/uni-scss/variables.scss';*/
|
/* 颜色变量 */
|
.box.data-v-e311e0a4 {
|
width: 100%;
|
}
|
.box .box_list.data-v-e311e0a4 {
|
padding: 24rpx 32rpx;
|
box-sizing: border-box;
|
}
|
.box .box_list .box_list_item.data-v-e311e0a4 {
|
width: 100%;
|
padding: 32rpx 20rpx 18rpx 28rpx;
|
box-sizing: border-box;
|
background: #FFFFFF;
|
border-radius: 12rpx;
|
border: 2rpx solid #D20A0A;
|
display: flex;
|
align-items: center;
|
margin-bottom: 16rpx;
|
}
|
.box .box_list .box_list_item.data-v-e311e0a4:last-child {
|
margin-bottom: 0 !important;
|
}
|
.box .box_list .box_list_item .box_list_item_left.data-v-e311e0a4 {
|
width: 200rpx;
|
height: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
flex-direction: column;
|
margin-right: 32rpx;
|
}
|
.box .box_list .box_list_item .box_list_item_left .box_list_item_left_a.data-v-e311e0a4 {
|
display: flex;
|
align-items: center;
|
}
|
.box .box_list .box_list_item .box_list_item_left .box_list_item_left_a text.data-v-e311e0a4:first-child {
|
font-size: 36rpx;
|
font-family: PingFang SC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #D20A0A;
|
margin-top: 35rpx;
|
}
|
.box .box_list .box_list_item .box_list_item_left .box_list_item_left_a text.data-v-e311e0a4:last-child {
|
font-size: 76rpx;
|
font-family: PingFang SC-Semibold, PingFang SC;
|
font-weight: 600;
|
color: #D20A0A;
|
}
|
.box .box_list .box_list_item .box_list_item_left .box_list_item_left_b.data-v-e311e0a4 {
|
font-size: 24rpx;
|
font-family: PingFang SC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #D20A0A;
|
margin-top: 24rpx;
|
}
|
.box .box_list .box_list_item .box_list_item_right.data-v-e311e0a4 {
|
flex: 1;
|
display: flex;
|
flex-direction: column;
|
justify-content: space-between;
|
}
|
.box .box_list .box_list_item .box_list_item_right .top.data-v-e311e0a4 {
|
display: flex;
|
flex-direction: column;
|
}
|
.box .box_list .box_list_item .box_list_item_right .top .top_a.data-v-e311e0a4 {
|
font-size: 32rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #333333;
|
}
|
.box .box_list .box_list_item .box_list_item_right .top .top_b.data-v-e311e0a4 {
|
font-size: 20rpx;
|
font-family: PingFang SC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #999999;
|
margin-top: 20rpx;
|
}
|
.box .box_list .box_list_item .box_list_item_right .top .top_c.data-v-e311e0a4 {
|
margin-top: 20rpx;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.box .box_list .box_list_item .box_list_item_right .top .top_c text.data-v-e311e0a4 {
|
font-size: 20rpx;
|
font-family: PingFang SC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #999999;
|
}
|
.box .box_list .box_list_item .box_list_item_right .top .top_c image.data-v-e311e0a4 {
|
width: 32rpx;
|
height: 32rpx;
|
}
|
.box .box_list .box_list_item .box_list_item_right .x.data-v-e311e0a4 {
|
width: 100%;
|
height: 2rpx;
|
background-color: #F4F5F4;
|
margin: 24rpx 0 10rpx 0;
|
}
|
.box .box_list .box_list_item .box_list_item_right .bottom.data-v-e311e0a4 {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.box .box_list .box_list_item .box_list_item_right .bottom text.data-v-e311e0a4 {
|
font-size: 20rpx;
|
font-family: PingFang SC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #333333;
|
}
|
.box .box_footer.data-v-e311e0a4 {
|
position: fixed;
|
left: 0;
|
bottom: 0;
|
width: 100%;
|
box-sizing: border-box;
|
padding: 12rpx 54rpx calc(12rpx + env(safe-area-inset-bottom)) 54rpx;
|
}
|
.box .box_footer .box_footer_btn.data-v-e311e0a4 {
|
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;
|
}
|