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.
61 lines
1.2 KiB
61 lines
1.2 KiB
4 months ago
|
@charset "UTF-8";
|
||
|
/* 页面左右间距 */
|
||
|
/* 文字尺寸 */
|
||
|
/*文字颜色*/
|
||
|
/* 边框颜色 */
|
||
|
/* 图片加载中颜色 */
|
||
|
/* 行为相关颜色 */
|
||
|
.cu-btn.lg {
|
||
|
font-size: 30rpx;
|
||
|
}
|
||
|
.cu-btn:not([class*="bg-"]) {
|
||
|
background-color: rgba(255, 255, 255, 0.5);
|
||
|
}
|
||
|
.wanlguide-container {
|
||
|
position: relative;
|
||
|
}
|
||
|
.wanlguide-container swiper-item .title {
|
||
|
margin-bottom: 40rpx;
|
||
|
line-height: 1.4;
|
||
|
color: rgba(255, 255, 255, 0.8);
|
||
|
}
|
||
|
.wanlguide-container swiper-item .title > view {
|
||
|
font-size: 62rpx;
|
||
|
}
|
||
|
.wanlguide-container swiper-item .titletext {
|
||
|
font-size: 32rpx;
|
||
|
font-weight: 300;
|
||
|
}
|
||
|
.wanlguide-container image {
|
||
|
height: 71%;
|
||
|
}
|
||
|
.wanlguide-container .button {
|
||
|
position: absolute;
|
||
|
left: 25rpx;
|
||
|
}
|
||
|
.wanlguide-container .button .cu-btn {
|
||
|
padding: 0 25rpx;
|
||
|
font-size: 28rpx;
|
||
|
height: 56rpx;
|
||
|
background-color: rgba(0, 0, 0, 0.2);
|
||
|
color: rgba(255, 255, 255, 0.6);
|
||
|
}
|
||
|
.wanlguide-container .experience {
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
bottom: 100rpx;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.wanlguide-container .indicator {
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
bottom: 120rpx;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
color: rgba(255, 255, 255, 0.8);
|
||
|
}
|
||
|
|