104 lines
1.5 KiB
Plaintext
104 lines
1.5 KiB
Plaintext
/* packageH/signPage/signCompany/signCompany.wxss */
|
|
.form {
|
|
background: #fff;
|
|
height: 100vh;
|
|
}
|
|
|
|
.agree-box {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-items: center;
|
|
}
|
|
|
|
.agree-box .renzheng-img {
|
|
width: 256rpx;
|
|
height: 256rpx;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.content {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.content .row {
|
|
box-sizing: border-box;
|
|
padding: 16rpx 64rpx;
|
|
}
|
|
|
|
.content .title {
|
|
text-align: left;
|
|
}
|
|
|
|
.content .person {
|
|
background-color: #fbfbfb;
|
|
color: #666;
|
|
width: 100%;
|
|
}
|
|
|
|
.content .gray {
|
|
font-size: 12px;
|
|
background-color: #fbfbfb;
|
|
color: #666;
|
|
}
|
|
|
|
.popBox {
|
|
margin-top: 8rpx;
|
|
padding: 1rpx;
|
|
}
|
|
|
|
.popBox .tips {
|
|
width: 128rpx;
|
|
height: 128rpx;
|
|
margin: 25rpx 0;
|
|
}
|
|
|
|
.popBox .tip-title {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.btn {
|
|
margin: 80rpx auto 40rpx auto;
|
|
color: #fff;
|
|
width: 600rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
background-image: linear-gradient(0deg, #377aff 0%, #679aff 100%);
|
|
border-radius: 40rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.inp-item {
|
|
min-height: 100rpx;
|
|
box-sizing: border-box;
|
|
padding: 0 32rpx;
|
|
font-size: 14px;
|
|
color: #646566;
|
|
}
|
|
|
|
.inp-item .item-box {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-items: center;
|
|
padding: 15rpx 0;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
|
|
.right-content .van-radio {
|
|
display: flex;
|
|
margin-top: 5rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.blue-txt {
|
|
text-align: center;
|
|
color: #377aff;
|
|
}
|
|
|
|
.link {
|
|
color: #4784ff;
|
|
}
|
|
|
|
.disabled {
|
|
background-image: linear-gradient(0deg, #d2d2d2 0%, rgba(210, 210, 210, 0.64) 100%) !important;
|
|
}
|