This commit is contained in:
ken 2026-08-07 14:11:47 +08:00
parent 2df53550bf
commit 02fda61634
4 changed files with 5 additions and 8 deletions

View File

@ -3,7 +3,7 @@
a[accesskey] { a[accesskey] {
position: absolute; position: absolute;
margin-left: -0.9375em; margin-left: -0.9375em;
color: transparent!important ; color: #fff!important ;
} }
#orbit-bar a[accesskey] { #orbit-bar a[accesskey] {

View File

@ -211,7 +211,7 @@
a { a {
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
padding:15px 15px 12px 15px; padding: 0.5em;
} }
@media (min-width:1025px) { @media (min-width:1025px) {

View File

@ -23,10 +23,7 @@
data-overlay-template="<h3>{{title}}</h3>{{desc}}" data-overlay-template="<h3>{{title}}</h3>{{desc}}"
data-bs-target="{{target}}" data-bs-target="{{target}}"
> >
<a href="{{link}}" target="{{target}}" title="{{alt_title}}"> <img class="w-ba-banner__image banner-responsive" src="{{image_link}}" alt="{{alt_title}}">
<img class="w-ba-banner__image banner-responsive" src="{{image_link}}" alt="{{alt_title}}">
</a>
</div> </div>
</div> </div>
<ul class="w-ba-banner__pager-2 banner-pager banner_caption_{{subpart-id}}"></ul> <ul class="w-ba-banner__pager-2 banner-pager banner_caption_{{subpart-id}}"></ul>

View File

@ -19,8 +19,8 @@
{ {
"filename" : "ad_banner_widget2", "filename" : "ad_banner_widget2",
"name" : { "name" : {
"zh_tw" : "2. 橫幅輪播左右按鈕 ( 圖片, 導航圖示 )", "zh_tw" : "2. 橫幅輪播左右按鈕 ( 圖片, 導航圖示 ,圖片無連結 )",
"en" : "2. Carousel ( image, navigation )" "en" : "2. Carousel ( image, navigation no a)"
}, },
"thumbnail" : "ad_banner2_thumb.png" "thumbnail" : "ad_banner2_thumb.png"
}, },