|
|
@ -31,14 +31,11 @@ |
|
|
</view> --> |
|
|
</view> --> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="lf-flex-wrap" v-else> |
|
|
|
|
|
<view class="channel-item"> |
|
|
|
|
|
|
|
|
<view class="my_chancel" v-else> |
|
|
|
|
|
<view class="lf-row-center"> |
|
|
<image src="../../static/no_chancel.png" class="channel-mask1" mode="aspectFill"></image> |
|
|
<image src="../../static/no_chancel.png" class="channel-mask1" mode="aspectFill"></image> |
|
|
<!-- <view> |
|
|
|
|
|
<u-icon name="lock-fill lf-text-vertical"></u-icon> |
|
|
|
|
|
</view> --> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
<view class="lf-row-center channe-text lf-m-r-10 lf-color-555">您还未添加频道哦~</view> |
|
|
|
|
|
|
|
|
<view class="lf-row-center lf-m-l-10" style="color: #bfbfbf;">您还未添加频道哦~</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<!-- 中间广告模块 --> |
|
|
<!-- 中间广告模块 --> |
|
|
@ -229,6 +226,16 @@ |
|
|
} |
|
|
} |
|
|
</style> |
|
|
</style> |
|
|
<style lang="scss" scoped> |
|
|
<style lang="scss" scoped> |
|
|
|
|
|
.my_chancel { |
|
|
|
|
|
display: flex; |
|
|
|
|
|
justify-content: center; |
|
|
|
|
|
text-align: center; |
|
|
|
|
|
min-height: 200rpx; |
|
|
|
|
|
} |
|
|
|
|
|
.channel-mask1 { |
|
|
|
|
|
width: 60rpx; |
|
|
|
|
|
height: 60rpx; |
|
|
|
|
|
} |
|
|
.head{ |
|
|
.head{ |
|
|
width: 750rpx; |
|
|
width: 750rpx; |
|
|
height: 360rpx; |
|
|
height: 360rpx; |
|
|
|