index.less 2.2 KB

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