商城字体文件
This commit is contained in:
parent
0d7a893e59
commit
547e71d4ee
@ -5,7 +5,7 @@
|
|||||||
<text class="title">评论 {{all}}</text>
|
<text class="title">评论 {{all}}</text>
|
||||||
<image @click="close" class="closeBnt" src="../static/img/index/close.png" mode=""></image>
|
<image @click="close" class="closeBnt" src="../static/img/index/close.png" mode=""></image>
|
||||||
<view class="main">
|
<view class="main">
|
||||||
<scroll-view :scroll-y="true" class="scroll-view" >
|
<scroll-view :scroll-y="true" class="scroll-view">
|
||||||
<view v-if="list.length > 0" @touchmove="onTouchmove" id="reply">
|
<view v-if="list.length > 0" @touchmove="onTouchmove" id="reply">
|
||||||
<view class="common_list" v-for="(item, index) in list" :key="index">
|
<view class="common_list" v-for="(item, index) in list" :key="index">
|
||||||
<view class="commen_one">
|
<view class="commen_one">
|
||||||
@ -18,13 +18,11 @@
|
|||||||
<text class="desc">{{item.content}}</text>
|
<text class="desc">{{item.content}}</text>
|
||||||
<text class="time">{{item.create_time}}</text>
|
<text class="time">{{item.create_time}}</text>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="like" @click="starComment(item)">
|
||||||
<view class="like_two" @click="starComment(item)" >
|
<image v-if="item.relevance_id" class="dianzan" src="../static/img/index/zan02.png"></image>
|
||||||
<!-- <image v-if="item.relevance_id" class="dianzan" src="../static/img/index/xin.png"></image>
|
<image v-else class="dianzan" src="../static/img/index/zan01.png"></image>
|
||||||
<image v-else class="dianzan" src="../static/img/index/xin-2.png"></image> -->
|
{{222}}
|
||||||
|
<text class="iconfont":class="itemn.relevance_id ? 'icon-yidianzan' : 'icon-dianzan1'"></text>
|
||||||
<text class="iconfont":class="item.relevance_id ? 'icon-dianzan' : 'icon-dianzan1'"></text>
|
|
||||||
|
|
||||||
<text class="like-text">{{item.count_start}}</text>
|
<text class="like-text">{{item.count_start}}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -41,6 +39,8 @@
|
|||||||
<text class="time_two">{{itemn.create_time}}</text>
|
<text class="time_two">{{itemn.create_time}}</text>
|
||||||
</view>
|
</view>
|
||||||
<text class="like_two" @click.stop="starComment(itemn)">
|
<text class="like_two" @click.stop="starComment(itemn)">
|
||||||
|
|
||||||
|
{{444}}
|
||||||
<text class="iconfont":class="itemn.relevance_id ? 'icon-yidianzan' : 'icon-dianzan1'"></text>
|
<text class="iconfont":class="itemn.relevance_id ? 'icon-yidianzan' : 'icon-dianzan1'"></text>
|
||||||
{{itemn.count_start}}
|
{{itemn.count_start}}
|
||||||
</text>
|
</text>
|
||||||
@ -309,7 +309,6 @@
|
|||||||
.main_content{
|
.main_content{
|
||||||
padding: 12px 15rpx;
|
padding: 12px 15rpx;
|
||||||
border-bottom: 2px solid #F5F5F5;
|
border-bottom: 2px solid #F5F5F5;
|
||||||
background-color: #e1e1e1;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.header{
|
.header{
|
||||||
|
BIN
pages/short_video/static/img/index/zan01.png
Normal file
BIN
pages/short_video/static/img/index/zan01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 944 B |
BIN
pages/short_video/static/img/index/zan02.png
Normal file
BIN
pages/short_video/static/img/index/zan02.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 747 B |
26
static/iconfont/demo.css
Normal file
26
static/iconfont/demo.css
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
/* Logo 字体 */
|
||||||
|
@font-face {
|
||||||
|
font-family: "iconfont";
|
||||||
|
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
|
||||||
|
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'),
|
||||||
|
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'),
|
||||||
|
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'),
|
||||||
|
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
|
||||||
|
}
|
||||||
|
|
||||||
|
.iconfont {
|
||||||
|
font-family: "iconfont" !important;
|
||||||
|
font-size: 16px;
|
||||||
|
font-style: normal;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-dianzan:before {
|
||||||
|
content: "\e61f";
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-dianzan1:before {
|
||||||
|
content: "\e601";
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user