Commit b70e2d77 by hank

bug

parent ef54587f
...@@ -585,7 +585,7 @@ export default { ...@@ -585,7 +585,7 @@ export default {
width: 56px; width: 56px;
height: 56px; height: 56px;
margin: 0 auto; 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%; background-size: 100% 100%;
} }
} }
...@@ -683,7 +683,7 @@ export default { ...@@ -683,7 +683,7 @@ export default {
.share { .share {
width: 100%; width: 100%;
height: 55px; height: 55px;
background: url("~@/pages/index/assets/images/fenxiang.png") background: url("~@/pages/index/assets/images/fenxiang-sh.png")
no-repeat; no-repeat;
background-size: auto 100%; background-size: auto 100%;
background-position: center; background-position: center;
...@@ -698,7 +698,7 @@ export default { ...@@ -698,7 +698,7 @@ export default {
} }
.white { .white {
background: url("~@/pages/index/assets/images/xinwhite.png") background: url("~@/pages/index/assets/images/xinbai-sh.png")
no-repeat; no-repeat;
background-size: auto 100%; background-size: auto 100%;
background-position: center; background-position: center;
...@@ -767,6 +767,6 @@ export default { ...@@ -767,6 +767,6 @@ export default {
} }
} }
.shadow { .shadow {
box-shadow: 0px 0px 10px #888888; // box-shadow: 0px 0px 10px #888888;
} }
</style> </style>
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<li <li
:class="['subtab',tabActive === 1? 'active': '']" :class="['subtab',tabActive === 1? 'active': '']"
@click="changeTab(1)" @click="changeTab(1)"
>最新照片</li> >最新作品</li>
<li <li
:class="['subtab',tabActive === 2? 'active': '']" :class="['subtab',tabActive === 2? 'active': '']"
@click="changeTab(2)" @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