index.less 587 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. .firstBox {
  15. text-align: center;
  16. display: inline-block;
  17. width: 98rpx;
  18. padding: 0rpx 20rpx;
  19. font-size: 0;
  20. .icon {
  21. width: 84rpx;
  22. height: 84rpx;
  23. }
  24. .name {
  25. font-weight: bold;
  26. font-size: 28rpx;
  27. }
  28. }
  29. }