Authored by zzzzzzz

新品首发楼层

... ... @@ -79,3 +79,5 @@
{{> resources/hot-single}}
{{! vip专属}}
{{> resources/vip-only}}
{{! 新品首发楼层}}
{{> resources/new-first}}
... ...
<div class="new-first clearfix">
{{! title不传不显示}}
{{> common/floor-header-more}}
<a href="" class="float-container">
<img src="" alt="left" class="left" />
</a>
<a href="" class="float-container">
<img src="" alt="right1" class="right" />
</a>
<a href="" class="float-container">
<img src="" alt="right2" class="right" />
</a>
<a href="" class="float-container">
<img src="" alt="right3" class="right" />
</a>
<a href="" class="float-container">
<img src="" alt="right4" class="right" />
</a>
</div>
\ No newline at end of file
... ...
... ... @@ -29,6 +29,7 @@
@import "new-user-floor";
@import "hot-single";
@import "vip-only";
@import "new-first";
.mobile-container {
margin-left: auto;
... ...
.new-first {
.float-container {
float: left;
}
.left {
height: 360px;
width: 268px;
}
.right {
height: 180px;
width: 186px;
}
}
\ No newline at end of file
... ...