mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
35 lines
422 B
CSS
35 lines
422 B
CSS
body{
|
|
background-color:#2B2B2B;
|
|
color:#9A9A9A;
|
|
font-size:13px;
|
|
}
|
|
|
|
#main{
|
|
width:100%;
|
|
min-height:600px;
|
|
margin-left:0;
|
|
margin-top:0;
|
|
}
|
|
|
|
#mycav{
|
|
min-height:600px;
|
|
width: 900px;
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
}
|
|
|
|
#fun_rate{
|
|
border-bottom:1px solid #3E3E3E;
|
|
width:100%;
|
|
height:30px;
|
|
line-height:30px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/*#right{
|
|
width:48%;
|
|
min-height:600px;
|
|
display:inline-block;
|
|
float:right;
|
|
}*/
|