|
|
@ -217,6 +217,7 @@ body { |
|
|
|
transition: width 0.3s; |
|
|
|
} |
|
|
|
.navbar__brand { |
|
|
|
position: relative; |
|
|
|
display: flex; |
|
|
|
justify-content: center; |
|
|
|
align-items: center; |
|
|
@ -227,7 +228,7 @@ body { |
|
|
|
font-size: 24px; |
|
|
|
text-transform: uppercase; |
|
|
|
white-space: nowrap; |
|
|
|
overflow: hidden; |
|
|
|
// overflow: hidden; |
|
|
|
transition: width 0.3s; |
|
|
|
font-family: FZZCHJW; |
|
|
|
font-weight: normal; |
|
|
@ -236,6 +237,23 @@ body { |
|
|
|
-webkit-background-clip: text; |
|
|
|
-webkit-text-fill-color: rgba(#fff, 0.7); |
|
|
|
|
|
|
|
&::before { |
|
|
|
position: absolute; |
|
|
|
content: ""; |
|
|
|
z-index: 100000; |
|
|
|
display: block; |
|
|
|
bottom: -10px; |
|
|
|
left: -920px; |
|
|
|
right: -1000px; |
|
|
|
margin: 0 auto; |
|
|
|
width: 400px; |
|
|
|
height: 20px; |
|
|
|
// background-color: #fff; |
|
|
|
background-image: url(../img/shuju/flash.png); |
|
|
|
background-size: cover; |
|
|
|
background-position: center center; |
|
|
|
} |
|
|
|
|
|
|
|
&-lg, |
|
|
|
&-mini { |
|
|
|
max-width: 100%; |
|
|
|