样式修改6

This commit is contained in:
2025-07-14 16:02:35 +08:00
parent 2105d5e46e
commit e763ad7e43
4 changed files with 4 additions and 3 deletions

View File

@@ -200,7 +200,7 @@
padding-top: 1rem; padding-top: 1rem;
padding-bottom: 0.5625rem; padding-bottom: 0.5625rem;
font-weight: bold; font-weight: bold;
width: 70%; /* width: 70%; */
/* white-space: nowrap; /* white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;

View File

@@ -43,6 +43,7 @@ body {
font-weight: 400; font-weight: 400;
color: #333; color: #333;
overflow-x: hidden; overflow-x: hidden;
max-width: 1920px !important;
} }
select, select,

View File

@@ -40,7 +40,7 @@
font-size: 1.125rem; font-size: 1.125rem;
padding-top: 1.6875rem; padding-top: 1.6875rem;
padding-bottom: 0.375rem; padding-bottom: 0.375rem;
width: 70%; /* width: 70%; */
/* white-space: nowrap; /* white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;

View File

@@ -5,7 +5,7 @@
.header-PC #header { .header-PC #header {
margin: 0 auto; margin: 0 auto;
height: 3.75rem; height: 3.75rem;
width: 100%; max-width: 1920px;
position: fixed; position: fixed;
top: 0; top: 0;
display: flex; display: flex;