Commit 0d01a140 by kaisa

feat:更新

parent c3718f84
......@@ -368,7 +368,7 @@ const onSubmit = async () => {
span {
position: absolute;
top: 6px;
top: 8px;
transform: skewX(-15deg);
font-family: "FZZ";
font-weight: bold;
......@@ -545,7 +545,7 @@ const onSubmit = async () => {
span {
position: absolute;
top: 6px;
top: 8px;
transform: skewX(-15deg); // 只保留倾斜效果
font-family: "FZZ";
font-weight: bold;
......@@ -828,14 +828,14 @@ const onSubmit = async () => {
text-shadow: 0px 4px 7px #2170D3;
font-style: italic;
padding-right: 8px;
padding-top: 23px;
padding-top: 30px;
}
&::before {
content: '';
position: absolute;
left: 185px;
top: 32px;
left: 200px;
top: 34px;
width: 64px;
height: 41px;
background-image: url(../../image/leftArrow.png);
......@@ -846,8 +846,8 @@ const onSubmit = async () => {
&::after {
content: '';
position: absolute;
right: 193px;
top: 32px;
right: 213px;
top: 34px;
width: 64px;
height: 41px;
background-image: url(../../image/rightArrow.png);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment