asia_Kstyle7/assets/stylesheets/template/layout/slide.scss

29 lines
421 B
SCSS
Raw Normal View History

2021-10-04 02:12:30 +00:00
@charset "utf-8";
@import "../initial";
.layout-slide {
position: relative;
z-index: 0;
.w-ad-banner {
margin: auto;
}
}
.webslide{
height: 400px;
overflow: hidden;
.w-ba-banner__wrap{
height: 400px;
}
img{
@media(min-width:769px){
transform: translatey(-50%);
}
@media(max-width:$screen-xs){
height: 400px;
width: auto;
max-width: unset;
}
}
}