banner.css 1.2 KB

123456789101112131415161718192021
  1. /* components/banner/banner.wxss */
  2. .banner{margin-top: 24rpx;overflow: hidden;position: relative;}
  3. .swiper,.swiper image{width: 100%;height: 300rpx;border-radius: 20rpx;}
  4. .swiper1{width: 100%;height: 400rpx;}
  5. .sat{padding-top: 1rpx;}
  6. .dotse,.dots1{position: absolute;left: 0;right: 0;bottom: 11rpx;align-items: center;justify-content: center;}
  7. .dot{background: #fff;width: 10rpx;height: 10rpx;border-radius: 5rpx;margin: 0 3rpx;}
  8. .dot.active{width: 30rpx;}
  9. .dot1{background: var(--mina);width: 10rpx;height: 10rpx;border-radius: 5rpx;margin: 0 3rpx;}
  10. .dot1.active{width: 30rpx;}
  11. .nav{flex-wrap: wrap;margin-top: 30rpx;position: relative;}
  12. .nav .li{width: 25%;text-align: center;font-size: 28rpx;margin-bottom: 35rpx;color: var(--mina);/* height: 41%; */}
  13. .nav .li image{width: 80rpx;height: 80rpx;margin: 0 auto 10rpx;}
  14. .grid{flex-wrap: wrap;}
  15. .notice{background: #fff;color: #f00;font-size: 28rpx;margin: 20rpx;border-radius: 10rpx;padding: 20rpx;}
  16. .gy-nav{padding: 20rpx 0 30rpx;flex-wrap: wrap;}
  17. .gy-nav .li{width: 350rpx;height: 175rpx;margin-right: 10rpx;margin-bottom: 10rpx;}
  18. .gy-nav .li:nth-child(2n){margin-right: 0;}
  19. .gy-nav .li image{display: block;width: 100%;height: 100%;}