274 lines
6.0 KiB
Plaintext
274 lines
6.0 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.tab_list.data-v-720c0209 {
|
|
width: 750rpx;
|
|
height: 80rpx;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
background: #fff;
|
|
}
|
|
.tab_list .tabli.data-v-720c0209 {
|
|
font-size: 24rpx;
|
|
color: #333;
|
|
line-height: 75rpx;
|
|
text-align: center;
|
|
border-bottom: 4rpx solid #fff;
|
|
}
|
|
.tab_list .tabliactive.data-v-720c0209 {
|
|
border-bottom: 4rpx solid #008EFF;
|
|
}
|
|
.active.data-v-720c0209 {
|
|
border: 1px solid red;
|
|
text-align: center;
|
|
border: none;
|
|
background: #008EFF;
|
|
padding: 5rpx 10rpx;
|
|
border-radius: 10rpx;
|
|
color: #FFFFFF;
|
|
border: 1px solid #008EFF !important;
|
|
}
|
|
.list-box.data-v-720c0209 {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
.list-box.data-v-720c0209 {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
.list-item.data-v-720c0209 {
|
|
border: 1px solid #999999;
|
|
padding: 5rpx 10rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
.valueactive.data-v-720c0209 {
|
|
color: #666;
|
|
}
|
|
.select_warp.data-v-720c0209 {
|
|
z-index: 9;
|
|
position: relative;
|
|
}
|
|
.searchbox.data-v-720c0209 {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin: 20rpx 0;
|
|
}
|
|
.searchbox .searchtext.data-v-720c0209 {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 30rpx;
|
|
color: #999;
|
|
margin-right: 55rpx;
|
|
background: #ffffff;
|
|
padding: 8rpx;
|
|
border-radius: 5rpx;
|
|
}
|
|
.warpbox.data-v-720c0209 {
|
|
width: 750rpx;
|
|
background: rgba(0, 0, 0, 0.7);
|
|
}
|
|
.warpbox .screen_content.data-v-720c0209 {
|
|
z-index: 2;
|
|
border-top: 1rpx solid #CCCCCC;
|
|
background-color: #fff;
|
|
padding: 24rpx;
|
|
}
|
|
.warpbox .screen_content .fir_li.data-v-720c0209 {
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.warpbox .screen_content .fir_li .li_label.data-v-720c0209 {
|
|
font-size: 28rpx;
|
|
margin-top: 30rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.warpbox .screen_content .fir_li .classify.data-v-720c0209 {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
.warpbox .screen_content .fir_li .classify .classify_flex.data-v-720c0209 {
|
|
padding: 5rpx 16rpx;
|
|
color: #999;
|
|
font-size: 30rpx;
|
|
border: 1px solid #999;
|
|
border-radius: 10rpx;
|
|
}
|
|
.warpbox .screen_content .fir_li .classify .c_f.data-v-720c0209 {
|
|
background: #008EFF !important;
|
|
color: #fff;
|
|
}
|
|
.warpbox .screen_content .fir_li .li_box.data-v-720c0209 {
|
|
border-radius: 15rpx;
|
|
border: 1rpx solid #CCCCCC;
|
|
width: 690rpx;
|
|
height: 60rpx;
|
|
padding: 0 35rpx;
|
|
line-height: 60rpx;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
color: #999;
|
|
box-sizing: border-box;
|
|
}
|
|
.warpbox .screen_content .fir_li .form_right.data-v-720c0209 {
|
|
color: #999;
|
|
text-align: center;
|
|
}
|
|
.warpbox .screen_content .fir_li .form_right image.data-v-720c0209 {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin: 28rpx 5rpx 0 0;
|
|
}
|
|
.warpbox .button_bottom.data-v-720c0209 {
|
|
display: flex;
|
|
width: 100%;
|
|
height: 90rpx;
|
|
background-color: #fff;
|
|
line-height: 90rpx;
|
|
text-align: center;
|
|
font-size: 32rpx;
|
|
justify-content: space-around;
|
|
padding-bottom: 100rpx;
|
|
}
|
|
.warpbox .button_bottom.data-v-720c0209 :first-child {
|
|
color: #999;
|
|
border: 1rpx solid #999;
|
|
width: 260rpx;
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
border-radius: 30rpx;
|
|
}
|
|
.warpbox .button_bottom.data-v-720c0209 :last-child {
|
|
background-color: #008EFF;
|
|
color: #fff;
|
|
width: 260rpx;
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
border-radius: 30rpx;
|
|
}
|
|
.lxr_con_list.data-v-720c0209 {
|
|
padding: 20rpx 0;
|
|
margin-bottom: 20rpx;
|
|
background: #fff;
|
|
}
|
|
.lxr_con_list.data-v-720c0209:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.lxr_con_list .name.data-v-720c0209 {
|
|
font-size: 34rpx;
|
|
color: #333333;
|
|
font-weight: 500;
|
|
border-bottom: 1rpx solid #ededed;
|
|
padding: 0 0 30rpx 63rpx;
|
|
}
|
|
.lxr_con_list .info.data-v-720c0209 {
|
|
font-size: 32rpx;
|
|
color: #999999;
|
|
margin: 10rpx 0;
|
|
padding-left: 63rpx;
|
|
}
|
|
.lxr_con_list .proce_li.data-v-720c0209 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding-left: 63rpx;
|
|
margin: 10rpx 0;
|
|
}
|
|
.lxr_con_list .proce_li .pro_li_left.data-v-720c0209 {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
.lxr_con_list .proce_li .pro_li_left .protext.data-v-720c0209 {
|
|
font-size: 32rpx;
|
|
color: #999999;
|
|
}
|
|
.lxr_con_list .proce_li .pro_li_left .probox.data-v-720c0209 {
|
|
width: 120rpx;
|
|
height: 30rpx;
|
|
border-radius: 15rpx;
|
|
background: #C0C0C0;
|
|
margin: 0 15rpx;
|
|
}
|
|
.lxr_con_list .proce_li .pro_li_left .probox .proin.data-v-720c0209 {
|
|
width: 20%;
|
|
height: 30rpx;
|
|
border-radius: 15rpx;
|
|
background: #008EFF;
|
|
}
|
|
.lxr_con_list .proce_li .pro_li_left .pronum.data-v-720c0209 {
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
}
|
|
.lxr_con_list .proce_li .pro_li_right.data-v-720c0209 {
|
|
color: #008EFF;
|
|
font-size: 33rpx;
|
|
font-weight: 500;
|
|
margin-right: 28rpx;
|
|
}
|
|
.lxr_con_list .con_status.data-v-720c0209 {
|
|
width: 130rpx;
|
|
height: 36rpx;
|
|
text-align: center;
|
|
line-height: 36rpx;
|
|
background: rgba(0, 142, 255, 0.1);
|
|
margin-top: 30rpx;
|
|
margin-left: 63rpx;
|
|
}
|
|
.lxr_con_list .con_status ._span.data-v-720c0209 {
|
|
font-size: 26rpx;
|
|
color: #008EFF;
|
|
}
|
|
.lxr_con_list .nopass.data-v-720c0209 {
|
|
color: #ec7f51;
|
|
}
|
|
.lxr_con_list .pass.data-v-720c0209 {
|
|
color: #22A7F6;
|
|
}
|
|
.bot_total.data-v-720c0209 {
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 750rpx;
|
|
height: calc(80rpx + env(safe-area-inset-bottom) / 2);
|
|
background: #fff;
|
|
font-size: 24rpx;
|
|
color: #333;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
color: #008EFF;
|
|
border-top: 1rpx solid #f5f5f5;
|
|
padding-bottom: calc(env(safe-area-inset-bottom) / 2);
|
|
}
|
|
.botwarp.data-v-720c0209 {
|
|
background: #fff;
|
|
padding: 0 24rpx;
|
|
}
|
|
.botwarp .wa_li.data-v-720c0209 {
|
|
padding: 24rpx 35rpx;
|
|
border-bottom: 1rpx solid #f5f5f5;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.botwarp .wa_li .wa_label.data-v-720c0209 {
|
|
font-size: 24rpx;
|
|
color: #333;
|
|
}
|
|
.botwarp .wa_li .wa_money.data-v-720c0209 {
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
}
|
|
.botwarp .wa_li .wa_money text.data-v-720c0209 {
|
|
color: #008EFF;
|
|
}
|
|
.botwarp .wa_btn.data-v-720c0209 {
|
|
width: 100%;
|
|
height: 100rpx;
|
|
font-size: 24rpx;
|
|
color: #008EFF;
|
|
text-align: center;
|
|
line-height: 100rpx;
|
|
}
|