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;
|
||||
|
||||
Reference in New Issue
Block a user