mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-06 06:41:41 +00:00
add socket.io
This commit is contained in:
@@ -0,0 +1,142 @@
|
||||
body{
|
||||
margin:0;
|
||||
height:100%;
|
||||
width:100%;
|
||||
position:absolute;
|
||||
}
|
||||
#map{
|
||||
position: absolute;
|
||||
top:0;
|
||||
left: 0;
|
||||
right:0;
|
||||
bottom:0;
|
||||
}
|
||||
.header{
|
||||
position: absolute;
|
||||
width:100%;
|
||||
height:40px;
|
||||
background-color:#FAFBFB;
|
||||
border:1px solid #ddd;
|
||||
}
|
||||
.menu{
|
||||
width:33%;
|
||||
height:40px;
|
||||
line-height: 40px;
|
||||
text-align: center;
|
||||
float: left;
|
||||
box-sizing: border-box;
|
||||
font-size: 0.9375rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.header_menu{
|
||||
position: absolute;
|
||||
left: 100px;
|
||||
right: 0;
|
||||
height:40px;
|
||||
}
|
||||
|
||||
|
||||
.header_logo{
|
||||
width:100px;
|
||||
border-right: 1px dashed #ddd;
|
||||
}
|
||||
|
||||
.header_logo img{
|
||||
margin-top:5px;
|
||||
}
|
||||
|
||||
.logo{
|
||||
width:60px;
|
||||
margin-top:6px;
|
||||
text-align:center;
|
||||
line-height:12px;
|
||||
}
|
||||
|
||||
.fl{
|
||||
float: left;
|
||||
}
|
||||
|
||||
.fr{
|
||||
float: right;
|
||||
}
|
||||
.logo_title{
|
||||
font-size:12px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.logo_url{
|
||||
font-size:12px;
|
||||
color:#4E4D4C;
|
||||
}
|
||||
|
||||
.active{
|
||||
color: #55A9FD;
|
||||
}
|
||||
|
||||
.search{
|
||||
width:100%;
|
||||
height:45px;
|
||||
position: absolute;
|
||||
top:42px;
|
||||
background-color: #FAFBFB;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.search input{
|
||||
height:30px;
|
||||
outline: none;
|
||||
border:1px solid #ddd;
|
||||
padding-left:5px;
|
||||
margin-top:3px;
|
||||
width: 100%;
|
||||
font-size:16px;
|
||||
-webkit-tap-highlight-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.search_btn{
|
||||
width: 52px;
|
||||
height:35px;
|
||||
margin-top:3px;
|
||||
text-align:center;
|
||||
line-height:35px;
|
||||
color:#fff;
|
||||
background-color:#0091FF;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.input_div{
|
||||
position: absolute;
|
||||
left: 4px;
|
||||
right:60px;
|
||||
}
|
||||
|
||||
.toolbar{
|
||||
position:absolute;
|
||||
right:10px;
|
||||
width:60px;
|
||||
height:140px;
|
||||
top: 100px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.car_run{
|
||||
width:50px;
|
||||
height:50px;
|
||||
background-color:#0091FF;
|
||||
color:#FFF;
|
||||
text-align:center;
|
||||
line-height:50px;
|
||||
border-radius:25px;
|
||||
margin-top:10px;
|
||||
margin-left:5px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user