Commit 0c431ef6 by liuyingying

css

parent c19f67f1
...@@ -7,6 +7,15 @@ ...@@ -7,6 +7,15 @@
margin:0; margin:0;
padding: 0; padding: 0;
} }
@media screen and (max-width: 800px) {
#hunter>span {
font-size: 36px;
font-weight: 200;
}
.user_mail{
font-size:12px !important;
}
}
html,body{ html,body{
width:100%; width:100%;
height:100%; height:100%;
...@@ -24,6 +33,9 @@ select{ ...@@ -24,6 +33,9 @@ select{
height: 30px; height: 30px;
font-weight: 200; font-weight: 200;
} }
.user_mail{
font-size:13px !important;
}
#error_log{ #error_log{
color:red; color:red;
width:60%; width:60%;
......
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