详情小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

226 lines
5.8 KiB

5 years ago
  1. <template>
  2. <view class="lf-w-100 lf-h-100">
  3. <view class="content lf-bg-white lf-m-b-30">
  4. <swiper class="swiper">
  5. <swiper-item>
  6. <lf-image src="https://picsum.photos/200"></lf-image>
  7. </swiper-item>
  8. </swiper>
  9. <view class="list lf-p-l-32 lf-p-r-32">
  10. <!-- <lf-image class="avatar" src="@/static/logo.png"></lf-image> -->
  11. <view class="info">
  12. <view class="lf-flex-1">
  13. <text>编号83927</text>
  14. <text class="lf-iconfont icon-nan lf-m-l-10" style="color: #1E77F4;"></text>
  15. </view>
  16. <view class="lf-flex-1 lf-m-t-16">24··180cm·本科·未婚</view>
  17. <view class="lf-flex-1 lf-m-t-16">自有公司·金融/证券/保险·50万以上</view>
  18. </view>
  19. <view class="star">
  20. <u-icon name="star-fill lf-font-40" style="color: #D1D1D1;"></u-icon>
  21. </view>
  22. </view>
  23. <view class="sketch">大家好我是私人订制红娘-笑笑如果你不想在平台上面曝光需要我为你全程服务精准高效速配脱单的加我微信18399999999</view>
  24. </view>
  25. <view class="info-content">
  26. <view class="lf-color-222 lf-font-32 authen-title lf-p-l-20">信息资料</view>
  27. <view class="lf-row-between lf-m-t-30" v-for="(item,index) of list" :key="index">
  28. <view class="lf-color-333 lf-font-28">{{item.title}}</view>
  29. <view class="lf-color-333 lf-font-28">{{item.content}}</view>
  30. </view>
  31. </view>
  32. <view class="lf-p-l-32 lf-p-r-32 info-tag">
  33. <view class="lf-color-222 lf-font-32 lf-m-b-30 authen-title lf-p-l-20">家庭与房车</view>
  34. <view class="lf-color-333 lf-font-28">
  35. 了解Ta的购车住房情况和家庭成员资料
  36. </view>
  37. <view class="lf-font-24 lf-m-t-20" style="color: #E21196;">
  38. 实名认证后可查看>>
  39. </view>
  40. </view>
  41. <view class="lf-p-l-32 lf-p-r-32 info-tag" style="margin-bottom: 130rpx;">
  42. <view class="lf-color-222 lf-font-32 lf-m-b-30 authen-title lf-p-l-20">择偶要求</view>
  43. <view class="lf-color-333 lf-font-28">
  44. 了解Ta的婚史身高年龄等各项择偶要求
  45. </view>
  46. <view class="lf-font-24 lf-m-t-20" style="color: #E21196;">
  47. 实名认证后可查看>>
  48. </view>
  49. </view>
  50. <view class="tabbar-bottom">
  51. <view class="lf-row-between">
  52. <view class="lf-flex-column" style="align-items: center;">
  53. <view>
  54. <u-icon name="kefu-ermai lf-font-32 lf-color-555"></u-icon>
  55. </view>
  56. <view class="lf-color-555 lf-font-24">
  57. 客服
  58. </view>
  59. </view>
  60. <view class="lf-flex-column" style="align-items: center;margin-left: 50rpx;">
  61. <view>
  62. <u-icon name="share lf-font-32 lf-color-555"></u-icon>
  63. </view>
  64. <view class="lf-color-555 lf-font-24">
  65. 分享
  66. </view>
  67. </view>
  68. <view class="lf-flex-column" style="align-items: center;margin-left: 50rpx;">
  69. <view>
  70. <u-icon name="more-dot-fill lf-font-32 lf-color-555"></u-icon>
  71. </view>
  72. <view class="lf-color-555 lf-font-24">
  73. 更多
  74. </view>
  75. </view>
  76. </view>
  77. <view>
  78. <button class="tabbar-btn">联系Ta</button>
  79. </view>
  80. </view>
  81. <!-- #ifdef H5 -->
  82. <view style="height: 10rpx;"></view>
  83. <!-- #endif -->
  84. <!-- 回到顶部 -->
  85. <u-back-top :scrollTop="pageScrollTop"></u-back-top>
  86. </view>
  87. </template>
  88. <script>
  89. export default {
  90. data() {
  91. return {
  92. list: [
  93. {title: '编号',content: '839748'},
  94. {title: '性别',content: '男'},
  95. {title: '婚史',content: '未婚'},
  96. {title: '年龄',content: '24岁(1996-10)'},
  97. {title: '身高',content: '180'},
  98. {title: '体重',content: '70'},
  99. {title: '属相',content: '鼠'},
  100. {title: '星座',content: '天秤座'},
  101. {title: '户籍',content: '其他省市'},
  102. {title: '学历',content: '本科'},
  103. {title: '单位性质',content: '私企'},
  104. {title: '所属行业',content: '广告/设计/传媒'},
  105. {title: '年薪',content: '6万-8万'},
  106. {title: '居住地区',content: '其他省市'},
  107. ]
  108. }
  109. }
  110. }
  111. </script>
  112. <style>
  113. page {
  114. background-color: #F5F5F5;
  115. }
  116. </style>
  117. <style lang="scss" scoped>
  118. .tabbar-bottom {
  119. width: 100%;
  120. background-color: white;
  121. height: 110rpx;
  122. position: fixed;
  123. bottom: 0;
  124. display: flex;
  125. justify-content: space-between;
  126. padding: 15rpx 32rpx;
  127. }
  128. .tabbar-btn {
  129. width: 362rpx;
  130. height: 88rpx;
  131. background: #E21196;
  132. color: white;
  133. border-radius: 45rpx;
  134. }
  135. .info-content {
  136. width: 686rpx;
  137. height: 100%;
  138. background: #FFFFFF;
  139. border-radius: 10rpx;
  140. margin: 0 auto;
  141. padding: 30rpx;
  142. }
  143. .authen-title {
  144. position: relative;
  145. font-size: 32rpx;
  146. color: #131315;
  147. font-weight: 500;
  148. }
  149. .info-tag {
  150. width: 686rpx;
  151. height: 100%;
  152. background: #FFFFFF;
  153. border-radius: 10rpx;
  154. margin: 30rpx auto;
  155. padding: 30rpx;
  156. }
  157. .authen-title::after {
  158. content: '';
  159. position: absolute;
  160. left: 0;
  161. top: 8rpx;
  162. width: 8rpx;
  163. height: 30rpx;
  164. background: #E21196;
  165. border-radius: 4rpx;
  166. }
  167. .content{
  168. width: 100%;
  169. height: auto;
  170. box-sizing: border-box;
  171. padding-bottom: 30rpx;
  172. .swiper{
  173. width: 750rpx;
  174. height: 750rpx;
  175. }
  176. .list{
  177. padding-top: 30rpx;
  178. display: flex;
  179. width: 100%;
  180. height: max-content;
  181. display: flex;
  182. align-items: center;
  183. justify-content: space-between;
  184. .avatar{
  185. width: 150rpx;
  186. height: 150rpx;
  187. border-radius: 10rpx;
  188. margin-right: 15rpx;
  189. background-color: #EEEEEE;
  190. }
  191. .info{
  192. min-height: 150rpx;
  193. width: 598rpx;
  194. display: flex;
  195. align-content: space-between;
  196. flex-wrap: wrap;
  197. flex-direction: column;
  198. }
  199. }
  200. .sketch{
  201. width: 686rpx;
  202. height: 160rpx;
  203. background: #F5F5F5;
  204. border-radius: 10rpx 30rpx 10rpx 30rpx;
  205. margin: 60rpx auto 0;
  206. box-sizing: border-box;
  207. padding: 30rpx;
  208. font-size: 24rpx;
  209. color: #333333;
  210. }
  211. }
  212. .star {
  213. width: 80rpx;
  214. height: 80rpx;
  215. background: #FFFFFF;
  216. box-shadow: 0px 2rpx 10rpx 5rpx rgba(226, 17, 150, 0.05);
  217. border-radius: 50%;
  218. display: flex;
  219. align-items: center;
  220. justify-content: center;
  221. }
  222. </style>