index.less 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  1. page{
  2. overflow-x: hidden;
  3. display: flex;
  4. height: 100%;
  5. width: 100%;
  6. flex-direction: column;
  7. }
  8. // .pagecontainer{
  9. // position: absolute;
  10. // width: 686rpx;
  11. // // height: 379rpx;
  12. // background: #FFFFFF;
  13. // border-radius: 8px;
  14. // position: absolute;
  15. // top: 50%;
  16. // left: 50%;
  17. // transform: translate(-50%,-50%);
  18. // z-index:999
  19. // }
  20. .header-title{
  21. // padding:0 34rpx;
  22. padding:0 26rpx;
  23. width: 100%;
  24. display: flex;
  25. flex-direction: row;
  26. align-items: center;
  27. background: rgba(255, 255, 255, 0.6);
  28. }
  29. .mini_mask{
  30. width: 100%;
  31. z-index: 100;
  32. position: absolute;
  33. // overflow: hidden;
  34. .stepmask{
  35. padding:0 16rpx;
  36. background:rgba(0, 0, 0, 0);
  37. position: absolute;
  38. border-radius: 4px;
  39. box-shadow:0 0 5px 800px rgba(0,0,0,0.2);
  40. }
  41. .step_one{
  42. height: 130rpx;
  43. width: 450rpx;
  44. top: 43rpx;
  45. left: 0;
  46. .one_contant{
  47. position: absolute;
  48. width: 201px;
  49. height: 40px;
  50. top: 170rpx;
  51. background: #04B49C;
  52. box-shadow: 0px 1px 16px 0px rgba(227, 227, 227, 0.5);
  53. border-radius: 6px;
  54. color: #FFFFFF;
  55. font-size: 14px;
  56. &::before{
  57. content: '';
  58. width: 17px;
  59. height: 17px;
  60. position: absolute;
  61. top:-7px;
  62. left: 50rpx;
  63. background:#04B49C;
  64. transform: rotate(45deg);
  65. // border-top: 10px solid transparent;
  66. // border-left: 10px solid black;
  67. // border-bottom: 10px solid transparent;
  68. border-radius: 5px;
  69. }
  70. }
  71. }
  72. }
  73. .user-img{
  74. width: 64rpx;
  75. height: 64rpx;
  76. margin-right: 24rpx;
  77. border-radius: 50%;
  78. overflow: hidden;
  79. justify-content: center;
  80. }
  81. .delete_icon{
  82. height: 339px;
  83. display: flex;
  84. align-items: center;
  85. padding-left: 16px;
  86. .delete_box{
  87. width: 44px;
  88. height: 44px;
  89. background: #FEF2F1;
  90. border-radius: 50%;
  91. image{
  92. width: 32rpx;
  93. height: 32rpx;
  94. }
  95. }
  96. }
  97. .home-icon{
  98. .projectname{
  99. font-size: 16px;
  100. color: #1F2329;
  101. image{
  102. width: 20rpx;
  103. height: 10rpx;
  104. margin-left: 16rpx;
  105. }
  106. }
  107. .daytmp{
  108. justify-content: start;
  109. font-size: 13px;
  110. color: #646A73;
  111. image{
  112. height: 32rpx;
  113. width: 32rpx;
  114. }
  115. }
  116. }
  117. .contant_box{
  118. background: #f9fafa;
  119. height: 100%;
  120. width: 100%;
  121. .spacelist_box{
  122. margin:20rpx 32rpx 0;
  123. .space_item{
  124. width: 100%;
  125. // height: 840rpx;
  126. padding-bottom: 40rpx;
  127. background: #FFFFFF;
  128. box-shadow: 0px 4px 3px 0px rgba(43, 48, 54, 0.1);
  129. border-radius: 8px;
  130. margin-bottom: 40rpx;
  131. &>view{
  132. text-align: left;
  133. }
  134. .space_bg{
  135. width: 100%;
  136. height: 398rpx;
  137. border-radius: 8px 8px 0 0;
  138. overflow: hidden;
  139. image{
  140. width: 100%;
  141. height: 100%;
  142. }
  143. }
  144. .space_msg{
  145. height: 154rpx;
  146. padding: 0 32rpx;
  147. display: flex;
  148. flex-direction: row;
  149. justify-content: space-between;
  150. align-items: center;
  151. .msg_left{
  152. .spacename{
  153. height: 56rpx;
  154. font-size: 40rpx;
  155. font-weight: 400;
  156. color: #2B3036;
  157. line-height: 56rpx;
  158. vertical-align: middle;
  159. }
  160. .peoplestate{
  161. display: inline-block;
  162. box-sizing: border-box;
  163. padding: 4px 12px;
  164. margin-left: 10px;
  165. // line-height: 56rpx;#c86672
  166. background:#92af67;
  167. vertical-align: middle;
  168. color: #ffffff;
  169. border-radius: 12px;
  170. font-size: 24rpx;
  171. }
  172. .activepeople{
  173. background:#c86672;
  174. }
  175. .spacestate{
  176. font-size: 30rpx;
  177. color: #8D9399;
  178. line-height: 42rpx;
  179. margin-top: 8rpx;
  180. justify-content:flex-start;
  181. &>view{
  182. margin-left: 18rpx;
  183. width: 46rpx;
  184. height: 46rpx;
  185. }
  186. }
  187. }
  188. .msg_right{
  189. display: flex;
  190. align-items: center;
  191. text{
  192. font-size: 46rpx;
  193. color: #2B3036;
  194. }
  195. }
  196. }
  197. .space_paramelist{
  198. margin: 0 24rpx;
  199. // height: 140rpx;
  200. background: #F8F9FA;
  201. border-radius: 4px;
  202. .parame_item{
  203. max-width: 25%;
  204. min-width: 25%;
  205. padding:32rpx 0rpx 32rpx 0rpx;
  206. display: flex;
  207. justify-content: flex-start;
  208. align-items: flex-start;
  209. .icon_name{
  210. justify-content: flex-start;
  211. image{
  212. width: 32rpx;
  213. height: 32rpx;
  214. margin-right: 8rpx;
  215. }
  216. color: #8D9399;
  217. font-size: 24rpx;
  218. }
  219. .parame_num{
  220. color: #646A73;
  221. font-size: 24rpx;
  222. font-weight: bold;
  223. float: left;
  224. text{
  225. font-size: 32rpx;
  226. }
  227. }
  228. .parame_tag{
  229. margin:8rpx 0;
  230. padding: 4rpx 14rpx;
  231. color: #ffffff;
  232. border-radius: 24rpx;
  233. // height: 30rpx;
  234. font-size: 18rpx;
  235. display: flex;
  236. justify-content: center;
  237. align-items: center;
  238. min-width: 72rpx;
  239. }
  240. .taghumiditybg0{
  241. background:var(--envredColor);
  242. color:var(--envredtxtColor);
  243. }
  244. .taghumiditybg1{
  245. background:var(--envgreenColor);
  246. color:var(--envgreentxtColor);
  247. }
  248. .taghumiditybg2{
  249. background:var(--envblueColor);
  250. color:var(--envbluetxtColor);
  251. }
  252. .tagpm25bg0{
  253. background:var(--envgreenColor);
  254. color:var(--envgreentxtColor);
  255. }
  256. .tagpm25bg1{
  257. background:var(--envyellowColor);
  258. color:var(--envyellowtxtColor);
  259. }
  260. .tagpm25bg2{
  261. background:var(--envredColor);
  262. color:var(--envredtxtColor);
  263. }
  264. .tagco2bg0{
  265. background:var(--envgreenColor);
  266. color:var(--envgreentxtColor);
  267. }
  268. .tagco2bg1{
  269. background:var(--envyellowColor);
  270. color:var(--envyellowtxtColor);
  271. }
  272. .tagco2bg2{
  273. background:var(--envredColor);
  274. color:var(--envredtxtColor);
  275. }
  276. .taghchobg0{
  277. background:var(--envgreenColor);
  278. color:var(--envgreentxtColor);
  279. }
  280. .taghchobg1{
  281. background:var(--envyellowColor);
  282. color:var(--envyellowtxtColor);
  283. }
  284. .taghchobg2{
  285. background:var(--envredColor);
  286. color:var(--envredtxtColor);
  287. }
  288. .novalue{
  289. min-height:16px;
  290. font-weight: bold;
  291. background:var(--nodateColor);
  292. color:var(--nodatetxtColor);
  293. }
  294. }
  295. .parame_item:nth-child(1){
  296. padding:32rpx 0rpx 32rpx 24rpx;
  297. }
  298. .parame_item:nth-child(4){
  299. padding:32rpx 24rpx 32rpx 0rpx;
  300. }
  301. }
  302. .space_btns{
  303. display: flex;
  304. align-items: center;
  305. justify-content: space-around;
  306. margin-top: 32rpx;
  307. button{
  308. margin: 0;
  309. width: auto;
  310. display: inline-block;
  311. font-size: 26rpx;
  312. height: 76rpx;
  313. display: flex;
  314. padding-left: 0;
  315. padding-right: 0;
  316. text-align: center;
  317. flex-direction: row;
  318. align-items: center;
  319. justify-content: center;
  320. border-radius: 38rpx;
  321. }
  322. .btns_top{
  323. width: 162rpx;
  324. color: #8D9399;
  325. // border: 1px solid #EFF0F1;
  326. border: 1px solid transparent;
  327. }
  328. .btns_top_active{
  329. background: #EAFAF8;
  330. color: #04B49C;
  331. border: 0px solid #EFF0F1;
  332. }
  333. .btns_adjust{
  334. width: 460rpx;
  335. color: #ffffff;
  336. background-color: #04B49C;
  337. border-radius: 38rpx;
  338. }
  339. }
  340. }
  341. }
  342. .nospace{
  343. width: 100%;
  344. max-width: 343px;
  345. margin:0 auto;
  346. height: 339px;
  347. border-radius: 8px;
  348. border: 1px dashed #DDDDDD;
  349. justify-content: space-between;
  350. .nospace_center{
  351. margin-top: 216rpx;
  352. .nospace_img{
  353. width: 120rpx;
  354. height: 116rpx;
  355. }
  356. text{
  357. font-size: 30rpx;
  358. color: #000000;
  359. line-height: 48rpx;
  360. }
  361. }
  362. .nospace_msg{
  363. .nospace_down{
  364. width: 32rpx;
  365. height: 28rpx;
  366. margin: 16rpx 0 24rpx;
  367. }
  368. text{
  369. font-size: 24rpx;
  370. color: #C3C6CB;
  371. line-height: 40rpx;
  372. }
  373. }
  374. }
  375. .scannospace{
  376. width: 100%;
  377. max-width: 343px;
  378. margin: 0 auto;
  379. height: 254px;
  380. margin-top: 40rpx;
  381. background: #FFFFFF;
  382. box-shadow: 0px 6px 20px 0px rgba(43, 48, 54, 0.1);
  383. border-radius: 4px;
  384. .scan_box{
  385. width: 198rpx;
  386. height: 198rpx;
  387. background: #F0F8FF;
  388. border-radius: 4px;
  389. image{
  390. width: 78rpx;
  391. height: 78rpx;
  392. }
  393. }
  394. .scan_name{
  395. margin-top: 24rpx;
  396. font-size: 36rpx;
  397. color: #2B3036;
  398. line-height: 56rpx;
  399. }
  400. .scan_scr{
  401. font-size: 24rpx;
  402. color: #8D9399;
  403. line-height: 36rpx;
  404. }
  405. }
  406. .placeholder-view{
  407. width: 100%;
  408. height: 202rpx;
  409. // height: 156rpx;
  410. }
  411. }
  412. .faillogin{
  413. background: #ffffff;
  414. }
  415. .footer_box{
  416. position:fixed;
  417. bottom: 0;
  418. width: 100%;
  419. padding: 26rpx 32rpx 68rpx;
  420. box-sizing: border-box;
  421. // height: 78px;
  422. background: #ffffff;
  423. display: flex;
  424. justify-content: space-around;
  425. flex-direction: row;
  426. box-shadow: 0px 6px 20px 0px rgba(43, 48, 54, 0.1);
  427. border-radius: 0px 0px 4px 4px;
  428. border-top:1px solid #F5F6F7;
  429. }
  430. .footer_box_active{
  431. border-top:1px solid #c7c8c8;
  432. }
  433. .footer_box_pop{
  434. position: absolute;
  435. width: 100%;
  436. height: 100%;
  437. top: 0;
  438. left: 0;
  439. background: #000000;
  440. opacity: 0.2;
  441. }
  442. .spacedetail{
  443. display: flex;
  444. flex-direction: row;
  445. align-items: center;
  446. }
  447. .footer_box{
  448. z-index:100;
  449. .item_title{
  450. font-size: 18px;
  451. line-height: 28px;
  452. }
  453. .item_des{
  454. color: #8D9399;
  455. font-size: 12px;
  456. }
  457. .item_img{
  458. width: 106rpx;
  459. height: 106rpx;
  460. background: #F0F8FF;
  461. border-radius: 4px;
  462. margin-right: 24rpx;
  463. display: flex;
  464. justify-content: center;
  465. align-items: center;
  466. cover-image{
  467. width: 48rpx;
  468. height: 48rpx;
  469. }
  470. }
  471. }