BUG 12
This commit is contained in:
@@ -8,7 +8,8 @@
|
|||||||
<b class="mar-b16" v-text="row.videoName"/>
|
<b class="mar-b16" v-text="row.videoName"/>
|
||||||
<div class="color-999 line3" v-text="row.videoIntroduction"/>
|
<div class="color-999 line3" v-text="row.videoIntroduction"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="thumb" :style="{backgroundImage:row.imageFileUrl}">
|
<div class="thumb">
|
||||||
|
<img :src="row.imageFileUrl"/>
|
||||||
<span v-text="`${row.voteNumber}票`"/>
|
<span v-text="`${row.voteNumber}票`"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -114,6 +115,12 @@ export default {
|
|||||||
line-height: 44px;
|
line-height: 44px;
|
||||||
background: #FF883C;
|
background: #FF883C;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
& > img {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<section class="voteDetail">
|
<section class="voteDetail">
|
||||||
<AiItem top-label :label="detail.videoName" :border="false" labelBold>
|
<AiItem top-label :label="detail.videoName" :border="false" labelBold>
|
||||||
<u-parse class="mar-b8" :html="detail.videoIntroduction"/>
|
<u-parse class="mar-b8" :html="detail.videoIntroduction"/>
|
||||||
<video :src="detail.videoFileUrl"/>
|
<video :src="detail.videoFileUrl" :poster="detail.imageFileUrl"/>
|
||||||
</AiItem>
|
</AiItem>
|
||||||
<AiBottomBtn background="#fff">
|
<AiBottomBtn background="#fff">
|
||||||
<div flex class="pad-l32 pad-r16 pad-b16 pad-t16">
|
<div flex class="pad-l32 pad-r16 pad-b16 pad-t16">
|
||||||
|
|||||||
Reference in New Issue
Block a user