/* pages/components/voucher-select/index.wxss */ .voucher_select_max{ padding:0 25rpx; display: flex; align-items: center; background: #212737; height: 90rpx; border-radius: 10rpx; } .voucher_select_min{ width: calc(100% - 30rpx); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .voucher_select_icon{ width: 30rpx; height: 30rpx; } .voucher_select_icon image{ width: 100%; height: 100%; } .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; } .popup_style{ background: #232a44 !important; } .time_select_style{ background: none !important; } .time_active_style{ color: #ffffff !important; } .time_list_style{ background: none !important; color: #546696 !important; }