index.wxss 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. @charset "UTF-8";
  2. /* 这里是你自己写的全局css样式 */
  3. .page.data-v-57280228 {
  4. background-color: #f3f4f6;
  5. padding: 20rpx;
  6. }
  7. .empty-wrap.data-v-57280228 {
  8. margin-top: 200rpx;
  9. width: 100%;
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. }
  14. .content-page.data-v-57280228 {
  15. min-height: 100vh;
  16. background-color: #fff;
  17. }
  18. .footer.data-v-57280228 {
  19. display: flex;
  20. align-items: center;
  21. color: #909399;
  22. width: 100%;
  23. padding: 20rpx 0;
  24. justify-content: center;
  25. }
  26. .box-shadow.data-v-57280228 {
  27. box-shadow: 0rpx 2rpx 4rpx 0 rgba(0, 0, 0, 0.2);
  28. }
  29. .flex-empty.data-v-57280228 {
  30. visibility: hidden;
  31. width: 120rpx;
  32. height: 0rpx;
  33. }
  34. .bwin-btn-100.data-v-57280228 {
  35. width: 100%;
  36. }
  37. .bwin-popup.data-v-57280228 {
  38. display: flex;
  39. flex-direction: column;
  40. width: 100%;
  41. position: relative;
  42. min-height: 100%;
  43. overflow: hidden;
  44. }
  45. .bwin-popup .popup-header.data-v-57280228 {
  46. z-index: 2;
  47. width: 80%;
  48. position: fixed;
  49. padding: 20rpx 0;
  50. text-align: center;
  51. font-size: 32rpx;
  52. color: #fff;
  53. font-weight: bold;
  54. background-color: #2080f0;
  55. border-top-left-radius: 20rpx;
  56. border-top-right-radius: 20rpx;
  57. }
  58. .bwin-popup .popup-body.data-v-57280228 {
  59. z-index: 1;
  60. position: relative;
  61. top: 90rpx;
  62. margin-bottom: 90rpx;
  63. padding: 20rpx;
  64. font-size: 32rpx;
  65. overflow-y: scroll;
  66. }
  67. .bwin-popup .popup-footer.data-v-57280228 {
  68. position: relative;
  69. left: 0;
  70. bottom: 20rpx;
  71. width: 100%;
  72. display: flex;
  73. justify-content: space-around;
  74. }
  75. .page.data-v-57280228 {
  76. min-height: calc(100vh - 44px);
  77. }
  78. .userinfo-wrap.data-v-57280228 {
  79. display: flex;
  80. flex-direction: column;
  81. align-items: flex-start;
  82. background-color: #fff;
  83. padding: 32rpx;
  84. width: 100%;
  85. margin-bottom: 20rpx;
  86. border-radius: 10rpx;
  87. position: relative;
  88. }
  89. .userinfo-wrap .userinfo.data-v-57280228 {
  90. width: 100%;
  91. display: flex;
  92. align-items: center;
  93. justify-content: space-between;
  94. }
  95. .userinfo-wrap .userinfo .user.data-v-57280228 {
  96. display: flex;
  97. align-items: center;
  98. }
  99. .userinfo-wrap .userinfo .user .avatar-wrap.data-v-57280228 {
  100. position: relative;
  101. }
  102. .userinfo-wrap .userinfo .user .avatar-wrap .avatar-bg.data-v-57280228 {
  103. position: absolute;
  104. left: 0;
  105. top: 0;
  106. border-radius: 50%;
  107. width: 128rpx;
  108. height: 128rpx;
  109. }
  110. .userinfo-wrap .userinfo .user .info.data-v-57280228 {
  111. margin-left: 32rpx;
  112. }
  113. .userinfo-wrap .userinfo .user .info .nickname.data-v-57280228 {
  114. font-size: 32rpx;
  115. font-weight: bold;
  116. color: #303133;
  117. margin-bottom: 5rpx;
  118. }
  119. .userinfo-wrap .userinfo .user .info .mobile.data-v-57280228 {
  120. font-size: 28rpx;
  121. color: #909399;
  122. }
  123. .userinfo-wrap .datainfo.data-v-57280228 {
  124. width: 100%;
  125. display: flex;
  126. align-items: flex-end;
  127. justify-content: space-between;
  128. padding: 20rpx 0 0;
  129. }
  130. .userinfo-wrap .datainfo .data-item.data-v-57280228 {
  131. display: flex;
  132. flex-direction: column;
  133. align-items: center;
  134. }
  135. .userinfo-wrap .datainfo .data-item .data.data-v-57280228 {
  136. font-weight: bold;
  137. font-size: 44rpx;
  138. line-height: 44rpx;
  139. margin-bottom: 10rpx;
  140. }
  141. .userinfo-wrap .datainfo .data-item .item.data-v-57280228 {
  142. font-size: 24rpx;
  143. color: #606266;
  144. }
  145. .function-card-wrap .col-card-wrap.data-v-57280228 {
  146. display: flex;
  147. align-items: center;
  148. justify-content: space-between;
  149. }
  150. .function-card-wrap .function-card.data-v-57280228 {
  151. background-color: #fff;
  152. padding: 32rpx 20rpx;
  153. width: 345rpx;
  154. margin-bottom: 20rpx;
  155. border-radius: 10rpx;
  156. position: relative;
  157. overflow: hidden;
  158. }
  159. .function-card-wrap .function-card .title-wrap.data-v-57280228 {
  160. text-align: left;
  161. }
  162. .function-card-wrap .function-card .title-wrap .main-title.data-v-57280228 {
  163. display: flex;
  164. align-items: center;
  165. font-size: 32rpx;
  166. font-weight: bold;
  167. }
  168. .function-card-wrap .function-card .title-wrap .sub-title.data-v-57280228 {
  169. font-size: 24rpx;
  170. color: #606266;
  171. }
  172. .function-card-wrap .function-card .icon.data-v-57280228 {
  173. text-align: right;
  174. position: absolute;
  175. top: 0;
  176. right: 0;
  177. }
  178. .card-list-wrap.data-v-57280228 {
  179. background-color: #fff;
  180. padding: 20rpx 20rpx 0 20rpx;
  181. display: flex;
  182. flex-direction: column;
  183. border-radius: 10rpx;
  184. }
  185. .card-list-wrap .header-title-warp.data-v-57280228 {
  186. width: 100%;
  187. margin-bottom: 20rpx;
  188. display: flex;
  189. align-items: center;
  190. justify-content: space-between;
  191. }
  192. .card-list-wrap .header-title-warp .title.data-v-57280228 {
  193. display: flex;
  194. align-items: center;
  195. color: #303133;
  196. font-weight: bold;
  197. font-size: 32rpx;
  198. }
  199. .card-list-wrap .header-title-warp .more.data-v-57280228 {
  200. font-size: 20rpx;
  201. color: #909399;
  202. }
  203. .card-list-wrap .property-row-wrap .property-body.data-v-57280228 {
  204. width: 100%;
  205. border-radius: 10rpx;
  206. margin-bottom: 20rpx;
  207. }
  208. .card-list-wrap .property-row-wrap .property-body .image-wrap.data-v-57280228 {
  209. position: relative;
  210. }
  211. .card-list-wrap .property-row-wrap .property-body .image-wrap image.data-v-57280228 {
  212. width: 100%;
  213. height: 300rpx;
  214. display: block;
  215. border-top-left-radius: 10rpx;
  216. border-top-right-radius: 10rpx;
  217. }
  218. .card-list-wrap .property-row-wrap .property-body .image-wrap .tag.data-v-57280228 {
  219. color: #ffffff;
  220. background-color: #2080f0;
  221. font-size: 24rpx;
  222. position: absolute;
  223. z-index: 1;
  224. left: 0;
  225. padding: 8rpx 20rpx;
  226. border-top-left-radius: 10rpx;
  227. border-bottom-right-radius: 10rpx;
  228. }
  229. .card-list-wrap .property-row-wrap .property-body .property-info-wrap.data-v-57280228 {
  230. padding: 20rpx;
  231. }
  232. .card-list-wrap .property-row-wrap .property-body .property-info-wrap .title.data-v-57280228 {
  233. font-weight: bold;
  234. color: #303133;
  235. font-size: 32rpx;
  236. }
  237. .card-list-wrap .property-row-wrap .property-body .property-info-wrap .title .s.data-v-57280228 {
  238. font-weight: normal;
  239. padding-left: 10rpx;
  240. }
  241. .card-list-wrap .property-row-wrap .property-body .property-info-wrap .commission.data-v-57280228 {
  242. margin-top: 10rpx;
  243. font-size: 24rpx;
  244. color: #606266;
  245. }
  246. .card-list-wrap .property-col-wrap.data-v-57280228 {
  247. display: flex;
  248. flex-wrap: wrap;
  249. justify-content: space-between;
  250. align-items: flex-start;
  251. }
  252. .card-list-wrap .property-col-wrap .property-body.data-v-57280228 {
  253. width: 325rpx;
  254. border-radius: 10rpx;
  255. margin-bottom: 20rpx;
  256. }
  257. .card-list-wrap .property-col-wrap .property-body .image-wrap.data-v-57280228 {
  258. position: relative;
  259. }
  260. .card-list-wrap .property-col-wrap .property-body .image-wrap image.data-v-57280228 {
  261. width: 100%;
  262. height: 300rpx;
  263. display: block;
  264. border-top-left-radius: 10rpx;
  265. border-top-right-radius: 10rpx;
  266. }
  267. .card-list-wrap .property-col-wrap .property-body .image-wrap .tag.data-v-57280228 {
  268. color: #ffffff;
  269. background-color: #2080f0;
  270. font-size: 20rpx;
  271. position: absolute;
  272. z-index: 1;
  273. left: 0;
  274. padding: 8rpx 20rpx;
  275. border-top-left-radius: 10rpx;
  276. border-bottom-right-radius: 10rpx;
  277. }
  278. .card-list-wrap .property-col-wrap .property-body .property-info-wrap.data-v-57280228 {
  279. padding: 20rpx;
  280. }
  281. .card-list-wrap .property-col-wrap .property-body .property-info-wrap .title.data-v-57280228 {
  282. font-weight: bold;
  283. color: #303133;
  284. font-size: 24rpx;
  285. }
  286. .card-list-wrap .property-col-wrap .property-body .property-info-wrap .commission.data-v-57280228 {
  287. margin-top: 10rpx;
  288. font-size: 20rpx;
  289. color: #606266;
  290. }
  291. .popup-body .property-info.data-v-57280228 {
  292. font-size: 28rpx;
  293. }
  294. .popup-body .property-info .item.data-v-57280228 {
  295. display: flex;
  296. margin-bottom: 10rpx;
  297. text-align: left;
  298. }
  299. .popup-body .property-info .item .item-title.data-v-57280228 {
  300. font-weight: bold;
  301. width: 170rpx;
  302. }
  303. .popup-body .property-info .item .item-info.data-v-57280228 {
  304. flex: 1;
  305. }
  306. .scoped-scan-img.data-v-57280228 {
  307. padding-left: 20px;
  308. width: 90rpx;
  309. height: 90rpx;
  310. }