mrr.sj.front/unpackage/dist/dev/mp-weixin/components/time-picker/time-picker.wxss

67 lines
1.3 KiB
Plaintext
Raw Normal View History

2026-03-24 11:45:13 +08:00
/* 样式部分不变 */
.region-body.data-v-374e9ea2 {
flex: 1;
overflow: hidden;
background: #fff;
border-radius: 20rpx 20rpx 0 0;
}
.region-body__close.data-v-374e9ea2 {
width: 22rpx;
height: 22rpx;
position: absolute;
top: 44rpx;
right: 30rpx;
}
.region-body__header.data-v-374e9ea2 {
padding: 40rpx 0;
font-weight: 500;
font-size: 32rpx;
color: #333333;
line-height: 45rpx;
text-align: left;
font-style: normal;
display: flex;
justify-content: center;
}
.region-body__btn.data-v-374e9ea2 {
display: flex;
align-items: center;
justify-content: center;
width: 690rpx;
height: 80rpx;
background: #E8101E;
border-radius: 38rpx;
font-weight: 400;
font-size: 30rpx;
color: #ffffff;
line-height: 39rpx;
text-align: right;
font-style: normal;
margin: 0 30rpx;
}
.region-scroll.data-v-374e9ea2 {
height: 100%;
}
.picker-scroll.data-v-374e9ea2 {
height: 400rpx;
}
.picker-item.data-v-374e9ea2 {
height: 68rpx;
line-height: 68rpx;
text-align: center;
}
.region-item.data-v-374e9ea2 {
display: flex;
align-items: center;
justify-content: space-between;
padding: 24rpx 0;
border-bottom: 1rpx solid #eeeeee;
}
.region-item.checkbox-item.data-v-374e9ea2 {
padding: 20rpx 0;
width: 100%;
justify-content: flex-start !important;
align-items: center !important;
}