样式修改,添加名称

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
+4 -1
View File
@@ -15,7 +15,10 @@
<link rel="stylesheet" href="public/css/public.css" />
<link rel="stylesheet" href="public/css/index.css" />
</head>
<body>
<body class="page-home">
<div class="company-bar">
<div class="container">富众鑫科技</div>
</div>
<header class="site-header">
<div class="container nav">
<a class="brand magnetic" href="index.html"
+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;