index.less 17 KB

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