Authored by 阿达

修改提示页面样式 fix bug YH-30

... ... @@ -301,20 +301,23 @@
p{
display: block;
text-align: center;
font-size: 1.2em;
color: #505050;
font-size: 1.0em;
color: #444444;
padding:.6rem 0;
}
a{
width: 27%;
height: 1.2rem;
overflow: hidden;
line-height: 1.2rem;
border:1px solid #505050;
border-radius:.2rem;
display: block;
margin: 0 auto;
text-align: center;
width: 27%;
height: 1.2rem;
overflow: hidden;
line-height: 1.2rem;
border:1px solid #505050;
border-radius:.2rem;
display: block;
margin: 0 auto;
text-align: center;
color: #fff;
background: #444;
}
}
}
... ...
... ... @@ -75,6 +75,7 @@
color: #fff;
display: block;
font-size: 26px;
border-radius:.2rem;
}
.fav-product-list {
... ...
... ... @@ -83,7 +83,7 @@
span {
display: block;
color: #b0b0b0;
color: #444444;
font-size: 24px;
margin: 30px 0 80px;
}
... ...
{{#if walkwayUrl}}
<div class="no-order">
<div class="icon"></div>
<span>你还没有订单</span>
<span>你还没有订单!</span>
<a class="walk-way" href="{{walkwayUrl}}">随便逛逛</a>
</div>
{{^}}
... ...