123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- <template>
- <view class="">
- <u-navbar :border-bottom="false" back-icon-size="35" title-size="32" :background="background"
- :back-text-style="hhyanm" title-color="#ffffff" back-icon-color="#ffffff"></u-navbar>
- <view class="fzctob mywoddt" style="padding-bottom:30rpx;">
- <image src="/static/lecturer/le01.png"
- style="width: 152rpx;height: 152rpx;border-radius:160rpx;min-width:152rpx;margin-right: 24rpx;" mode="">
- </image>
- <view class="flztoa" style="width: 100%;">
- <view class="fsxto">
- <text class="letxtfy">一只小雯子</text>
- <view class="fzctob letxtfya">
- <text>专业咨询师</text>
- <text>专业咨询师</text>
- </view>
- </view>
- </view>
- </view>
-
- <view class="flztoa shiddwe">
- <view class="flztoa shiufh">
- <view class="fzddrew">
- <text>100</text>
- <text class="shiufhtx">获赞</text>
- </view>
- <view class="fzddrew">
- <text>100</text>
- <text class="shiufhtx">获赞</text>
- </view>
- </view>
- <view class="">
- <image src="/static/index/ind1.png" style="width: 116rpx;height: 48rpx;min-width: 116rpx;" mode=""></image>
- </view>
- </view>
-
- <view class="shiwdmmt">
- <view class="indhuyr">
- <view class="indjbrr"></view>
- <text>动态</text>
- </view>
-
- <navigator class="shidongt" url="../index/jiehuo-pl" hover-class="none">
- <view class="shibbert">
- <text>发布的动态发布的动态发布的动态发布的动态布的动 发布的动态发布的动态发布的动态发布的动态布的动 发布的动态发布的动态发布的动态……</text>
- <view class="flztoa" style="margin-top: 46rpx;">
- <view class="fzctob">
- <image v-show="xqaxuye" @click="xqaxuye = false" src="/static/index/w1.png" style="width: 48rpx;height: 48rpx;min-width: 48rpx;" mode=""></image>
- <image v-show="!xqaxuye" @click="xqaxuye = true" src="/static/index/w2.png" style="width: 48rpx;height: 48rpx;min-width: 48rpx;" mode=""></image>
- <text class="shitxty">29</text>
-
- <view style="margin-left: 40rpx;">
- <image src="/static/index/w3.png" style="width: 48rpx;height: 48rpx;min-width: 48rpx;" mode=""></image>
- </view>
- </view>
- <view class="">
- <text class="shitxtya">2021.06.15</text>
- </view>
- </view>
- </view>
- </navigator>
-
- <navigator class="shidongt" url="../index/jiehuo-pl" hover-class="none">
- <view class="shibbert">
- <text>发布的动态发布的动态发布的动态发布的动态布的动 发布的动态发布的动态发布的动态发布的动态布的动 发布的动态发布的动态发布的动态……</text>
- <view class="flztoa" style="margin-top: 46rpx;">
- <view class="fzctob">
- <image v-show="xqaxuye" @click="xqaxuye = false" src="/static/index/w1.png" style="width: 48rpx;height: 48rpx;min-width: 48rpx;" mode=""></image>
- <image v-show="!xqaxuye" @click="xqaxuye = true" src="/static/index/w2.png" style="width: 48rpx;height: 48rpx;min-width: 48rpx;" mode=""></image>
- <text class="shitxty">29</text>
-
- <view style="margin-left: 40rpx;">
- <image src="/static/index/w3.png" style="width: 48rpx;height: 48rpx;min-width: 48rpx;" mode=""></image>
- </view>
- </view>
- <view class="">
- <text class="shitxtya">2021.06.15</text>
- </view>
- </view>
- </view>
- </navigator>
-
-
- </view>
-
-
- <view class="fzjtod shitoob">
-
- <navigator class="shitoobtxt" url="../user/fkcg" hover-class="none">
- <text>找他倾诉/697¥</text>
- </navigator>
- </view>
-
- </view>
- </template>
- <style>
- page {
- background: #FAFAFA;
- }
- </style>
- <script>
- export default {
- data() {
- return {
- xqaxuye:false,
- background: {
- backgroundColor: '#374B6E',
- },
- hhyanm: {
- color: '#FFFFFF',
- },
- }
- },
- }
- </script>
- <style lang="scss" scoped>
-
- </style>
|