Authored by 郭成尧

'店铺基础模板样式调整'

... ... @@ -23,7 +23,7 @@
{{/ brandBanner}}
{{# shopBanner}}
<div class="brand-banner">
<div class="brand-banner base-shop-banner">
<div class="banner-img" style="height: {{bannerHeight}}px;background: url({{banner}})"></div>
<div class="opt-wrap">
<p class="opt center-content">
... ...
... ... @@ -54,6 +54,19 @@
}
}
.base-shop-banner{
margin-left: auto;
margin-right: auto;
width: 1150px;
height: 200px;
.opt {
span {
margin-right: 60px;
}
}
}
.brand-about {
font-size: 12px;
line-height: 150%;
... ...