index.less 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676
  1. .deviceSetPage * {
  2. box-sizing: border-box;
  3. flex-shrink: 0;
  4. }
  5. .deviceSetPage {
  6. background-color: rgba(255, 255, 255, 1);
  7. // position: relative;
  8. width: 100%;
  9. height: calc(100vh);
  10. overflow: auto;
  11. overflow-x: hidden;
  12. .bd1 {
  13. width: 100%;
  14. .bd2 {
  15. z-index: 3;
  16. height: 64px;
  17. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPnged210ff8540d1e20d828b0758e650612a9ea018b41f720bede87fea0f933d8d8) 100% no-repeat;
  18. width: 100%;
  19. position: relative;
  20. .block1 {
  21. width: 364px;
  22. height: 20px;
  23. margin: 1px 0 0 7px;
  24. .group1 {
  25. width: 34px;
  26. height: 6px;
  27. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPnga64b2ae35561e96115c75cc6dfc235eedb108ecf95df957be1ef364417a9806e) 100% no-repeat;
  28. margin-top: 7px;
  29. }
  30. .txt1 {
  31. width: 38px;
  32. height: 17px;
  33. overflow-wrap: break-word;
  34. color: rgba(81, 84, 106, 1);
  35. font-size: 12px;
  36. font-family: PingFangSC-Semibold;
  37. text-align: right;
  38. white-space: nowrap;
  39. line-height: 17px;
  40. margin-left: 21px;
  41. display: block;
  42. }
  43. .group2 {
  44. width: 30px;
  45. height: 17px;
  46. overflow-wrap: break-word;
  47. font-size: 0;
  48. font-family: PingFangSC-Semibold;
  49. text-align: right;
  50. white-space: nowrap;
  51. line-height: 17px;
  52. margin: 3px 0 0 73px;
  53. .info1 {
  54. width: 30px;
  55. height: 17px;
  56. overflow-wrap: break-word;
  57. color: rgba(81, 84, 106, 1);
  58. font-size: 12px;
  59. font-family: PingFangSC-Semibold;
  60. text-align: left;
  61. white-space: nowrap;
  62. line-height: 17px;
  63. }
  64. .word1 {
  65. width: 30px;
  66. height: 17px;
  67. overflow-wrap: break-word;
  68. color: rgba(81, 84, 106, 1);
  69. font-size: 12px;
  70. font-family: PingFangSC-Medium;
  71. text-align: left;
  72. white-space: nowrap;
  73. line-height: 17px;
  74. }
  75. }
  76. .group3 {
  77. width: 26px;
  78. height: 10px;
  79. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng2e68dee6e62554db0f6ac40572f41b7be9cc24d35fc06b24c556fed2b7b18626) 100% no-repeat;
  80. margin: 5px 0 0 142px;
  81. }
  82. }
  83. .block2 {
  84. width: 210px;
  85. height: 22px;
  86. margin: 9px 0 12px 10px;
  87. .icon1 {
  88. width: 10px;
  89. height: 18px;
  90. margin-top: 4px;
  91. }
  92. .info2 {
  93. width: 64px;
  94. height: 22px;
  95. overflow-wrap: break-word;
  96. color: rgba(64, 77, 116, 1);
  97. font-size: 16px;
  98. font-family: PingFangSC-Medium;
  99. text-align: center;
  100. white-space: nowrap;
  101. line-height: 22px;
  102. display: block;
  103. }
  104. }
  105. .img1 {
  106. z-index: 22;
  107. position: absolute;
  108. left: 0;
  109. top: 63px;
  110. width: 100%;
  111. height: 2px;
  112. }
  113. }
  114. .bd3 {
  115. background-color: rgba(255, 255, 255, 1);
  116. z-index: 24;
  117. height: 54px;
  118. margin-top: 1px;
  119. width: 100%;
  120. position: relative;
  121. .mod1 {
  122. width: 100%;
  123. height: 38px;
  124. margin-top: 16px;
  125. .word2 {
  126. width: 65px;
  127. height: 14px;
  128. overflow-wrap: break-word;
  129. color: rgba(64, 77, 116, 1);
  130. font-size: 15px;
  131. font-family: PingFangSC-Semibold;
  132. text-align: left;
  133. white-space: nowrap;
  134. line-height: 15px;
  135. display: block;
  136. margin: 1px 0 0 43px;
  137. }
  138. .pic1 {
  139. width: 100%;
  140. height: 2px;
  141. margin-top: 18px;
  142. }
  143. }
  144. .mod2 {
  145. z-index: 28;
  146. position: absolute;
  147. left: 17px;
  148. top: 18px;
  149. width: 19px;
  150. height: 20px;
  151. background: url("../../assets/device/baseMssage.png") 100% no-repeat;
  152. background-size: 100%;
  153. background-position: top center;
  154. }
  155. }
  156. .word3 {
  157. width: 242px;
  158. height: 20px;
  159. overflow-wrap: break-word;
  160. color: rgba(64, 77, 116, 1);
  161. font-size: 14px;
  162. text-align: left;
  163. white-space: nowrap;
  164. line-height: 20px;
  165. display: block;
  166. margin: 14px 0 0 15px;
  167. }
  168. .bd4 {
  169. width: 345px;
  170. height: 38px;
  171. margin: 10px 0 0 15px;
  172. .info3 {
  173. width: 65px;
  174. height: 13px;
  175. overflow-wrap: break-word;
  176. color: rgba(64, 77, 116, 1);
  177. font-size: 13px;
  178. text-align: left;
  179. white-space: nowrap;
  180. line-height: 13px;
  181. margin-top: 13px;
  182. display: block;
  183. }
  184. .box1 {
  185. background-color: rgba(255, 255, 255, 1);
  186. border-radius: 2px;
  187. height: 38px;
  188. border: 0.5px solid rgba(185, 186, 208, 1);
  189. width: 254px;
  190. .word4 {
  191. width: 74px;
  192. height: 13px;
  193. overflow-wrap: break-word;
  194. color: rgba(168, 168, 197, 1);
  195. font-size: 13px;
  196. text-align: left;
  197. white-space: nowrap;
  198. line-height: 13px;
  199. display: block;
  200. margin: 13px 0 0 6px;
  201. }
  202. }
  203. }
  204. .bd5 {
  205. width: 345px;
  206. height: 38px;
  207. margin: 10px 0 0 15px;
  208. .word5 {
  209. width: 65px;
  210. height: 13px;
  211. overflow-wrap: break-word;
  212. color: rgba(64, 77, 116, 1);
  213. font-size: 13px;
  214. text-align: left;
  215. white-space: nowrap;
  216. line-height: 13px;
  217. margin-top: 13px;
  218. display: block;
  219. }
  220. .bd6 {
  221. background-color: rgba(255, 255, 255, 1);
  222. border-radius: 2px;
  223. height: 38px;
  224. border: 0.5px solid rgba(185, 186, 208, 1);
  225. width: 254px;
  226. .txt2 {
  227. width: 152px;
  228. height: 13px;
  229. overflow-wrap: break-word;
  230. color: rgba(168, 168, 197, 1);
  231. font-size: 13px;
  232. text-align: left;
  233. white-space: nowrap;
  234. line-height: 13px;
  235. display: block;
  236. margin: 13px 0 0 6px;
  237. }
  238. }
  239. }
  240. .txt3 {
  241. width: 225px;
  242. height: 18px;
  243. overflow-wrap: break-word;
  244. color: rgba(64, 77, 116, 1);
  245. font-size: 13px;
  246. text-align: left;
  247. white-space: nowrap;
  248. line-height: 18px;
  249. display: block;
  250. margin: 10px 0 0 15px;
  251. }
  252. .bd7 {
  253. width: 100%;
  254. .van-icon {
  255. color: #4d6add;
  256. }
  257. .word6 {
  258. // width: 80%;
  259. overflow-wrap: break-word;
  260. color: rgba(64, 77, 116, 1);
  261. font-size: 13px;
  262. text-align: left;
  263. white-space: nowrap;
  264. }
  265. }
  266. .van-switch--on {
  267. background-color: #4d6add;
  268. }
  269. .bd8 {
  270. width: 100%;
  271. height: 1px;
  272. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng699372cef543e7a77f69ee4b13e1e8fd3969dbac13a75ca8bfd596af7891e8b5) -1px 0px no-repeat;
  273. margin: 16px 0 0 15px;
  274. background-size: 100%;
  275. }
  276. .txt4 {
  277. width: 110px;
  278. height: 18px;
  279. overflow-wrap: break-word;
  280. color: rgba(64, 77, 116, 1);
  281. font-size: 13px;
  282. text-align: left;
  283. white-space: nowrap;
  284. line-height: 18px;
  285. display: block;
  286. margin: 19px 0 0 15px;
  287. }
  288. .word7 {
  289. width: 143px;
  290. height: 18px;
  291. overflow-wrap: break-word;
  292. color: rgba(64, 77, 116, 1);
  293. font-size: 13px;
  294. text-align: left;
  295. white-space: nowrap;
  296. line-height: 18px;
  297. display: block;
  298. margin: 10px 0 0 15px;
  299. }
  300. .bd9 {
  301. .txt5 {
  302. width: 65px;
  303. flex: 0 0 65px;
  304. height: 18px;
  305. overflow-wrap: break-word;
  306. color: rgba(64, 77, 116, 1);
  307. font-size: 13px;
  308. text-align: left;
  309. white-space: nowrap;
  310. line-height: 18px;
  311. display: block;
  312. }
  313. .box2 {
  314. width: 100%;
  315. .word8 {
  316. overflow-wrap: break-word;
  317. color: rgba(255, 255, 255, 1);
  318. font-size: 13px;
  319. text-align: left;
  320. white-space: nowrap;
  321. line-height: 13px;
  322. display: block;
  323. background-color: rgba(229, 154, 109, 1);
  324. }
  325. }
  326. .ImageText1 {
  327. height: 17px;
  328. width: 50px;
  329. flex: 0 0 40px;
  330. margin: 6px 0 0 30px;
  331. .box3 {
  332. width: 45px;
  333. height: 17px;
  334. .bd10 {
  335. width: 15px;
  336. height: 15px;
  337. background: url(../../assets/edit.png) 100% no-repeat;
  338. background-size: 100%;
  339. }
  340. .TextGroup1 {
  341. height: 17px;
  342. width: 24px;
  343. .word9 {
  344. width: 24px;
  345. height: 17px;
  346. overflow-wrap: break-word;
  347. color: #4d6add;
  348. font-size: 12px;
  349. text-align: left;
  350. white-space: nowrap;
  351. line-height: 17px;
  352. display: block;
  353. }
  354. }
  355. }
  356. }
  357. }
  358. .bd11 {
  359. width: 345px;
  360. height: 38px;
  361. margin: 32px 0 0 15px;
  362. .word10 {
  363. width: 78px;
  364. height: 13px;
  365. overflow-wrap: break-word;
  366. color: rgba(64, 77, 116, 1);
  367. font-size: 13px;
  368. text-align: left;
  369. white-space: nowrap;
  370. line-height: 13px;
  371. margin-top: 13px;
  372. display: block;
  373. }
  374. .bd12 {
  375. background-color: rgba(255, 255, 255, 1);
  376. border-radius: 2px;
  377. height: 38px;
  378. border: 0.5px solid rgba(185, 186, 208, 1);
  379. width: 253px;
  380. .word11 {
  381. width: 74px;
  382. height: 13px;
  383. overflow-wrap: break-word;
  384. color: rgba(168, 168, 197, 1);
  385. font-size: 13px;
  386. text-align: left;
  387. white-space: nowrap;
  388. line-height: 13px;
  389. display: block;
  390. margin: 13px 0 0 6px;
  391. }
  392. }
  393. }
  394. .bd13 {
  395. width: 345px;
  396. height: 38px;
  397. margin: 10px 0 0 15px;
  398. .info4 {
  399. width: 91px;
  400. height: 13px;
  401. overflow-wrap: break-word;
  402. color: rgba(64, 77, 116, 1);
  403. font-size: 13px;
  404. text-align: left;
  405. white-space: nowrap;
  406. line-height: 13px;
  407. margin-top: 13px;
  408. display: block;
  409. }
  410. .main1 {
  411. background-color: rgba(255, 255, 255, 1);
  412. border-radius: 2px;
  413. height: 38px;
  414. border: 0.5px solid rgba(185, 186, 208, 1);
  415. width: 254px;
  416. .txt6 {
  417. width: 86px;
  418. height: 13px;
  419. overflow-wrap: break-word;
  420. color: rgba(168, 168, 197, 1);
  421. font-size: 13px;
  422. text-align: left;
  423. white-space: nowrap;
  424. line-height: 13px;
  425. display: block;
  426. margin: 13px 0 0 6px;
  427. }
  428. }
  429. }
  430. .bd14 {
  431. width: 345px;
  432. height: 38px;
  433. margin: 10px 0 0 15px;
  434. .info5 {
  435. width: 65px;
  436. height: 13px;
  437. overflow-wrap: break-word;
  438. color: rgba(64, 77, 116, 1);
  439. font-size: 13px;
  440. text-align: left;
  441. white-space: nowrap;
  442. line-height: 13px;
  443. margin-top: 13px;
  444. display: block;
  445. }
  446. .bd15 {
  447. background-color: rgba(255, 255, 255, 1);
  448. border-radius: 2px;
  449. height: 38px;
  450. border: 0.5px solid rgba(185, 186, 208, 1);
  451. width: 254px;
  452. .word12 {
  453. width: 52px;
  454. height: 13px;
  455. overflow-wrap: break-word;
  456. color: rgba(168, 168, 197, 1);
  457. font-size: 13px;
  458. text-align: left;
  459. white-space: nowrap;
  460. line-height: 13px;
  461. display: block;
  462. margin: 13px 0 0 6px;
  463. }
  464. }
  465. }
  466. .bd16 {
  467. width: 348px;
  468. height: 18px;
  469. margin: 20px 0 0 15px;
  470. .txt7 {
  471. width: 65px;
  472. height: 18px;
  473. overflow-wrap: break-word;
  474. color: rgba(64, 77, 116, 1);
  475. font-size: 13px;
  476. text-align: left;
  477. white-space: nowrap;
  478. line-height: 18px;
  479. display: block;
  480. }
  481. .info6 {
  482. width: 52px;
  483. height: 18px;
  484. overflow-wrap: break-word;
  485. color: rgba(64, 77, 116, 1);
  486. font-size: 13px;
  487. text-align: left;
  488. white-space: nowrap;
  489. line-height: 18px;
  490. margin-left: 4px;
  491. display: block;
  492. }
  493. .ImageText2 {
  494. height: 18px;
  495. margin-left: 20px;
  496. width: 68px;
  497. .group4 {
  498. width: 68px;
  499. height: 18px;
  500. .outer1 {
  501. border-radius: 50%;
  502. width: 12px;
  503. height: 12px;
  504. border: 1px solid rgba(77, 106, 221, 1);
  505. margin-top: 4px;
  506. }
  507. .TextGroup2 {
  508. height: 18px;
  509. width: 52px;
  510. .word13 {
  511. width: 52px;
  512. height: 18px;
  513. overflow-wrap: break-word;
  514. color: rgba(64, 77, 116, 1);
  515. font-size: 13px;
  516. text-align: left;
  517. white-space: nowrap;
  518. line-height: 18px;
  519. display: block;
  520. }
  521. }
  522. }
  523. }
  524. .ImageText3 {
  525. height: 18px;
  526. margin-left: 20px;
  527. width: 101px;
  528. .bd17 {
  529. width: 101px;
  530. height: 18px;
  531. .outer2 {
  532. border-radius: 50%;
  533. width: 12px;
  534. height: 12px;
  535. border: 1px solid rgba(77, 106, 221, 1);
  536. margin-top: 4px;
  537. }
  538. .TextGroup3 {
  539. height: 18px;
  540. width: 85px;
  541. .word14 {
  542. width: 85px;
  543. height: 18px;
  544. overflow-wrap: break-word;
  545. color: rgba(64, 77, 116, 1);
  546. font-size: 13px;
  547. text-align: left;
  548. white-space: nowrap;
  549. line-height: 18px;
  550. display: block;
  551. }
  552. }
  553. }
  554. }
  555. }
  556. .info7 {
  557. width: 250px;
  558. overflow-wrap: break-word;
  559. color: rgba(255, 255, 255, 1);
  560. font-size: 15px;
  561. font-family: PingFangSC-Medium;
  562. text-align: center;
  563. white-space: nowrap;
  564. line-height: 15px;
  565. display: block;
  566. background-color: #4d6add;
  567. border-color: #4d6add;
  568. // margin: 11px 0 0 35px;
  569. }
  570. }
  571. .input1 {
  572. .van-field__body {
  573. width: 80%;
  574. }
  575. .van-field__control {
  576. height: 38px;
  577. line-height: 38px;
  578. padding: 6px;
  579. border-radius: 1px;
  580. border: 1px solid #dddde8;
  581. }
  582. }
  583. .van-button--primary {
  584. background-color: #4d6add;
  585. border-color: #4d6add;
  586. }
  587. .van-radio__icon--checked .van-icon {
  588. background-color: #4d6add;
  589. border-color: #4d6add;
  590. }
  591. .van-tabs__line {
  592. background-color: #4d6add !important;
  593. }
  594. .van-cascader__option--selected {
  595. color: #4d6add;
  596. }
  597. }