index.less 3.1 KB

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