code_app/test/webscan/demo/style.css

90 lines
1.4 KiB
CSS

@CHARSET "UTF-8";
* {
margin: 0;
padding: 0;
font-family: CESI仿宋-GB2312, CESI黑体-GB2312, CESI宋体-GB2312, CESI楷体-GB2312, CESI小标宋-GB2312, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
font-size: 11px;
}
.title{
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
.row-tools{
height: 40px;
}
.panel{
padding: 20px;
}
.inputtext{
width: 50px;
}
.sfz_head{
margin:0 auto;
width: 75px;
height: 100px;
background-color: white;
}
.img_head{
margin:0px;
padding: 0px;
width: 100%;
height: 100%;
background-color: black;
}
.sign_head{
margin:0 auto;
width: 150px;
height: 75px;
background-color: white;
}
.sign_pic{
margin:0px;
padding: 0px;
width: 100%;
height: 100%;
background-color: black;
}
.video{
margin:0 auto;
width: 640px;
height: 480px;
background-color: white;
}
.preview{
margin:0px;
padding: 0px;
width: 100%;
height: 100%;
background-color: black;
}
.message{
margin:0 auto;
width: 640px;
height: 480px;
background-color: white;
}
.msg{
margin:0px;
padding: 5px;
width: 630px;
height: 470px;
line-height: 16px;
color:black;
font-size: 14px;
background-color:lightgrey;
}