index.wxss 524 B

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