| | |
| | | @font-face { |
| | | font-family: 'iconfont'; /* Project id 4921691 */ |
| | | src: |
| | | url('//at.alicdn.com/t/c/font_4921691_xee9dyc5vvk.woff2?t=1751423177597') format('woff2'), |
| | | url('//at.alicdn.com/t/c/font_4921691_xee9dyc5vvk.woff?t=1751423177597') format('woff'), |
| | | url('//at.alicdn.com/t/c/font_4921691_xee9dyc5vvk.ttf?t=1751423177597') format('truetype'); |
| | | url('//at.alicdn.com/t/c/font_4921691_bbza9bzyg8c.woff2?t=1751535371376') format('woff2'), |
| | | url('//at.alicdn.com/t/c/font_4921691_bbza9bzyg8c.woff?t=1751535371376') format('woff'), |
| | | url('//at.alicdn.com/t/c/font_4921691_bbza9bzyg8c.ttf?t=1751535371376') format('truetype'); |
| | | } |
| | | .iconfont { |
| | | /* font-family需要和自定义的相同 */ |
| | |
| | | |
| | | <!-- 视频信息层 --> |
| | | <view class="video-info" :style="{bottom: marginBottom + 20 + 'px'}"> |
| | | <view> |
| | | <text class="video-author" @click="jumpToSearch">@{{item.authorName}}</text> |
| | | <view style="width: 100%; position: relative;"> |
| | | <text class="video-author">@{{item.authorName}}</text> |
| | | <text class="iconfont" @click="jumpToSearch" style="position: absolute;right: 45px;"></text> |
| | | </view> |
| | | <view style="width: 100%;word-wrap: break-word;white-space: normal;overflow-wrap: break-word;"> |
| | | <text class="video-title">{{item.title}}</text> |
| | | <text class="video-tag" v-for="(tag, index) in item.tagList" :key="tag.id">#{{tag.tagName}}</text> |
| | | </view> |
| | | |
| | | </view> |
| | | |
| | | <!-- 右侧互动按钮 --> |
| | |
| | | } |
| | | |
| | | .video-info { |
| | | width: 70%; |
| | | width: 100%; |
| | | position: absolute; |
| | | bottom: 20px; |
| | | left: 20px; |