index.less 2.2 KB

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