|
@@ -150,7 +150,6 @@
|
|
|
display:item.IsVisibility ? 'block' : 'none',
|
|
|
backgroundImage:'url('+require(`../../../static/images/${item.BackIcon}`)+')',
|
|
|
backgroundRepeat:'no-repeat',
|
|
|
- backgroundSize:'100% 100%',
|
|
|
}"
|
|
|
>
|
|
|
<div
|
|
@@ -165,8 +164,9 @@
|
|
|
height:item.imgSliderHeight + 'px',
|
|
|
backgroundImage:'url('+require(`../../../static/images/${item.SliderIcon}`)+')',
|
|
|
backgroundRepeat:'no-repeat',
|
|
|
- marginLeft:'24px'
|
|
|
+ marginLeft:'22px',
|
|
|
}"
|
|
|
+ @click="clickBtn(item)"
|
|
|
>
|
|
|
|
|
|
</div>
|
|
@@ -182,6 +182,7 @@
|
|
|
height:item.Height + 'px',
|
|
|
zIndex:item.ZIndex,
|
|
|
display:item.IsVisibility ? 'block' : 'none',
|
|
|
+ backgroundColor:`#${item.BrackgroupStr.slice(3)}`,
|
|
|
backgroundImage:item.BackIcon ? 'url('+require(`../../../static/images/${item.BackIcon}`)+')' : null,
|
|
|
backgroundRepeat:'no-repeat',
|
|
|
backgroundSize:'100% 100%',
|
|
@@ -577,5 +578,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|