index.less 641 B

123456789101112131415161718192021222324252627282930313233
  1. .resourceBox {
  2. padding-bottom: calc(60rpx + env(safe-area-inset-bottom)) !important;
  3. }
  4. .firstClassify {
  5. position: fixed;
  6. top: 0;
  7. z-index: 2;
  8. padding: 20rpx 0rpx;
  9. width: 100%;
  10. margin: 0 auto 30rpx;
  11. left: 0;
  12. right: 0;
  13. overflow: hidden;
  14. white-space: nowrap;
  15. background-color: white;
  16. box-shadow: 0rpx 4rpx 10rpx 0rpx rgba(0, 0, 0, 0.07);
  17. .firstBox {
  18. text-align: center;
  19. display: inline-block;
  20. padding: 0 17rpx;
  21. font-size: 0;
  22. .icon {
  23. width: 176rpx;
  24. height: 231rpx;
  25. }
  26. }
  27. }
  28. .resourceBox{
  29. padding-top: 170rpx;
  30. }