index.less 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. .container {
  2. .sub-title {
  3. font-size: 20px;
  4. color: #333;
  5. text-align: left;
  6. font-weight: bold;
  7. }
  8. .cell-item {
  9. display: flex;
  10. flex-direction: row;
  11. justify-content: space-between;
  12. align-content: center;
  13. align-items: center;
  14. .unit {
  15. font-size: 12px;
  16. color: #666;
  17. padding-right: 10px;
  18. width: 60px;
  19. text-align: right;
  20. }
  21. .van-radio {
  22. font-size: 14px;
  23. }
  24. }
  25. .column-title, .row {
  26. display: flex;
  27. flex-direction: row;
  28. justify-content: space-between;
  29. align-items: center;
  30. align-content: center;
  31. margin: 0px 10px;
  32. &__item {
  33. width: 100%;
  34. height: 100%;
  35. background-color: #ddd;
  36. color: #333;
  37. font-size: 12px;
  38. text-align: center;
  39. padding: 7.5px 0px;
  40. border-right: 0.5px solid #aaa;
  41. }
  42. }
  43. .row {
  44. border: 1px solid #999;
  45. border-top: 0px solid #aaa;
  46. &__item {
  47. background-color: #fff;
  48. padding: 0px;
  49. height: 45px;
  50. align-items: center;
  51. align-content: center;
  52. display: flex;
  53. flex-direction: row;
  54. justify-content: center;
  55. }
  56. }
  57. .row:last-child {
  58. border-right: 0px solid #fff;
  59. }
  60. .prestyle {
  61. margin-top: 10px;
  62. display: flex;
  63. flex-direction: row;
  64. align-items: center;
  65. align-content: center;
  66. justify-content: center;
  67. width: 100%;
  68. .content__item__step {
  69. display: flex;
  70. flex-direction: row;
  71. justify-content: start;
  72. align-items: center;
  73. align-content: center;
  74. width: 96%;
  75. white-space: nowrap;
  76. &__item {
  77. display: inline-flex;
  78. flex-direction: column;
  79. align-items: center;
  80. align-content: center;
  81. margin-bottom: 5px;
  82. text {
  83. font-size: 12px;
  84. padding: 2.5px 5px;
  85. text-align: center;
  86. }
  87. }
  88. }
  89. .plantmp {
  90. color: #333;
  91. font-size: 14px;
  92. width: 100%;
  93. height: 30px;
  94. }
  95. }
  96. .credentials-info {
  97. display: flex;
  98. flex-direction: row;
  99. justify-content: start;
  100. align-content: center;
  101. align-items: center;
  102. margin-bottom: 10px;
  103. width: 95%;
  104. text:nth-child(1) {
  105. width: 80px;
  106. color: #333;
  107. font-size: 14px;
  108. }
  109. text:nth-child(2) {
  110. width: 100%;
  111. color: #333;
  112. font-size: 14px;
  113. margin-left: 15px;
  114. }
  115. textarea {
  116. border: 1px solid #f0f0f0;
  117. border-radius: 10px;
  118. color: #333;
  119. padding: 10px;
  120. margin-right: 5px;
  121. font-size: 14px;
  122. }
  123. .credentials-top-view {
  124. display: flex;
  125. flex-direction: column;
  126. width: 80%;
  127. height: 120px;
  128. border-radius: 10px;
  129. .value {
  130. width: 100%;
  131. height: 30px;
  132. color: #888;
  133. }
  134. .upload {
  135. padding-top: 10px 0px 0px 0px;
  136. display: flex;
  137. justify-content: left;
  138. align-items: center;
  139. }
  140. }
  141. }
  142. .button-view {
  143. display: flex;
  144. justify-content: space-between;
  145. margin: 10px 10px 10px 10px;
  146. van-button {
  147. width: 48%;
  148. height: 40px;
  149. }
  150. }
  151. }