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.
78 lines
1.2 KiB
78 lines
1.2 KiB
3 years ago
|
/* pages/release/companyAuth/index.wxss */
|
||
|
|
||
|
.is-legal-box{
|
||
|
width: 100%;
|
||
|
padding: 30rpx 40rpx;
|
||
|
}
|
||
|
.is-legal-box label{
|
||
|
margin-right: 40rpx;
|
||
|
}
|
||
|
.authbook-box{
|
||
|
font-size: 28rpx;
|
||
|
color: #666;
|
||
|
}
|
||
|
.tips{
|
||
|
margin: 40rpx 0;
|
||
|
}
|
||
|
.upload-box image{
|
||
|
width: 332rpx;
|
||
|
height: 204rpx;
|
||
|
}
|
||
|
.splitLine{
|
||
|
width: 100%;
|
||
|
height: 20rpx;
|
||
|
background-color: #eee;
|
||
|
}
|
||
|
.company-info-box{
|
||
|
width: 100%;
|
||
|
padding: 32rpx 40rpx;
|
||
|
}
|
||
|
.title{
|
||
|
font-size: 32rpx;
|
||
|
color: #1D1D1D;
|
||
|
margin-bottom: 38rpx;
|
||
|
font-weight: 500;
|
||
|
}
|
||
|
.form-item{
|
||
|
font-size: 28rpx;
|
||
|
color: #666666;
|
||
|
padding: 16rpx 0;
|
||
|
border-bottom: 2rpx solid #EEEEEE;
|
||
|
}
|
||
|
.form-item .inp-box{
|
||
|
width: 70%;
|
||
|
text-align: right;
|
||
|
}
|
||
|
.yyzz image{
|
||
|
width: 670rpx;
|
||
|
height: 368rpx;
|
||
|
margin-top: 26rpx;
|
||
|
}
|
||
|
.noBorder{
|
||
|
border: none;
|
||
|
}
|
||
|
.form-item .sfz{
|
||
|
width: 100%;
|
||
|
margin-top: 26rpx;
|
||
|
}
|
||
|
.sfz image{
|
||
|
width: 332rpx;
|
||
|
height: 205rpx;
|
||
|
margin-bottom: 10rpx;
|
||
|
}
|
||
|
.submit-btn{
|
||
|
width: 670rpx;
|
||
|
height: 76rpx;
|
||
|
background: linear-gradient(144deg, #FFA782 0%, #FF5100 100%);
|
||
|
border-radius: 38rpx;
|
||
|
color: #fff;
|
||
|
font-size: 28rpx;
|
||
|
line-height: 76rpx;
|
||
|
text-align: center;
|
||
|
margin:40rpx auto;
|
||
3 years ago
|
}
|
||
|
.arrorR{
|
||
|
width: 14rpx;
|
||
|
height: 24rpx;
|
||
|
margin-left: 10rpx;
|
||
3 years ago
|
}
|