fix ad-block issue & chrome setting sytle

This commit is contained in:
chihyux 2020-06-18 11:50:58 +08:00
parent 9d0c8efedb
commit 6472e9766d
4 changed files with 7 additions and 3 deletions

View File

@ -29,7 +29,7 @@
width: 100%;
}
.ad-overlay {
.banner-overlay {
color: #333333;
z-index: 200;
font-family: $main-font;
@ -209,7 +209,7 @@ ul.button-mid{
}
}
@media(max-width: $screen-sm) {
.ad-overlay {
.banner-overlay {
padding: 0.5em 1em;
position: relative;
background: #333333;

View File

@ -23,6 +23,10 @@
//RWD
@import "RWD";
//fix chrome style
*:focus {
outline: -webkit-focus-ring-color auto 0px;
}
.dropdown-toggle:focus {
// outline: 2px solid #43B5FC;

View File

@ -28,7 +28,7 @@
</div>
</div>
<div class="ad-overlay w-ad-banner__overlay_{{subpart-id}}"></div>
<div class="banner-overlay w-ad-banner__overlay_{{subpart-id}}"></div>
<div class="w-ba-banner__caption banner-pager banner_caption_{{subpart-id}}"></div>
<ul class="controlplay"><a class="resume-slide" title = "<%= (I18n.locale.to_s =="zh_tw") ? "繼續播放" : "resume" %>"><i></i></a><a class="pause-slide" title = "<%= (I18n.locale.to_s =="zh_tw") ? "暫停播放" : "pause"%>"><i></i></a></ul>
<ul class="button-mid">

View File