@charset "UTF-8";
|
/* @import '@/uni_modules/uni-scss/variables.scss';*/
|
/* 颜色变量 */
|
.date.data-v-3d4f3d98 {
|
padding: 44rpx 32rpx;
|
background-color: #FFFFFF;
|
box-sizing: border-box;
|
}
|
.date .title.data-v-3d4f3d98 {
|
width: 100%;
|
text-align: center;
|
position: relative;
|
}
|
.date .title text.data-v-3d4f3d98 {
|
font-size: 32rpx;
|
font-family: PingFang SC-Semibold, PingFang SC;
|
font-weight: 600;
|
color: #333333;
|
}
|
.date .title .title_icon.data-v-3d4f3d98 {
|
position: absolute;
|
right: 0;
|
top: 0;
|
}
|
.date .content.data-v-3d4f3d98 {
|
width: 100%;
|
margin-top: 80rpx;
|
}
|
.date .content .picker.data-v-3d4f3d98 {
|
width: 100%;
|
height: 600rpx;
|
}
|
.date .content .picker .hours.data-v-3d4f3d98 {
|
font-size: 30rpx;
|
font-weight: bold;
|
color: #000;
|
}
|
.date .content .picker .minutes.data-v-3d4f3d98 {
|
font-size: 30rpx;
|
font-weight: bold;
|
color: #000;
|
}
|
.date .content .picker .item.data-v-3d4f3d98 {
|
height: 40px;
|
line-height: 40px;
|
text-align: center;
|
}
|
.date .submit.data-v-3d4f3d98 {
|
width: 100%;
|
height: 72rpx;
|
line-height: 72rpx;
|
text-align: center;
|
background: linear-gradient(270deg, #D20A0A 0%, #D95A5A 100%);
|
border-radius: 36rpx;
|
font-size: 32rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #FFFFFF;
|
margin-top: 50rpx;
|
}
|