index.less 13 KB

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