add.scss 2.3 KB

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