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

fix:修改首页

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