|
@@ -0,0 +1,37 @@
|
|
|
+.lingpao{
|
|
|
+ width: 800px;
|
|
|
+ margin: 0px auto;
|
|
|
+ padding: 20px 0;
|
|
|
+}
|
|
|
+.lingpao .reportTitle{
|
|
|
+ font-size: 38px;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.lingpao table, th, td {
|
|
|
+ border: 1px solid black;
|
|
|
+ border-collapse: collapse; /* 移除单元格之间的间隔 */
|
|
|
+}
|
|
|
+.lingpao table{
|
|
|
+ border: 2px solid black;
|
|
|
+ width: 100%;
|
|
|
+
|
|
|
+}
|
|
|
+.lingpao table td{
|
|
|
+ padding: 8px;
|
|
|
+}
|
|
|
+.lingpao table tr>td:first-child{
|
|
|
+ width: 200px;
|
|
|
+}
|
|
|
+.lingpao .mainContent{
|
|
|
+ margin-top: 50px;
|
|
|
+
|
|
|
+}
|
|
|
+.lingpao .mainContent .title{
|
|
|
+ font-size: 22px;
|
|
|
+ font-weight: bold;
|
|
|
+ padding: 8px;
|
|
|
+}
|
|
|
+.lingpao .mainContent .content{
|
|
|
+ min-height: 50px;
|
|
|
+}
|