|
|
@ -118,27 +118,17 @@ const showEmpty = ref(false) |
|
|
|
.bottom_container { |
|
|
|
position: absolute; |
|
|
|
bottom: 105px; |
|
|
|
width: 0px; |
|
|
|
overflow: hidden; |
|
|
|
left: 0; |
|
|
|
right: 0; |
|
|
|
background: url(../../../../assets/img/tech/1.gif) no-repeat; |
|
|
|
background-size: 100% 100%; |
|
|
|
font-size: 92px; |
|
|
|
background: $theme_color; |
|
|
|
font-family: 'ZonaPro'; |
|
|
|
font-weight: 800; |
|
|
|
color: #f1f1f1; |
|
|
|
white-space: nowrap; |
|
|
|
padding: 79px 177px; |
|
|
|
animation-name: example; |
|
|
|
animation-duration: 2s; |
|
|
|
animation-fill-mode: forwards; |
|
|
|
} |
|
|
|
@keyframes example { |
|
|
|
from { |
|
|
|
} |
|
|
|
to { |
|
|
|
width: 100%; |
|
|
|
right: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|