index.less 3.2 KB

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