index.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  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. border-bottom: 1px solid #dddddd;
  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. border-bottom: 1px solid #dddddd;
  23. }
  24. .picker_group picker {
  25. height: 55rpx;
  26. line-height: 60rpx;
  27. border-radius: 30rpx;
  28. margin: auto;
  29. }
  30. .van-cell {
  31. margin-top: -1px;
  32. color: #000 !important;
  33. }
  34. .adress {
  35. float: left;
  36. width: 100%;
  37. font-size: 14px;
  38. border-bottom: 1px solid #dddddd;
  39. }
  40. .section {
  41. float: left;
  42. font-size: 14px;
  43. width: 96%;
  44. padding-left: 13px;
  45. line-height: 85rpx;
  46. border-bottom: 1px solid #dddddd;
  47. }
  48. .section__title {
  49. float: left;
  50. width: 50%;
  51. }
  52. .picker2{
  53. float: left;
  54. width: 15%;
  55. text-align: right;
  56. }
  57. .picker1 {
  58. float: left;
  59. width: 32%;
  60. text-align: right;
  61. }
  62. .team {
  63. margin-top: 12%;
  64. background-color: white;
  65. }
  66. .one {
  67. padding: 10px 5px 15px 5px;
  68. }
  69. .tuan {
  70. margin-left: 11px;
  71. font-size: 16px;
  72. font-weight: 550;
  73. margin-right: 10px;
  74. }
  75. .two {
  76. position: absolute;
  77. bottom: 9%;
  78. left: 9%;
  79. }
  80. .mult {
  81. float: left;
  82. width: 65%;
  83. padding-left: 15px;
  84. font-size: 14px;
  85. line-height: 85rpx;
  86. background-color: white;
  87. }
  88. .mult11 {
  89. padding-left: 15px;
  90. font-size: 14px;
  91. line-height: 85rpx;
  92. background-color: white;
  93. }
  94. .mults {
  95. margin-top: -1px;
  96. background-color: white;
  97. line-height: 85rpx;
  98. text-align: center;
  99. }
  100. .multone {
  101. margin-top: 0.5%;
  102. margin-bottom: 1.8px;
  103. font-size: 14px;
  104. }
  105. .mult88 {
  106. float: left;
  107. width: 63%;
  108. line-height: 85rpx;
  109. background-color: white;
  110. text-align: right;
  111. padding: 0 9px 0 0;
  112. }
  113. .mult00 {
  114. padding-left: 15px;
  115. float: left;
  116. width: 30%;
  117. line-height: 85rpx;
  118. background-color: white;
  119. }
  120. .zero {
  121. border-bottom: 1px solid #dddddd;
  122. margin: 0 20px;
  123. height: 50px;
  124. }
  125. .ming{
  126. background-color: white;
  127. border-bottom: 1px solid #dddddd;
  128. }
  129. .one {
  130. margin-left: 10px;
  131. height: 20px;
  132. }
  133. .van-uploader__upload {
  134. border-radius: 50%;
  135. align-items: center;
  136. background-color: var(--uploader-upload-background-color,#f7f8fa);
  137. box-sizing: border-box;
  138. display: flex;
  139. flex-direction: column;
  140. height: var(--uploader-size,50px);
  141. justify-content: center;
  142. margin: 0 8px 8px 0;
  143. position: relative;
  144. width: var(--uploader-size,50px);
  145. width: 50px !important;
  146. height: 50px !important;
  147. }
  148. .van-uploader__preview-image {
  149. border-radius: 50%;
  150. display: block;
  151. height: var(--uploader-size,50px);
  152. overflow: hidden;
  153. width: var(--uploader-size,50px);
  154. width: 50px !important;
  155. height: 50px !important;
  156. }
  157. .text {
  158. position: relative;
  159. top: 4px;
  160. width: 40%;
  161. font-size: 14px;
  162. }
  163. .tou {
  164. width: 50px;
  165. height: 50px;
  166. position: relative;
  167. left: 280px;
  168. top: -30px;
  169. }
  170. .input {
  171. position: relative;
  172. text-align: right;
  173. left: 134px;
  174. top: -20px;
  175. width: 60%;
  176. font-size: 14px;
  177. }
  178. .button {
  179. position: relative;
  180. top: 50px;
  181. width: 300px !important;
  182. background-image: linear-gradient(to right, #fd3c1e, #c74df0);
  183. border-radius: 30px;
  184. color: #ffffff;
  185. text-align: center;
  186. font-size: small;
  187. }