Authored by htoooth

add feature redPack

@@ -150,6 +150,11 @@ @@ -150,6 +150,11 @@
150 {{! 阶梯降价}} 150 {{! 阶梯降价}}
151 {{> feature/timed-cut-product}} 151 {{> feature/timed-cut-product}}
152 {{/isEqualOr}} 152 {{/isEqualOr}}
  153 +
  154 + {{#isEqualOr type 'redPacket'}}
  155 + {{! 红包领取}}
  156 + {{> feature/red-packet}}
  157 + {{/isEqualOr}}
153 {{/component}} 158 {{/component}}
154 </div> 159 </div>
155 {{/isEqualOr}} 160 {{/isEqualOr}}
@@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
6 @import "scss/feature/shop"; 6 @import "scss/feature/shop";
7 @import "scss/feature/bottom"; 7 @import "scss/feature/bottom";
8 @import "scss/feature/timed-cut"; 8 @import "scss/feature/timed-cut";
  9 +@import "scss/feature/redenvelope";
9 10
10 /* stylelint-disable */ 11 /* stylelint-disable */
11 .common_floor { 12 .common_floor {
  1 +.redenvelope {
  2 + position: absolute;
  3 + top: 0;
  4 + left: 0;
  5 + width: 100%;
  6 + height: 100%;
  7 +}