Authored by 郝肖肖

资讯 日期下划线 UI调整

{{# classicBrands}}
<div class="brand-img-box {{#if right}}right{{/if}} {{#if bottomSpace}}mb10{{/if}}">
<div class="brand-img-box {{#if right}}right{{/if}} {{#if bottomSpace}}mb20{{/if}}">
{{# big}}
<a href="{{https url}}" target="_blank">
<img class="big-img" src="{{image src 565 340}}">
... ...
... ... @@ -3,7 +3,7 @@
<div class="msg-right">
<a class="msg-title" href="/editorial/{{id}}.html" target="_blank">{{title}}</a>
<a href="/editorial/{{id}}.html" target="_blank">
<img src="{{image src 640 430 1}}">
<img src="{{image src 640 430}}">
</a>
<div class="content">{{intro}}</div>
<div class="msg-app">
... ...
... ... @@ -136,6 +136,7 @@ const weixinQr = (req, res, next) => {
}).then(order => {
res.display('weixin-pay', {
defaultHeader: false,
bcNavFocus: 3,
module: 'shopping',
page: 'wxpay',
title: '微信扫码支付页面',
... ...
... ... @@ -7,6 +7,10 @@
margin-bottom: 10px;
}
&.mb20 {
margin-bottom: 20px;
}
&.right {
float: right;
}
... ...
... ... @@ -5,7 +5,7 @@
.msg-left {
position: relative;
float: left;
width: 200px;
width: 180px;
height: 30px;
margin-right: 90px;
line-height: 30px;
... ...