index.less 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. .one {
  5. float: left;
  6. width: 100%;
  7. text-align: center;
  8. border-bottom: 1px dashed #000000;
  9. }
  10. .one button {
  11. margin: 10px;
  12. }
  13. .two {
  14. float: left;
  15. width: 95%;
  16. padding: 10px;
  17. .list {
  18. float: left;
  19. width: 100%;
  20. margin: 0 0 8px 0;
  21. background-color: #f9f9f9;
  22. border-radius: 5px;
  23. padding: 8px 0;
  24. .name {
  25. font-size: 16px;
  26. margin: 0 0 5px 0;
  27. padding: 0 10px;
  28. }
  29. .other {
  30. .otherInfo {
  31. margin: 0 0 5px 0;
  32. font-size: 14px;
  33. color: #666666;
  34. padding: 0 10px;
  35. }
  36. .otherInfo text {
  37. color: #000000;
  38. }
  39. }
  40. .btn {
  41. text-align: center;
  42. }
  43. .btn button {
  44. margin: 0 5px;
  45. }
  46. }
  47. }
  48. }
  49. .dialog {
  50. min-height: 30px;
  51. max-height: 320px;
  52. overflow-y: auto;
  53. padding: 0 8px;
  54. .dialog_1 {
  55. .content {
  56. float: left;
  57. width: 100%;
  58. padding: 8px 0;
  59. border-radius: 6px;
  60. margin: 0 0 5px 0;
  61. background-color: #f1f1f1;
  62. .left {
  63. float: left;
  64. margin: 0 0 0 10px;
  65. }
  66. .left text {
  67. font-size: 14px;
  68. color: #666666;
  69. }
  70. .right input {
  71. font-size: 12px;
  72. }
  73. }
  74. .order {
  75. float: left;
  76. width: 100%;
  77. padding: 8px 0;
  78. border-radius: 6px;
  79. margin: 0 0 5px 0;
  80. background-color: #f1f1f1;
  81. .order_1 {
  82. float: left;
  83. width: 95%;
  84. margin: 0 10px;
  85. }
  86. .order_1 text {
  87. font-size: 14px;
  88. color: #666666;
  89. }
  90. .order_2 {
  91. float: left;
  92. width: 95%;
  93. padding: 0 5px;
  94. margin: 5px 0 0 0;
  95. .list {
  96. margin: 0 0 8px 0;
  97. background-color: #f9f9f9;
  98. border-radius: 5px;
  99. padding: 8px 0;
  100. .name {
  101. float: left;
  102. width: 100%;
  103. font-size: 16px;
  104. margin: 0 0 5px 0;
  105. padding: 0 0 0 10px;
  106. }
  107. .other {
  108. .otherInfo {
  109. margin: 0 0 5px 0;
  110. font-size: 14px;
  111. color: #666666;
  112. padding: 0 10px;
  113. }
  114. .otherInfo text {
  115. color: #000000;
  116. }
  117. }
  118. }
  119. }
  120. }
  121. }
  122. }
  123. .van-dialog__header {
  124. padding-top: 0 !important;
  125. padding: 10px 0 !important;
  126. }