|
@@ -413,13 +413,13 @@
|
|
|
.data_content .data_bottom div .main_table table{
|
|
|
width: 50%;
|
|
|
margin-left: 2%;
|
|
|
- margin-right: 2%;
|
|
|
+ margin-right: 0.6%;
|
|
|
}
|
|
|
.data_content .data_bottom div .main_table thead tr{
|
|
|
- height: 42px;
|
|
|
+ height: 34px;
|
|
|
}
|
|
|
.data_content .data_bottom div .main_table th{
|
|
|
- font-size: 18px;
|
|
|
+ font-size: 22px;
|
|
|
font-weight: 600;
|
|
|
color:#61d2f7;
|
|
|
text-align: center;
|
|
@@ -432,7 +432,7 @@
|
|
|
}
|
|
|
.data_content .data_bottom div .main_table td{
|
|
|
color:#fff;
|
|
|
- font-size: 15px;
|
|
|
+ font-size: 18px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.data_content .data_bottom div .main_table tbody tr
|
|
@@ -456,4 +456,14 @@
|
|
|
right: 2%;
|
|
|
mix-blend-mode: lighten;
|
|
|
cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+/* 阻止第一个td换行 */
|
|
|
+.data_content .data_bottom div .main_table tbody tr td:first-child {
|
|
|
+ white-space: nowrap;
|
|
|
+}
|
|
|
+
|
|
|
+/* 允许第二个td换行 */
|
|
|
+.data_content .data_bottom div .main_table tbody tr td:nth-child(2) {
|
|
|
+ white-space: normal;
|
|
|
}
|