khzx-xq.vue 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <template>
  2. <view class="">
  3. <u-navbar :border-bottom="false" back-icon-size="35" title-size="32" :background="background"
  4. :back-text-style="hhyanm" title-color="#ffffff" back-icon-color="#ffffff"></u-navbar>
  5. <view class="fzctob mywoddt" style="padding-bottom:30rpx;">
  6. <image src="/static/lecturer/le01.png"
  7. style="width: 152rpx;height: 152rpx;border-radius:160rpx;min-width:152rpx;margin-right: 24rpx;" mode="">
  8. </image>
  9. <view class="flztoa" style="width: 100%;">
  10. <view class="fsxto">
  11. <text class="letxtfy">一只小雯子</text>
  12. <view class="fzctob letxtfya">
  13. <text>专业咨询师</text>
  14. <text>专业咨询师</text>
  15. </view>
  16. </view>
  17. </view>
  18. </view>
  19. <view class="flztoa shiddwe">
  20. <view class="flztoa shiufh">
  21. <view class="fzddrew">
  22. <text>100</text>
  23. <text class="shiufhtx">获赞</text>
  24. </view>
  25. <view class="fzddrew">
  26. <text>100</text>
  27. <text class="shiufhtx">获赞</text>
  28. </view>
  29. </view>
  30. <view class="">
  31. <image src="/static/index/ind1.png" style="width: 116rpx;height: 48rpx;min-width: 116rpx;" mode=""></image>
  32. </view>
  33. </view>
  34. <view class="shiwdmmt">
  35. <view class="indhuyr">
  36. <view class="indjbrr"></view>
  37. <text>动态</text>
  38. </view>
  39. <navigator class="shidongt" url="../index/jiehuo-pl" hover-class="none">
  40. <view class="shibbert">
  41. <text>发布的动态发布的动态发布的动态发布的动态布的动 发布的动态发布的动态发布的动态发布的动态布的动 发布的动态发布的动态发布的动态……</text>
  42. <view class="flztoa" style="margin-top: 46rpx;">
  43. <view class="fzctob">
  44. <image v-show="xqaxuye" @click="xqaxuye = false" src="/static/index/w1.png" style="width: 48rpx;height: 48rpx;min-width: 48rpx;" mode=""></image>
  45. <image v-show="!xqaxuye" @click="xqaxuye = true" src="/static/index/w2.png" style="width: 48rpx;height: 48rpx;min-width: 48rpx;" mode=""></image>
  46. <text class="shitxty">29</text>
  47. <view style="margin-left: 40rpx;">
  48. <image src="/static/index/w3.png" style="width: 48rpx;height: 48rpx;min-width: 48rpx;" mode=""></image>
  49. </view>
  50. </view>
  51. <view class="">
  52. <text class="shitxtya">2021.06.15</text>
  53. </view>
  54. </view>
  55. </view>
  56. </navigator>
  57. <navigator class="shidongt" url="../index/jiehuo-pl" hover-class="none">
  58. <view class="shibbert">
  59. <text>发布的动态发布的动态发布的动态发布的动态布的动 发布的动态发布的动态发布的动态发布的动态布的动 发布的动态发布的动态发布的动态……</text>
  60. <view class="flztoa" style="margin-top: 46rpx;">
  61. <view class="fzctob">
  62. <image v-show="xqaxuye" @click="xqaxuye = false" src="/static/index/w1.png" style="width: 48rpx;height: 48rpx;min-width: 48rpx;" mode=""></image>
  63. <image v-show="!xqaxuye" @click="xqaxuye = true" src="/static/index/w2.png" style="width: 48rpx;height: 48rpx;min-width: 48rpx;" mode=""></image>
  64. <text class="shitxty">29</text>
  65. <view style="margin-left: 40rpx;">
  66. <image src="/static/index/w3.png" style="width: 48rpx;height: 48rpx;min-width: 48rpx;" mode=""></image>
  67. </view>
  68. </view>
  69. <view class="">
  70. <text class="shitxtya">2021.06.15</text>
  71. </view>
  72. </view>
  73. </view>
  74. </navigator>
  75. </view>
  76. <view class="fzjtod shitoob">
  77. <navigator class="shitoobtxt" url="../user/fkcg" hover-class="none">
  78. <text>找他倾诉/697¥</text>
  79. </navigator>
  80. </view>
  81. </view>
  82. </template>
  83. <style>
  84. page {
  85. background: #FAFAFA;
  86. }
  87. </style>
  88. <script>
  89. export default {
  90. data() {
  91. return {
  92. xqaxuye:false,
  93. background: {
  94. backgroundColor: '#374B6E',
  95. },
  96. hhyanm: {
  97. color: '#FFFFFF',
  98. },
  99. }
  100. },
  101. }
  102. </script>
  103. <style lang="scss" scoped>
  104. </style>