index.wxss 12 KB

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