39f93384 by simon

默认提交

1 parent 887b10f6
......@@ -234,6 +234,7 @@ input {
cursor: pointer;
color: #ff6839;
font-weight: 600;
text-decoration: underline;
}
......
......@@ -189,6 +189,10 @@
font-size: 28px;
margin: 45px auto 0;
font-weight: bold;
span{
text-decoration: underline;
}
}
}
......