wx-guyantv/pages/home/index.wxss
2024-12-27 17:35:38 +08:00

49 lines
819 B
Plaintext

/**index.wxss**/
/* 修改dot形状 */
.wx-swiper-dots .wx-swiper-dot {
width: 40rpx;
/*宽*/
height: 10rpx;
/*高*/
border-radius: 40rpx;
/*圆角*/
}
/* 调成dots的位置 */
.wx-swiper-dots.wx-swiper-dots-horizontal {
bottom: 44rpx;
}
.header-bottom {
background: linear-gradient(
0deg,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0) 40%,
#fff 50%,
rgba(255, 255, 255, 0) 100%
);
}
.header-button {
background: linear-gradient(90deg, #f76d67 0%, #fb5196 100%);
}
.bg-linear {
background: linear-gradient(90deg, #f76d67 0%, #fb5196 100%);
}
.model_title {
padding-left: 30rpx;
display: flex;
flex-wrap: wrap;
justify-content: start;
align-items: center;
font-size: 36rpx;
}
.model_image {
line-height: 1;
padding-right: 12rpx;
font-size: 40rpx;
}