index.less 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. .firstClassify {
  24. padding: 24rpx 0rpx 20rpx;
  25. width: 100%;
  26. white-space: nowrap;
  27. background-color: white;
  28. .firstBox {
  29. text-align: center;
  30. display: inline-block;
  31. width: 98rpx;
  32. padding: 0rpx 20rpx;
  33. .icon {
  34. width: 60rpx;
  35. height: 60rpx;
  36. }
  37. .name {
  38. margin-top: 6rpx;
  39. font-weight: bold;
  40. font-size: 28rpx;
  41. }
  42. }
  43. }
  44. }
  45. .selectType {
  46. padding: 30rpx 15rpx 30rpx 26rpx;
  47. display: flex;
  48. align-items: center;
  49. justify-content: space-between;
  50. .type {
  51. padding: 14rpx 0rpx;
  52. width: 200rpx;
  53. box-sizing: border-box;
  54. text-align: center;
  55. border: 1rpx solid #9f9f9fa4;
  56. border-radius: 50rpx;
  57. color: #1A1A1A;
  58. font-size: 28rpx;
  59. }
  60. .currentType {
  61. color: white;
  62. box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  63. background-color: #00C657;
  64. border-color: #00C657;
  65. font-weight: bold;
  66. }
  67. .search {
  68. font-size: 0rpx;
  69. padding: 14rpx 14rpx;
  70. text-align: center;
  71. border: 1rpx solid #9f9f9fa4;
  72. border-radius: 50rpx;
  73. .searchImg {
  74. width: 26rpx;
  75. height: 26rpx;
  76. }
  77. }
  78. }
  79. }