add search method

This commit is contained in:
lh_wang
2015-08-10 00:32:24 +08:00
parent 08ddad6bd1
commit fd449a37ed
8 changed files with 217 additions and 87 deletions
+7 -14
View File
@@ -231,20 +231,12 @@ html body {
width: 100%;
height: 70px;
}
.speed_data>div {
height: 20px;
}
.speed_title_strong {
color: #0091FF;
font-size: 15px;
/*font-style: italic;*/
}
.speed_l {
margin-left:5px;
}
.speed_r {
width: 100px;
}
/*-----------------router----------------------------**/
.router {
@@ -254,10 +246,11 @@ html body {
width: 45px;
min-height: 190px;
background-color: #fff;
opacity: 0.8;
-webkit-opacity:0.8;
-moz-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.9;
-webkit-opacity:0.9;
-moz-opacity: 0.9;
-moz-opacity: 0.9;
display:none;
}
#router_canvas {
-webkit-transform: translateZ(0);