king_kong_district.css 789 B

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