This commit is contained in:
= 2021-05-11 15:10:51 +05:00
parent 41557b0ea4
commit 5b5f7282ed
3 changed files with 2 additions and 6 deletions

View File

@ -2,7 +2,6 @@
width: calc(100% + 10px);
height: 100%;
position: relative;
margin: 0 -5px;
.p3 {
cursor: pointer;
position: absolute;
@ -55,7 +54,6 @@
align-items: center;
overflow: hidden;
@include transition;
margin: 5px;
&-image {
width: 100%;
height: 100%;

View File

@ -337,7 +337,7 @@
}
&-card {
position: absolute;
top: 400px;
top: 210px;
left: 30px;
width: calc(100% - 60px);
border: 1px solid #dcdcdc;

View File

@ -1027,7 +1027,6 @@ li {
width: calc(100% + 10px);
height: 100%;
position: relative;
margin: 0 -5px;
}
.swiper-container .p3 {
cursor: pointer;
@ -1080,7 +1079,6 @@ li {
overflow: hidden;
transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
margin: 5px;
}
.swiper-slide-image {
width: 100%;
@ -1516,7 +1514,7 @@ li {
}
.event__body-card {
position: absolute;
top: 400px;
top: 210px;
left: 30px;
width: calc(100% - 60px);
border: 1px solid #dcdcdc;