index.wxss 830 B

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