index.less 12 KB

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