52 lines
800 B
CSS
52 lines
800 B
CSS
|
|
#hesuanReportPage{
|
|
background: #fff;
|
|
font-family: serif;
|
|
padding: 20px;
|
|
}
|
|
.title{
|
|
text-align: center;
|
|
font-size: 28px;
|
|
padding: 20px;
|
|
}
|
|
.content{
|
|
position: relative;
|
|
padding-bottom: 250px;
|
|
}
|
|
.jcx{
|
|
margin-top: 10px;
|
|
}
|
|
.jcx thead th{
|
|
text-align: left;
|
|
border-top: 2px solid #000;
|
|
border-bottom: 2px solid #000
|
|
}
|
|
.zhang{
|
|
display: inline-block;
|
|
position: absolute;
|
|
right: 0px;
|
|
bottom: 0;
|
|
}
|
|
.zhang img{
|
|
width: 200px;
|
|
}
|
|
.bottom{
|
|
border-top: 2px solid #000;
|
|
}
|
|
.tips{
|
|
padding-top: 10px;
|
|
}
|
|
.download{
|
|
text-align: center;
|
|
padding: 40px;
|
|
}
|
|
.button{
|
|
font-family: "Microsoft YaHei";
|
|
background: #4a98fa;
|
|
color: #fff;
|
|
border-radius: 10px;
|
|
padding: 10px 20px;
|
|
display: inline-block;
|
|
font-size: 26px;
|
|
}
|