28 lines
577 B
SCSS
28 lines
577 B
SCSS
.swiper{
|
|
height: 450px;
|
|
width: 100%;
|
|
position: relative;
|
|
.swiper_item{
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
.image_item{
|
|
width: 100%;
|
|
height: 100%;
|
|
image{
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
}
|
|
}
|
|
.page{
|
|
font-size: $font_size_min;
|
|
padding: 5px 20px;
|
|
background-color: rgba(0,0,0,0.3);
|
|
color: #fff;
|
|
border-radius: 50px;
|
|
position: absolute;
|
|
bottom: 20px;
|
|
right: 20px;
|
|
}
|
|
} |