样式修改,添加名称
This commit is contained in:
+4
-1
@@ -15,7 +15,10 @@
|
|||||||
<link rel="stylesheet" href="public/css/public.css" />
|
<link rel="stylesheet" href="public/css/public.css" />
|
||||||
<link rel="stylesheet" href="public/css/index.css" />
|
<link rel="stylesheet" href="public/css/index.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="page-home">
|
||||||
|
<div class="company-bar">
|
||||||
|
<div class="container">富众鑫科技</div>
|
||||||
|
</div>
|
||||||
<header class="site-header">
|
<header class="site-header">
|
||||||
<div class="container nav">
|
<div class="container nav">
|
||||||
<a class="brand magnetic" href="index.html"
|
<a class="brand magnetic" href="index.html"
|
||||||
|
|||||||
@@ -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 {
|
.hero {
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user