index.wxss 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  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. .user-img {
  10. width: 64rpx;
  11. height: 64rpx;
  12. margin-right: 24rpx;
  13. border-radius: 50%;
  14. overflow: hidden;
  15. justify-content: center;
  16. }
  17. .delete_icon {
  18. height: 339px;
  19. display: flex;
  20. align-items: center;
  21. padding-left: 16px;
  22. }
  23. .delete_icon .delete_box {
  24. width: 44px;
  25. height: 44px;
  26. background: #FEF2F1;
  27. border-radius: 50%;
  28. }
  29. .delete_icon .delete_box image {
  30. width: 32rpx;
  31. height: 32rpx;
  32. }
  33. .home-icon .projectname {
  34. font-size: 16px;
  35. color: #1F2329;
  36. }
  37. .home-icon .projectname image {
  38. width: 20rpx;
  39. height: 10rpx;
  40. margin-left: 16rpx;
  41. }
  42. .home-icon .daytmp {
  43. justify-content: start;
  44. font-size: 13px;
  45. color: #646A73;
  46. }
  47. .home-icon .daytmp image {
  48. height: 32rpx;
  49. width: 32rpx;
  50. }
  51. .contant_box {
  52. background: #f9fafa;
  53. }
  54. .contant_box .spacelist_box {
  55. margin: 20rpx 32rpx 0;
  56. }
  57. .contant_box .spacelist_box .space_item {
  58. width: 100%;
  59. height: 840rpx;
  60. background: #FFFFFF;
  61. box-shadow: 0px 6px 20px 0px rgba(43, 48, 54, 0.1);
  62. border-radius: 8px;
  63. margin-bottom: 40rpx;
  64. }
  65. .contant_box .spacelist_box .space_item .space_bg {
  66. width: 100%;
  67. height: 398rpx;
  68. border-radius: 8px 8px 0 0;
  69. overflow: hidden;
  70. }
  71. .contant_box .spacelist_box .space_item .space_bg image {
  72. width: 100%;
  73. height: 100%;
  74. }
  75. .contant_box .spacelist_box .space_item .space_msg {
  76. height: 154rpx;
  77. padding: 0 32rpx;
  78. display: flex;
  79. flex-direction: row;
  80. justify-content: space-between;
  81. align-items: center;
  82. }
  83. .contant_box .spacelist_box .space_item .space_msg .msg_left .spacename {
  84. height: 56rpx;
  85. font-size: 40rpx;
  86. font-weight: 400;
  87. color: #2B3036;
  88. line-height: 56rpx;
  89. }
  90. .contant_box .spacelist_box .space_item .space_msg .msg_left .spacestate {
  91. font-size: 30rpx;
  92. color: #8D9399;
  93. line-height: 42rpx;
  94. margin-top: 8rpx;
  95. justify-content: flex-start;
  96. }
  97. .contant_box .spacelist_box .space_item .space_msg .msg_left .spacestate > view {
  98. margin-left: 18rpx;
  99. width: 34rpx;
  100. height: 34rpx;
  101. }
  102. .contant_box .spacelist_box .space_item .space_msg .msg_right text {
  103. font-size: 46rpx;
  104. color: #2B3036;
  105. }
  106. .contant_box .spacelist_box .space_item .space_paramelist {
  107. margin: 0 24rpx;
  108. height: 140rpx;
  109. background: #F8F9FA;
  110. border-radius: 4px;
  111. }
  112. .contant_box .spacelist_box .space_item .space_paramelist .parame_item {
  113. width: 25%;
  114. }
  115. .contant_box .spacelist_box .space_item .space_paramelist .parame_item .icon_name {
  116. color: #8D9399;
  117. font-size: 24rpx;
  118. }
  119. .contant_box .spacelist_box .space_item .space_paramelist .parame_item .icon_name image {
  120. width: 32rpx;
  121. height: 32rpx;
  122. margin-right: 8rpx;
  123. }
  124. .contant_box .spacelist_box .space_item .space_paramelist .parame_item .parame_num {
  125. color: #646A73;
  126. font-size: 24rpx;
  127. }
  128. .contant_box .spacelist_box .space_item .space_paramelist .parame_item .parame_num text {
  129. font-size: 32rpx;
  130. }
  131. .contant_box .spacelist_box .space_item .space_btns {
  132. display: flex;
  133. align-items: center;
  134. justify-content: space-around;
  135. margin-top: 32rpx;
  136. }
  137. .contant_box .spacelist_box .space_item .space_btns button {
  138. margin: 0;
  139. width: auto;
  140. display: inline-block;
  141. font-size: 26rpx;
  142. height: 76rpx;
  143. display: flex;
  144. padding-left: 0;
  145. padding-right: 0;
  146. text-align: center;
  147. flex-direction: row;
  148. align-items: center;
  149. justify-content: center;
  150. border-radius: 38rpx;
  151. }
  152. .contant_box .spacelist_box .space_item .space_btns .btns_top {
  153. width: 162rpx;
  154. color: #8D9399;
  155. border: 1px solid #EFF0F1;
  156. }
  157. .contant_box .spacelist_box .space_item .space_btns .btns_top_active {
  158. background: #EAFAF8;
  159. color: #04B49C;
  160. border: 0px solid #EFF0F1;
  161. }
  162. .contant_box .spacelist_box .space_item .space_btns .btns_adjust {
  163. width: 460rpx;
  164. color: #ffffff;
  165. background-color: #04B49C;
  166. border-radius: 38rpx;
  167. }
  168. .contant_box .nospace {
  169. width: 100%;
  170. max-width: 343px;
  171. height: 339px;
  172. border-radius: 8px;
  173. border: 1px dashed #DDDDDD;
  174. justify-content: space-between;
  175. }
  176. .contant_box .nospace .nospace_center {
  177. margin-top: 216rpx;
  178. }
  179. .contant_box .nospace .nospace_center .nospace_img {
  180. width: 120rpx;
  181. height: 116rpx;
  182. }
  183. .contant_box .nospace .nospace_center text {
  184. font-size: 30rpx;
  185. color: #000000;
  186. line-height: 48rpx;
  187. }
  188. .contant_box .nospace .nospace_msg .nospace_down {
  189. width: 32rpx;
  190. height: 28rpx;
  191. margin: 16rpx 0 24rpx;
  192. }
  193. .contant_box .nospace .nospace_msg text {
  194. font-size: 24rpx;
  195. color: #C3C6CB;
  196. line-height: 40rpx;
  197. }
  198. .contant_box .scannospace {
  199. width: 100%;
  200. max-width: 343px;
  201. height: 254px;
  202. margin-top: 40rpx;
  203. background: #FFFFFF;
  204. box-shadow: 0px 6px 20px 0px rgba(43, 48, 54, 0.1);
  205. border-radius: 4px;
  206. }
  207. .contant_box .scannospace .scan_box {
  208. width: 198rpx;
  209. height: 198rpx;
  210. background: #F0F8FF;
  211. border-radius: 4px;
  212. }
  213. .contant_box .scannospace .scan_box image {
  214. width: 78rpx;
  215. height: 78rpx;
  216. }
  217. .contant_box .scannospace .scan_name {
  218. margin-top: 24rpx;
  219. font-size: 36rpx;
  220. color: #2B3036;
  221. line-height: 56rpx;
  222. }
  223. .contant_box .scannospace .scan_scr {
  224. font-size: 24rpx;
  225. color: #8D9399;
  226. line-height: 36rpx;
  227. }
  228. .contant_box .placeholder-view {
  229. width: 100%;
  230. height: 156rpx;
  231. }
  232. .faillogin {
  233. background: #ffffff;
  234. }
  235. .footer_box {
  236. position: fixed;
  237. bottom: 0;
  238. width: 100%;
  239. padding: 0 32rpx;
  240. box-sizing: border-box;
  241. height: 78px;
  242. background: #ffffff;
  243. display: flex;
  244. justify-content: space-around;
  245. flex-direction: row;
  246. box-shadow: 0px 6px 20px 0px rgba(43, 48, 54, 0.1);
  247. border-radius: 0px 0px 4px 4px;
  248. }
  249. .spacedetail {
  250. display: flex;
  251. flex-direction: row;
  252. align-items: center;
  253. }
  254. .footer_box .item_title {
  255. font-size: 18px;
  256. line-height: 28px;
  257. }
  258. .footer_box .item_des {
  259. color: #8D9399;
  260. font-size: 12px;
  261. }
  262. .footer_box .item_img {
  263. width: 106rpx;
  264. height: 106rpx;
  265. background: #F0F8FF;
  266. border-radius: 4px;
  267. margin-right: 24rpx;
  268. display: flex;
  269. justify-content: center;
  270. align-items: center;
  271. }
  272. .footer_box .item_img cover-image {
  273. width: 48rpx;
  274. height: 48rpx;
  275. }