公司小程序
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.

134 lines
2.5 KiB

@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
* 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
*/
.main_background.data-v-683ba9e6 {
opacity: 1;
border-radius: 0rpx;
overflow: scroll;
touch-action: auto;
flex-direction: column;
display: flex;
margin: 0 auto;
left: 0;
top: 0;
bottom: 0;
right: 0;
position: relative;
}
.back.data-v-683ba9e6 {
width: 100%;
height: 100%;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #F6F6F6;
}
.top.data-v-683ba9e6 {
width: 750rpx;
height: 424rpx;
position: relative;
}
.top_banner.data-v-683ba9e6 {
position: relative;
left: 0;
top: 0;
width: 750rpx;
height: 424rpx;
}
.body.data-v-683ba9e6 {
width: 702rpx;
height: 820rpx;
position: relative;
left: 24rpx;
right: 24rpx;
top: -129rpx;
background: #FFFFFF;
opacity: 1;
border-radius: 20rpx;
}
.title_text.data-v-683ba9e6 {
width: 192rpx;
font-size: 32rpx;
font-weight: bold;
color: #333333;
opacity: 1;
position: absolute;
left: 38rpx;
top: 30rpx;
}
.u-form-body.data-v-683ba9e6 {
position: absolute;
width: 662rpx;
top: 70rpx;
left: 20rpx;
right: 20rpx;
height: 740rpx;
border-radius: 20rpx;
}
.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;
}
r
.attentionText.data-v-683ba9e6 {
width: 104rpx;
height: 37rpx;
font-size: 26rpx;
font-weight: 400;
color: #666666;
opacity: 1;
}
.attentionInfo.data-v-683ba9e6 {
width: 648rpx;
font-size: 24rpx;
font-weight: 400;
color: #999999;
opacity: 1;
max-height: 120rpx;
}
.button.data-v-683ba9e6 {
width: 702rpx;
height: 90rpx;
background: #D49B4B;
opacity: 1;
border-radius: 93rpx;
position: relative;
left: 24rpx;
}
.button_text.data-v-683ba9e6 {
width: 72rpx;
height: 50rpx;
font-size: 36rpx;
font-weight: 400;
color: #FFFFFF;
opacity: 1;
position: absolute;
left: 315rpx;
top: 20rpx;
}