|
@@ -262,7 +262,7 @@ div.data_dongtai{
|
|
|
display: inline-block;
|
|
|
text-decoration: none;
|
|
|
height: 40px;
|
|
|
- font-size: calc(100vw / 1440 * 12);
|
|
|
+ font-size: calc(100vw / 1440 * 13);
|
|
|
width: 100%;
|
|
|
}
|
|
|
.data_dongtai_article_list ul li:first-child a{
|
|
@@ -405,7 +405,7 @@ div.data_dongtai{
|
|
|
float: left;
|
|
|
height: 52px;
|
|
|
line-height: 52px;
|
|
|
- font-size: calc(var(--cw) * 15);
|
|
|
+ font-size: calc(var(--cw) * 16);
|
|
|
color: #666666;
|
|
|
cursor: pointer;
|
|
|
padding: 0;
|
|
@@ -469,7 +469,7 @@ div.data_dongtai{
|
|
|
}
|
|
|
.tabbox .content>div ul li a{
|
|
|
color: #333;
|
|
|
- font-size: calc(100vw / 1440 * 12);
|
|
|
+ font-size: calc(100vw / 1440 * 13);
|
|
|
font-weight: normal;
|
|
|
position: relative;
|
|
|
}
|