默认提交
Showing
2 changed files
with
5 additions
and
0 deletions
-
Please register or sign in to post a comment
... | ... | @@ -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; | ||
} | ||
} | ||
} | ||
... | ... |