index.wxss 545 B

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