123 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

2024-02-21 17:43:11 +08:00
.page {
width: 100%;
height: 100%;
overflow: hidden;
box-sizing: border-box;
background-color: #F3F3F3;
}
.contenBox {
width: 100%;
height: 100%;
overflow: auto;
padding: 0 24rpx;
box-sizing: border-box;
}
.detailbox {
position: relative;
background: white;
margin-top: 24rpx;
border-radius: 20rpx;
}
.detailbox:last-child {
margin: 0;
}
.fixed {
background: white;
padding: 0 30rpx 40rpx 30rpx;
display: flex;
flex-wrap: wrap;
}
.fixedbox {
width: 25%;
text-align: center;
margin-top: 40rpx;
}
.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;
}
.nav {
width: 100%;
height: 100rpx;
background-color: white;
display: flex;
position: fixed;
bottom: 0;
z-index: 999;
padding-top: 14rpx;
box-sizing: border-box;
}
.column {
flex: 1;
text-align: center;
}
.iconfont {
color: #A5A5A5;
}
.article {
color: #C11D24;
}
swiper{
width: 100%;
height: 100%;
overflow: hidden;
}
.swiper-tab {
background: white;
width: 100%;
border-bottom: 2rpx solid #ccc;
text-align: center;
height: 88rpx;
line-height: 88rpx;
font-size: 28rpx;
}
.swiper-tab-item {
display: inline-block;
width: 33.33%;
color: #4A4A4A;
}
.active {
color: #4C84FF;
border-bottom: 4rpx solid #4C84FF;
}