feat: update

This commit is contained in:
chashaobao
2025-10-20 07:58:50 +08:00
parent bc141fcf1b
commit a179654898
32 changed files with 648 additions and 271 deletions

View File

@ -69,19 +69,23 @@
}
&__header__contact {
width: 60px;
height: 60px;
border-radius: 50%;
background: #0000004D;
width: 76px;
height: 81px;
padding: 0;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
background: transparent;
border: none;
&:after {
border: none;
}
}
&__header__contact-icon {
width: 36px;
height: 36px;
width: 76px;
height: 81px;
}
}