Authored by xuqi

cart with cehckbox disabled

@@ -13,6 +13,10 @@ @@ -13,6 +13,10 @@
13 &.icon-cb-checked { 13 &.icon-cb-checked {
14 color: #000; 14 color: #000;
15 } 15 }
  16 +
  17 + &.disabled {
  18 + color: #f0f0f0;
  19 + }
16 } 20 }
17 21
18 .few-tag{ 22 .few-tag{
@@ -9,6 +9,10 @@ @@ -9,6 +9,10 @@
9 overflow-x: hidden; 9 overflow-x: hidden;
10 background: #f0f0f0; 10 background: #f0f0f0;
11 11
  12 + .yoho-tip {
  13 + z-index: 4;
  14 + }
  15 +
12 .cart-content > * { 16 .cart-content > * {
13 background: #fff; 17 background: #fff;
14 } 18 }
@@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
4 {{/if}} 4 {{/if}}
5 5
6 {{#if showCheckbox}} 6 {{#if showCheckbox}}
7 - <span class="checkbox{{#if checked}} icon-cb-checked{{^}} icon-checkbox{{/if}} iconfont"></span> 7 + <span class="checkbox{{#if checked}} icon-cb-checked{{^}} icon-checkbox {{#if lowStocks}}disabled{{/if}}{{/if}} iconfont"></span>
8 {{/if}} 8 {{/if}}
9 9
10 <div class="info"> 10 <div class="info">