add: Fonts Awesome字体
美化滚动条
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="height: 2rem"></div>
|
||||
|
||||
<div style="margin: 0 15% 0 15%">
|
||||
<FluentCard>
|
||||
<div>
|
||||
|
@@ -21,13 +21,11 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.scroll-down-tag::before {
|
||||
content: "V";
|
||||
}
|
||||
|
||||
.scroll-down-tag {
|
||||
font-family: "Font Awesome 6 Free", sans-serif;
|
||||
font-size: 36px;
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
color: white;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
@@ -36,6 +34,10 @@
|
||||
animation: scroll-down-animation 1.5s infinite;
|
||||
}
|
||||
|
||||
.scroll-down-tag::before {
|
||||
content: "\f107";
|
||||
}
|
||||
|
||||
@keyframes scroll-down-animation {
|
||||
0% {
|
||||
top: 0;
|
||||
|
Reference in New Issue
Block a user