添加搜索图标
This commit is contained in:
@@ -8,7 +8,8 @@
|
|||||||
<view style="z-index: 50;width: 236rpx;line-height: 43rpx;background: rgba(255,255,255,0.29);border-radius: 7rpx 7rpx 7rpx 7rpx;
|
<view style="z-index: 50;width: 236rpx;line-height: 43rpx;background: rgba(255,255,255,0.29);border-radius: 7rpx 7rpx 7rpx 7rpx;
|
||||||
font-weight: 400;font-size: 21rpx;color: rgba(255,255,255,0.85);display: flex;align-items: center;"
|
font-weight: 400;font-size: 21rpx;color: rgba(255,255,255,0.85);display: flex;align-items: center;"
|
||||||
@tap="moreVideo">
|
@tap="moreVideo">
|
||||||
<uni-icons type="search" size="16" style="color: rgba(255,255,255,0.85);"></uni-icons>
|
<!-- <uni-icons type="search" size="16" style="color: rgba(255,255,255,0.85);"></uni-icons> -->
|
||||||
|
<image src="../../static/dwbimgs/sosuo.png" style="height: 34rpx;width: 34rpx;" mode=""></image>
|
||||||
点击搜索更多好剧
|
点击搜索更多好剧
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -20,7 +21,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<swiper :autoplay="true" :vertical="true" :interval="4000" :circular="true" :indicator-dots="false"
|
<swiper :autoplay="true" :vertical="true" :interval="4000" :circular="true" :indicator-dots="false"
|
||||||
class="swiperstyle">
|
class="swiperstyle">
|
||||||
<swiper-item @tap='goMsg(item.url)' v-for="(item, index) in noticeList">
|
<swiper-item @tap='goMsg(item.url)' v-for="(item, index) in noticeList" :key="index">
|
||||||
<view style="height: 80rpx;line-height: 80rpx;">{{item.title}}</view>
|
<view style="height: 80rpx;line-height: 80rpx;">{{item.title}}</view>
|
||||||
</swiper-item>
|
</swiper-item>
|
||||||
</swiper>
|
</swiper>
|
||||||
|
|||||||
BIN
static/dwbimgs/sosuo.png
Normal file
BIN
static/dwbimgs/sosuo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 405 B |
Reference in New Issue
Block a user