index.less 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. .operDialog {
  2. width: 90%;
  3. .txt1 {
  4. overflow: hidden;
  5. text-overflow: ellipsis;
  6. white-space: nowrap;
  7. }
  8. .close {
  9. position: absolute;
  10. top: 0.5em;
  11. right: 0.5em;
  12. font-size: 1.5em;
  13. }
  14. .group4 {
  15. background-color: rgba(215, 215, 226, 1);
  16. border-radius: 2px;
  17. width: 310px;
  18. height: 1px;
  19. margin: 0 auto;
  20. margin-top: 10px;
  21. }
  22. .operBox {
  23. display: flex;
  24. width: 95%;
  25. margin: 0 auto;
  26. flex-wrap: wrap;
  27. .operItem {
  28. width: 25%;
  29. margin: 6% 0;
  30. .operIcon {
  31. text-align: center;
  32. .operImg {
  33. width: 25px;
  34. }
  35. }
  36. .operText {
  37. color: rgba(64, 77, 116, 1);
  38. font-size: 11px;
  39. text-align: center;
  40. }
  41. }
  42. }
  43. }
  44. .operCheckBox {
  45. .block5 {
  46. background-color: rgba(215, 215, 226, 1);
  47. border-radius: 2px;
  48. width: 310px;
  49. height: 1px;
  50. margin: 0 auto;
  51. margin-top: 25px;
  52. }
  53. .word10 {
  54. width: auto;
  55. height: 13px;
  56. overflow-wrap: break-word;
  57. color: rgba(64, 77, 116, 1);
  58. font-size: 13px;
  59. text-align: center;
  60. white-space: nowrap;
  61. line-height: 13px;
  62. display: block;
  63. margin: 33px auto;
  64. }
  65. .block6 {
  66. width: 265px;
  67. height: 34px;
  68. margin: 20px auto;
  69. .mod7 {
  70. border-radius: 17px;
  71. height: 34px;
  72. border: 1px solid #2c87c8;
  73. width: 120px;
  74. justify-content: center;
  75. align-items: center;
  76. .info5 {
  77. width: auto;
  78. height: 13px;
  79. overflow-wrap: break-word;
  80. color: #2c87c8;
  81. font-size: 15px;
  82. font-family: PingFangSC-Medium;
  83. text-align: center;
  84. white-space: nowrap;
  85. line-height: 15px;
  86. display: block;
  87. }
  88. }
  89. .mod8 {
  90. background-color: #2c87c8;
  91. border-radius: 17px;
  92. height: 34px;
  93. width: 120px;
  94. justify-content: center;
  95. align-items: center;
  96. .info6 {
  97. width: auto;
  98. height: 13px;
  99. overflow-wrap: break-word;
  100. color: rgba(255, 255, 255, 1);
  101. font-size: 15px;
  102. font-family: PingFangSC-Medium;
  103. text-align: center;
  104. white-space: nowrap;
  105. line-height: 15px;
  106. display: block;
  107. }
  108. }
  109. }
  110. }
  111. .openDoorPage {
  112. background-color: rgba(255, 255, 255, 1);
  113. position: relative;
  114. width: 100%;
  115. height: calc(100vh - 44px);
  116. overflow: hidden;
  117. .box1 {
  118. width: 100%;
  119. height: 237px;
  120. .block2 {
  121. width: 162px;
  122. height: 20px;
  123. margin: 18px 0 0 15px;
  124. .block3 {
  125. background-color: #5a9cc8;
  126. border-radius: 2px;
  127. width: 4px;
  128. height: 12px;
  129. margin-top: 4px;
  130. }
  131. .info2 {
  132. width: 150px;
  133. height: 20px;
  134. overflow-wrap: break-word;
  135. color: rgba(64, 77, 116, 1);
  136. font-size: 14px;
  137. font-family: PingFangSC-Medium;
  138. text-align: left;
  139. white-space: nowrap;
  140. line-height: 20px;
  141. display: block;
  142. }
  143. }
  144. .info3 {
  145. width: auto;
  146. height: 20px;
  147. overflow-wrap: break-word;
  148. color: rgba(64, 77, 116, 1);
  149. font-size: 14px;
  150. font-family: PingFangSC-Medium;
  151. text-align: left;
  152. white-space: nowrap;
  153. line-height: 20px;
  154. display: block;
  155. }
  156. }
  157. .van-switch--on {
  158. background-color: #2c87c8;
  159. }
  160. }