userinfo.vue 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <template>
  2. <view>
  3. <view class="p-3">
  4. <view class="d-flex">
  5. <view class="w-100 fs-14 font-bold">
  6. <view class="centerY">
  7. <view class="bule_line" style="height: 26rpx;margin-top: -2rpx;"></view>
  8. <text class="font-bold text-dark ml-2 fs-16 line-height1">基本信息</text>
  9. </view>
  10. <view class="centerY border-bottom mb-2 mt-2" 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" 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/家族史.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/社保.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/身份证.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/电话.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/家庭.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"
  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"
  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"
  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;color: #818181;">
  116. <view class="centerY">
  117. <view class="bule_line" style="height: 26rpx;margin-top: -2rpx;"></view>
  118. <text class="font-bold text-dark ml-2 fs-16 line-height1">其他信息</text>
  119. </view>
  120. <view class="centerY">
  121. </view>
  122. </view>
  123. </view>
  124. </view>
  125. </template>
  126. <script>
  127. export default {
  128. data() {
  129. return {
  130. };
  131. }
  132. }
  133. </script>
  134. <style lang="scss">
  135. page {
  136. background: #F5F9FF;
  137. }
  138. </style>