/* 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; background: url("https://szgcwx.jhncidg.com/staticFiles/img/WEB_C8096DD21F86451B8D14820056066CFA.png") no-repeat right/30rpx 30rpx; } .celect_frame_min.active{ color: #7a8ac9; } .popup_style{ background: #232a44 !important; } .option_list_title{ display: flex; justify-content: space-between; align-items: center; padding: 20rpx; color: #06d4f8; } .option_list_title_btn{ color: #1989fa; font-size: 30rpx; } .option_list_min{ padding: 20rpx; } .option_list_con{ min-height: 240rpx; max-height: 400rpx; overflow: auto; } .option_list_con view{ height: 80rpx; text-align: center; line-height: 80rpx; color: #7d94d7; } .option_list_con .active{ background: #273051; color: #ffffff; } .time_select_style{ background: none !important; } .time_active_style{ color: #ffffff !important; } .time_list_style{ background: none !important; color: #546696 !important; } .toolbar_style{ border: none !important; line-height:44px; } .option_list_title{ display: flex; justify-content: space-between; align-items: center; padding: 20rpx; } .option_list_title_btn{ color: #1989fa; font-size: 30rpx; }