ce44d181 by zrj

9.8 lpt浏览器图标修改

1 parent 9eb08d5a
......@@ -6,8 +6,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="/favicon.ico">
<title>lpt</title>
<link rel="icon" href="/bitbug_favicon.ico">
<title>LPT</title>
<!-- <script src="./browser.js"></script>-->
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
......
No preview for this file type
......@@ -124,6 +124,7 @@
</div>
<el-card style="background: transparent; border: none">
<el-row>
<div v-if="livelist.length>4">
<el-col :lg="12">
<a class="liveImgbox" @click="goDetail(livelist[0])">
<div class="imgBox" style="min-height: 200px">
......@@ -145,6 +146,19 @@
</el-col>
</el-row>
</el-col>
</div>
<div v-else>
<el-row>
<el-col v-for="(n,index) in livelist" :lg="6">
<div class="item" style="padding: 0;margin:0 20px 20px" @click="goDetail(n)">
<div class="imgbox">
<i class="playIcon"></i>
<img v-if="n" style="aspect-ratio: 3/2;height: auto" :src="fillImgUrl(n.picUrl)"></div>
</div>
</el-col>
</el-row>
</div>
</el-row>
</el-card>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!