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.
44 lines
805 B
44 lines
805 B
2 years ago
|
.guide-page {
|
||
|
width: 750rpx;
|
||
|
height: 900rpx;
|
||
|
}
|
||
|
.guide-image {
|
||
|
width: 750rpx;
|
||
|
height: 783rpx;
|
||
|
}
|
||
|
.guide-image image {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
.guide-btn {
|
||
|
width: 400rpx;
|
||
|
height: 80rpx;
|
||
|
border-radius: 40rpx;
|
||
|
background: #ff4c52;
|
||
|
margin: 100rpx auto 0 auto;
|
||
|
font-size: 36rpx;
|
||
|
color: #ffffff;
|
||
|
line-height: 80rpx;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.agreement {
|
||
|
width: 400rpx;
|
||
|
height: 80rpx;
|
||
|
border-radius: 40rpx;
|
||
|
margin: 0rpx auto 0 auto;
|
||
|
font-size: 28rpx;
|
||
|
color: #ff4c52;
|
||
|
line-height: 80rpx;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.switch {
|
||
|
position: absolute;
|
||
|
bottom: 80rpx;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
text-align: center;
|
||
|
color: #0c4a9e;
|
||
|
font-size: 26rpx;
|
||
|
color: #999999;
|
||
|
}
|