Authored by liangxs

标题修改

1 .coupon-page { 1 .coupon-page {
2 background-color: #f0f0f0; 2 background-color: #f0f0f0;
  3 + .coupon-title {
  4 + text-align: center;
  5 + height: 58rem/$pxConvertRem;
  6 + font-size: 30rem / $pxConvertRem;
  7 + background-color: #fff;
  8 + padding-top:36rem/$pxConvertRem;
  9 + }
3 .coupon-box { 10 .coupon-box {
4 background-color: #fff; 11 background-color: #fff;
5 padding: 36rem/$pxConvertRem; 12 padding: 36rem/$pxConvertRem;
6 margin-bottom: 20rem/$pxConvertRem; 13 margin-bottom: 20rem/$pxConvertRem;
7 min-height: 242rem/$pxConvertRem; 14 min-height: 242rem/$pxConvertRem;
8 - .coupon-title {  
9 - text-align: center;  
10 - height: 60rem/$pxConvertRem;  
11 - font-size: 30rem / $pxConvertRem;  
12 - }  
13 .coupon-box-main { 15 .coupon-box-main {
14 width: 100%; 16 width: 100%;
15 background-color: #00ee00; 17 background-color: #00ee00;
1 {{>layout/header}} 1 {{>layout/header}}
2 <div class="coupon-page yoho-page"> 2 <div class="coupon-page yoho-page">
3 - {{# coupons}}  
4 -<div class="coupon-box">  
5 - {{#if showTitle}} 3 +{{#if showTitle}}
6 <div class="coupon-title"> 4 <div class="coupon-title">
7 {{title}} 5 {{title}}
8 </div> 6 </div>
9 {{/if}} 7 {{/if}}
10 - 8 + {{# coupons}}
  9 +<div class="coupon-box">
11 <div class="coupon-box-main"> 10 <div class="coupon-box-main">
12 {{#if url}} 11 {{#if url}}
13 <a href="{{url}}" class="coupon-img"> 12 <a href="{{url}}" class="coupon-img">