index.less 611 B

1234567891011121314151617181920212223242526272829303132
  1. .resourceBox {
  2. padding-bottom: calc(140rpx + env(safe-area-inset-bottom)) !important;
  3. }
  4. .firstClassify {
  5. padding: 26rpx 0rpx 24rpx;
  6. width: 100%;
  7. margin: 0 auto 30rpx;
  8. left: 0;
  9. right: 0;
  10. overflow: hidden;
  11. white-space: nowrap;
  12. background-color: white;
  13. .firstBox {
  14. text-align: center;
  15. display: inline-block;
  16. width: 98rpx;
  17. padding: 0rpx 20rpx;
  18. font-size: 0;
  19. .icon {
  20. width: 84rpx;
  21. height: 84rpx;
  22. }
  23. .name {
  24. font-weight: bold;
  25. font-size: 28rpx;
  26. }
  27. }
  28. }