浏览代码

Official website

许成详 6 年前
父节点
当前提交
e7fe0b5307
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      index.html

+ 4
- 4
index.html 查看文件

@@ -4,7 +4,7 @@
4 4
 <head>
5 5
   <meta charset="utf-8">
6 6
   <meta name="viewport" content="width=device-width,initial-scale=1.0">
7
-  <title>n</title>
7
+  <title>website</title>
8 8
 </head>
9 9
 
10 10
 <body>
@@ -92,7 +92,7 @@
92 92
     background: transparent;
93 93
     outline-style: none;
94 94
   }
95
-
95
+  * { touch-action: pan-y; } 
96 96
   a {
97 97
     margin: 0;
98 98
     padding: 0;
@@ -113,7 +113,7 @@
113 113
     vertical-align: middle;
114 114
   }
115 115
 
116
-  /*css为clearfix,清除浮动*/
116
+  
117 117
 
118 118
   .clearfix::before,
119 119
   .clearfix::after {
@@ -131,6 +131,6 @@
131 131
 
132 132
   .clearfix {
133 133
     *zoom: 1;
134
-    /*IE/7/6*/
134
+   
135 135
   }
136 136
 </style>