108 lines
1.6 KiB
Plaintext
Raw Normal View History

2024-02-21 17:43:11 +08:00
@import "../../../../wxParse/wxParse.wxss";
.slide-image {
width: 100%;
}
/* 轮播小点点 */
.swiper-box .wx-swiper-dots.wx-swiper-dots-horizontal {
margin-bottom: 2rpx;
}
.swiper-box .wx-swiper-dot {
width: 20rpx;
display: inline-flex;
height: 5rpx;
margin-left: 10rpx;
justify-content: space-between;
}
.swiper-box .wx-swiper-dot::before {
content: '';
flex-grow: 1;
background: rgba(255, 255, 255, 0.8);
border-radius: 0rpx
}
.swiper-box .wx-swiper-dot-active::before {
background: #ff3333;
}
.swiper-box .wx-swiper-dot-active {
width: 40rpx;
}
.page {
height: 100%;
background: #FCFBFC;
text-align: left;
font-size: 28rpx;
color: black;
box-sizing: border-box;
line-height: 60rpx;
overflow-y: auto;
padding-bottom: 100rpx;
}
.lable {
padding: 0 40rpx;
background-color: #FFB84E;
font-size: 22rpx;
color: white;
border-radius: 50rpx;
height: 56rpx;
line-height: 56rpx;
position: relative;
position: absolute;
right: -5%;
top: 45%;
}
.circular {
display: inline-block;
background: white;
width: 14rpx;
height: 14rpx;
border-radius: 50%;
position: absolute;
top: 36%;
left: 10%;
}
.header {
position: relative;
padding: 4% 0;
}
.iconfont {
color: #E35659;
margin-right: 12rpx;
}
.information {
font-size: 26rpx;
color: #AFAFAF;
position: relative;
padding: 4% 0;
}
.information .iconfont {
color: #AFAFAF;
}
.wxParse {
padding: 4% 0;
}
.btn {
font-size: 34rpx;
width: 100%;
background-color: #4C84FF;
color: white;
text-align: center;
line-height: 100rpx;
position: fixed;
bottom: 0;
}