.authorization-title {
|
|
position: absolute;
|
|
top: 44rpx;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 66rpx;
|
|
text-align: center;
|
|
font-size: 34rpx;
|
|
font-family: Helvetica;
|
|
color: #000000;
|
|
line-height: 48rpx;
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
/* 物业信息 */
|
|
.property-wrap {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 300rpx;
|
|
margin-top: -260rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.property-logo {
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
}
|
|
|
|
.proterty-title {
|
|
margin-top: 55rpx;
|
|
font-size: 36rpx;
|
|
font-family: PingFangSC-Semibold, PingFang SC;
|
|
font-weight: 600;
|
|
color: #323436;
|
|
line-height: 50rpx;
|
|
}
|
|
|
|
.proterty-text {
|
|
margin-top: 13rpx;
|
|
font-size: 28rpx;
|
|
font-family: PingFang-SC-Medium, PingFang-SC;
|
|
font-weight: 500;
|
|
color: #9B9EA4;
|
|
line-height: 40rpx;
|
|
}
|
|
|
|
/* 授权 */
|
|
.authorization {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 68rpx;
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 32rpx;
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
font-weight: 900;
|
|
color: #323436;
|
|
line-height: 44rpx;
|
|
}
|
|
|
|
.authorization-text {
|
|
font-weight: 500;
|
|
margin-left: 10rpx;
|
|
}
|
|
|
|
.authorization-btn {
|
|
width: 654rpx !important;
|
|
height: 100rpx;
|
|
background: #1467FF !important;
|
|
border-radius: 8rpx;
|
|
font-size: 32rpx;
|
|
font-family: PingFangSC-Semibold, PingFang SC;
|
|
font-weight: 600;
|
|
line-height: 100rpx;
|
|
margin-top: 34rpx;
|
|
padding: 0 !important;
|
|
}
|