Authored by lijing

订单详情页移除提示,支付完成增加提示

... ... @@ -34,6 +34,13 @@
<a href="/">随便逛逛</a>
<a href="{{orderUrl}}">查看订单</a>
</div>
<div class="wx-footer">
<div class="icon-pic"></div>
<div class="tips">
<div class="copy">你购物,我买单。</div>
<div class="intro">微信搜索公众号“有货YOHOBUY"关注赢免单!</div>
</div>
</div>
{{# banner}}
{{#data}}
<a href="{{url}}" class="ad-pic" alt="{{alt}}">
... ...
... ... @@ -32,6 +32,13 @@
<a href="/">随便逛逛</a>
<a href="{{orderUrl}}">查看订单</a>
</div>
<div class="wx-footer">
<div class="icon-pic"></div>
<div class="tips">
<div class="copy">你购物,我买单。</div>
<div class="intro">微信搜索公众号“有货YOHOBUY"关注赢免单!</div>
</div>
</div>
{{# banner}}
{{#data}}
<a href="{{url}}" class="ad-pic" alt="{{alt}}">
... ...
... ... @@ -155,13 +155,6 @@
{{/if}}
{{/if}}
</div>
<div class="wx-footer">
<div class="icon-pic"></div>
<div class="tip">
<div class="copy">你购物,我买单。</div>
<div class="intro">微信搜索公众号“有货YOHOBUY"关注赢免单!</div>
</div>
</div>
</div>
<div class="reason-mask">
... ...
... ... @@ -60,7 +60,6 @@
width: 100%;
height: 102px;
background-color: #fff;
border-bottom: solid 1px #e0e0e0;
padding: 0 25px;
a {
... ... @@ -141,4 +140,36 @@
position: absolute;
z-index: 3;
}
.wx-footer {
width: 100%;
min-height: 95px;
background-color: #fff;
border-bottom: solid 1px #e0e0e0;
padding: 0 25px 20px;
.icon-pic {
width: 49px;
height: 49px;
background-image: resolve("home/wechat.png");
background-size: 100%;
float: left;
}
.tips {
margin-left: 20px;
float: left;
width: 520px;
.copy {
font-size: 24px;
color: #444;
}
.intro {
font-size: 18px;
color: #b0b0b0;
}
}
}
}
... ...
... ... @@ -374,41 +374,4 @@
float: right;
}
}
.wx-footer {
width: 100%;
min-height: 95px;
background-color: #fff;
border-top: solid 1px #e0e0e0;
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
padding: 20px 25px;
.icon-pic {
width: 49px;
height: 49px;
background-image: resolve("home/wechat.png");
background-size: 100%;
float: left;
}
.tip {
margin-left: 20px;
float: left;
width: 520px;
.copy {
font-size: 24px;
color: #444;
}
.intro {
font-size: 18px;
color: #b0b0b0;
}
}
}
}
... ...