index.wxss 9.0 KB

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