详情小程序
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.

142 lines
4.0 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. <template>
  2. <view class="lf-w-100 lf-h-100">
  3. <view class="edit-head">
  4. <!-- @click="$url('/pages/my/photoImage')" -->
  5. <view>
  6. <image src="../../static/logo.png" mode="aspectFill" style="width: 150rpx;height: 150rpx;border-radius: 10rpx;"></image>
  7. </view>
  8. <view class="lf-font-32 lf-color-222">
  9. 点击上传形象照
  10. </view>
  11. <view class="lf-font-28 lf-color-777 lf-p-l-32 lf-p-r-32">
  12. 确保个人形象照片为本人清晰正脸照一张良好的形象照更能吸引到别人哦
  13. </view>
  14. </view>
  15. <view class="edit-tag">
  16. <view class="lf-row-between lf-w-100 lf-m-b-30">
  17. <view class="lf-color-222 lf-font-32 authen-title lf-p-l-20">内心独白</view>
  18. <!-- <view class="lf-font-28 lf-color-777" @click="$url('/pages/my/innerMonologue')">去编辑<u-icon name="arrow-right lf-m-l-15 lf-font-22"></u-icon></view> -->
  19. </view>
  20. <view class="lf-color-777 lf-font-28">
  21. 了解Ta的购车住房情况和家庭成员资料成员资料成员资料成员资料成员资料成员资料成员资料
  22. </view>
  23. </view>
  24. <view class="edit-tag edit-tag1">
  25. <view class="lf-row-between lf-w-100 lf-m-b-30">
  26. <view class="lf-color-222 lf-font-32 authen-title lf-p-l-20">基本资料</view>
  27. <!-- <view class="lf-font-28 lf-color-777" @click="$url('/pages/my/basicInformation')">去完善<u-icon name="arrow-right lf-m-l-15 lf-font-22"></u-icon></view> -->
  28. </view>
  29. <view class="lf-color-777 lf-font-28 tag-content">
  30. <view class="personal-tag">其他省市</view>
  31. <view class="personal-tag">未婚</view>
  32. <view class="personal-tag">180cm</view>
  33. <view class="personal-tag">70kg</view>
  34. </view>
  35. </view>
  36. <view class="edit-tag edit-tag1">
  37. <view class="lf-row-between lf-w-100 lf-m-b-30">
  38. <view class="lf-color-222 lf-font-32 authen-title lf-p-l-20">工作经济家庭</view>
  39. <!-- <view class="lf-font-28 lf-color-777" @click="$url('/pages/my/workEconomy')">去完善<u-icon name="arrow-right lf-m-l-15 lf-font-22"></u-icon></view> -->
  40. </view>
  41. <view class="lf-color-777 lf-font-28 tag-content">
  42. <view class="personal-tag">已购车无贷款</view>
  43. <view class="personal-tag">本科</view>
  44. <view class="personal-tag">6-8</view>
  45. </view>
  46. </view>
  47. <view class="edit-tag edit-tag1">
  48. <view class="lf-row-between lf-w-100 lf-m-b-30">
  49. <view class="lf-color-222 lf-font-32 authen-title lf-p-l-20">择偶要求</view>
  50. <!-- <view class="lf-font-28 lf-color-777" @click="$url('/pages/my/matePerfance')">去完善<u-icon name="arrow-right lf-m-l-15 lf-font-22"></u-icon></view> -->
  51. </view>
  52. <view class="lf-color-777 lf-font-28 tag-content">
  53. <view class="personal-tag">未婚</view>
  54. <view class="personal-tag">180cm</view>
  55. </view>
  56. </view>
  57. <!-- #ifdef H5 -->
  58. <view style="height: 10rpx;"></view>
  59. <!-- #endif -->
  60. </view>
  61. </template>
  62. <script>
  63. </script>
  64. <style>
  65. page {
  66. background-color: #F5F5F5;
  67. }
  68. </style>
  69. <style lang="scss" scoped="scoped">
  70. .tag-content {
  71. width: 686rpx;
  72. flex-wrap: wrap;
  73. display: flex;
  74. }
  75. .edit-tag1 {
  76. height: 100%!important;
  77. }
  78. .personal-tag {
  79. width: max-content;
  80. padding: 8rpx 25rpx;
  81. height: 55rpx;
  82. border-radius: 28rpx;
  83. border: 1rpx solid #E21196;
  84. color: #E21196;
  85. font-size: 28rpx;
  86. margin-right: 15rpx;
  87. display: flex;
  88. justify-content: center;
  89. align-items: center;
  90. &:nth-child(4n) {
  91. margin-right: 0;
  92. }
  93. &:nth-child(n + 5) {
  94. margin-top: 20rpx;
  95. }
  96. }
  97. .edit-head {
  98. background-color: white;
  99. height: 400rpx;
  100. width: 100%;
  101. display: flex;
  102. flex-direction: column;
  103. justify-content: space-around;
  104. align-items: center;
  105. }
  106. .edit-tag {
  107. width: 686rpx;
  108. height: 215rpx;
  109. background: #FFFFFF;
  110. border-radius: 10rpx;
  111. margin: 30rpx auto;
  112. display: flex;
  113. flex-direction: column;
  114. /* justify-content: space-around; */
  115. padding: 30rpx;
  116. }
  117. .edit-tag1 {
  118. height: 190rpx!important;
  119. }
  120. .authen-title {
  121. position: relative;
  122. }
  123. .authen-title::after {
  124. content: '';
  125. position: absolute;
  126. left: 0;
  127. top: 8rpx;
  128. width: 8rpx;
  129. height: 30rpx;
  130. background: #E21196;
  131. border-radius: 4rpx;
  132. }
  133. </style>