默认提交
Showing
3 changed files
with
4 additions
and
3 deletions
src/assets/images/vhis/vhis-tips-bg.png
0 → 100644
1.58 KB
... | @@ -104,7 +104,9 @@ | ... | @@ -104,7 +104,9 @@ |
104 | right: 50px; | 104 | right: 50px; |
105 | top: 50px; | 105 | top: 50px; |
106 | padding: 2px; | 106 | padding: 2px; |
107 | border-radius: $borderSize; | 107 | // border-radius: $borderSize; |
108 | background-image: url('~@assets/images/vhis/vhis-tips-bg.png'); | ||
109 | @extend .bis; | ||
108 | 110 | ||
109 | .close { | 111 | .close { |
110 | cursor: pointer; | 112 | cursor: pointer; |
... | @@ -119,7 +121,6 @@ | ... | @@ -119,7 +121,6 @@ |
119 | position: relative; | 121 | position: relative; |
120 | width: 100%; | 122 | width: 100%; |
121 | height: 100%; | 123 | height: 100%; |
122 | background-color: rgba($color: #ffffff, $alpha: 0.8); | ||
123 | border-radius: $borderSize; | 124 | border-radius: $borderSize; |
124 | 125 | ||
125 | .tit { | 126 | .tit { | ... | ... |
... | @@ -35,7 +35,7 @@ | ... | @@ -35,7 +35,7 @@ |
35 | <!-- <div class="swiper-button-prev" slot="button-prev"></div> | 35 | <!-- <div class="swiper-button-prev" slot="button-prev"></div> |
36 | <div class="swiper-button-next" slot="button-next"></div> --> | 36 | <div class="swiper-button-next" slot="button-next"></div> --> |
37 | 37 | ||
38 | <div v-if="bannerTipsVisible" class="border2 banner-tips"> | 38 | <div v-if="bannerTipsVisible" class="banner-tips"> |
39 | <div class="cont"> | 39 | <div class="cont"> |
40 | <div class="tit"> | 40 | <div class="tit"> |
41 | <img class="icon" src="@/assets/images/vhis/hot-deal-icon.png"> 【期間限定保費8折優惠】 | 41 | <img class="icon" src="@/assets/images/vhis/hot-deal-icon.png"> 【期間限定保費8折優惠】 | ... | ... |
-
Please register or sign in to post a comment