index.scss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. @import "../../../static/filter.scss";
  2. .search-right {
  3. padding: 0 10rpx !important;
  4. }
  5. page {
  6. width: 100vw;
  7. overflow: hidden;
  8. }
  9. .groud {
  10. width: 100%;
  11. padding: 30rpx;
  12. border-bottom: 1px solid #DDDDDD;
  13. .label {
  14. height: 40rpx;
  15. font-size: 28rpx;
  16. font-family: PingFang SC-Regular, PingFang SC;
  17. color: #333333;
  18. }
  19. .content {
  20. display: flex;
  21. flex-wrap: wrap;
  22. width: 100%;
  23. .but {
  24. width: 188rpx;
  25. height: 72rpx;
  26. background: #F5F5F5;
  27. border-radius: 8rpx;
  28. font-size: 28rpx;
  29. font-family: PingFang SC-Regular, PingFang SC;
  30. color: #333333;
  31. box-sizing: border-box;
  32. margin-right: 20rpx;
  33. margin-top: 20rpx;
  34. padding: 0;
  35. }
  36. .active {
  37. border: 1px solid #3874F6;
  38. color: #3874F6;
  39. font-weight: bold;
  40. background-color: #F5F5F5;
  41. }
  42. }
  43. .time {
  44. .partition {
  45. margin-right: 20rpx;
  46. display: flex;
  47. align-items: center;
  48. }
  49. .tbox {
  50. width: 220rpx;
  51. height: 72rpx;
  52. text-align: center;
  53. line-height: 72rpx;
  54. background: #F5F5F5;
  55. border-radius: 8rpx;
  56. font-size: 28rpx;
  57. font-family: PingFang SC-Regular, PingFang SC;
  58. color: #333333;
  59. box-sizing: border-box;
  60. margin-right: 20rpx;
  61. margin-top: 20rpx;
  62. }
  63. }
  64. }
  65. .brand-box {
  66. margin-left: 30rpx;
  67. padding-bottom: 20rpx;
  68. .brand-tab-class {
  69. height: 52rpx;
  70. line-height: 52rpx;
  71. font-size: 24rpx;
  72. color: #666666;
  73. }
  74. .brand-active-class {
  75. border-radius: 26rpx;
  76. background-color: #FAFAFA;
  77. font-weight: bold;
  78. }
  79. }
  80. .title {
  81. font-size: 28rpx;
  82. width: 100%;
  83. text-align: center;
  84. line-height: 100rpx;
  85. font-weight: bold;
  86. }
  87. .brand-box1 {
  88. margin-left: 30rpx;
  89. padding-bottom: 20rpx;
  90. .brand-tab-class1 {
  91. height: 60rpx;
  92. line-height: 60rpx;
  93. font-size: 30rpx;
  94. padding: 0 30rpx !important;
  95. color: #4e4e4e;
  96. }
  97. .brand-active-class1 {
  98. border-radius: 60rpx;
  99. background-color: #FAFAFA;
  100. font-weight: bold;
  101. }
  102. }
  103. .but-box {
  104. display: flex;
  105. justify-content: center;
  106. .but{
  107. width: 290rpx;
  108. background-color: #1989FA;
  109. color: #fff;
  110. font-weight: bold;
  111. margin-top: 50rpx;
  112. }
  113. }