Commit 9fb65460 authored by chenyishuai@singsingenglish.com's avatar chenyishuai@singsingenglish.com

Merge branch 'dev'

parents 37327b2a adb217f7
......@@ -2,11 +2,11 @@
<div>
<div class="no-result" v-if="!list.length">
<p>
暂无物流信息
<br>
<div class="content">
<img src="~@/assets/logistics.png">
<div class="text">您还没有物流信息哦~</div>
<span class="link" @click="goIndex">返回首页</span>
</p>
</div>
</div>
<div v-else-if="list.length && list[0] != 0">
......@@ -94,19 +94,35 @@
.no-result {
height: 95vh;
line-height: 40px;
line-height: 40*@toVw;
color: #999;
font-size: 16*@toVw;
text-align: center;
display: flex;
p {
.content {
align-items: center;
justify-content: center;
}
.link {
font-size: 14*@toVw;
color: #40A9FF;
text-decoration: underline;
.text {
margin-bottom: 86*@toVw;
font-size:14*@toVw;
color:rgba(102,102,102,1);
line-height:20*@toVw;
}
img {
display: block;
margin: 0 auto 10*@toVw;
width: 300*@toVw;
}
.link {
display: block;
width:112*@toVw;
height:38*@toVw;
background:rgba(64,169,255,1);
border-radius:25*@toVw;
font-size:15*@toVw;
color:rgba(255,255,255,1);
line-height: 38*@toVw;
}
}
}
......@@ -133,7 +149,7 @@
.item-header {
padding-bottom: 10*@toVw;
//border-bottom: solid 1*@toVw #E2E2E2;
border-bottom: solid 0.55px #E2E2E2;
border-bottom: solid 0.55*@toVw #E2E2E2;
h2 {
line-height:20*@toVw;
font-size:14*@toVw;
......
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