Commit 0d01a140 by kaisa

feat:更新

parent c3718f84
...@@ -368,7 +368,7 @@ const onSubmit = async () => { ...@@ -368,7 +368,7 @@ const onSubmit = async () => {
span { span {
position: absolute; position: absolute;
top: 6px; top: 8px;
transform: skewX(-15deg); transform: skewX(-15deg);
font-family: "FZZ"; font-family: "FZZ";
font-weight: bold; font-weight: bold;
...@@ -545,7 +545,7 @@ const onSubmit = async () => { ...@@ -545,7 +545,7 @@ const onSubmit = async () => {
span { span {
position: absolute; position: absolute;
top: 6px; top: 8px;
transform: skewX(-15deg); // 只保留倾斜效果 transform: skewX(-15deg); // 只保留倾斜效果
font-family: "FZZ"; font-family: "FZZ";
font-weight: bold; font-weight: bold;
...@@ -828,14 +828,14 @@ const onSubmit = async () => { ...@@ -828,14 +828,14 @@ const onSubmit = async () => {
text-shadow: 0px 4px 7px #2170D3; text-shadow: 0px 4px 7px #2170D3;
font-style: italic; font-style: italic;
padding-right: 8px; padding-right: 8px;
padding-top: 23px; padding-top: 30px;
} }
&::before { &::before {
content: ''; content: '';
position: absolute; position: absolute;
left: 185px; left: 200px;
top: 32px; top: 34px;
width: 64px; width: 64px;
height: 41px; height: 41px;
background-image: url(../../image/leftArrow.png); background-image: url(../../image/leftArrow.png);
...@@ -846,8 +846,8 @@ const onSubmit = async () => { ...@@ -846,8 +846,8 @@ const onSubmit = async () => {
&::after { &::after {
content: ''; content: '';
position: absolute; position: absolute;
right: 193px; right: 213px;
top: 32px; top: 34px;
width: 64px; width: 64px;
height: 41px; height: 41px;
background-image: url(../../image/rightArrow.png); 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