Skip to content

Commit

Permalink
Final upload
Browse files Browse the repository at this point in the history
  • Loading branch information
zichongxu-ustc committed Oct 8, 2024
1 parent 7387fc2 commit 847c5a5
Show file tree
Hide file tree
Showing 104 changed files with 240 additions and 130,063 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/*!*************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/katex/dist/katex.css ***!
\*************************************************************************************/
/* stylelint-disable font-family-no-missing-generic-family-keyword */
@font-face {
font-family: "KaTeX_AMS";
Expand Down Expand Up @@ -1211,5 +1208,3 @@ body {
counter-reset: katexEqnNo mmlEqnNo;
}


/*# sourceMappingURL=24ff6b7f0d881e541e36.css.map*/
77 changes: 52 additions & 25 deletions docs/6b2c7ed493d9bf471a3a.css → docs/0f98ad94aea2c0ceedf9.css
Original file line number Diff line number Diff line change
@@ -1,50 +1,77 @@
/*!*****************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js!./src/pages/index/index.css ***!
\*****************************************************************************/
#welcome {
#background{
position: absolute;
margin-right: 15px;
top: 10px;
height: 800px;
width: 100%;
background-color: black;
background-image: url(images/welcome.jpg);
background-size:cover ;
z-index: -1;
}

.scroll-message {
/* min-width: 800px; */
color: aliceblue;
position: fixed;
/* top: 20px; */
/* width: 700px; */
left: 50%;


#welcome {
height: 800px;
width: 100%;
position: sticky;
top: 0;
z-index: 100;
font-family: 'Times New Roman', Times, serif;
font-weight: bolder;
}
.frontpage{
width: 100%;
height: 100%;
transform:translateX(-100%);
/* background-color: rgba(255, 0, 0, 0.523); */
}







.scroll-message {
/* color: black; */
background-color: rgba(255, 255, 255, 0.523);
position: absolute;
font-size: 40px;
opacity: 1;
/* 初始状态为可见 */
letter-spacing: 0px;
letter-spacing: 2px;
/* 初始字母间距 */
filter: blur(0px);
/* 初始无模糊 */
transition: opacity 0.5s ease, letter-spacing 0.5s ease, filter 0.5s ease;
/* 过渡效果 */
white-space: nowrap;
overflow:visible;
/* transform-origin: center; */
font-size: 50px;
width: max-content;
text-align: center;
z-index: 100;
}

.scroll-message:nth-child(1) {
top: 100px;
left:calc(100px + 15%);
top: 80px;
left: 80px;
}

.scroll-message:nth-child(2) {
top: 180px;
left:calc(100px + 15%);
left: 80px;
}

.scroll-message:nth-child(3) {
text-align: right;
top: 700px;
right:10%;
/* width: 800px; */
top: 650px;
right: 100px;
}

.blur-fade-out {
animation: blur-fade-out 1.5s ease-out forwards;
animation: blur-fade-out 2s ease-out forwards;
/* 启用模糊消失动画 */
}

Expand All @@ -70,14 +97,16 @@
@keyframes clear-fade-in {
0% {
opacity: 0;
letter-spacing: 30px;
/* letter-spacing: 30px; */
filter: blur(5px);
/* 初始为模糊状态 */
transform: translateX(-100%);
}

100% {
opacity: 1;
letter-spacing: 0px;
transform: translateX(0);
/* letter-spacing: 0px; */
filter: blur(0px);
/* 恢复到清晰状态 */
}
Expand All @@ -86,5 +115,3 @@
.photo {
width: 100%;
}

/*# sourceMappingURL=6b2c7ed493d9bf471a3a.css.map*/
1 change: 0 additions & 1 deletion docs/24ff6b7f0d881e541e36.css.map

This file was deleted.

1 change: 0 additions & 1 deletion docs/315bb0dd02c5a20dde1c.css.map

This file was deleted.

1 change: 0 additions & 1 deletion docs/395e6842857c416eb9b1.css.map

This file was deleted.

9 changes: 9 additions & 0 deletions docs/451888a03200f0cc672e.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.katex {
font-size: 13pt;
}
.mark{
text-align: center;
}
.container{
font-family: 'Times New Roman', Times, serif;
}
35 changes: 0 additions & 35 deletions docs/5f7cea1a3627256d222e.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/5f7cea1a3627256d222e.css.map

This file was deleted.

15 changes: 0 additions & 15 deletions docs/61f2eed686c2943a2488.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/61f2eed686c2943a2488.css.map

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/*!*******************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js!./src/memberbox/memberbox.css ***!
\*******************************************************************************/
.container {
/* text-align: right; */
transition: all .3s ease;
Expand Down Expand Up @@ -155,5 +152,3 @@
margin-left: 0;
margin-right: 0;
}

/*# sourceMappingURL=bd6c5670aa2a9231938a.css.map*/
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*!***********************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js!./src/table/table.css ***!
\***********************************************************************/

.textbox-container{
margin-right: 200px !important;
}
Expand All @@ -27,5 +25,3 @@
font-size: 18px;
font-weight: 600;
}

/*# sourceMappingURL=395e6842857c416eb9b1.css.map*/
1 change: 0 additions & 1 deletion docs/6b2c7ed493d9bf471a3a.css.map

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/*!*****************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js!./src/pages/attribution/attribution.css ***!
\*****************************************************************************************/
#table{
width: 100%;
}
Expand All @@ -25,5 +22,3 @@ tr:nth-child(odd) {
tr:nth-child(even) {
background-color: #ffffff; /* 偶数行背景色 */
}

/*# sourceMappingURL=315bb0dd02c5a20dde1c.css.map*/
Loading

0 comments on commit 847c5a5

Please sign in to comment.