property.vue 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. <template>
  2. <view class="text-color-333">
  3. <view class="property content p-30 sys-background-fff r-30">
  4. <view v-for="(property,propertyKey) in propertyList" class=" size-26">
  5. <!-- 房产信息 -->
  6. <view v-if="property.property_type===1" class="">
  7. <view class="row-c">
  8. <view class="dot"></view>
  9. <text class="sys-weight-600 m-l10">房产信息</text>
  10. </view>
  11. <view class="property-box-one r-20 m-t30 p-20">
  12. <view class="">
  13. <text class="size-32 color-11003B sys-weight-600">{{property.data.property_owner}}</text>
  14. <text class="size-24 color-6E6686 m-l10">产权人</text>
  15. </view>
  16. <view class="size-26 m-tb10">
  17. <text class="capsule">{{property.data.house_address}}</text>
  18. <text class="capsule">{{property.data.build_date}}年建</text>
  19. <text class="capsule">{{property.data.covered_area}}m²</text>
  20. </view>
  21. <view class="sys-background-fff r-20 p-20">
  22. <view class="">
  23. <text class="text-color-666">房产证号</text>
  24. <text class="m-l10">{{property.data.deed_num}}</text>
  25. </view>
  26. <view class="row-c m-tb20">
  27. <image class="wh-30 m-r20" src="/static/img/task-details/money.png" mode="aspectFill">
  28. </image>
  29. <text>{{property.data.remark}}</text>
  30. </view>
  31. <view class="row m-t20">
  32. <image class="wh-30 m-r20 p-t6" src="/static/img/task-details/address-two.png"
  33. mode="aspectFill">
  34. </image>
  35. <view class="flex">
  36. <text class="flex">{{property.data.house_city}}</text>
  37. <image class="card r-20 m-t20" src="/static/img/task-details/front.png"
  38. mode="aspectFill">
  39. </image>
  40. </view>
  41. </view>
  42. <view class="sys-from-background-color m-t20 p-20 r-20">
  43. <view class="m-b20">房产证件</view>
  44. <view class="row-c">
  45. <image class="picture m-r20 r-10" :src="property.data.certificate_img"
  46. mode="aspectFill">
  47. </image>
  48. </view>
  49. </view>
  50. <view class="sys-from-background-color m-t20 p-20 r-20">
  51. <view class="m-b20">房产关联图片</view>
  52. <view class="row-c">
  53. <image class="picture m-r20 r-10" :src="property.data.property" mode="aspectFill">
  54. </image>
  55. </view>
  56. </view>
  57. </view>
  58. <image class="property-icon wh-100" :src="property.data.certificate_img" mode=""> </image>
  59. </view>
  60. </view>
  61. <!-- 保单信息 -->
  62. <view v-else-if="property.property_type===2" class="m-t30">
  63. <view class="row-c">
  64. <view class="dot"></view>
  65. <text class="sys-weight-600 m-l10">保单信息</text>
  66. </view>
  67. <view class="property-box-two r-20 m-t30 p-20">
  68. <view class="">
  69. <text class="size-32 color-11003B sys-weight-600">太平洋保险</text>
  70. <text class="size-24 color-6E6686 m-l10">公司</text>
  71. </view>
  72. <view class="size-26 m-tb10">
  73. <text class="capsule two-text">人寿</text>
  74. <text class="capsule two-text">8000元/年</text>
  75. </view>
  76. <view class="sys-background-fff r-20 p-20">
  77. <view class="">
  78. <text class="text-color-666">有效期</text>
  79. <text class="m-l10">2024.10.23</text>
  80. </view>
  81. <view class="row-c m-tb20">
  82. <image class="wh-30 m-r20" src="/static/img/task-details/money.png" mode="aspectFill">
  83. </image>
  84. <text>满足缴费情况</text>
  85. </view>
  86. <view class="sys-from-background-color m-t20 p-20 r-20">
  87. <view class="m-b20">保单照片</view>
  88. <view class="row-c">
  89. <image class="picture m-r20 r-10" src="/static/img/logo.png" mode="aspectFill"
  90. v-for="(item,index) in 3" :key="index">
  91. </image>
  92. </view>
  93. </view>
  94. </view>
  95. <image class="property-icon wh-100" src="/static/img/task-details/property-two.png" mode="">
  96. </image>
  97. </view>
  98. </view>
  99. <!-- 车辆信息 -->
  100. <view v-else-if="property.property_type===3" class="m-t30">
  101. <view class="row-c">
  102. <view class="dot"></view>
  103. <text class="sys-weight-600 m-l10">车辆信息</text>
  104. </view>
  105. <view class="property-box-three r-20 m-t30 p-20">
  106. <view class="">
  107. <text class="size-32 color-11003B sys-weight-600">奔驰</text>
  108. <text class="size-24 color-6E6686 m-l10">品牌</text>
  109. </view>
  110. <view class="size-26 m-tb10">
  111. <text class="capsule two-text">白色</text>
  112. <text class="capsule two-text">2020年登记</text>
  113. <text class="capsule two-text">30万元</text>
  114. </view>
  115. <view class="sys-background-fff r-20 p-20">
  116. <view class="">
  117. <text class="text-color-666">车牌号</text>
  118. <text class="m-l10">渝A88888</text>
  119. </view>
  120. <view class="m-tb16">
  121. <text class="text-color-666">车架号</text>
  122. <text class="m-l10">CX584564</text>
  123. </view>
  124. <view class="">
  125. <text class="text-color-666">车牌类型</text>
  126. <text class="m-l10">非运营车</text>
  127. </view>
  128. <view class="sys-from-background-color m-t20 p-20 r-20">
  129. <view class="row-c">
  130. <view class="">
  131. <text class="size-24">行驶证</text>
  132. <image class="picture m-t20 r-10" src="/static/img/logo.png" mode="aspectFill">
  133. </image>
  134. </view>
  135. <view class="m-l20">
  136. <text class="size-24">车辆登记证</text>
  137. <image class="picture m-r20 m-t20 r-10" src="/static/img/logo.png"
  138. mode="aspectFill">
  139. </image>
  140. </view>
  141. </view>
  142. <view class="row-c">
  143. <view class="">
  144. <view class="size-24 m-t20">车辆照片</view>
  145. <view class="row-c m-t10" style="flex-wrap: wrap;">
  146. <image class="picture m-r20 r-10 m-t10" src="/static/img/logo.png"
  147. mode="aspectFill" v-for="(item,index) in 5" :key="index">
  148. </image>
  149. </view>
  150. </view>
  151. </view>
  152. </view>
  153. </view>
  154. <image class="property-icon wh-100" src="/static/img/task-details/property-three.png" mode="">
  155. </image>
  156. </view>
  157. </view>
  158. <!-- 企业信息 -->
  159. <view v-else-if="property.property_type===4" class="m-t30">
  160. <view class="row-c">
  161. <view class="dot"></view>
  162. <text class="sys-weight-600 m-l10">车辆信息</text>
  163. </view>
  164. <view class="property-box-four r-20 m-t30 p-20">
  165. <view class="">
  166. <text class="size-32 color-11003B sys-weight-600">春航科技有限责任公司</text>
  167. </view>
  168. <view class="size-26 m-tb10">
  169. <text class="capsule two-text">白色</text>
  170. <text class="capsule two-text">2020年登记</text>
  171. <text class="capsule two-text">30万元</text>
  172. </view>
  173. <view class="sys-background-fff r-20 p-20">
  174. <view class="">
  175. <text class="text-color-666">年交税额</text>
  176. <text class="m-l10">5000000元</text>
  177. </view>
  178. <view class="m-tb16">
  179. <text class="text-color-666">年开票额</text>
  180. <text class="m-l10">5000000元</text>
  181. </view>
  182. <view class="">
  183. <text class="text-color-666">税务登记</text>
  184. <text class="m-l10">A</text>
  185. </view>
  186. <view class="row-c m-tb20">
  187. <image class="wh-30 m-r20" src="/static/img/task-details/money.png" mode="aspectFill">
  188. </image>
  189. <text>无税务断缴情况</text>
  190. </view>
  191. <view class="row m-t20">
  192. <image class="wh-30 m-r20 p-t6" src="/static/img/task-details/address-two.png"
  193. mode="aspectFill">
  194. </image>
  195. <view class="flex">
  196. <text class="flex">四川省 成都市 武侯区 置信南街 61 号 兰园5栋 2 单元 5楼这是俩排的地</text>
  197. <image class="card r-20 m-t20" src="/static/img/task-details/front.png"
  198. mode="aspectFill"></image>
  199. </view>
  200. </view>
  201. <view class="sys-from-background-color m-t20 p-20 r-20">
  202. <view class="size-24">企业照片</view>
  203. <view class="row-c m-t10" style="flex-wrap: wrap;">
  204. <image class="picture m-r20 r-10 m-t10" src="/static/img/logo.png" mode="aspectFill"
  205. v-for="(item,index) in 3" :key="index">
  206. </image>
  207. </view>
  208. </view>
  209. </view>
  210. <image class="property-icon wh-100" src="/static/img/task-details/property-four.png" mode="">
  211. </image>
  212. </view>
  213. </view>
  214. </view>
  215. </view>
  216. </view>
  217. </template>
  218. <script>
  219. export default {
  220. props: {
  221. propertyList: {
  222. default: {}
  223. },
  224. },
  225. data() {
  226. return {}
  227. },
  228. }
  229. </script>
  230. <style lang="scss" scoped>
  231. .property {
  232. padding-top: 90rpx;
  233. background-image: url('https://wealfavor-1257406827.cos.ap-beijing.myqcloud.com/new-xcx/task-details/bg-four.png');
  234. background-repeat: no-repeat;
  235. background-size: 100% auto;
  236. .bg-box {
  237. width: 710rpx;
  238. height: 80rpx;
  239. }
  240. .dot {
  241. width: 12rpx;
  242. height: 12rpx;
  243. border-radius: 50%;
  244. background: #0FB160;
  245. }
  246. }
  247. .property-box-one {
  248. position: relative;
  249. background: linear-gradient(161deg, #B0FDB3 0%, #5EDE9D 100%);
  250. }
  251. .property-box-two {
  252. position: relative;
  253. background: linear-gradient(161deg, #FFE2E2 0%, #FBCACA 100%);
  254. .two-text {
  255. background: #D06565;
  256. }
  257. .picture {
  258. width: 160rpx;
  259. height: 190rpx;
  260. display: block;
  261. }
  262. }
  263. .property-box-three {
  264. position: relative;
  265. background: linear-gradient(161deg, #CDE7FD 0%, #B6D2FB 100%);
  266. .two-text {
  267. background: #2E86F4;
  268. }
  269. .picture {
  270. width: 160rpx;
  271. height: 90rpx;
  272. display: block;
  273. border-radius: 10rpx;
  274. }
  275. }
  276. .property-box-four {
  277. position: relative;
  278. background: linear-gradient(161deg, #F4DCBD 0%, #EEC398 100%);
  279. .two-text {
  280. background: #C37929;
  281. }
  282. .picture {
  283. width: 160rpx;
  284. height: 90rpx;
  285. display: block;
  286. border-radius: 10rpx;
  287. }
  288. }
  289. .property-icon {
  290. position: absolute;
  291. right: 40rpx;
  292. top: 12rpx;
  293. }
  294. .capsule {
  295. color: #fff;
  296. height: 50rpx;
  297. line-height: 50rpx;
  298. border-radius: 99rpx;
  299. background: #0FB160;
  300. text-align: center;
  301. padding: 0 20rpx;
  302. margin-right: 10rpx;
  303. }
  304. .card {
  305. width: 160rpx;
  306. height: 90rpx;
  307. display: block;
  308. }
  309. </style>