index.wxss 2.5 KB

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