更换logo

This commit is contained in:
2023-02-16 18:03:36 +08:00
parent 3970504c95
commit 02fc2a2619
12 changed files with 21 additions and 18 deletions

View File

@@ -16,7 +16,7 @@ $icon-arrow-size-aside:12px;
$width-submenu-aside:55px;
$height-aside-tilte:60px;
$height-aside-img:30px;
$width-aside-img:30px;
$width-aside-img:50px;
// header
$height-header: 60px;
// nav-scroll
@@ -33,4 +33,4 @@ $color-table-thead:#262626;
$height-car:68px;
// mobile
$padding-xs: 5px;
$margin-xs: 5px;
$margin-xs: 5px;

View File

@@ -565,7 +565,7 @@ li {
justify-content: center;
.logoimg {
width: $width-aside-img;
height: $height-aside-img;
//height: $height-aside-img;
background: #fff;
border-radius: 50%;
padding: 3px;
@@ -1223,4 +1223,4 @@ $mainHight: 100vh;
.justify-content-flex-end {
justify-content: flex-end;
}
}