样式修改,添加名称

This commit is contained in:
2026-08-05 14:36:48 +08:00
parent 5b79893650
commit f94c652c7c
2 changed files with 20 additions and 1 deletions
+16
View File
@@ -1,3 +1,19 @@
.company-bar {
height: 38px;
border-bottom: 1px solid #eadfce;
color: var(--ink);
background: #fffdf8;
}
.company-bar .container {
display: flex;
align-items: center;
height: 100%;
font-size: 18px;
font-weight: 800;
letter-spacing: .12em;
}
.hero {
position: relative;
overflow: hidden;