样式修改,添加名称
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user