add fastclick

This commit is contained in:
lh_wang
2015-08-09 15:38:54 +08:00
parent 479fb64348
commit a318032cf0
6 changed files with 583 additions and 55 deletions
+22 -1
View File
@@ -203,6 +203,8 @@ html body {
z-index: 10012;
background-color: #FFF;
opacity: 0.9;
-webkit-opacity: 0.9;
-moz-opacity: 0.9;
display: none;
}
.speed_dash_container {
@@ -253,6 +255,9 @@ html body {
min-height: 190px;
background-color: #fff;
opacity: 0.8;
-webkit-opacity:0.8;
-moz-opacity: 0.8;
-moz-opacity: 0.8;
}
#router_canvas {
-webkit-transform: translateZ(0);
@@ -389,4 +394,20 @@ html body {
font-size: 20px;
line-height: 50px;
/*font-family: "AvenirNextCondensed-Medium", "AvenirNextLTW01-MediumC 721311", "Arial Narrow", Verdana, sans-serif;*/
}
}
/*--------------------搜索自动补全---------------------------*/
.auto_complete{
position:absolute;
top:45px;
left:40px;
right:55px;
/*height:100px;*/
background-color:#fff;
z-index:10091;
/*opacity:0.9;
-webkit-opacity:0.9;
-moz-opacity: 0.9;*/
}