Commit f44eb557 by kaisa

feat:更新

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