Authored by 郭成尧

Merge branch 'feature/coupon' into release/180420

... ... @@ -107,7 +107,7 @@
<li class="coin" data-yoho-coin="{{yohoCoinCompute.yohoCoin}}" data-yoho-coin-click={{yohoCoinCompute.yohoCoinClick}}>
<span class="title">有货币</span>
<span class="desc msg">{{yohoCoinCompute.yohoCoinMsg}}</span>
<span class="yoho-coin-help">?</span>
<span class="iconfont icon-wenhao yoho-coin-help"></span>
{{#if yohoCoinCompute.useYohoCoin}}
<span class="coin-check">
<i class="iconfont checkbox icon-cb-radio"></i>
... ...
... ... @@ -112,7 +112,7 @@
<li class="coin" data-yoho-coin="{{yohoCoinCompute.yohoCoin}}" data-yoho-coin-click={{yohoCoinCompute.yohoCoinClick}}>
<span class="title">有货币</span>
<span class="desc msg">{{yohoCoinCompute.yohoCoinMsg}}</span>
<span class="yoho-coin-help">?</span>
<span class="iconfont icon-wenhao yoho-coin-help"></span>
{{#if yohoCoinCompute.useYohoCoin}}
<span class="coin-check">
<i class="iconfont checkbox icon-cb-radio"></i>
... ...
... ... @@ -750,16 +750,8 @@
}
.yoho-coin-help {
display: inline-block;
background-color: #b0b0b0;
border-radius: 28px;
width: 28px;
height: 28px;
line-height: 36px;
text-align: center;
color: #fff;
font-size: 22px;
margin-left: 10px;
color: #b0b0b0;
margin-left: 16px;
}
.yoho-coin-help-dialog-bg {
... ...
... ... @@ -294,7 +294,7 @@ body {
width: 510px;
height: 100px;
float: left;
padding: 8px 20px;
padding: 12px 20px;
}
.use-now-btn {
... ... @@ -309,7 +309,7 @@ body {
p {
font-size: 24px;
text-align: right;
line-height: 46px;
line-height: 42px;
}
.nums {
... ...