@charset "UTF-8";
|
/* @import '@/uni_modules/uni-scss/variables.scss';*/
|
/* 颜色变量 */
|
.date.data-v-52aff8b4 {
|
padding: 44rpx 32rpx;
|
background-color: #FFFFFF;
|
box-sizing: border-box;
|
}
|
.date .title.data-v-52aff8b4 {
|
width: 100%;
|
text-align: center;
|
position: relative;
|
}
|
.date .title text.data-v-52aff8b4 {
|
font-size: 32rpx;
|
font-family: PingFang SC-Semibold, PingFang SC;
|
font-weight: 600;
|
color: #333333;
|
}
|
.date .title .title_icon.data-v-52aff8b4 {
|
position: absolute;
|
right: 0;
|
top: 0;
|
}
|
.date .content.data-v-52aff8b4 {
|
width: 100%;
|
margin-top: 80rpx;
|
max-height: 600rpx;
|
overflow-y: scroll;
|
display: flex;
|
flex-wrap: wrap;
|
justify-content: space-between;
|
}
|
.date .content .label-item.data-v-52aff8b4 {
|
height: 70rpx;
|
background: #F2F2F2;
|
border-radius: 36rpx;
|
width: calc(33.33% - 12rpx);
|
text-align: center;
|
font-size: 26rpx;
|
font-weight: 400;
|
color: #333333;
|
line-height: 70rpx;
|
margin-bottom: 24rpx;
|
}
|
.date .content .label-sel.data-v-52aff8b4 {
|
background: #D20A0A;
|
color: #fff;
|
}
|
.date .submit.data-v-52aff8b4 {
|
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;
|
}
|