Commit 947e0a4a authored by Chen Jiping's avatar Chen Jiping

fix:修复排版

parent 2176254f
...@@ -55,7 +55,7 @@ body { ...@@ -55,7 +55,7 @@ body {
.title{ .title{
object-fit: contain; object-fit: contain;
font-family: Aileron-Black; font-family: Aileron-Black;
font-size: 1rem; font-size: 0.8rem;
font-weight: 600; font-weight: 600;
font-stretch: normal; font-stretch: normal;
font-style: normal; font-style: normal;
...@@ -435,13 +435,13 @@ body { ...@@ -435,13 +435,13 @@ body {
.dialog-submit{ .dialog-submit{
position: relative; position: relative;
width: 100%; width: 100%;
height: 400px; height: 10rem;
text-align: center;
} }
.clip{ .clip{
position: relative; position: relative;
width: 70%; width: 70%;
left: 15%;
margin-top: -1rem; margin-top: -1rem;
} }
...@@ -456,13 +456,13 @@ body { ...@@ -456,13 +456,13 @@ body {
letter-spacing: normal; letter-spacing: normal;
text-align: center; text-align: center;
color: #ffffff; color: #ffffff;
margin-left: 40%; margin-left: 25%;
z-index: 1; z-index: 1;
} }
.warning{ .warning{
font-family: Aileron-Bold; font-family: Aileron-Bold;
font-size: 1.2rem; font-size: 1.0rem;
font-weight: 600; font-weight: 600;
font-stretch: normal; font-stretch: normal;
font-style: normal; font-style: normal;
......
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 to comment