index.less 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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. .content {
  55. float: left;
  56. width: 100%;
  57. padding: 8px 0;
  58. border-radius: 6px;
  59. margin: 0 0 5px 0;
  60. background-color: #f1f1f1;
  61. }
  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. .order {
  74. float: left;
  75. width: 100%;
  76. padding: 8px 0;
  77. border-radius: 6px;
  78. margin: 0 0 5px 0;
  79. background-color: #f1f1f1;
  80. .order_1 {
  81. float: left;
  82. width: 95%;
  83. margin: 0 10px;
  84. }
  85. .order_1 text {
  86. font-size: 14px;
  87. color: #666666;
  88. }
  89. .order_2 {
  90. float: left;
  91. width: 99%;
  92. padding: 0 5px;
  93. margin: 5px 0 0 0;
  94. .list {
  95. margin: 0 0 8px 0;
  96. background-color: #f9f9f9;
  97. border-radius: 5px;
  98. padding: 8px 0;
  99. .name {
  100. font-size: 16px;
  101. margin: 0 0 5px 0;
  102. padding: 0 0 0 10px;
  103. }
  104. .other {
  105. .otherInfo {
  106. margin: 0 0 5px 0;
  107. font-size: 14px;
  108. color: #666666;
  109. padding: 0 10px;
  110. }
  111. .otherInfo text {
  112. color: #000000;
  113. }
  114. }
  115. }
  116. }
  117. }
  118. }
  119. .van-dialog__header {
  120. padding-top: 0 !important;
  121. padding: 10px 0 !important;
  122. }