index.less 10 KB

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