You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.3 KiB
60 lines
1.3 KiB
.mainContent.data-v-579ffa02 {
|
|
width: 100%;
|
|
height: 90vh;
|
|
background: linear-gradient(180deg, #F9D521, #FFE676, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF);
|
|
}
|
|
.headerImg.data-v-579ffa02 {
|
|
height: 182rpx;
|
|
text-align: center;
|
|
line-height: 272rpx;
|
|
color: #FFFBE9;
|
|
font-size: 27rpx;
|
|
padding-top: 10rpx;
|
|
}
|
|
.headerImg > view.data-v-579ffa02 {
|
|
height: 100%;
|
|
background-size: 182rpx;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.formContent.data-v-579ffa02 {
|
|
background-color: #FFFFFF;
|
|
margin: 0rpx 56rpx;
|
|
border-radius: 10rpx;
|
|
padding: 56rpx;
|
|
position: relative;
|
|
top: -10rpx;
|
|
}
|
|
.formContent > view.data-v-579ffa02 {
|
|
height: 80rpx;
|
|
width: 100%;
|
|
background-color: #FAFAFA;
|
|
border-radius: 10rpx;
|
|
font-size: 24rpx;
|
|
line-height: 80rpx;
|
|
margin-bottom: 36rpx;
|
|
}
|
|
.formContent > view .title.data-v-579ffa02 {
|
|
width: 27%;
|
|
float: left;
|
|
height: 100%;
|
|
text-align: right;
|
|
}
|
|
.formContent > view .inputInfo.data-v-579ffa02 {
|
|
height: 80rpx;
|
|
float: right;
|
|
width: 70%;
|
|
}
|
|
.formContent > view .inputInfo > input.data-v-579ffa02 {
|
|
height: 80rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
.submitButton.data-v-579ffa02 {
|
|
border-radius: 40rpx !important;
|
|
text-align: center !important;
|
|
font-size: 26rpx !important;
|
|
color: #333333 !important;
|
|
background-color: #FFDF4E !important;
|
|
margin-top: 32rpx !important;
|
|
}
|
|
|
|
|