Commit b70e2d77 by hank

bug

parent ef54587f
......@@ -585,7 +585,7 @@ export default {
width: 56px;
height: 56px;
margin: 0 auto;
background: url("~@/pages/index/assets/images/colse.png") no-repeat;
background: url("~@/pages/index/assets/images/colse-sh.png") no-repeat;
background-size: 100% 100%;
}
}
......@@ -683,7 +683,7 @@ export default {
.share {
width: 100%;
height: 55px;
background: url("~@/pages/index/assets/images/fenxiang.png")
background: url("~@/pages/index/assets/images/fenxiang-sh.png")
no-repeat;
background-size: auto 100%;
background-position: center;
......@@ -698,7 +698,7 @@ export default {
}
.white {
background: url("~@/pages/index/assets/images/xinwhite.png")
background: url("~@/pages/index/assets/images/xinbai-sh.png")
no-repeat;
background-size: auto 100%;
background-position: center;
......@@ -767,6 +767,6 @@ export default {
}
}
.shadow {
box-shadow: 0px 0px 10px #888888;
// box-shadow: 0px 0px 10px #888888;
}
</style>
......@@ -27,7 +27,7 @@
<li
:class="['subtab',tabActive === 1? 'active': '']"
@click="changeTab(1)"
>最新照片</li>
>最新作品</li>
<li
:class="['subtab',tabActive === 2? 'active': '']"
@click="changeTab(2)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment