mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add media
This commit is contained in:
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user