2024-09-08 15:55:07 +08:00
|
|
|
/* pages/components/pz-screen/index.wxss */
|
|
|
|
.option_list_max{
|
|
|
|
padding-bottom: 30rpx;
|
|
|
|
}
|
|
|
|
.pz_screen{
|
2024-09-08 23:16:48 +08:00
|
|
|
background: url("https://xiangguan.sxyanzhu.com/statics/static/img/WEB_8F23E43145C9406D89C8415E48C6139A.png") no-repeat left/25rpx 25rpx;
|
2024-09-08 15:55:07 +08:00
|
|
|
padding-left: 35rpx;
|
|
|
|
color: #788fd2;
|
|
|
|
font-size: 26rpx;
|
|
|
|
}
|
|
|
|
/* pages/components/deep-select/index.wxss */
|
|
|
|
.celect_frame_max{
|
|
|
|
padding: 15rpx;
|
|
|
|
background: #2b345b;
|
|
|
|
border-radius: 10rpx;
|
|
|
|
}
|
|
|
|
.celect_frame_min{
|
|
|
|
padding:0 40rpx 0 5rpx;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space:nowrap;
|
|
|
|
text-overflow:ellipsis;
|
2024-09-08 23:16:48 +08:00
|
|
|
background: url("https://xiangguan.sxyanzhu.com/statics/static/img/WEB_C8096DD21F86451B8D14820056066CFA.png") no-repeat right/30rpx 30rpx;
|
2024-09-08 15:55:07 +08:00
|
|
|
}
|
|
|
|
.celect_frame_min.active{
|
|
|
|
color: #7a8ac9;
|
|
|
|
}
|
|
|
|
.popup_style{
|
|
|
|
background: #232a44 !important;
|
|
|
|
}
|
|
|
|
.contrent_height{
|
|
|
|
height: 700rpx;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
.option_list_title{
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
padding: 20rpx;
|
|
|
|
|
|
|
|
}
|
|
|
|
.option_list_title_btn{
|
|
|
|
color: #1989fa;
|
|
|
|
font-size: 30rpx;
|
|
|
|
}
|
|
|
|
.option_list_min{
|
|
|
|
padding: 20rpx;
|
|
|
|
}
|
|
|
|
.option_list_con{
|
|
|
|
min-height: 160rpx;
|
|
|
|
max-height: 240rpx;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
.option_list_con view{
|
|
|
|
height: 80rpx;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 80rpx;
|
|
|
|
color: #7d94d7;
|
|
|
|
}
|
|
|
|
.option_list_con .active{
|
|
|
|
background: #273051;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.pzzj_screen_title{
|
|
|
|
padding: 30rpx 50rpx;
|
|
|
|
font-size: 30rpx;
|
|
|
|
}
|
|
|
|
.pzzj_screen_time{
|
|
|
|
padding: 30rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.time_select_style{
|
|
|
|
background: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.time_active_style{
|
|
|
|
color: #ffffff !important;
|
|
|
|
}
|
|
|
|
.time_list_style{
|
|
|
|
background: none !important;
|
|
|
|
color: #546696 !important;
|
|
|
|
}
|
|
|
|
.pzzj_screen_time_bar{
|
|
|
|
margin-top: 44px;
|
|
|
|
text-align: center;
|
|
|
|
height: 44px;
|
|
|
|
line-height: 44px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|