index.wxss 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  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: 10rpx 26rpx 26rpx;
  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. padding-top: 10rpx;
  99. }
  100. .userinfo-wrap .userinfo .user .avatar-wrap.data-v-57280228 {
  101. position: relative;
  102. }
  103. .userinfo-wrap .userinfo .user .avatar-wrap .avatar-bg.data-v-57280228 {
  104. position: absolute;
  105. left: 0;
  106. top: 0;
  107. border-radius: 50%;
  108. width: 100rpx;
  109. height: 100rpx;
  110. }
  111. .userinfo-wrap .userinfo .user .info.data-v-57280228 {
  112. margin-left: 32rpx;
  113. }
  114. .userinfo-wrap .userinfo .user .info .nickname.data-v-57280228 {
  115. font-size: 32rpx;
  116. font-weight: bold;
  117. color: #303133;
  118. margin-bottom: 5rpx;
  119. }
  120. .userinfo-wrap .userinfo .user .info .mobile.data-v-57280228 {
  121. font-size: 28rpx;
  122. color: #909399;
  123. }
  124. .userinfo-wrap .datainfo.data-v-57280228 {
  125. width: 100%;
  126. display: flex;
  127. align-items: flex-end;
  128. justify-content: space-between;
  129. padding: 20rpx 0 0;
  130. }
  131. .userinfo-wrap .datainfo .data-item.data-v-57280228 {
  132. display: flex;
  133. flex-direction: column;
  134. align-items: center;
  135. }
  136. .userinfo-wrap .datainfo .data-item .data.data-v-57280228 {
  137. font-weight: bold;
  138. font-size: 44rpx;
  139. line-height: 44rpx;
  140. margin-bottom: 10rpx;
  141. }
  142. .userinfo-wrap .datainfo .data-item .item.data-v-57280228 {
  143. font-size: 24rpx;
  144. color: #606266;
  145. }
  146. .function-card-wrap .col-card-wrap.data-v-57280228 {
  147. display: flex;
  148. align-items: center;
  149. justify-content: space-between;
  150. }
  151. .function-card-wrap .function-card.data-v-57280228 {
  152. background-color: #fff;
  153. padding: 32rpx 20rpx;
  154. width: 345rpx;
  155. margin-bottom: 20rpx;
  156. border-radius: 10rpx;
  157. position: relative;
  158. overflow: hidden;
  159. }
  160. .function-card-wrap .function-card .title-wrap.data-v-57280228 {
  161. text-align: left;
  162. }
  163. .function-card-wrap .function-card .title-wrap .main-title.data-v-57280228 {
  164. display: flex;
  165. align-items: center;
  166. font-size: 32rpx;
  167. font-weight: bold;
  168. }
  169. .function-card-wrap .function-card .title-wrap .sub-title.data-v-57280228 {
  170. font-size: 24rpx;
  171. color: #606266;
  172. }
  173. .function-card-wrap .function-card .icon.data-v-57280228 {
  174. text-align: right;
  175. position: absolute;
  176. top: 0;
  177. right: 0;
  178. }
  179. .card-list-wrap.data-v-57280228 {
  180. background-color: #fff;
  181. padding: 20rpx 20rpx 0 20rpx;
  182. display: flex;
  183. flex-direction: column;
  184. border-radius: 10rpx;
  185. }
  186. .card-list-wrap .header-title-warp.data-v-57280228 {
  187. width: 100%;
  188. margin-bottom: 20rpx;
  189. display: flex;
  190. align-items: center;
  191. justify-content: space-between;
  192. }
  193. .card-list-wrap .header-title-warp .title.data-v-57280228 {
  194. display: flex;
  195. align-items: center;
  196. color: #303133;
  197. font-weight: bold;
  198. font-size: 32rpx;
  199. }
  200. .card-list-wrap .header-title-warp .more.data-v-57280228 {
  201. font-size: 20rpx;
  202. color: #909399;
  203. }
  204. .card-list-wrap .property-row-wrap .property-body.data-v-57280228 {
  205. width: 100%;
  206. border-radius: 10rpx;
  207. margin-bottom: 20rpx;
  208. }
  209. .card-list-wrap .property-row-wrap .property-body .image-wrap.data-v-57280228 {
  210. position: relative;
  211. }
  212. .card-list-wrap .property-row-wrap .property-body .image-wrap image.data-v-57280228 {
  213. width: 100%;
  214. height: 300rpx;
  215. display: block;
  216. border-top-left-radius: 10rpx;
  217. border-top-right-radius: 10rpx;
  218. }
  219. .card-list-wrap .property-row-wrap .property-body .image-wrap .tag.data-v-57280228 {
  220. color: #ffffff;
  221. background: #8BC34A;
  222. font-size: 24rpx;
  223. position: absolute;
  224. z-index: 1;
  225. left: 0;
  226. padding: 8rpx 20rpx;
  227. border-top-left-radius: 10rpx;
  228. border-bottom-right-radius: 10rpx;
  229. }
  230. .card-list-wrap .property-row-wrap .property-body .property-info-wrap.data-v-57280228 {
  231. padding: 20rpx;
  232. }
  233. .card-list-wrap .property-row-wrap .property-body .property-info-wrap .title.data-v-57280228 {
  234. font-weight: bold;
  235. color: #303133;
  236. font-size: 32rpx;
  237. }
  238. .card-list-wrap .property-row-wrap .property-body .property-info-wrap .title .s.data-v-57280228 {
  239. font-weight: normal;
  240. padding-left: 10rpx;
  241. }
  242. .card-list-wrap .property-row-wrap .property-body .property-info-wrap .commission.data-v-57280228 {
  243. margin-top: 10rpx;
  244. font-size: 24rpx;
  245. color: #606266;
  246. }
  247. .card-list-wrap .property-col-wrap.data-v-57280228 {
  248. display: flex;
  249. flex-wrap: wrap;
  250. justify-content: space-between;
  251. align-items: flex-start;
  252. }
  253. .card-list-wrap .property-col-wrap .property-body.data-v-57280228 {
  254. width: 325rpx;
  255. border-radius: 10rpx;
  256. margin-bottom: 20rpx;
  257. }
  258. .card-list-wrap .property-col-wrap .property-body .image-wrap.data-v-57280228 {
  259. position: relative;
  260. }
  261. .card-list-wrap .property-col-wrap .property-body .image-wrap image.data-v-57280228 {
  262. width: 100%;
  263. height: 210rpx;
  264. display: block;
  265. border-top-left-radius: 10rpx;
  266. border-top-right-radius: 10rpx;
  267. }
  268. .card-list-wrap .property-col-wrap .property-body .image-wrap .tag.data-v-57280228 {
  269. color: #ffffff;
  270. background: #8BC34A;
  271. font-size: 20rpx;
  272. position: absolute;
  273. z-index: 1;
  274. left: 0;
  275. padding: 8rpx 20rpx;
  276. border-top-left-radius: 10rpx;
  277. border-bottom-right-radius: 10rpx;
  278. }
  279. .card-list-wrap .property-col-wrap .property-body .property-info-wrap.data-v-57280228 {
  280. padding: 20rpx;
  281. }
  282. .card-list-wrap .property-col-wrap .property-body .property-info-wrap .title.data-v-57280228 {
  283. font-weight: bold;
  284. color: #303133;
  285. font-size: 24rpx;
  286. }
  287. .card-list-wrap .property-col-wrap .property-body .property-info-wrap .title .s.data-v-57280228 {
  288. font-weight: normal;
  289. padding-left: 10rpx;
  290. }
  291. .card-list-wrap .property-col-wrap .property-body .property-info-wrap .commission.data-v-57280228 {
  292. margin-top: 10rpx;
  293. font-size: 20rpx;
  294. color: #606266;
  295. }
  296. .popup-body .property-info.data-v-57280228 {
  297. font-size: 28rpx;
  298. }
  299. .popup-body .property-info .item.data-v-57280228 {
  300. display: flex;
  301. margin-bottom: 10rpx;
  302. text-align: left;
  303. }
  304. .popup-body .property-info .item .item-title.data-v-57280228 {
  305. font-weight: bold;
  306. width: 170rpx;
  307. }
  308. .popup-body .property-info .item .item-info.data-v-57280228 {
  309. flex: 1;
  310. }
  311. .scoped-scan-img.data-v-57280228 {
  312. padding-left: 20px;
  313. width: 40rpx;
  314. height: 40rpx;
  315. }
  316. .scoped-estate-desc.data-v-57280228 {
  317. padding: 10rpx;
  318. }
  319. .scoped-estate-desc iamge.data-v-57280228, .scoped-estate-desc ._img.data-v-57280228 {
  320. width: 100%;
  321. }
  322. .scoped-popup-more.data-v-57280228 {
  323. width: 100%;
  324. height: 118rpx;
  325. margin-left: -20rpx;
  326. margin-top: -20rpx;
  327. margin-bottom: 20rpx;
  328. }
  329. .scoped-entry.data-v-57280228 {
  330. display: flex;
  331. flex-wrap: wrap;
  332. }
  333. .scoped-entry .op.data-v-57280228 {
  334. flex: 1;
  335. margin-bottom: 20rpx;
  336. }
  337. .scoped-entry .op.data-v-57280228:nth-child(2n) {
  338. text-align: right;
  339. }
  340. .scoped-list-one .slo-title.data-v-57280228 {
  341. margin-top: 20rpx;
  342. margin-bottom: 20rpx;
  343. color: #2080f0;
  344. font-weight: bold;
  345. border-left: 2PX solid #2080f0;
  346. padding-left: 10rpx;
  347. font-size: 32rpx;
  348. }