Showing
1 changed file
with
1 additions
and
5 deletions
1 | <template> | 1 | <template> |
2 | <div class="brand-share"> | 2 | <div class="brand-share"> |
3 | - <div class="brand-top-box" v-bind:style="{ 'background-image': `url(${shopInfo.brandBg})` }"></div> | 3 | + <img class="brand-top-box" v-bind:src="shopInfo.brandBg | resize 750 478"> |
4 | <div class="brand-title">{{ shopInfo.brandName }}</div> | 4 | <div class="brand-title">{{ shopInfo.brandName }}</div> |
5 | <div class="brand-intro">{{ shopInfo.brandIntro }}</div> | 5 | <div class="brand-intro">{{ shopInfo.brandIntro }}</div> |
6 | <div class="tip">进入 BLK 选购潮品</div> | 6 | <div class="tip">进入 BLK 选购潮品</div> |
@@ -13,10 +13,6 @@ | @@ -13,10 +13,6 @@ | ||
13 | .brand-share { | 13 | .brand-share { |
14 | .brand-top-box { | 14 | .brand-top-box { |
15 | width: 100%; | 15 | width: 100%; |
16 | - height: 468px; | ||
17 | - color: #fff; | ||
18 | - background-color: #ccc; | ||
19 | - position: relative; | ||
20 | } | 16 | } |
21 | 17 | ||
22 | .brand-title { | 18 | .brand-title { |
-
Please register or login to post a comment