| 12345678910111213 |
- .swiper,.swiper image{width: 100%;height: 300rpx;border-radius: 20rpx;}
- .swiper1{width: 100%;height: 400rpx;}
- .sat{padding-top: 1rpx;}
- .dotse,.dots1{position: absolute;left: 0;right: 0;bottom: 11rpx;align-items: center;justify-content: center;}
- .dot{background: #fff;width: 10rpx;height: 10rpx;border-radius: 5rpx;margin: 0 3rpx;}
- .dot.active{width: 30rpx;}
- .dot1{background: var(--mina);width: 10rpx;height: 10rpx;border-radius: 5rpx;margin: 0 3rpx;}
- .dot1.active{width: 30rpx;}
- .nav{flex-wrap: wrap;margin-top: 30rpx;position: relative;}
- .nav .li{width: 25%;text-align: center;font-size: 28rpx;margin-bottom: 35rpx;height: 41%;}
- .nav .li button{font-size: 28rpx !important;color: #333 !important;}
- .nav .li image{width: 97rpx;height: 97rpx;margin: 0 auto 10rpx;}
- .grid{flex-wrap: wrap;}
|