index.wxss 797 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .recommend {
  2. position: relative;
  3. padding-top: 30rpx;
  4. padding-bottom: calc(140rpx + env(safe-area-inset-bottom)) !important;
  5. }
  6. .recommend .firstClassify {
  7. margin: 60rpx 0rpx;
  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. width: 25%;
  19. height: 195rpx;
  20. }
  21. .recommend .desktopTips {
  22. position: fixed;
  23. z-index: 999;
  24. right: 0rpx;
  25. }
  26. .recommend .desktopTips .triangle {
  27. position: absolute;
  28. right: 124rpx;
  29. top: -26rpx;
  30. border: 20rpx solid #F9F9FF;
  31. border-top-color: transparent;
  32. border-left-color: transparent;
  33. border-right-color: transparent;
  34. }
  35. .recommend .desktopTips .tipsImg {
  36. width: 530rpx;
  37. height: 176rpx;
  38. }