...
|
...
|
@@ -18,10 +18,11 @@ |
|
|
<img :src="entity.brand.brandIco | resize 110 68"/>
|
|
|
|
|
|
<h2>{{entity.brand.brandName}}</h2>
|
|
|
<a :href="entity.brand.brandDomain | brandUrl">
|
|
|
进入店铺
|
|
|
<div class="brand-go">
|
|
|
<span>进入店铺</span>
|
|
|
<span class="icon icon-right"></span>
|
|
|
</a>
|
|
|
</div>
|
|
|
<a :href="entity.brand.brandDomain | brandUrl"></a>
|
|
|
</show-box>
|
|
|
|
|
|
<show-box v-if="intro.productDescBo">
|
...
|
...
|
@@ -217,7 +218,7 @@ |
|
|
line-height: $lh;
|
|
|
}
|
|
|
|
|
|
a {
|
|
|
.brand-go {
|
|
|
float: right;
|
|
|
font-size: 28px;
|
|
|
line-height: $lh;
|
...
|
...
|
@@ -227,6 +228,14 @@ |
|
|
.icon-right {
|
|
|
margin-left: 30px;
|
|
|
}
|
|
|
|
|
|
a {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
right: 0;
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.product-detail-desc {
|
...
|
...
|
|