Authored by liangxs

标题修改

.coupon-page {
background-color: #f0f0f0;
.coupon-title {
text-align: center;
height: 58rem/$pxConvertRem;
font-size: 30rem / $pxConvertRem;
background-color: #fff;
padding-top:36rem/$pxConvertRem;
}
.coupon-box {
background-color: #fff;
padding: 36rem/$pxConvertRem;
margin-bottom: 20rem/$pxConvertRem;
min-height: 242rem/$pxConvertRem;
.coupon-title {
text-align: center;
height: 60rem/$pxConvertRem;
font-size: 30rem / $pxConvertRem;
}
.coupon-box-main {
width: 100%;
background-color: #00ee00;
... ...
{{>layout/header}}
<div class="coupon-page yoho-page">
{{# coupons}}
<div class="coupon-box">
{{#if showTitle}}
{{#if showTitle}}
<div class="coupon-title">
{{title}}
</div>
{{/if}}
{{# coupons}}
<div class="coupon-box">
<div class="coupon-box-main">
{{#if url}}
<a href="{{url}}" class="coupon-img">
... ...