index.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. }
  5. .page1 {
  6. float: left;
  7. width: 40%;
  8. padding-left: 15px;
  9. font-size: 14px;
  10. line-height: 80rpx;
  11. background-color: white;
  12. font-weight: 500;
  13. }
  14. /* 日期选择 */
  15. .picker_group {
  16. background-color: white;
  17. height: 80rpx;
  18. line-height: 80rpx;
  19. display: flex;
  20. align-items: center;
  21. font-size: 14px;
  22. }
  23. .picker_group picker {
  24. height: 55rpx;
  25. line-height: 60rpx;
  26. margin: 0 2%;
  27. padding: 0 2%;
  28. border-radius: 30rpx;
  29. }
  30. .van-cell {
  31. margin-top: -1px;
  32. font-weight: 500;
  33. color: #000 !important;
  34. }
  35. .adress {
  36. font-size: 14px;
  37. font-weight: 600;
  38. }
  39. .name {
  40. font-size: 14px;
  41. font-weight: 600;
  42. }
  43. .section {
  44. font-size: 14px;
  45. font-weight: 500;
  46. width: 96%;
  47. margin-top: 0.8px;
  48. padding-left: 13px;
  49. line-height: 80rpx;
  50. background-color: white;
  51. }
  52. .section__title {
  53. float: left;
  54. width: 65%;
  55. }
  56. .picker {
  57. font-weight: 500;
  58. }
  59. .picker1 {
  60. float: left;
  61. width: 22%;
  62. }
  63. .team {
  64. margin-top: 12%;
  65. background-color: white;
  66. }
  67. .one {
  68. padding: 10px 5px 15px 5px;
  69. }
  70. .tuan {
  71. margin-left: 11px;
  72. font-size: 16px;
  73. font-weight: 550;
  74. margin-right: 10px;
  75. }
  76. .two {
  77. position: absolute;
  78. bottom: 9%;
  79. left: 9%;
  80. }
  81. .button {
  82. width: 300px !important;
  83. background-color: rgb(247, 189, 102);
  84. background-image: linear-gradient(to right, rgb(247, 124, 53), rgb(255, 153, 0));
  85. border-radius: 30px;
  86. color: #ffffff;
  87. text-align: center;
  88. font-size: small;
  89. }
  90. .mult {
  91. float: left;
  92. width: 65%;
  93. padding-left: 15px;
  94. font-size: 14px;
  95. line-height: 80rpx;
  96. background-color: white;
  97. font-weight: 500;
  98. }
  99. .mult11 {
  100. padding-left: 15px;
  101. font-size: 14px;
  102. line-height: 80rpx;
  103. background-color: white;
  104. font-weight: 500;
  105. }
  106. .mults {
  107. margin-top: -1px;
  108. background-color: white;
  109. line-height: 80rpx;
  110. text-align: center;
  111. }
  112. .multone {
  113. margin-bottom: 1.8px;
  114. font-size: 14px;
  115. }
  116. .mult88 {
  117. float: left;
  118. width: 63%;
  119. line-height: 80rpx;
  120. background-color: white;
  121. text-align: right;
  122. padding: 0 9px 0 0;
  123. }
  124. .mult00 {
  125. padding-left: 15px;
  126. float: left;
  127. width: 30%;
  128. line-height: 80rpx;
  129. background-color: white;
  130. }