jhwxapp/miniprogram/pages/components/voucher-date/index.wxss

84 lines
1.4 KiB
Plaintext

/* 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;
}
.rdsDate{
padding: 0rpx !important;
}
.rdsDate .voucher_select_min{
width:100% !important;
padding-left: 0rpx !important;
}
.rdsDate .voucher_select_icon{
position:absolute !important;
right: 65rpx !important;
}
.rdsDate .voucher_select_min input{
width: 100% !important;
height:60rpx !important;
border-radius: 50rpx !important;
font-size: 28rpx !important;
color: #00e3fe !important;
border: 1px solid #00e3fe;
box-sizing: border-box !important;
padding-left: 32rpx !important;
}