Browse Source

dfds

shibei_master
dai 4 years ago
parent
commit
2e261a3c3f
  1. BIN
      src/assets/img/shuju/flash.png
  2. 20
      src/assets/scss/main-shuju.scss

BIN
src/assets/img/shuju/flash.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

20
src/assets/scss/main-shuju.scss

@ -217,6 +217,7 @@ body {
transition: width 0.3s; transition: width 0.3s;
} }
.navbar__brand { .navbar__brand {
position: relative;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
@ -227,7 +228,7 @@ body {
font-size: 24px; font-size: 24px;
text-transform: uppercase; text-transform: uppercase;
white-space: nowrap; white-space: nowrap;
overflow: hidden; // overflow: hidden;
transition: width 0.3s; transition: width 0.3s;
font-family: FZZCHJW; font-family: FZZCHJW;
font-weight: normal; font-weight: normal;
@ -236,6 +237,23 @@ body {
-webkit-background-clip: text; -webkit-background-clip: text;
-webkit-text-fill-color: rgba(#fff, 0.7); -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, &-lg,
&-mini { &-mini {
max-width: 100%; max-width: 100%;

Loading…
Cancel
Save