index.scss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. @import "../../static/filter.scss";
  2. .search-right {
  3. padding: 0 10rpx !important;
  4. }
  5. .tips {
  6. width: 750rpx;
  7. text-align: center;
  8. height: 64rpx;
  9. line-height: 64rpx;
  10. background: #FFEFD9;
  11. font-size: 28rpx;
  12. font-family: PingFang SC-Semibold, PingFang SC;
  13. font-weight: 600;
  14. color: #FA8C16;
  15. }
  16. page {
  17. width: 100vw;
  18. overflow: hidden;
  19. }
  20. .groud {
  21. width: 100%;
  22. padding: 30rpx;
  23. border-bottom: 1px solid #DDDDDD;
  24. .label {
  25. height: 40rpx;
  26. font-size: 28rpx;
  27. font-family: PingFang SC-Regular, PingFang SC;
  28. color: #333333;
  29. }
  30. .content {
  31. display: flex;
  32. flex-wrap: wrap;
  33. width: 100%;
  34. .but {
  35. width: 188rpx;
  36. height: 72rpx;
  37. background: #F5F5F5;
  38. border-radius: 8rpx;
  39. font-size: 28rpx;
  40. font-family: PingFang SC-Regular, PingFang SC;
  41. color: #333333;
  42. box-sizing: border-box;
  43. margin-right: 20rpx;
  44. margin-top: 20rpx;
  45. padding: 0;
  46. }
  47. .active {
  48. border: 1px solid #3874F6;
  49. color: #3874F6;
  50. font-weight: bold;
  51. background-color: #F5F5F5;
  52. }
  53. }
  54. .time {
  55. .partition {
  56. margin-right: 20rpx;
  57. display: flex;
  58. align-items: center;
  59. }
  60. .tbox {
  61. width: 220rpx;
  62. height: 72rpx;
  63. text-align: center;
  64. line-height: 72rpx;
  65. background: #F5F5F5;
  66. border-radius: 8rpx;
  67. font-size: 28rpx;
  68. font-family: PingFang SC-Regular, PingFang SC;
  69. color: #333333;
  70. box-sizing: border-box;
  71. margin-right: 20rpx;
  72. margin-top: 20rpx;
  73. }
  74. }
  75. }