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.

53 lines
853 B

1 year ago
toast,
uni-toast {
z-index: 9999;
}
.cu-custom .cu-bar .search-form {
background-color: #fff;
}
.cu-custom .cu-bar {
background-color: #f3f3f3;
}
.cu-custom .bar-bg {
background-color: rgba(243, 243, 243, 0.96);
}
.cu-custom .cu-bar {
z-index: 99;
}
.cu-custom .cu-bar .search-form {
margin: 0 0 0 25rpx;
}
.cu-custom .cu-bar .nav .cu-item {
line-height: 70rpx;
height: 70rpx;
}
.swiper-box {
position: relative;
width: 100%;
height: 100vw;
}
.swiper-box swiper {
width: 100%;
height: 100vw;
}
.swiper-box swiper swiper-item image {
width: 100%;
height: 100vw;
}
.swiper-box .indicator {
display: flex;
justify-content: center;
align-items: center;
padding: 0 25rpx;
height: 40rpx;
border-radius: 40rpx;
font-size: 22rpx;
position: absolute;
bottom: 20rpx;
right: 20rpx;
color: #fff;
background-color: rgba(0, 0, 0, 0.2);
}