18 lines
280 B
SCSS
18 lines
280 B
SCSS
|
@charset "utf-8";
|
||
|
|
||
|
@import "../initial";
|
||
|
.slide{
|
||
|
background: url(/assets/banner_bg.jpg) 0 0 no-repeat;
|
||
|
background-size: cover;
|
||
|
padding: 20px 0;
|
||
|
}
|
||
|
.layout-slide {
|
||
|
position: relative;
|
||
|
z-index: 0;
|
||
|
clear: both;
|
||
|
|
||
|
.w-ad-banner {
|
||
|
max-width: 1200px;
|
||
|
margin: auto;
|
||
|
}
|
||
|
}
|