Authored by htoooth

add css

... ... @@ -29,6 +29,8 @@
</div>
{{/if}}
<div class="share-row"><span class="title pull-left">分享商品:</span> {{> common/share }} </div>
{{!-- 因接口原因,暂存size的title的值 --}}
<div id="size-title-json" style="display: none;">{{sizeTitleJson}}</div>
... ...
... ... @@ -5,7 +5,7 @@
{{#if @first}}
<li>
<a class="left small-pre">品牌券:</a>
<a class="left title">品牌券:</a>
</li>
{{/if}}
... ...
... ... @@ -143,7 +143,6 @@
<i class="iconfont">&#xe611;</i> {{#if isCollect}} <em>已收藏</em> {{^}} <em>收藏商品</em> {{/if}}
</span>
<div class="share-row"><span class="title pull-left">分享商品:</span> {{> common/share }} </div>
</div>
... ...
... ... @@ -392,7 +392,7 @@
}
.size-wrapper {
width: 415px;
width: 380px;
}
.size {
... ... @@ -551,7 +551,7 @@
width: 197px;
text-align: center;
color: #fff;
background: #e92601;
background: $theme-color;
font-size: 14px;
cursor: pointer;
... ...