index.scss 1.5 KB

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