Authored by htoooth

add feature redPack

... ... @@ -150,6 +150,11 @@
{{! 阶梯降价}}
{{> feature/timed-cut-product}}
{{/isEqualOr}}
{{#isEqualOr type 'redPacket'}}
{{! 红包领取}}
{{> feature/red-packet}}
{{/isEqualOr}}
{{/component}}
</div>
{{/isEqualOr}}
... ...
... ... @@ -6,6 +6,7 @@
@import "scss/feature/shop";
@import "scss/feature/bottom";
@import "scss/feature/timed-cut";
@import "scss/feature/redenvelope";
/* stylelint-disable */
.common_floor {
... ...
.redenvelope {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
... ...