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.
51 lines
733 B
51 lines
733 B
3 months ago
|
/* subpages/index/renewalApplication/renewalApplication.wxss */
|
||
|
page{
|
||
|
background: #f8f8f8;
|
||
|
|
||
|
}
|
||
|
.cont {
|
||
|
position: relative;
|
||
|
background: #f8f8f8;
|
||
|
padding: 36rpx;
|
||
|
height: 87vh;
|
||
|
}
|
||
|
|
||
|
.tip-cont {
|
||
|
position: absolute;
|
||
|
width: 678rpx;
|
||
|
height: 624rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
flex-direction: column;
|
||
|
z-index: 999;
|
||
|
background-color: #fff;
|
||
|
border-radius: 10rpx;
|
||
|
top: 214rpx;
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
.cusImage {
|
||
|
margin-top: 90rpx;
|
||
|
}
|
||
|
|
||
|
.txt {
|
||
|
margin-top: 100rpx;
|
||
|
padding: 0 32rpx;
|
||
|
}
|
||
|
|
||
|
.des {
|
||
|
margin-top: 38rpx;
|
||
|
line-height: 46rpx;
|
||
|
font-size: 32rpx;
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
.btn {
|
||
|
position: absolute;
|
||
|
top: 390px;
|
||
|
max-width: 440rpx;
|
||
|
width: calc(100% - 10rpx);
|
||
|
height: 80rpx;
|
||
|
}
|