123 lines
2.7 KiB
Plaintext
123 lines
2.7 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.tab_list.data-v-11842234 {
|
|
width: 750rpx;
|
|
height: 80rpx;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
background: #fff;
|
|
}
|
|
.tab_list .tabli.data-v-11842234 {
|
|
font-size: 24rpx;
|
|
color: #333;
|
|
line-height: 75rpx;
|
|
text-align: center;
|
|
border-bottom: 4rpx solid #fff;
|
|
}
|
|
.tab_list .tabliactive.data-v-11842234 {
|
|
border-bottom: 4rpx solid #008EFF;
|
|
}
|
|
.lx_warp.data-v-11842234 {
|
|
width: 690rpx;
|
|
border-radius: 10rpx;
|
|
background: #fff;
|
|
margin: 35rpx auto;
|
|
}
|
|
.lx_warp .top.data-v-11842234 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 24rpx;
|
|
padding-bottom: 24rpx;
|
|
border-bottom: 1rpx solid #f5f5f5;
|
|
}
|
|
.lx_warp .top .top_left .tit.data-v-11842234 {
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.lx_warp .top .top_left .tip.data-v-11842234 {
|
|
font-size: 24rpx;
|
|
}
|
|
.lx_warp .time_warp.data-v-11842234 {
|
|
padding: 0 24rpx;
|
|
border-bottom: 1rpx solid #f5f5f5;
|
|
}
|
|
.lx_warp .time_warp .time_li.data-v-11842234 {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
.lx_warp .time_warp .time_li:last-child .time_right.data-v-11842234 {
|
|
border-bottom: 0;
|
|
}
|
|
.lx_warp .time_warp .time_li .s_time.data-v-11842234 {
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
flex-shrink: 0;
|
|
}
|
|
.lx_warp .time_warp .time_li .time_right.data-v-11842234 {
|
|
flex: 1;
|
|
margin-left: 15rpx;
|
|
padding: 24rpx 0;
|
|
border-bottom: 1rpx solid #f5f5f5;
|
|
}
|
|
.lx_warp .time_warp .time_li .time_right .ri_top.data-v-11842234 {
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
margin-bottom: 8rpx;
|
|
}
|
|
.lx_warp .time_warp .time_li .time_right .ri_text.data-v-11842234 {
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
.lx_warp .time_warp .time_li .time_right .ri_text text.data-v-11842234 {
|
|
color: #008EFF;
|
|
margin-left: 10rpx;
|
|
}
|
|
.lx_warp .work_time.data-v-11842234 {
|
|
padding: 24rpx;
|
|
font-size: 24rpx;
|
|
color: #333;
|
|
}
|
|
.out_warp.data-v-11842234 {
|
|
width: 690rpx;
|
|
border-radius: 10rpx;
|
|
background: #fff;
|
|
padding: 24rpx;
|
|
margin: 35rpx auto;
|
|
}
|
|
.out_warp .title.data-v-11842234 {
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
margin-bottom: 24rpx;
|
|
padding-bottom: 24rpx;
|
|
border-bottom: 1rpx solid #f5f5f5;
|
|
}
|
|
.out_warp .out_info.data-v-11842234 {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
padding: 24rpx 0;
|
|
border-bottom: 1rpx solid #f5f5f5;
|
|
}
|
|
.out_warp .out_info.data-v-11842234:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
.out_warp .out_info .out_time.data-v-11842234 {
|
|
font-size: 28rpx;
|
|
margin-right: 15rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.out_warp .out_info .out_right.data-v-11842234 {
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
flex: 1;
|
|
}
|