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.
136 lines
2.7 KiB
136 lines
2.7 KiB
@charset "UTF-8";
|
|
/**
|
|
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
|
|
* 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
|
|
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
|
|
*/
|
|
button.data-v-683ba9e6::after {
|
|
border: none;
|
|
padding: 0;
|
|
}
|
|
.top_banner_global.data-v-683ba9e6 {
|
|
position: relative;
|
|
width: 750rpx;
|
|
height: auto;
|
|
}
|
|
.body.data-v-683ba9e6 {
|
|
width: 702rpx;
|
|
height: 1015rpx;
|
|
position: relative;
|
|
left: 24rpx;
|
|
right: 24rpx;
|
|
top: -75rpx;
|
|
background: #FFFFFF;
|
|
opacity: 1;
|
|
border-radius: 20rpx;
|
|
}
|
|
.title_text.data-v-683ba9e6 {
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
opacity: 1;
|
|
margin-left: 10rpx;
|
|
}
|
|
.u-form-body.data-v-683ba9e6 {
|
|
position: relative;
|
|
width: 662rpx;
|
|
left: 20rpx;
|
|
right: 20rpx;
|
|
height: 910rpx;
|
|
border-radius: 20rpx;
|
|
top: 30rpx;
|
|
}
|
|
.form_input.data-v-683ba9e6 {
|
|
width: 100%;
|
|
height: 90rpx;
|
|
text-align: right;
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
}
|
|
.form_holder.data-v-683ba9e6 {
|
|
width: 100%;
|
|
height: 90rpx;
|
|
text-align: right;
|
|
font-size: 24rpx;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
margin-right: 10rpx;
|
|
}
|
|
.form_label_style.data-v-683ba9e6 {
|
|
height: 37rpx;
|
|
font-size: 26rpx;
|
|
font-weight: 400;
|
|
color: #666666;
|
|
opacity: 1;
|
|
}
|
|
.attentionInfo.data-v-683ba9e6 {
|
|
font-size: 24rpx;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
opacity: 1;
|
|
height: auto;
|
|
}
|
|
.label.data-v-683ba9e6 {
|
|
text-decoration: underline;
|
|
color: #39B54A;
|
|
font-size: 26rpx;
|
|
font-weight: 400;
|
|
}
|
|
.checkboxgroup.data-v-683ba9e6 {
|
|
width: 662rpx;
|
|
height: 100rpx;
|
|
position: relative;
|
|
top: 10rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
}
|
|
.button.data-v-683ba9e6 {
|
|
width: 702rpx;
|
|
height: 90rpx;
|
|
background: #D49B4B;
|
|
opacity: 1;
|
|
border-radius: 93rpx;
|
|
position: relative;
|
|
font-size: 36rpx;
|
|
font-weight: 400;
|
|
top: -40rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
.phone_get_button.data-v-683ba9e6 {
|
|
width: 600rpx;
|
|
height: 110rpx;
|
|
background-color: #FFFFFF;
|
|
font-size: 28rpx;
|
|
color: #999999;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
border: none;
|
|
}
|
|
.form_value.data-v-683ba9e6 {
|
|
width: 550rpx;
|
|
text-align: right;
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
opacity: 1;
|
|
}
|
|
.form_box.data-v-683ba9e6 {
|
|
width: 662rpx;
|
|
height: 110rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.form_tile_title.data-v-683ba9e6 {
|
|
width: 170rpx;
|
|
height: 37rpx;
|
|
font-size: 26rpx;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
}
|
|
|
|
|