75 lines
1.0 KiB
CSS
75 lines
1.0 KiB
CSS
.max-bg {
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.global-font {
|
|
font-family: 'DIN';
|
|
/* font-weight: normal; */
|
|
}
|
|
|
|
.global-font-bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "DIN";
|
|
src: url('@/assets/fonts/DINCond-Bold.otf');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
.page-font {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
font-size: 24px;
|
|
z-index: 99;
|
|
}
|
|
|
|
.slide-container-path {
|
|
margin-top: 4%;
|
|
height: 87%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.swiper-size {
|
|
height: 100%;
|
|
}
|
|
|
|
.swiper-img {
|
|
width: 70%;
|
|
}
|
|
|
|
.swiper-slide {
|
|
width: 90% !important;
|
|
margin: 0 5%;
|
|
}
|
|
|
|
.swiper-slide-prev {
|
|
right: -30%;
|
|
}
|
|
|
|
.swiper-slide-next {
|
|
left: -30%;
|
|
}
|
|
|
|
.down-arraw-left {
|
|
position: absolute;
|
|
left: 14.2%;
|
|
top: 50%;
|
|
z-index: 100;
|
|
transform: rotateZ(90deg);
|
|
}
|
|
|
|
.down-arraw-right {
|
|
position: absolute;
|
|
right: 14.2%;
|
|
top: 50%;
|
|
z-index: 100;
|
|
transform: rotateZ(270deg);
|
|
} |