userinfo.vue 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. <template>
  2. <view>
  3. <view class="p-3">
  4. <view class="d-flex">
  5. <view class="w-100 font-bold">
  6. <view class="centerY mb-3">
  7. <view class="bule_line" style="height: 26rpx;"></view>
  8. <text class="font-bold text-dark ml-2 fs-18 line-height1">基本信息</text>
  9. </view>
  10. <view class="centerY border-bottom mb-2 fs-14" style="color: #818181;">
  11. <view class="w-50 mb-2">
  12. <view class="mb-2">
  13. 姓名:{{'王老爷爷'}}
  14. </view>
  15. <view class="">
  16. 出生日期:{{'1864.02.09'}}
  17. </view>
  18. </view>
  19. <view class="w-50 mb-2">
  20. <view class="mb-2">
  21. 年龄:{{'160'}}
  22. </view>
  23. <view class="">
  24. 性别:{{'男'}}
  25. </view>
  26. </view>
  27. </view>
  28. <view class="centerY mb-2 fs-14" style="color: #818181;">
  29. <view class="w-50 mb-2">
  30. <view class=" mb-2">
  31. 文化程度:{{'文盲'}}
  32. </view>
  33. <view class="">
  34. 职业:{{'导盲犬训练员'}}
  35. </view>
  36. </view>
  37. <view class="w-50 mb-2">
  38. <view class=" mb-2">
  39. 民族:{{'维吾尔族人'}}
  40. </view>
  41. <view class="">
  42. 婚姻状况:{{'未婚'}}
  43. </view>
  44. </view>
  45. </view>
  46. </view>
  47. <view style="position: absolute;right: 20rpx;top: 20rpx;width: 100rpx;">
  48. <view class="picbox">
  49. <image src="@/static/userinfo/jzs.png" mode="widthFix" class="picimg"></image>
  50. </view>
  51. </view>
  52. </view>
  53. <view class="bg-white px-3 fs-14 font-bold" style="border-radius: 16rpx;color: #818181;">
  54. <view class="centerY border-bottom py-2">
  55. <image src="@/static/userinfo/sb.png" mode="widthFix" style="width: 40rpx;"></image>
  56. <view class=" ml-1 line-height1">
  57. 社保卡号:{{'A1122233333'}}
  58. </view>
  59. </view>
  60. <view class="centerY border-bottom py-2">
  61. <image src="@/static/userinfo/sfz.png" mode="widthFix" style="width: 40rpx;"></image>
  62. <view class=" ml-1 line-height1">
  63. 身份证号:{{'542250213151651511'}}
  64. </view>
  65. </view>
  66. <view class="centerY border-bottom py-2">
  67. <image src="@/static/userinfo/dh.png" mode="widthFix" style="width: 40rpx;"></image>
  68. <view class=" ml-1 line-height1">
  69. 手机号码:{{'18812345678'}}
  70. </view>
  71. </view>
  72. <view class="centerY py-2">
  73. <image src="@/static/userinfo/jt.png" mode="widthFix" style="width: 40rpx;"></image>
  74. <view class=" ml-1 line-height1">
  75. 家庭住址:{{'浙江省杭州市西湖区XX街道'}}
  76. </view>
  77. </view>
  78. </view>
  79. <view class="d-flex mt-2 font-bold" style="color: #818181;">
  80. <view class="py-1 mt-1 fs-14 space-nowrap">
  81. 医保类型:
  82. </view>
  83. <view class="fs-10 w-100">
  84. <span class="mr-1 text-center py-1 mt-2 d-inline-block w-20 line-height1"
  85. :style="{borderRadius:'50rpx',background:index==1?'#1890FF':'#EBEBEB',color:index==1?'#fff':'#A4A4A4'}"
  86. v-for="(item,index) in ['城镇医保','公费医保','系农村','商业保险','自费']">
  87. {{item}}
  88. </span>
  89. </view>
  90. </view>
  91. <view class="d-flex mt-2 font-bold" style="color: #818181;">
  92. <view class="mt-1 py-1 fs-14 space-nowrap font-bold">
  93. 慢病类型:
  94. </view>
  95. <view class="fs-10 w-100">
  96. <span class="mr-1 text-center py-1 mt-2 d-inline-block w-20 line-height1"
  97. :style="{borderRadius:'50rpx',background:index==1?'#1890FF':'#EBEBEB',color:index==1?'#fff':'#A4A4A4'}"
  98. v-for="(item,index) in ['高血压','糖尿病','合并症','无']">
  99. {{item}}
  100. </span>
  101. </view>
  102. </view>
  103. <view class="d-flex mt-2 font-bold" style="color: #818181;">
  104. <view class="mt-1 py-1 fs-14 space-nowrap font-bold">
  105. 糖尿病病龄:
  106. </view>
  107. <view class="fs-10 w-100">
  108. <span class="mr-1 text-center py-1 mt-2 d-inline-block w-20 line-height1"
  109. :style="{borderRadius:'50rpx',background:index==1?'#1890FF':'#EBEBEB',color:index==1?'#fff':'#A4A4A4'}"
  110. v-for="(item,index) in ['30年']">
  111. {{item}}
  112. </span>
  113. </view>
  114. </view>
  115. <view class=" mt-2 bg-white p-3 fs-14 font-bold" style="border-radius: 16rpx;">
  116. <view class="centerY mb-2">
  117. <view class="bule_line" style="height: 26rpx;margin-top: -2rpx;"></view>
  118. <text class="font-bold text-dark ml-2 fs-18 line-height1">其他信息</text>
  119. </view>
  120. <view class=" border-bottom pt-2">
  121. <view class="w-50 d-inline-block mb-2">
  122. <view class="centerY">
  123. <view class="w-40">
  124. <view class="picbox">
  125. <image class="picimg" src="@/static/userinfo/jbs.png" mode=""></image>
  126. </view>
  127. </view>
  128. <view class="w-60 ml-1">
  129. <view class="fs-16">
  130. 疾病史
  131. </view>
  132. <view class="mt-1" style="color: #818181;">
  133. 心脏病
  134. </view>
  135. </view>
  136. </view>
  137. </view>
  138. <view class="w-50 d-inline-block mb-2">
  139. <view class="centerY">
  140. <view class="w-40">
  141. <view class="picbox">
  142. <image class="picimg" src="@/static/userinfo/jzs.png" mode=""></image>
  143. </view>
  144. </view>
  145. <view class="w-60 ml-1">
  146. <view class="fs-16">
  147. 家族史
  148. </view>
  149. <view class="mt-1" style="color: #818181;">
  150. 心脏病
  151. </view>
  152. </view>
  153. </view>
  154. </view>
  155. <view class="w-50 d-inline-block mb-2">
  156. <view class="centerY">
  157. <view class="w-40">
  158. <view class="picbox">
  159. <image class="picimg" src="@/static/userinfo/xd.png" mode=""></image>
  160. </view>
  161. </view>
  162. <view class="w-60 ml-1">
  163. <view class="fs-16">
  164. 咸淡情况
  165. </view>
  166. <view class="mt-1" style="color: #818181;">
  167. 心脏病
  168. </view>
  169. </view>
  170. </view>
  171. </view>
  172. <view class="w-50 d-inline-block mb-2">
  173. <view class="centerY">
  174. <view class="w-40">
  175. <view class="picbox">
  176. <image class="picimg" src="@/static/userinfo/hb.png" mode=""></image>
  177. </view>
  178. </view>
  179. <view class="w-60 ml-1">
  180. <view class="fs-16">
  181. 合并症
  182. </view>
  183. <view class="mt-1" style="color: #818181;">
  184. 心脏病
  185. </view>
  186. </view>
  187. </view>
  188. </view>
  189. </view>
  190. <view class="mt-2">
  191. <view class="fs-14 font-bold text-dark">
  192. 并发症
  193. </view>
  194. <view class="fs-10 w-100">
  195. <span class="mr-1 text-center py-1 px-2 mt-2 d-inline-block line-height1"
  196. :style="{borderRadius:'50rpx',background:'#EBEBEB',color:'#A4A4A4',border:'1px solid #A4A4A4'}"
  197. v-for="(item,index) in ['30年','dasdsaadassa']">
  198. {{item}}
  199. </span>
  200. </view>
  201. </view>
  202. </view>
  203. </view>
  204. </view>
  205. </template>
  206. <script>
  207. export default {
  208. data() {
  209. return {
  210. };
  211. },
  212. onPullDownRefresh() {
  213. setTimeout(()=>{
  214. uni.stopPullDownRefresh()
  215. },1000)
  216. }
  217. }
  218. </script>
  219. <style lang="scss">
  220. page {
  221. background: #F5F9FF;
  222. }
  223. </style>