index.less 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. .one {
  5. position: relative;
  6. padding: 0 8px;
  7. height: 40px;
  8. overflow: hidden;
  9. border-bottom: 1px dashed #000000;
  10. input {
  11. float: left;
  12. width: 85%;
  13. padding: 2px 5px;
  14. margin: 5px 0;
  15. border-radius: 5px;
  16. border: 1px solid #cccccc;
  17. background-color: #ffffff;
  18. }
  19. text {
  20. position: relative;
  21. left: 10px;
  22. top: 6px;
  23. font-size: 17px;
  24. }
  25. }
  26. .two {
  27. position: relative;
  28. padding: 10px;
  29. .list {
  30. float: left;
  31. width: 100%;
  32. margin: 0 0 8px 0;
  33. background-color: #f9f9f9;
  34. border-radius: 5px;
  35. padding: 8px 0;
  36. .name {
  37. font-size: 16px;
  38. margin: 0 0 5px 0;
  39. padding: 0 10px;
  40. }
  41. .other {
  42. .otherInfo {
  43. margin: 0 0 5px 0;
  44. font-size: 14px;
  45. color: #666666;
  46. padding: 0 10px;
  47. text {
  48. color: #000000;
  49. }
  50. }
  51. }
  52. .btn {
  53. text-align: center;
  54. button {
  55. margin: 0 5px;
  56. }
  57. }
  58. }
  59. }
  60. }
  61. .dialog {
  62. min-height: 30px;
  63. max-height: 320px;
  64. overflow-y: auto;
  65. padding: 0 8px;
  66. .dialog_1 {
  67. .content {
  68. position: relative;
  69. padding: 8px 0;
  70. border-radius: 6px;
  71. margin: 0 0 5px 0;
  72. background-color: #f1f1f1;
  73. .left {
  74. float: left;
  75. margin: 0 10px;
  76. text {
  77. font-size: 14px;
  78. color: #666666;
  79. }
  80. }
  81. .right {
  82. input {
  83. font-size: 12px;
  84. }
  85. }
  86. }
  87. .order {
  88. position: relative;
  89. padding: 8px 0;
  90. border-radius: 6px;
  91. margin: 0 0 5px 0;
  92. background-color: #f1f1f1;
  93. .order_1 {
  94. position: relative;
  95. margin: 0 10px;
  96. text {
  97. font-size: 14px;
  98. color: #666666;
  99. }
  100. }
  101. .order_2 {
  102. position: relative;
  103. padding: 0 5px;
  104. margin: 5px 0 0 0;
  105. .list {
  106. margin: 0 0 8px 0;
  107. background-color: #f9f9f9;
  108. border-radius: 5px;
  109. padding: 8px 0;
  110. .name {
  111. font-size: 16px;
  112. margin: 0 0 5px 0;
  113. padding: 0 10px;
  114. }
  115. .other {
  116. .otherInfo {
  117. margin: 0 0 5px 0;
  118. font-size: 14px;
  119. color: #666666;
  120. padding: 0 10px;
  121. text {
  122. color: #000000;
  123. }
  124. }
  125. }
  126. }
  127. }
  128. }
  129. }
  130. .dialog_2 {
  131. .content {
  132. position: relative;
  133. padding: 8px 0;
  134. border-radius: 6px;
  135. margin: 0 0 5px 0;
  136. background-color: #f1f1f1;
  137. .left {
  138. float: left;
  139. margin: 0 10px;
  140. text {
  141. font-size: 14px;
  142. color: #666666;
  143. }
  144. }
  145. .right {
  146. input {
  147. font-size: 12px;
  148. }
  149. }
  150. }
  151. .save {
  152. text-align: center;
  153. button {
  154. margin: 10px;
  155. }
  156. }
  157. }
  158. .dialog_3 {
  159. .list {
  160. margin: 0 0 8px 0;
  161. background-color: #f9f9f9;
  162. border-radius: 5px;
  163. padding: 8px 0;
  164. .name {
  165. font-size: 16px;
  166. margin: 0 0 5px 0;
  167. padding: 0 10px;
  168. }
  169. .other {
  170. .otherInfo {
  171. margin: 0 0 5px 0;
  172. font-size: 14px;
  173. color: #666666;
  174. padding: 0 10px;
  175. text {
  176. color: #000000;
  177. }
  178. }
  179. }
  180. }
  181. }
  182. }
  183. .van-dialog__header {
  184. padding-top: 0 !important;
  185. padding: 10px 0 !important;
  186. }