index.less 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .recommend {
  2. position: relative;
  3. .desktopTips {
  4. position: fixed;
  5. z-index: 999;
  6. right: 0rpx;
  7. .triangle {
  8. position: absolute;
  9. right: 124rpx;
  10. top: -26rpx;
  11. border: 20rpx solid #F9F9FF;
  12. border-top-color: transparent;
  13. border-left-color: transparent;
  14. border-right-color: transparent;
  15. }
  16. .tipsImg {
  17. width: 530rpx;
  18. height: 176rpx;
  19. }
  20. }
  21. .scrollBox {
  22. width: 100%;
  23. }
  24. .selectType {
  25. padding: 30rpx 15rpx 30rpx 26rpx;
  26. display: flex;
  27. align-items: center;
  28. justify-content: space-between;
  29. .type {
  30. padding: 14rpx 0rpx;
  31. width: 200rpx;
  32. box-sizing: border-box;
  33. text-align: center;
  34. border: 1rpx solid #9f9f9fa4;
  35. border-radius: 50rpx;
  36. color: #1A1A1A;
  37. font-size: 28rpx;
  38. }
  39. .currentType {
  40. color: white;
  41. box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  42. background-color: #00C657;
  43. border-color: #00C657;
  44. font-weight: bold;
  45. }
  46. .search {
  47. font-size: 0rpx;
  48. padding: 14rpx 14rpx;
  49. text-align: center;
  50. border: 1rpx solid #9f9f9fa4;
  51. border-radius: 50rpx;
  52. .searchImg {
  53. width: 26rpx;
  54. height: 26rpx;
  55. }
  56. }
  57. }
  58. }