index.wxss 16 KB

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