feat: 添加联系方式
This commit is contained in:
@@ -74,6 +74,20 @@ button {
|
||||
color: #eb662b
|
||||
}
|
||||
|
||||
.header__phone {
|
||||
position: absolute;
|
||||
right: 50px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
color: #fff;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 28px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px
|
||||
}
|
||||
|
||||
.footer {
|
||||
background: #1b1b1b;
|
||||
font-weight: 400;
|
||||
|
||||
@@ -45,6 +45,7 @@
|
||||
<a class="header__nav" data-link="news" href="/news/news.html">新闻资讯</a>
|
||||
<a class="header__nav" data-link="about" href="/about.html">关于我们</a>
|
||||
<a class="header__nav" data-link="register" data-name="场馆入驻" href="/register.html">场馆入驻</a>
|
||||
<div class="header__phone">联系电话:400-825-9818</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user