index.scss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. .search-right {
  2. padding: 0 10rpx !important;
  3. }
  4. .tips {
  5. width: 750rpx;
  6. text-align: center;
  7. height: 64rpx;
  8. line-height: 64rpx;
  9. background: #FFEFD9;
  10. font-size: 28rpx;
  11. font-family: PingFang SC-Semibold, PingFang SC;
  12. font-weight: 600;
  13. color: #FA8C16;
  14. }
  15. page {
  16. width: 100vw;
  17. overflow: hidden;
  18. }
  19. .groud {
  20. width: 100%;
  21. padding: 30rpx;
  22. border-bottom: 1px solid #DDDDDD;
  23. .label {
  24. height: 40rpx;
  25. font-size: 28rpx;
  26. font-family: PingFang SC-Regular, PingFang SC;
  27. color: #333333;
  28. }
  29. .content {
  30. display: flex;
  31. flex-wrap: wrap;
  32. width: 100%;
  33. .but {
  34. width: 188rpx;
  35. height: 72rpx;
  36. background: #F5F5F5;
  37. border-radius: 8rpx;
  38. font-size: 28rpx;
  39. font-family: PingFang SC-Regular, PingFang SC;
  40. color: #333333;
  41. box-sizing: border-box;
  42. margin-right: 20rpx;
  43. margin-top: 20rpx;
  44. padding: 0;
  45. }
  46. .active {
  47. border: 1px solid #3874F6;
  48. color: #3874F6;
  49. font-weight: bold;
  50. background-color: #F5F5F5;
  51. }
  52. }
  53. .time {
  54. .partition {
  55. margin-right: 20rpx;
  56. display: flex;
  57. align-items: center;
  58. }
  59. .tbox {
  60. width: 220rpx;
  61. height: 72rpx;
  62. text-align: center;
  63. line-height: 72rpx;
  64. background: #F5F5F5;
  65. border-radius: 8rpx;
  66. font-size: 28rpx;
  67. font-family: PingFang SC-Regular, PingFang SC;
  68. color: #333333;
  69. box-sizing: border-box;
  70. margin-right: 20rpx;
  71. margin-top: 20rpx;
  72. }
  73. }
  74. }
  75. .footer {
  76. display: flex;
  77. justify-content: center;
  78. position: fixed;
  79. bottom: 0;
  80. width: 100vw;
  81. min-height: 130rpx;
  82. background-color: #fff;
  83. box-shadow: 0px -2px 6px 1px rgba(0, 0, 0, 0.16);
  84. .but {
  85. width: 690rpx;
  86. height: 90rpx;
  87. background: #FA8C16;
  88. border-radius: 16rpx;
  89. font-size: 28rpx;
  90. font-weight: 600;
  91. color: #FFFFFF;
  92. margin-top: 10rpx;
  93. }
  94. }