add media

This commit is contained in:
wlh
2014-12-12 14:55:39 +08:00
parent d954d7623b
commit f05ae96998
2 changed files with 15 additions and 1 deletions
+12
View File
@@ -10,11 +10,17 @@ input{
-webkit-appearance:none;
outline:none;
border-radius:0;
-webkit-tap-highlight-color:rgba(255,255,255,0);
}
div{
-webkit-tap-highlight-color:rgba(255,255,255,0);
}
a{
color: #525252;
-webkit-tap-highlight-color:rgba(255,255,255,0);
}
header{
@@ -361,6 +367,12 @@ section .list_item:last-child{
color:#000;
}
@media (max-height:350px) {
footer {
display: none;
}
}
+3 -1
View File
@@ -3,7 +3,9 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<title>i搜索 i生活</title>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<title>爱搜索 爱生活</title>
<link rel="stylesheet" type="text/css" href="../css/main.css">
</head>
<body>