feat: 添加联系方式

This commit is contained in:
ZhuRui
2026-08-31 11:14:22 +08:00
parent efe309b1ee
commit e301be081d
2 changed files with 15 additions and 0 deletions
+14
View File
@@ -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;