index.less 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. .paramsSetPage {
  2. overflow: auto;
  3. .paramsSetBox {
  4. height: 100%;
  5. width: 100%;
  6. height: calc(100% - 50px);
  7. .wrap2 {
  8. width: 100%;
  9. height: 54px;
  10. background-color: #fff;
  11. justify-content: center;
  12. .outer1 {
  13. width: 162px;
  14. height: 20px;
  15. margin: 0 0 0 15px;
  16. .block1 {
  17. background-color: #5a9cc8;
  18. border-radius: 2px;
  19. width: 4px;
  20. height: 12px;
  21. margin-top: 4px;
  22. }
  23. .txt2 {
  24. width: 150px;
  25. height: 20px;
  26. overflow-wrap: break-word;
  27. color: rgba(64, 77, 116, 1);
  28. font-size: 14px;
  29. font-family: PingFangSC-Medium;
  30. text-align: left;
  31. white-space: nowrap;
  32. line-height: 20px;
  33. display: block;
  34. }
  35. }
  36. .pic2 {
  37. z-index: 26;
  38. position: absolute;
  39. left: 0;
  40. top: 53px;
  41. width: 375px;
  42. height: 2px;
  43. }
  44. }
  45. .list {
  46. width: 100%;
  47. height: 54px;
  48. padding: 0 15px;
  49. display: flex;
  50. justify-content: space-between;
  51. align-items: center;
  52. position: relative;
  53. .title {
  54. display: flex;
  55. .icon {
  56. width: 24px;
  57. padding-right: 10px;
  58. }
  59. .word3 {
  60. display: block;
  61. width: 78px;
  62. height: 13px;
  63. overflow-wrap: break-word;
  64. color: rgba(64, 77, 116, 1);
  65. font-size: 13px;
  66. text-align: left;
  67. white-space: nowrap;
  68. line-height: 13px;
  69. }
  70. .section4 {
  71. position: relative;
  72. width: 18px;
  73. height: 19px;
  74. margin-right: 10px;
  75. background: url(../../assets/device/currency1.png) 100% no-repeat;
  76. .main4 {
  77. z-index: 34;
  78. position: absolute;
  79. left: 12px;
  80. top: -1px;
  81. width: 4px;
  82. height: 4px;
  83. background: url(../../assets/device/currency2.png) 100% no-repeat;
  84. }
  85. }
  86. }
  87. .outer2 {
  88. width: 6px;
  89. height: 12px;
  90. background: url('../../assets/right.png') top center no-repeat;
  91. background-size: 100%;
  92. margin-top: 4px;
  93. }
  94. }
  95. .paramsList {
  96. .van-cell {
  97. align-items: center;
  98. }
  99. .txt3 {
  100. display: flex;
  101. width: 30%;
  102. overflow-wrap: break-word;
  103. color: rgba(64, 77, 116, 1);
  104. font-size: 12px;
  105. text-align: left;
  106. line-height: 18px;
  107. }
  108. .van-field__label {
  109. width: 30%;
  110. }
  111. .van-field__control {
  112. width: 75%;
  113. border: 1px solid var(--van-border-color);
  114. padding: 0.2em 0;
  115. }
  116. .updataButton {
  117. background-color: transparent;
  118. color: #2c87c8;
  119. border-color: #2c87c8;
  120. padding: 0 0.5em;
  121. border-radius: 50px;
  122. }
  123. }
  124. .inputButton {
  125. .van-field__label {
  126. align-items: center;
  127. }
  128. .updataButton {
  129. background-color: transparent;
  130. color: #2c87c8;
  131. border-color: #2c87c8;
  132. padding: 0 0.5em;
  133. border-radius: 50px;
  134. }
  135. }
  136. }
  137. }