index.wxss 481 B

1234567891011121314151617181920212223242526
  1. .firstClassify {
  2. padding: 24rpx 0rpx 20rpx;
  3. width: 710rpx;
  4. margin: 0 auto 30rpx;
  5. left: 0;
  6. right: 0;
  7. overflow: hidden;
  8. border-radius: 10rpx;
  9. white-space: nowrap;
  10. background-color: white;
  11. }
  12. .firstClassify .firstBox {
  13. text-align: center;
  14. display: inline-block;
  15. width: 98rpx;
  16. padding: 0rpx 20rpx;
  17. font-size: 0;
  18. }
  19. .firstClassify .firstBox .icon {
  20. width: 84rpx;
  21. height: 84rpx;
  22. }
  23. .firstClassify .firstBox .name {
  24. font-weight: bold;
  25. font-size: 28rpx;
  26. }