Commit ffcde664 authored by “yiyousong”'s avatar “yiyousong”

fix:修改首页

parent de5c79fd
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
</p> </p>
</div> </div>
</div> </div>
<div v-else class="tac mt50 empty">暂无数据</div> <div v-else class="tac mt50 empty-text">暂无数据</div>
</div> </div>
</div> </div>
<div class="right flex flexc aic jcb"> <div class="right flex flexc aic jcb">
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
</div> </div>
</vue-seamless-scroll> </vue-seamless-scroll>
</div> </div>
<div v-else class="tac mt50 empty">暂无数据</div> <div v-else class="tac mt50 empty-text">暂无数据</div>
</div> </div>
</div> </div>
</div> </div>
...@@ -334,10 +334,7 @@ export default { ...@@ -334,10 +334,7 @@ export default {
padding-top: 40px; padding-top: 40px;
background-size: 100% 100%; background-size: 100% 100%;
} }
.empty {
font-size: 18px;
color: #999;
}
.header { .header {
width: 100%; width: 100%;
padding: 0px 40px; padding: 0px 40px;
...@@ -452,6 +449,15 @@ export default { ...@@ -452,6 +449,15 @@ export default {
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
border-radius: 16px; border-radius: 16px;
border: 3px solid #ffffff; border: 3px solid #ffffff;
position: relative;
.empty-text {
font-size: 18px;
color: #999;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.tab-box { .tab-box {
width: 340px; width: 340px;
height: 50px; height: 50px;
......
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 to comment