index.less 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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. }
  22. .prestyle {
  23. margin-top: 10px;
  24. display: flex;
  25. flex-direction: row;
  26. align-items: center;
  27. align-content: center;
  28. justify-content: center;
  29. width: 96%;
  30. padding-left: 10px;
  31. .content__item__step {
  32. display: flex;
  33. flex-direction: row;
  34. justify-content: start;
  35. align-items: center;
  36. align-content: center;
  37. white-space: nowrap;
  38. &__item {
  39. display: inline-flex;
  40. flex-direction: column;
  41. align-items: center;
  42. align-content: center;
  43. margin-bottom: 5px;
  44. text {
  45. font-size: 12px;
  46. padding: 2.5px 5px;
  47. text-align: center;
  48. }
  49. }
  50. }
  51. .plantmp {
  52. color: #333;
  53. font-size: 14px;
  54. width: 100%;
  55. height: 30px;
  56. }
  57. }
  58. .credentials-info {
  59. display: flex;
  60. flex-direction: row;
  61. justify-content: start;
  62. align-content: center;
  63. align-items: center;
  64. margin-bottom: 10px;
  65. width: 95%;
  66. text:nth-child(1) {
  67. width: 80px;
  68. color: #333;
  69. font-size: 14px;
  70. }
  71. text:nth-child(2) {
  72. width: 100%;
  73. color: #333;
  74. font-size: 14px;
  75. margin-left: 15px;
  76. }
  77. textarea {
  78. border: 1px solid #f0f0f0;
  79. border-radius: 10px;
  80. color: #333;
  81. padding: 10px;
  82. margin-right: 5px;
  83. font-size: 14px;
  84. }
  85. .credentials-top-view {
  86. display: flex;
  87. flex-direction: column;
  88. width: 80%;
  89. height: 120px;
  90. border-radius: 10px;
  91. .value {
  92. width: 100%;
  93. height: 30px;
  94. color: #888;
  95. }
  96. .upload {
  97. padding-top: 10px 0px 0px 0px;
  98. display: flex;
  99. justify-content: left;
  100. align-items: center;
  101. }
  102. }
  103. }
  104. .button-view {
  105. display: flex;
  106. justify-content: space-between;
  107. margin: 10px 10px 10px 10px;
  108. van-button {
  109. width: 48%;
  110. height: 40px;
  111. }
  112. }
  113. }