index.wxss 675 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .szy-icon-group {
  2. display: flex;
  3. flex-wrap: wrap;
  4. padding: 0 5px;
  5. }
  6. .szy-icon-col {
  7. text-align: center;
  8. display: inline-block;
  9. box-sizing: border-box;
  10. padding: 8px 5px;
  11. }
  12. .col-3 .szy-icon-col {
  13. width: 33.33%;
  14. }
  15. .col-4 .szy-icon-col {
  16. width: 25%;
  17. }
  18. .col-5 .szy-icon-col {
  19. width: 20%;
  20. }
  21. .szy-icon-col .nav-img {
  22. width: 86rpx;
  23. height: 86rpx;
  24. }
  25. .szy-icon-group.fillet .nav-img {
  26. border-radius: 50%;
  27. }
  28. .navigation-indicator {
  29. text-align: center;
  30. display: flex;
  31. align-items: center;
  32. justify-content: center;
  33. margin: 10rpx 0 20rpx;
  34. }
  35. .navigation-indicator .item {
  36. width: 30rpx;
  37. height: 6rpx;
  38. background: #cccccc;
  39. margin: 0 5rpx;
  40. }