auto layout

This commit is contained in:
lh_wang
2015-08-08 23:32:46 +08:00
parent 97ebbfb194
commit ecb5673da5
2 changed files with 32 additions and 17 deletions
+7 -4
View File
@@ -198,7 +198,7 @@ html body {
position: absolute;
top: 60px;
left: 60px;
width: 200px;
right: 55px;
height: 240px;
z-index: 10012;
background-color: #FFF;
@@ -228,17 +228,16 @@ html body {
.speed_data{
clear: both;
width:200px;
width:100%;
height:70px;
color:#999999;
padding:5px;
}
.speed_data>div{
height:20px;
}
.speed_data>div>div{
width: 80px;
width: 50%;
}
.speed_title_strong{
@@ -247,6 +246,10 @@ html body {
font-style: italic;
}
.speed_center{
width:100px;margin-left:auto;margin-right:auto;
}
/*-----------------router----------------------------**/