index.less 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468
  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. }
  159. .spacestate{
  160. font-size: 30rpx;
  161. color: #8D9399;
  162. line-height: 42rpx;
  163. margin-top: 8rpx;
  164. justify-content:flex-start;
  165. &>view{
  166. margin-left: 18rpx;
  167. width: 46rpx;
  168. height: 46rpx;
  169. }
  170. }
  171. }
  172. .msg_right{
  173. display: flex;
  174. align-items: center;
  175. text{
  176. font-size: 46rpx;
  177. color: #2B3036;
  178. }
  179. .peoplestate{
  180. display: inline-block;
  181. box-sizing: border-box;
  182. padding: 4px 12px;
  183. margin-right: 10px;
  184. background:#d9f5d6;
  185. color: #34c724;
  186. border-radius: 12px;
  187. font-size: 24rpx;
  188. }
  189. }
  190. }
  191. .space_paramelist{
  192. margin: 0 24rpx;
  193. // height: 140rpx;
  194. background: #F8F9FA;
  195. border-radius: 4px;
  196. .parame_item{
  197. max-width: 25%;
  198. min-width: 25%;
  199. padding:32rpx 0rpx 32rpx 0rpx;
  200. display: flex;
  201. justify-content: flex-start;
  202. align-items: flex-start;
  203. .icon_name{
  204. justify-content: flex-start;
  205. image{
  206. width: 32rpx;
  207. height: 32rpx;
  208. margin-right: 8rpx;
  209. }
  210. color: #8D9399;
  211. font-size: 24rpx;
  212. }
  213. .parame_num{
  214. color: #646A73;
  215. font-size: 24rpx;
  216. font-weight: bold;
  217. float: left;
  218. text{
  219. font-size: 32rpx;
  220. }
  221. }
  222. .parame_tag{
  223. margin:8rpx 0;
  224. padding: 4rpx 14rpx;
  225. color: #ffffff;
  226. border-radius: 24rpx;
  227. // height: 30rpx;
  228. font-size: 18rpx;
  229. display: flex;
  230. justify-content: center;
  231. align-items: center;
  232. min-width: 72rpx;
  233. }
  234. .taghumiditybg0{
  235. background:var(--envredColor);
  236. color:var(--envredtxtColor);
  237. }
  238. .taghumiditybg1{
  239. background:var(--envgreenColor);
  240. color:var(--envgreentxtColor);
  241. }
  242. .taghumiditybg2{
  243. background:var(--envblueColor);
  244. color:var(--envbluetxtColor);
  245. }
  246. .tagpm25bg0{
  247. background:var(--envgreenColor);
  248. color:var(--envgreentxtColor);
  249. }
  250. .tagpm25bg1{
  251. background:var(--envyellowColor);
  252. color:var(--envyellowtxtColor);
  253. }
  254. .tagpm25bg2{
  255. background:var(--envredColor);
  256. color:var(--envredtxtColor);
  257. }
  258. .tagco2bg0{
  259. background:var(--envgreenColor);
  260. color:var(--envgreentxtColor);
  261. }
  262. .tagco2bg1{
  263. background:var(--envyellowColor);
  264. color:var(--envyellowtxtColor);
  265. }
  266. .tagco2bg2{
  267. background:var(--envredColor);
  268. color:var(--envredtxtColor);
  269. }
  270. .taghchobg0{
  271. background:var(--envgreenColor);
  272. color:var(--envgreentxtColor);
  273. }
  274. .taghchobg1{
  275. background:var(--envyellowColor);
  276. color:var(--envyellowtxtColor);
  277. }
  278. .taghchobg2{
  279. background:var(--envredColor);
  280. color:var(--envredtxtColor);
  281. }
  282. .novalue{
  283. min-height:16px;
  284. font-weight: bold;
  285. background:var(--nodateColor);
  286. color:var(--nodatetxtColor);
  287. }
  288. }
  289. .parame_item:nth-child(1){
  290. padding:32rpx 0rpx 32rpx 24rpx;
  291. }
  292. .parame_item:nth-child(4){
  293. padding:32rpx 24rpx 32rpx 0rpx;
  294. }
  295. }
  296. .space_btns{
  297. display: flex;
  298. align-items: center;
  299. justify-content: space-around;
  300. margin-top: 32rpx;
  301. button{
  302. margin: 0;
  303. width: auto;
  304. display: inline-block;
  305. font-size: 26rpx;
  306. height: 76rpx;
  307. display: flex;
  308. padding-left: 0;
  309. padding-right: 0;
  310. text-align: center;
  311. flex-direction: row;
  312. align-items: center;
  313. justify-content: center;
  314. border-radius: 38rpx;
  315. }
  316. .btns_top{
  317. width: 162rpx;
  318. color: #8D9399;
  319. // border: 1px solid #EFF0F1;
  320. border: 1px solid transparent;
  321. }
  322. .btns_top_active{
  323. background: #EAFAF8;
  324. color: #04B49C;
  325. border: 0px solid #EFF0F1;
  326. }
  327. .btns_adjust{
  328. width: 460rpx;
  329. color: #ffffff;
  330. background-color: #04B49C;
  331. border-radius: 38rpx;
  332. }
  333. }
  334. }
  335. }
  336. .nospace{
  337. width: 100%;
  338. max-width: 343px;
  339. margin:0 auto;
  340. height: 339px;
  341. border-radius: 8px;
  342. border: 1px dashed #DDDDDD;
  343. justify-content: space-between;
  344. .nospace_center{
  345. margin-top: 216rpx;
  346. .nospace_img{
  347. width: 120rpx;
  348. height: 116rpx;
  349. }
  350. text{
  351. font-size: 30rpx;
  352. color: #000000;
  353. line-height: 48rpx;
  354. }
  355. }
  356. .nospace_msg{
  357. .nospace_down{
  358. width: 32rpx;
  359. height: 28rpx;
  360. margin: 16rpx 0 24rpx;
  361. }
  362. text{
  363. font-size: 24rpx;
  364. color: #C3C6CB;
  365. line-height: 40rpx;
  366. }
  367. }
  368. }
  369. .scannospace{
  370. width: 100%;
  371. max-width: 343px;
  372. margin: 0 auto;
  373. height: 254px;
  374. margin-top: 40rpx;
  375. background: #FFFFFF;
  376. box-shadow: 0px 6px 20px 0px rgba(43, 48, 54, 0.1);
  377. border-radius: 4px;
  378. .scan_box{
  379. width: 198rpx;
  380. height: 198rpx;
  381. background: #F0F8FF;
  382. border-radius: 4px;
  383. image{
  384. width: 78rpx;
  385. height: 78rpx;
  386. }
  387. }
  388. .scan_name{
  389. margin-top: 24rpx;
  390. font-size: 36rpx;
  391. color: #2B3036;
  392. line-height: 56rpx;
  393. }
  394. .scan_scr{
  395. font-size: 24rpx;
  396. color: #8D9399;
  397. line-height: 36rpx;
  398. }
  399. }
  400. .placeholder-view{
  401. width: 100%;
  402. height: 202rpx;
  403. // height: 156rpx;
  404. }
  405. }
  406. .faillogin{
  407. background: #ffffff;
  408. }
  409. .footer_box{
  410. position:fixed;
  411. bottom: 0;
  412. width: 100%;
  413. padding: 26rpx 32rpx 68rpx;
  414. box-sizing: border-box;
  415. // height: 78px;
  416. background: #ffffff;
  417. display: flex;
  418. justify-content: space-around;
  419. flex-direction: row;
  420. box-shadow: 0px 6px 20px 0px rgba(43, 48, 54, 0.1);
  421. border-radius: 0px 0px 4px 4px;
  422. border-top:1px solid #F5F6F7;
  423. }
  424. .footer_box_active{
  425. border-top:1px solid #c7c8c8;
  426. }
  427. .footer_box_pop{
  428. position: absolute;
  429. width: 100%;
  430. height: 100%;
  431. top: 0;
  432. left: 0;
  433. background: #000000;
  434. opacity: 0.2;
  435. }
  436. .spacedetail{
  437. display: flex;
  438. flex-direction: row;
  439. align-items: center;
  440. }
  441. .footer_box{
  442. z-index:100;
  443. .item_title{
  444. font-size: 18px;
  445. line-height: 28px;
  446. }
  447. .item_des{
  448. color: #8D9399;
  449. font-size: 12px;
  450. }
  451. .item_img{
  452. width: 106rpx;
  453. height: 106rpx;
  454. background: #F0F8FF;
  455. border-radius: 4px;
  456. margin-right: 24rpx;
  457. display: flex;
  458. justify-content: center;
  459. align-items: center;
  460. cover-image{
  461. width: 48rpx;
  462. height: 48rpx;
  463. }
  464. }
  465. }