add.scss 2.3 KB

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