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

Merge branch 'dev'

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