Authored by 阿达

修改店铺简介样式

.shop-introduce{
.shop-introduce-page{
.banner {
margin: 30px auto;
width: auto;
... ... @@ -9,18 +9,18 @@
.descripition {
margin: 40px 20px 0px 20px;
font-size: 16px;
line-height: 22px;
padding: 20px 0;
font-size: 22px;
line-height: 36px;
padding: 40px 20px 40px 20px;
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
text-indent: 2em;
}
.sign-icon {
font-size: 20px;
height: 40px;
line-height: 40px;
font-size: 32px;
height: 80px;
line-height: 80px;
text-align: center;
font-weight: 100;
}
... ... @@ -30,14 +30,14 @@
}
}
.brand{
.brand-shop-page{
.brand-list{
margin-left: 20px;
font-size: 18px;
font-size: 36px;
border-bottom: 1px solid #e6e6e6;
text-align: left;
height: 44px;
line-height: 44px;
height: 70px;
line-height: 70px;
vertical-align:middle;
display: block;
width: 100%;
... ...
{{> layout/header}}
<div class="brand">
<div class="brand-shop-page">
{{# content}}
<a class="brand-list" href="{{url}}">
{{brand_name}}
... ...
{{> layout/header}}
<div class="shop-introduce">
<div class="shop-introduce-page">
<a class="banner">
<img src="{{content.shop_logo}}">
</a>
... ...