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

122 lines
2.3 KiB

@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
* 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
*/
.main_background.data-v-92f949b4 {
opacity: 1;
position: relative;
margin: 0 auto;
left: 0;
top: 0;
bottom: 0;
right: 0;
background-color: #F6F6F6;
}
.top.data-v-92f949b4 {
width: 750rpx;
height: 424rpx;
position: relative;
}
.top_banner.data-v-92f949b4 {
position: relative;
left: 0;
top: 0;
width: 750rpx;
height: 424rpx;
}
.body.data-v-92f949b4 {
width: 702rpx;
height: 1140rpx;
position: relative;
left: 24rpx;
right: 24rpx;
top: -129rpx;
background: #FFFFFF;
opacity: 1;
border-radius: 20rpx;
}
.u-form-body.data-v-92f949b4 {
position: absolute;
width: 662rpx;
top: 70rpx;
left: 20rpx;
right: 20rpx;
height: 1060rpx;
}
.title_text.data-v-92f949b4 {
width: 192rpx;
font-size: 32rpx;
font-weight: bold;
color: #333333;
opacity: 1;
position: absolute;
left: 38rpx;
top: 30rpx;
}
.form_input.data-v-92f949b4 {
width: 100%;
height: 90rpx;
text-align: right;
font-size: 28rpx;
font-weight: 400;
color: #333333;
}
.form_input_textarea.data-v-92f949b4 {
width: 100%;
height: 168rpx;
text-align: left;
font-size: 28rpx;
font-weight: 400;
color: #333333;
}
.form_holder.data-v-92f949b4 {
width: 100%;
height: 90rpx;
text-align: right;
font-size: 24rpx;
font-weight: 400;
color: #999999;
margin-right: 10rpx;
}
.form_label_style.data-v-92f949b4 {
height: 37rpx;
font-size: 26rpx;
font-weight: 400;
color: #666666;
opacity: 1;
}
.more_info_box.data-v-92f949b4 {
width: 662rpx;
height: 166rpx;
background: #FFFFFF;
border: 1rpx solid #E2E2E2;
opacity: 1;
border-radius: 12rpx;
}
.comfirm_button.data-v-92f949b4 {
width: 702rpx;
height: 90rpx;
background: #D49B4B;
opacity: 1;
border-radius: 93rpx;
position: relative;
left: 24rpx;
right: 24rpx;
top: -100rpx;
}
.text_comfirm.data-v-92f949b4 {
width: 72rpx;
height: 50rpx;
font-size: 36rpx;
font-family: PingFang SC;
font-weight: 400;
color: #FFFFFF;
opacity: 1;
position: absolute;
top: 20rpx;
left: 315rpx;
}