index.scss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. }