hls_crm/unpackage/dist/dev/mp-weixin/pages/index/screen.wxss

146 lines
3.3 KiB
Plaintext

@charset "UTF-8";
/* 颜色变量 */
/* 行为相关颜色 */
/* 基本颜色 */
.screen_content.data-v-764b10c2 {
z-index: 2;
border-top: 1rpx solid #CCCCCC;
background-color: #fff;
padding: 24rpx;
}
.screen_content .fir_li.data-v-764b10c2 {
margin-bottom: 20rpx;
}
.screen_content .fir_li .li_label.data-v-764b10c2 {
font-size: 28rpx;
margin-top: 30rpx;
margin-bottom: 20rpx;
text-align: center;
}
.screen_content .fir_li .classify.data-v-764b10c2 {
display: flex;
justify-content: space-around;
}
.screen_content .fir_li .classify .classify_flex.data-v-764b10c2 {
padding: 5rpx 16rpx;
color: #999;
font-size: 30rpx;
border: 1px solid #999;
border-radius: 10rpx;
}
.screen_content .fir_li .classify .c_f.data-v-764b10c2 {
background: #008EFF !important;
color: #fff;
}
.screen_content .fir_li .li_box.data-v-764b10c2 {
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;
}
.screen_content .fir_li .listwarp.data-v-764b10c2 {
width: 600rpx;
margin: 0 auto;
padding: 25rpx 0;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
align-items: center;
}
.screen_content .fir_li .listwarp .li.data-v-764b10c2 {
display: flex;
align-items: center;
justify-content: center;
width: 172rpx;
height: 54rpx;
background: #ededed;
border: 1rpx solid #ededed;
border-radius: 10rpx;
font-size: 27rpx;
color: #999;
margin-right: 40rpx;
margin-bottom: 20rpx;
position: relative;
}
.screen_content .fir_li .listwarp .li.data-v-764b10c2:nth-child(3n) {
margin-right: 0;
}
.screen_content .fir_li .listwarp .li .clearStaff.data-v-764b10c2 {
position: absolute;
right: -20rpx;
top: -20rpx;
font-size: 28rpx;
width: 40rpx;
height: 40rpx;
background: rgba(0, 0, 0, 0.5);
border-radius: 50%;
text-align: center;
line-height: 38rpx;
color: #fff;
}
.screen_content .fir_li .listwarp .liactive.data-v-764b10c2 {
color: #666;
border: 1rpx solid #008EFF;
background: #fff;
}
.screen_content .fir_li .time_warp.data-v-764b10c2 {
margin: 0 auto;
width: 600rpx;
display: flex;
justify-content: center;
align-items: center;
}
.screen_content .fir_li .time_warp .timebox.data-v-764b10c2 {
width: 172rpx;
height: 54rpx;
border-radius: 10rpx;
text-align: center;
line-height: 50rpx;
font-size: 27rpx;
color: #666;
border: 1rpx solid #008EFF;
}
.screen_content .fir_li .time_warp .xian.data-v-764b10c2 {
width: 85rpx;
height: 7rpx;
background: #ededed;
margin: 0 20rpx;
}
.screen_content .fir_li .time_warp .timeactive.data-v-764b10c2 {
background: #0287FF;
color: #fff;
}
.button_bottom.data-v-764b10c2 {
display: flex;
width: 100%;
height: 190rpx;
background-color: #fff;
line-height: 90rpx;
text-align: center;
font-size: 32rpx;
justify-content: space-around;
padding-bottom: 100rpx;
}
.button_bottom.data-v-764b10c2 :first-child {
color: #999;
border: 1rpx solid #999;
width: 260rpx;
height: 70rpx;
line-height: 70rpx;
border-radius: 20rpx;
}
.button_bottom.data-v-764b10c2 :last-child {
background-color: #008EFF;
color: #fff;
width: 260rpx;
height: 70rpx;
line-height: 70rpx;
border-radius: 20rpx;
}