index.less 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656
  1. page{
  2. height: 100%;
  3. }
  4. .mini_mask{
  5. width: 100%;
  6. z-index: 100;
  7. position: absolute;
  8. // overflow: hidden;
  9. .stepmask{
  10. padding:0 16rpx;
  11. background:rgba(0, 0, 0, 0);
  12. position: absolute;
  13. border-radius: 4px;
  14. box-shadow:0 0 5px 800px rgba(0,0,0,0.2);
  15. }
  16. .step_one{
  17. height:310rpx;
  18. width: 100%;
  19. top: 510rpx;
  20. left: 0;
  21. .one_contant{
  22. position: absolute;
  23. width: 201px;
  24. height: 40px;
  25. top: 340rpx;
  26. background: #04B49C;
  27. box-shadow: 0px 1px 16px 0px rgba(227, 227, 227, 0.5);
  28. border-radius: 6px;
  29. color: #FFFFFF;
  30. font-size: 14px;
  31. &::before{
  32. content: '';
  33. width: 17px;
  34. height: 17px;
  35. position: absolute;
  36. top:-7px;
  37. left: 50rpx;
  38. background:#04B49C;
  39. transform: rotate(45deg);
  40. // border-top: 10px solid transparent;
  41. // border-left: 10px solid black;
  42. // border-bottom: 10px solid transparent;
  43. border-radius: 5px;
  44. }
  45. }
  46. }
  47. .step_two{
  48. height:820rpx;
  49. width: 100%;
  50. left: 0;
  51. top: 820rpx;
  52. .two_contant{
  53. position: absolute;
  54. width: 341px;
  55. height: 40px;
  56. top: -100rpx;
  57. background: #04B49C;
  58. box-shadow: 0px 1px 16px 0px rgba(227, 227, 227, 0.5);
  59. border-radius: 6px;
  60. color: #FFFFFF;
  61. font-size: 14px;
  62. &::before{
  63. content: '';
  64. width: 16px;
  65. height: 16px;
  66. position: absolute;
  67. top:29px;
  68. left: 50rpx;
  69. background:#04B49C;
  70. transform: rotate(45deg);
  71. // border-top: 10px solid transparent;
  72. // border-left: 10px solid black;
  73. // border-bottom: 10px solid transparent;
  74. border-radius: 5px;
  75. }
  76. }
  77. }
  78. }
  79. .header_custom{
  80. float: left;
  81. width: 100%;
  82. }
  83. .header-title{
  84. display: flex;
  85. align-items: center;
  86. flex-direction: row;
  87. padding:0 34rpx;
  88. width: 100%;
  89. justify-content: space-between;
  90. .mode_box{
  91. margin-right: 185rpx;
  92. height: 64rpx;
  93. display: flex;
  94. align-items: center;
  95. flex-direction: row;
  96. background: rgba(0, 0, 0, 0.15);
  97. border-radius: 25px;
  98. border: 1px solid rgba(255, 255, 255, 0.25);
  99. color: #ffffff;
  100. padding: 0 28rpx;
  101. image{
  102. width: 32rpx;
  103. height: 32rpx;
  104. }
  105. .projectname{
  106. margin-left: 12rpx;
  107. transition:all 1s ease;
  108. }
  109. }
  110. }
  111. .adjust_main{
  112. width: 100%;
  113. // height: 840rpx;
  114. background: #FFFFFF;
  115. .space_bg{
  116. width: 100%;
  117. height: 500rpx;
  118. overflow: hidden;
  119. image{
  120. width: 100%;
  121. height: 100%;
  122. }
  123. }
  124. .space_msg{
  125. height: 154rpx;
  126. padding: 0 32rpx;
  127. display: flex;
  128. flex-direction: row;
  129. justify-content: space-between;
  130. align-items: center;
  131. .msg_left{
  132. .spacename{
  133. height: 56rpx;
  134. font-size: 40rpx;
  135. font-weight: 400;
  136. color: #2B3036;
  137. line-height: 56rpx;
  138. }
  139. .spacestate{
  140. font-size: 30rpx;
  141. color: #8D9399;
  142. line-height: 42rpx;
  143. margin-top: 8rpx;
  144. justify-content:flex-start;
  145. &>view{
  146. margin-left: 18rpx;
  147. width: 34rpx;
  148. height: 34rpx;
  149. }
  150. }
  151. }
  152. .msg_right{
  153. text{
  154. font-size: 46rpx;
  155. color: #2B3036;
  156. }
  157. }
  158. }
  159. .space_paramelist{
  160. margin: 0 24rpx;
  161. height: 140rpx;
  162. background: #F8F9FA;
  163. border-radius: 4px;
  164. .parame_item{
  165. width: 25%;
  166. .icon_name{
  167. image{
  168. width: 32rpx;
  169. height: 32rpx;
  170. margin-right: 8rpx;
  171. }
  172. color: #8D9399;
  173. font-size: 24rpx;
  174. }
  175. .parame_num{
  176. color: #646A73;
  177. font-size: 24rpx;
  178. text{
  179. font-size: 32rpx;
  180. }
  181. }
  182. }
  183. }
  184. .space_btns{
  185. display: flex;
  186. align-items: center;
  187. justify-content: space-around;
  188. margin-top: 32rpx;
  189. button{
  190. margin: 0;
  191. width: auto;
  192. display: inline-block;
  193. font-size: 26rpx;
  194. height: 76rpx;
  195. display: flex;
  196. padding-left: 0;
  197. padding-right: 0;
  198. text-align: center;
  199. flex-direction: row;
  200. align-items: center;
  201. justify-content: center;
  202. border-radius: 38rpx;
  203. }
  204. .btns_top{
  205. width: 162rpx;
  206. color: #8D9399;
  207. border: 1px solid #EFF0F1;
  208. }
  209. .btns_top_active{
  210. background: #EAFAF8;
  211. color: #04B49C;
  212. border: 0px solid #EFF0F1;
  213. }
  214. .btns_adjust{
  215. width: 460rpx;
  216. color: #ffffff;
  217. background-color: #04B49C;
  218. border-radius: 38rpx;
  219. }
  220. }
  221. }
  222. .envstate_list{
  223. margin:14rpx 32rpx 0;
  224. padding: 32rpx 24rpx;
  225. background: #FFFFFF;
  226. box-shadow: 0px 6px 20px 0px rgba(43, 48, 54, 0.1);
  227. border-radius: 4px;
  228. .list_title{
  229. justify-content: flex-start;
  230. image{
  231. width: 48rpx;
  232. height: 48rpx;
  233. }
  234. text{
  235. font-size: 34rpx;
  236. color: rgba(0, 0, 0, 0.9);
  237. line-height: 24px;
  238. margin-left: 16rpx;
  239. }
  240. }
  241. .list_body{
  242. display: flex;
  243. flex-wrap: wrap;
  244. justify-content: space-between;
  245. margin-top: 32rpx;
  246. &>view{
  247. width: 48%;
  248. height: 104rpx;
  249. background: #F5F6F7;
  250. border-radius: 4px;
  251. font-size: 28rpx;
  252. display: flex;
  253. align-items: center;
  254. justify-content: center;
  255. margin-bottom: 12rpx;
  256. image{
  257. width: 56rpx;
  258. height: 56rpx;
  259. margin-right: 24rpx;
  260. }
  261. }
  262. &>.typelistactive {
  263. background-color: #EAFAF8;
  264. }
  265. }
  266. }
  267. .closedown{
  268. margin: 15rpx 32rpx 64rpx;
  269. height: 80rpx;
  270. display: flex;
  271. justify-content: center;
  272. align-items: center;
  273. background: #FFFFFF;
  274. border-radius: 20px;
  275. border: 1px solid #EFF0F1;
  276. color: #04B49C;
  277. image{
  278. width: 24rpx;
  279. height: 24rpx;
  280. margin-right: 10rpx;
  281. }
  282. }
  283. .uptime{
  284. position: absolute;
  285. bottom: 20px;
  286. left: 50%;
  287. width: 100%;
  288. transform: translate(-50%,0);
  289. font-size: 14px;
  290. color: #8D9399;
  291. line-height: 19px;
  292. }
  293. .profession_box{
  294. margin: 0 32rpx;
  295. box-shadow: 0px 6px 20px 0px rgba(43, 48, 54, 0.1);
  296. border-radius: 4px;
  297. /* 修改标签页样式 */
  298. .van-tabs__wrap{
  299. margin-bottom: 24rpx;
  300. height: 100rpx!important;
  301. }
  302. .van-tabs__nav--card{
  303. height: 100rpx!important;
  304. overflow: hidden;
  305. border-radius: 8rpx!important;
  306. /* border:1px solid rgba(25,27,38,0.1)!important; */
  307. }
  308. .van-ellipsis{
  309. line-height: 100rpx!important;
  310. }
  311. .van-tab{
  312. height: 100rpx!important;
  313. }
  314. .tab-class{
  315. font-size: 17px;
  316. color: #373C43;
  317. }
  318. .tab-active-class{
  319. font-size: 17px;
  320. font-weight: 500;
  321. color: #04B49C!important;
  322. }
  323. .van-radio{
  324. margin-bottom: 38rpx;
  325. }
  326. .van-radio__label{
  327. font-size: 15px;
  328. color: #8D9399;
  329. line-height: 21px;
  330. }
  331. .chartlenged{
  332. margin-top: 32rpx;
  333. justify-content: flex-end;
  334. &>view{
  335. margin-left: 24rpx;
  336. font-size: 26rpx;
  337. color: #8D9399;
  338. line-height: 14px;
  339. image{
  340. width: 13px;
  341. height: 5px;
  342. margin-right: 8rpx;
  343. }
  344. &>view{
  345. width: 20rpx;
  346. height: 20rpx;
  347. margin-right: 8rpx;
  348. background: #B2E6F2;
  349. }
  350. .circle{
  351. background:#04B49C;
  352. border-radius: 50%;
  353. }
  354. }
  355. .tips{
  356. width: 40rpx;
  357. height: 40rpx;
  358. border-radius: 50%;
  359. background: #EAFAF8;
  360. color:#04B49C;
  361. }
  362. }
  363. .tabone{
  364. margin: 0 24rpx;
  365. .hopetmp{
  366. justify-content: space-between;
  367. .hopenum{
  368. font-size: 28rpx;
  369. font-weight: bold;
  370. color: #04B49C;
  371. .hopetxt{
  372. font-size: 34rpx;
  373. margin-right: 16rpx;
  374. color: #000000;
  375. font-weight: normal;
  376. }
  377. text{
  378. font-size: 36rpx;
  379. }
  380. }
  381. .operationbtn{
  382. float: right;
  383. width: 60px;
  384. height: 40px;
  385. color: #2B3036;
  386. font-weight: bold;
  387. background: #F8F9FA;
  388. border-radius: 4px 0px 0px 4px;
  389. }
  390. .minusbtn{
  391. margin-right: 26rpx;
  392. }
  393. }
  394. .choose_txt{
  395. margin: 44rpx 0 34rpx;
  396. font-size:34rpx;
  397. }
  398. .choose_box{
  399. padding:38rpx 24rpx 0;
  400. overflow: hidden;
  401. background: #F8F9FA;
  402. border-radius: 4px;
  403. }
  404. .profession_chart{
  405. height: 360rpx;
  406. width: 100%;
  407. .nodate{
  408. height: 360rpx;
  409. color:var(--nodateColor);
  410. font-size: 14px;
  411. }
  412. }
  413. }
  414. .submit{
  415. padding: 40rpx 0;
  416. background: #04B49C;
  417. color: #ffffff;
  418. }
  419. .tabtwo{
  420. margin: 0 24rpx;
  421. .plantxt{
  422. font-size: 30rpx;
  423. color: #8D9399;
  424. line-height: 21px;
  425. }
  426. .chartcontent{
  427. // min-width: 300px;
  428. // width: 100%;
  429. // height: 150px;
  430. height: 250px;
  431. position: relative;
  432. box-sizing: border-box;
  433. margin: 36rpx auto 0;
  434. .charty{
  435. position: absolute;
  436. left: -27px;
  437. height: 100%;
  438. justify-content: space-between;
  439. }
  440. .chartx{
  441. position: absolute;
  442. bottom: -25px;
  443. width: 100%;
  444. font-size:12px;
  445. color:#C3C6CB;
  446. display: flex;
  447. flex-direction: row;
  448. justify-content: space-around;
  449. }
  450. .chartmain{
  451. height: 100%;
  452. position: relative;
  453. display: flex;
  454. flex-direction: row;
  455. justify-content: center;
  456. // justify-content: space-around;
  457. justify-content: space-between;
  458. // flex-wrap: nowrap;
  459. // margin-left: 48px;
  460. &:after{
  461. content:"";
  462. width:80px;
  463. }
  464. &::before{
  465. content:"";
  466. width:80px;
  467. }
  468. .mian_item{
  469. min-width: 27px;
  470. max-width: 27px;
  471. margin-right: 4px;
  472. height: 90%;
  473. position: relative;
  474. .chartbg{
  475. height: 100%;
  476. width: 100%;
  477. background: linear-gradient(180deg, #F5F6F7 0%, #F8F9FA 100%);
  478. .chartrange{
  479. // height: 30px;
  480. width: 18px;
  481. background: #B2E6F2;
  482. position: relative;
  483. .chartdot{
  484. width: 7px;
  485. height: 7px;
  486. background: #04B49C;
  487. border-radius: 50%;
  488. }
  489. .abdot{
  490. position: absolute;
  491. top: -12px;
  492. left: -3px;
  493. font-size: 13px;
  494. }
  495. }
  496. }
  497. .item_chartx{
  498. position: absolute;
  499. bottom: -18px;
  500. font-size: 10px;
  501. left: 0px;
  502. }
  503. }
  504. }
  505. // .chartcontent::after{
  506. // content: ">";
  507. // position: absolute;
  508. // display: inline-block;
  509. // right:-3px;
  510. // bottom:-10px;
  511. // }
  512. // .chartcontent::before{
  513. // content: ">";
  514. // display: inline-block;
  515. // position: absolute;
  516. // left: -6px;
  517. // top: -7px;
  518. // transform: rotate(-90deg);
  519. // }
  520. }
  521. }
  522. }
  523. .feedback_box{
  524. margin: 64rpx 0 0;
  525. .feedimgbox{
  526. .lottie{
  527. width: 40rpx;
  528. height: 40rpx;
  529. }
  530. .feedtext_title{
  531. font-size: 34rpx;
  532. font-weight: 500;
  533. color: #000000;
  534. margin-bottom: 16rpx;
  535. }
  536. .feedtext_box{
  537. .feedtext_desc {
  538. font-size: 30rpx;
  539. color: #2B3036;
  540. }
  541. }
  542. }
  543. .noticbox {
  544. width: 100%;
  545. height:65rpx;
  546. font-size: 28rpx;
  547. .noticbox_text{
  548. text-align: center;
  549. }
  550. &>swiper{
  551. height: 45rpx;
  552. }
  553. }
  554. .envpanel{
  555. justify-content: space-around;
  556. margin: 20rpx 32rpx 0;
  557. height: 224rpx;
  558. background: #F8F9FA;
  559. border-radius: 4px;
  560. .panel_left{
  561. .left_txt{
  562. font-size: 34rpx;
  563. color: #646A73;
  564. line-height: 24px;
  565. }
  566. @keyframes rotate{
  567. 0%{
  568. transform: rotate(0);
  569. }
  570. 100%{
  571. transform:rotate(360deg);
  572. }
  573. }
  574. .rotate{
  575. // transition: 0.5s;
  576. animation: rotate 1.5s linear infinite; /*开始动画后无限循环,用来控制rotate*/
  577. }
  578. .rotate_slow{
  579. // transition: 0.5s;
  580. animation: rotate 2s linear infinite;
  581. }
  582. &>view{
  583. margin-top: 12px;
  584. text-align: center;
  585. font-size: 28rpx;
  586. image{
  587. width: 68rpx;
  588. height: 68rpx;
  589. }
  590. }
  591. .left_num{
  592. font-size: 56rpx;
  593. color: #2B3036;
  594. line-height: 28px;
  595. }
  596. }
  597. .panel_center{
  598. image{
  599. width: 32rpx;
  600. height: 28rpx;
  601. }
  602. }
  603. }
  604. .feed_tips{
  605. padding-bottom: 12rpx;
  606. &>text:nth-child(1){
  607. font-size: 17px;
  608. font-weight: 500;
  609. color: #000000;
  610. margin-bottom: 16rpx;
  611. }
  612. &>text:nth-child(2){
  613. font-size: 15px;
  614. color: #2B3036;
  615. }
  616. }
  617. .iknow{
  618. color: #ffffff;
  619. background: #04B49C;
  620. }
  621. }
  622. .seconddetail{
  623. padding: 25rpx 32rpx 0;
  624. .secondtxt{
  625. font-size: 14px;
  626. margin-bottom: 16rpx;
  627. }
  628. .lottie{
  629. width: 50rpx;
  630. height: 50rpx;
  631. }
  632. .secondtxt_title{
  633. font-size: 20px;
  634. margin-bottom: 22rpx;
  635. }
  636. .custom_button{
  637. box-sizing: content-box;
  638. padding: 24rpx 32rpx;
  639. height: 40rpx;
  640. display: flex;
  641. margin-top: 54rpx;
  642. justify-content: center;
  643. text-align: center;
  644. align-items: center;
  645. background-color: #5575FF;
  646. color: #ffffff;
  647. font-size: 16px;
  648. border-radius:40rpx;
  649. }
  650. }