index.less 1000 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .recommend {
  2. position: relative;
  3. padding-top: 55rpx;
  4. padding-bottom: calc(140rpx + env(safe-area-inset-bottom)) !important;
  5. .firstClassify {
  6. margin: 55rpx 0rpx 35rpx;
  7. width: 100%;
  8. box-sizing: border-box;
  9. display: flex;
  10. flex-wrap: wrap;
  11. align-items: center;
  12. justify-content: space-between;
  13. text-align: center;
  14. z-index: 2;
  15. .icon {
  16. margin-bottom: 12rpx;
  17. width: 187rpx;
  18. height: 164rpx;
  19. }
  20. }
  21. .desktopTips {
  22. position: fixed;
  23. z-index: 999;
  24. right: 0rpx;
  25. .triangle {
  26. position: absolute;
  27. right: 124rpx;
  28. top: -26rpx;
  29. border: 20rpx solid #F9F9FF;
  30. border-top-color: transparent;
  31. border-left-color: transparent;
  32. border-right-color: transparent;
  33. }
  34. .tipsImg {
  35. width: 530rpx;
  36. height: 176rpx;
  37. }
  38. }
  39. }