This commit is contained in:
kenlee 2025-07-29 14:55:06 +08:00
parent c0a25c734d
commit d4dd2d234a
3 changed files with 10 additions and 5 deletions

View File

@ -142,7 +142,7 @@
position: absolute; position: absolute;
left: 48.8%; left: 48.8%;
bottom: 10%; bottom: 10%;
z-index:2; z-index:100;
display: block; display: block;
cursor: pointer; cursor: pointer;
@media(max-width:$screen-xs){ @media(max-width:$screen-xs){

View File

@ -24,6 +24,7 @@ iframe{
.w-ba-banner { .w-ba-banner {
position: relative; position: relative;
overflow: hidden; overflow: hidden;
width: 100%;
.cursor { .cursor {
cursor: pointer; cursor: pointer;
} }
@ -68,7 +69,7 @@ iframe{
@include list-reset; @include list-reset;
position: absolute; position: absolute;
bottom: 0.5rem!important; bottom: 0.5rem!important;
z-index: 200; z-index: 1000;
text-align:center; text-align:center;
width: 100%; width: 100%;
li { li {
@ -298,11 +299,15 @@ ul.button-mid{
} }
} }
} }
// Widget 1 // Widget 1
.ba-banner-widget-1 { .ad-banner-widget-1 {
.banner-overlay{ .banner-overlay{
padding: 3.5em 5em; padding: 3.5em 5em;
background-image: linear-gradient(180deg, transparent 0, #00000066 40%, #000); background-image: linear-gradient(180deg, transparent 0, #00000066 40%, #000);
position: absolute;
z-index: 999;
color: #fff;
} }
.w-ba-banner__caption { .w-ba-banner__caption {

View File

@ -1,4 +1,4 @@
<div class="w-ad-banner w-ba-banner ad-banner-widget-1 ba-banner-widget-1"> <div class="w-ad-banner w-ba-banner ad-banner-widget-1 ">
<div class="w-ad-banner__wrap w-ba-banner__wrap cycle-slideshow" <div class="w-ad-banner__wrap w-ba-banner__wrap cycle-slideshow"
data-list="images" data-list="images"
data-level="0" data-level="0"