|
@@ -31,10 +31,14 @@
|
|
|
</video>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="btn">
|
|
|
- <el-col :span="6" class="button"><i class="el-icon-position"></i>分享</el-col>
|
|
|
- <el-col :span="6" class="button" @click.native="detailBtn(item)"><i class="el-icon-chat-line-round"></i>评论</el-col>
|
|
|
- <el-col :span="6" class="button"><i class="el-icon-thumb"></i>点赞</el-col>
|
|
|
- <el-col :span="6" class="button textOver"><i class="el-icon-view"></i>{{ item.read >= 10000 ? '1万+' : item.read }}</el-col>
|
|
|
+ <el-col :span="6" class="button"><i class="el-icon-position"></i></el-col>
|
|
|
+ <el-col :span="6" class="button" @click.native="detailBtn(item)"><i class="el-icon-chat-line-round"></i></el-col>
|
|
|
+ <el-col :span="6" class="button"
|
|
|
+ ><i class="el-icon-thumb"></i><span>{{ item.thumbs >= 10000 ? '1万+' : item.thumbs }}</span></el-col
|
|
|
+ >
|
|
|
+ <el-col :span="6" class="button"
|
|
|
+ ><i class="el-icon-view"></i><span>{{ item.read >= 10000 ? '1万+' : item.read }}</span></el-col
|
|
|
+ >
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -120,8 +124,13 @@ export default {
|
|
|
height: 35px;
|
|
|
line-height: 35px;
|
|
|
border-top: 1px solid #f1f1f1;
|
|
|
- // border-right: 1px solid #f1f1f1;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: 16px;
|
|
|
+ i {
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
+ span {
|
|
|
+ padding: 0 0 0 5px;
|
|
|
+ }
|
|
|
}
|
|
|
.button:nth-child(4) {
|
|
|
border-right: none;
|