Authored by 张文文

接口返回类型修改

@@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
12 100%品牌授权正品 12 100%品牌授权正品
13 </p> 13 </p>
14 14
15 - {{#ifcond shop_sell_type '===' 2}} 15 + {{#ifcond shop_sell_type '===' 200}}
16 {{#ifcond shop_sell_type_name '===' '专营'}} 16 {{#ifcond shop_sell_type_name '===' '专营'}}
17 <a class="license" href="/product/index/license?shop_id={{shops_id}}"> 17 <a class="license" href="/product/index/license?shop_id={{shops_id}}">
18 <p class="license-style"> 18 <p class="license-style">
@@ -53,7 +53,10 @@ @@ -53,7 +53,10 @@
53 } 53 }
54 54
55 .license-description { 55 .license-description {
56 - margin: 0 auto; 56 + margin: 0 20px;
  57 + font-size: 22px;
  58 + line-height: 36px;
  59 + padding: 40px 20px 40px;
57 } 60 }
58 } 61 }
59 62