/* components/guide/guide.wxss */ .route{ position: fixed; top: 30rpx; right: 0; z-index: 100; } .guide-cmp { font-size: 24rpx; color: #FFFFFF; // position: fixed; // top: 30rpx; // right: 0; // z-index: 100; // background: #3A61B1; width: 140rpx; height: 50rpx; border: 1px solid #FFFFFF; border-right: 0; border-radius: 25px 0px 0px 25px; font-family: PingFang SC; font-weight: 500; display: flex; justify-content: center; align-items: center; margin-bottom: 10rpx; .icon_guideClose { width: 11rpx; height: 11rpx; margin-left: 7rpx; } } .guide-shadow { width: 558rpx; // height: 200rpx; border-radius: 24rpx; // background: linear-gradient(#BAC8E4, #FFF 162rpx); display: flex; flex-direction: column; align-items: center; padding: 35rpx 50rpx; padding-bottom: 58rpx; position: relative; .cancel { position: absolute; top: 0; right: 10rpx; width: 31rpx; height: 31rpx; padding: 21rpx; } .title { font-size: 34rpx; font-family: PingFang SC; font-weight: bold; margin-bottom: 75rpx; color: #FFFFFF; } .font-item { width: 100%; font-size: 24rpx; font-family: PingFang SC; font-weight: 500; color: #838383; margin-bottom: 30rpx; text { color: #3A61B1; } } .btn { width: 404rpx; height: 75rpx; line-height: 75rpx; border-radius: 38rpx; text-align: center; font-size: 26rpx; font-family: PingFang SC; font-weight: 500; color: #FFFFFF; margin-top: 12rpx; background: #3A61B1; } } .guide { width: 100%; height: 100%; padding-top: 210rpx; color: #fff; .title { text-align: center; } swiper { margin-top: 100rpx; height: 1000rpx; text-align: center; } .steps { text-align: center; .current { font-size: 48rpx; } } .remember { font-size: 24rpx; display: flex; align-items: center; justify-content: center; .checkbox { width: 19rpx; height: 19rpx; border-radius: 6rpx; border: 1rpx solid #fff; margin-right: 12rpx; } } .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; } } .icon_search { width: 20rpx; height: 20rpx; margin-right: 8rpx; } .my { width: 142rpx; height: 58rpx; background: #6571D9; border-radius: 29rpx 0px 0px 29rpx; border: 0; padding-left: 1px; } .icon_search { width: 19rpx; height: 21rpx; }