52 lines
1.0 KiB
CSS
52 lines
1.0 KiB
CSS
/* DEFAULTS
|
|
----------------------------------------------------------*/
|
|
|
|
body
|
|
{
|
|
background: #FAFAFA;
|
|
font-size: .80em;
|
|
font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
color: White;
|
|
}
|
|
|
|
#wapper
|
|
{
|
|
width:95%;
|
|
height:100%;
|
|
margin:0 auto;
|
|
background-color:White;
|
|
text-align:center;
|
|
}
|
|
.header
|
|
{
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
background-color: #FFD54A;
|
|
text-align: center;
|
|
height: 60px;
|
|
line-height: 60px;
|
|
color: #4C3000;
|
|
font-weight: bold;
|
|
font-family: 宋体, Arial, Helvetica, sans-serif;
|
|
}
|
|
.header .title
|
|
{
|
|
font-size:20px;
|
|
font-weight:bolder;
|
|
}
|
|
.video
|
|
{
|
|
margin:0 auto;
|
|
width:70%;
|
|
min-width:700px;
|
|
height:400px;
|
|
}
|
|
.tips{color:Red;font-size:18px;}
|
|
.labellist{margin:0 auto;text-align:center;}
|
|
.labellist table{margin:0 auto;}
|
|
.labellist img{width:300px;height:280px;}
|
|
.labellist td{margin:5px;}
|
|
#facelib{min-height:300px;}
|
|
#facelibpane{max-height:300px;overflow:scroll;} |