parent
563d071d5a
commit
6c9d92df9f
|
@ -446,6 +446,7 @@
|
||||||
|
|
||||||
// 當文件物件模型(DOM)載入後,執行init函數
|
// 當文件物件模型(DOM)載入後,執行init函數
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
$(".w-ba-banner__wrap").height(300);
|
||||||
init();
|
init();
|
||||||
if( $('div[data-pp="1000"]').text() !== ''){
|
if( $('div[data-pp="1000"]').text() !== ''){
|
||||||
$('.black-screen').addClass('active');
|
$('.black-screen').addClass('active');
|
||||||
|
@ -455,7 +456,11 @@
|
||||||
$('.black-screen').removeClass('active');
|
$('.black-screen').removeClass('active');
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
$(window).on("load",function(){
|
||||||
|
$(".ba-banner-widget-1 .ad-overlay").css("bottom","auto");
|
||||||
|
$(".slide").css("height","auto");
|
||||||
|
$(".w-ba-banner__wrap").css("height","auto");
|
||||||
|
})
|
||||||
// 執行 member等高計算,目前改用flexbox故mark掉 by ika 20160105
|
// 執行 member等高計算,目前改用flexbox故mark掉 by ika 20160105
|
||||||
// $(window).load(function() {
|
// $(window).load(function() {
|
||||||
// if ($('.index-member-3').length && $(window).width() > 992) {
|
// if ($('.index-member-3').length && $(window).width() > 992) {
|
||||||
|
|
|
@ -85,18 +85,18 @@
|
||||||
width: 40%;
|
width: 40%;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 767px){
|
||||||
|
padding: 30px 10px;
|
||||||
|
}
|
||||||
.close-btn{
|
.close-btn{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
top:-40px;
|
top:0;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
background: $theme-color-main;
|
background: $theme-color-main;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
transition:.3s;
|
transition:.3s;
|
||||||
@media (min-width: 768px){
|
|
||||||
top:0;
|
|
||||||
}
|
|
||||||
&:hover{
|
&:hover{
|
||||||
background: $theme-color-second;
|
background: $theme-color-second;
|
||||||
}
|
}
|
||||||
|
@ -143,15 +143,19 @@
|
||||||
}
|
}
|
||||||
.w-ba-banner.ad-banner-widget-1.ba-banner-widget-1,
|
.w-ba-banner.ad-banner-widget-1.ba-banner-widget-1,
|
||||||
.slide {
|
.slide {
|
||||||
padding: 0 !important;
|
padding: 0;
|
||||||
height: 458px!important;
|
height: 458px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ad-overlay.w-ba-banner__caption.w-ad-banner__caption {
|
.ad-overlay.w-ba-banner__caption.w-ad-banner__caption {
|
||||||
bottom: 55px;
|
bottom: 55px;
|
||||||
height: 60px !important;
|
height: 60px;
|
||||||
padding: 10px;
|
padding: 0 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
overflow: hidden;
|
||||||
|
p{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
span.w-annc__category-wrap.col-sm-2 {
|
span.w-annc__category-wrap.col-sm-2 {
|
||||||
width: 90px;
|
width: 90px;
|
||||||
|
|
|
@ -38,7 +38,6 @@
|
||||||
<a href='javascript:;' class="close-btn">
|
<a href='javascript:;' class="close-btn">
|
||||||
<i class="fa fa-times"></i>
|
<i class="fa fa-times"></i>
|
||||||
</a >
|
</a >
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue