84 lines
1.6 KiB
SCSS
84 lines
1.6 KiB
SCSS
/* pages/guide/guide.wxss */
|
|
page {
|
|
// display: flex;
|
|
// height: 100%;
|
|
background: rgba($color: #000000, $alpha: 0.85);
|
|
}
|
|
|
|
.guide {
|
|
width: 100%;
|
|
height: 100%;
|
|
padding-top: 106rpx;
|
|
color: #fff;
|
|
// background: rgba($color: #000000, $alpha: 0.85);
|
|
|
|
|
|
.title {
|
|
text-align: center;
|
|
}
|
|
|
|
swiper {
|
|
margin-top: 52rpx;
|
|
height: 1177rpx;
|
|
text-align: center;
|
|
|
|
swiper-item {
|
|
.swiper-item {
|
|
width: 100%;
|
|
height: 100%;
|
|
// margin-bottom: 100rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
.steps {
|
|
text-align: center;
|
|
|
|
.current {
|
|
font-size: 48rpx;
|
|
}
|
|
}
|
|
|
|
.remember {
|
|
font-size: 24rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 10rpx;
|
|
|
|
.checkbox {
|
|
width: 22rpx;
|
|
height: 22rpx;
|
|
border-radius: 6rpx;
|
|
border: 1rpx solid #fff;
|
|
margin-right: 12rpx;
|
|
}
|
|
|
|
.checked {
|
|
// background:url('https://chrivc.obs.cn-north-4.myhuaweicloud.com/5dee8fef68304274bfbbb0d539a0ba03:附件_1660802502.png');
|
|
background: url('https://chrivc.obs.cn-north-4.myhuaweicloud.com/e5b914fafb09446b9526c99842e3c253:附件_1660803676.png');
|
|
background-size: cover;
|
|
width: 22rpx;
|
|
height: 22rpx;
|
|
border-radius: 6rpx;
|
|
margin-right: 12rpx;
|
|
border: 1rpx solid #fff;
|
|
}
|
|
}
|
|
|
|
.btn_close {
|
|
margin-top: 20rpx;
|
|
width: 340rpx;
|
|
height: 69rpx;
|
|
font-size: 30rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #3A61B1;
|
|
background: none;
|
|
border: 3rpx solid #3A61B1;
|
|
border-radius: 35rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
} |