|
@@ -1,69 +1,69 @@
|
|
|
-.common{
|
|
|
+.commonReport{
|
|
|
width: 800px;
|
|
|
margin: 0px auto;
|
|
|
padding: 20px 0;
|
|
|
}
|
|
|
- .reportTitle{
|
|
|
+ .commonReport .reportTitle{
|
|
|
font-size: 38px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
- table, th, td {
|
|
|
+ .commonReport table, th, td {
|
|
|
border: 1px solid black;
|
|
|
border-collapse: collapse; /* 移除单元格之间的间隔 */
|
|
|
}
|
|
|
- table{
|
|
|
+ .commonReport table{
|
|
|
border: 2px solid black;
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
|
}
|
|
|
- table td{
|
|
|
+ .commonReport table td{
|
|
|
padding: 8px;
|
|
|
height: 22.5px;
|
|
|
}
|
|
|
- .applicationMessage tr>td:first-child{
|
|
|
+ .commonReport .applicationMessage tr>td:first-child{
|
|
|
width: 200px;
|
|
|
}
|
|
|
- .searchRecord{
|
|
|
+ .commonReport .searchRecord{
|
|
|
width: 100%;
|
|
|
|
|
|
}
|
|
|
- .searchRecord tr>td:nth-child(1){
|
|
|
+ .commonReport .searchRecord tr>td:nth-child(1){
|
|
|
width: 100px;
|
|
|
}
|
|
|
- .searchRecord tr>td:nth-child(2){
|
|
|
+ .commonReport .searchRecord tr>td:nth-child(2){
|
|
|
width: 130px;
|
|
|
}
|
|
|
- .searchRecord tr>td:nth-child(4){
|
|
|
+ .commonReport .searchRecord tr>td:nth-child(4){
|
|
|
width: 130px;
|
|
|
}
|
|
|
- .mainContent{
|
|
|
+ .commonReport .mainContent{
|
|
|
margin-top: 50px;
|
|
|
|
|
|
}
|
|
|
- .mainContent .title{
|
|
|
+ .commonReport .mainContent .title{
|
|
|
font-size: 22px;
|
|
|
font-weight: bold;
|
|
|
padding: 8px;
|
|
|
}
|
|
|
- .mainContent .content{
|
|
|
+ .commonReport .mainContent .content{
|
|
|
min-height: 50px;
|
|
|
margin-top:10px;
|
|
|
}
|
|
|
- .result{
|
|
|
+ .commonReport .result{
|
|
|
border: 2px solid black;
|
|
|
}
|
|
|
- .mainContent1{
|
|
|
+ .commonReport .mainContent1{
|
|
|
border-bottom: 1px solid black;
|
|
|
padding: 5px;
|
|
|
}
|
|
|
- .funBtn{
|
|
|
+ .commonReport .funBtn{
|
|
|
position:absolute;
|
|
|
width: 100px;
|
|
|
right: -110px;
|
|
|
display: flex;
|
|
|
}
|
|
|
- .mainContent1:last-child{
|
|
|
+ .commonReport .mainContent1:last-child{
|
|
|
border-bottom:none
|
|
|
}
|