Authored by 郭成尧

product-style-adjust

... ... @@ -77,7 +77,6 @@ const _newGoods = (req, res, next) => {
res.render('new/index', {
module: 'product',
page: 'new-arrival',
width750: true,
localCss: true,
pageHeader: headerModel.setNav({
navTitle: '新品到着'
... ...
... ... @@ -34,11 +34,11 @@ body {
z-index: 5;
li {
margin-left: 1.2rem;
height: 2.2rem;
line-height: 2.2rem;
margin-left: 36px;
height: 88px;
line-height: 88px;
border-bottom: 1px solid #e0e0e0;
padding-right: 0.95rem;
padding-right: 54px;
}
li:last-child {
... ... @@ -64,11 +64,17 @@ body {
margin-top: 11rem;
}
}
}
.good-info {
width: 325px;
height: 550px;
.good-info {
float: left;
margin: 0.25rem 0.375rem 1rem;
width: 6.9rem;
height: 12.65rem;
}
.guang-article .meta .iconfont {
font-size: 1em;
}
}
.new-recommend,
... ... @@ -141,4 +147,4 @@ body {
.brand-news-count h5 {
display: none;
}
\ No newline at end of file
}
... ...
.guang-article {
position: relative;
margin-top: 28px;
.cate {
position: absolute;
top: 0;
... ...
... ... @@ -3,6 +3,8 @@
padding-bottom: 55px;
background-color: #f5f5f5;
text-align: center;
margin-top: 38px!important;
height: 476px!important;
img {
width: 141px;
... ...
... ... @@ -5,10 +5,12 @@
&.season-tags {
background-image: url('/product/new/season-hot.jpg');
background-position-y: 28px;
}
&.search-tags {
background-image: url('/product/new/hot-search.jpg');
background-position-y: 28px;
}
&.brand-tags {
... ... @@ -21,7 +23,7 @@
flex-wrap: wrap;
justify-content: space-around;
align-content: space-between;
height: 395px;
height: 355px;
padding: 55px 0;
background-color: #f0f0f0;
... ...
... ... @@ -18,6 +18,6 @@
.swiper-slide-active {
height: 220px;
width: 378px;
/*width: 378px;*/
}
}
\ No newline at end of file
... ...
... ... @@ -35,7 +35,7 @@
padding-right: 10px;
height: 30px;
line-height: 30px;
font-size: 18px;
font-size: 16px;
border-radius: 32px;
background-color: #999;
... ...