20220315 代码初始化上传
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
/* 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;}
|
||||
Reference in New Issue
Block a user