Commit f44eb557 by kaisa

feat:更新

parent 3723c922
......@@ -366,8 +366,8 @@ const onSubmit = async () => {
span {
position: absolute;
top: 4px;
transform: skewX(-15deg); // 只保留倾斜效果
top: 6px;
transform: skewX(-15deg);
font-family: "FZZ";
font-weight: bold;
font-size: 44px;
......@@ -389,7 +389,7 @@ const onSubmit = async () => {
.content-wrap {
height: 100%;
padding: 12px 16px 25px 46px;
padding: 12px 46px 25px 46px;
box-sizing: border-box;
display: flex;
flex-direction: column;
......@@ -543,7 +543,7 @@ const onSubmit = async () => {
span {
position: absolute;
top: 8px;
top: 6px;
transform: skewX(-15deg); // 只保留倾斜效果
font-family: "FZZ";
font-weight: bold;
......@@ -638,7 +638,7 @@ const onSubmit = async () => {
&::before {
content: '';
position: absolute;
left: 185px;
left: 200px;
top: 34px;
width: 64px;
height: 41px;
......@@ -650,7 +650,7 @@ const onSubmit = async () => {
&::after {
content: '';
position: absolute;
right: 193px;
right: 213px;
top: 34px;
width: 64px;
height: 41px;
......
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