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

141 lines
4.0 KiB

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