index.less 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. /* mHome/pages/presell/new/index.wxss */
  2. .container {
  3. .sub-title {
  4. font-size: 20px;
  5. color: #333;
  6. text-align: left;
  7. font-weight: bold;
  8. }
  9. .cell-item {
  10. display: flex;
  11. flex-direction: row;
  12. justify-content: space-between;
  13. align-content: center;
  14. align-items: center;
  15. .unit {
  16. font-size: 14px;
  17. color: #666;
  18. padding-right: 10px;
  19. }
  20. }
  21. .prestyle {
  22. display: flex;
  23. flex-direction: row;
  24. align-items: center;
  25. align-content: center;
  26. justify-content: center;
  27. width: 100%;
  28. padding-left: 10px;
  29. .content__item__step {
  30. display: flex;
  31. flex-direction: row;
  32. justify-content: start;
  33. align-items: center;
  34. align-content: center;
  35. width: 100%;
  36. &__item {
  37. display: flex;
  38. flex-direction: column;
  39. align-items: center;
  40. align-content: center;
  41. margin-bottom: 5px;
  42. text {
  43. font-size: 12px;
  44. padding: 2.5px 5px;
  45. text-align: center;
  46. }
  47. }
  48. }
  49. .plantmp {
  50. color: #333;
  51. font-size: 14px;
  52. width: 100%;
  53. height: 30px;
  54. }
  55. }
  56. .credentials-info {
  57. display: flex;
  58. flex-direction: row;
  59. justify-content: start;
  60. align-content: center;
  61. align-items: center;
  62. margin-bottom: 10px;
  63. width: 95%;
  64. text:nth-child(1) {
  65. width: 80px;
  66. color: #333;
  67. font-size: 14px;
  68. }
  69. text:nth-child(2) {
  70. width: 100%;
  71. color: #333;
  72. font-size: 14px;
  73. margin-left: 15px;
  74. }
  75. textarea {
  76. border: 1px solid #f0f0f0;
  77. border-radius: 10px;
  78. color: #333;
  79. padding: 10px;
  80. margin-right: 5px;
  81. font-size: 14px;
  82. }
  83. .credentials-top-view {
  84. display: flex;
  85. flex-direction: column;
  86. width: 80%;
  87. height: 120px;
  88. border-radius: 10px;
  89. .value {
  90. width: 100%;
  91. height: 30px;
  92. color: #888;
  93. }
  94. .upload {
  95. padding-top: 10px 0px 0px 0px;
  96. display: flex;
  97. justify-content: left;
  98. align-items: center;
  99. }
  100. }
  101. }
  102. .way-view {
  103. display: flex;
  104. flex-direction: row;
  105. justify-content: flex-start;
  106. align-items: center;
  107. align-content: center;
  108. &__title {
  109. width: 105px;
  110. }
  111. }
  112. .button-view {
  113. display: flex;
  114. justify-content: space-between;
  115. margin: 10px 10px 10px 10px;
  116. van-button {
  117. width: 48%;
  118. height: 40px;
  119. }
  120. }
  121. }