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.
120 lines
1.8 KiB
120 lines
1.8 KiB
/* 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; |
|
} |
|
.title-l{ |
|
font-size: 36rpx; |
|
line-height: 50rpx; |
|
color: #343434; |
|
font-weight: 600; |
|
} |
|
.title-s{ |
|
font-size: 28rpx; |
|
font-weight: 400; |
|
line-height: 40rpx; |
|
color: #666666; |
|
margin: 16rpx 0; |
|
} |
|
.card-bg{ |
|
width: 670rpx; |
|
height: 320rpx; |
|
background: #FFFFFF; |
|
box-shadow: 0px 6rpx 12rpx rgba(0, 0, 0, 0.16); |
|
border-radius: 16rpx; |
|
margin-bottom: 60rpx; |
|
} |
|
.card-bg image{ |
|
width: 625rpx; |
|
height: 274rpx; |
|
} |
|
.form-item{ |
|
font-size: 28rpx; |
|
color: #666666; |
|
padding: 16rpx 0; |
|
border-bottom: 2rpx solid #EEEEEE; |
|
} |
|
.form-item .inp-box{ |
|
width: 70%; |
|
text-align: right; |
|
} |
|
.tomore{ |
|
width: 10rpx; |
|
height: 18rpx; |
|
margin-left: 10rpx; |
|
} |
|
.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; |
|
} |
|
.arrorR{ |
|
width: 14rpx; |
|
height: 24rpx; |
|
margin-left: 10rpx; |
|
} |
|
|
|
.argeement-box{ |
|
font-size: 24rpx; |
|
color: #666; |
|
text-align: center; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
} |
|
.argeement-box view{ |
|
width: 60%; |
|
} |