60 lines
1.2 KiB
Plaintext
60 lines
1.2 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.scrollbox.data-v-ced2147c {
|
|
height: 900rpx;
|
|
}
|
|
.lxr_con_list.data-v-ced2147c {
|
|
width: 690rpx;
|
|
margin: 24rpx auto 0;
|
|
padding: 20rpx 0;
|
|
background: #fff;
|
|
box-sizing: border-box;
|
|
border-radius: 20rpx;
|
|
}
|
|
.lxr_con_list.data-v-ced2147c:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.lxr_con_list .name.data-v-ced2147c {
|
|
font-size: 34rpx;
|
|
color: #333333;
|
|
font-weight: 500;
|
|
border-bottom: 1rpx solid #ededed;
|
|
padding: 0 24rpx 24rpx;
|
|
}
|
|
.lxr_con_list .info_box.data-v-ced2147c {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 24rpx;
|
|
}
|
|
.lxr_con_list .info_box .info.data-v-ced2147c {
|
|
font-size: 32rpx;
|
|
color: #999999;
|
|
margin: 10rpx 0;
|
|
}
|
|
.lxr_con_list .info_box .pro_li_right.data-v-ced2147c {
|
|
color: #008EFF;
|
|
font-size: 33rpx;
|
|
font-weight: 500;
|
|
}
|
|
.lxr_con_list .con_status.data-v-ced2147c {
|
|
width: 130rpx;
|
|
height: 36rpx;
|
|
text-align: center;
|
|
line-height: 36rpx;
|
|
background: rgba(0, 142, 255, 0.1);
|
|
margin-top: 30rpx;
|
|
}
|
|
.lxr_con_list .con_status ._span.data-v-ced2147c {
|
|
font-size: 26rpx;
|
|
color: #008EFF;
|
|
}
|
|
.lxr_con_list .nopass.data-v-ced2147c {
|
|
color: #ec7f51;
|
|
}
|
|
.lxr_con_list .pass.data-v-ced2147c {
|
|
color: #22A7F6;
|
|
}
|