feat: 迁移通用头部

This commit is contained in:
augushong
2025-09-01 12:17:16 +08:00
parent ddb72d0760
commit 18126c2574
13 changed files with 127 additions and 135 deletions

View File

@@ -551,51 +551,6 @@
margin-left: 92px;
}
/* 头部开始 */
.ul-header {
background-color: #fff;
box-shadow: 0 3px 5px #999;
padding: 3px;
}
.ul-header-main {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 auto;
}
.ul-header-logo {
max-height: 48px;
}
.ul-header-user {
display: flex;
align-items: center;
justify-content: center;
}
.ul-header-user-avatar {
background-image: url("/static/images/avatar.png");
width: 45px;
height: 45px;
background-size: cover;
background-position: center;
}
.ul-header-user-options {
display: flex;
align-items: center;
color: #999;
font-size: 12px;
cursor: pointer;
margin-top: 5px;
}
.ul-header-user-info {
margin-left: 10px;
}
.layui-quote-gray {
background-color: #f0f0f0;
color: #666;
@@ -1455,6 +1410,51 @@
margin-bottom: 15px;
}
/* 头部开始 */
.ul-header {
background-color: #fff;
box-shadow: 0 3px 5px #999;
padding: 3px;
}
.ul-header-main {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 auto;
}
.ul-header-logo {
max-height: 48px;
}
.ul-header-user {
display: flex;
align-items: center;
justify-content: center;
}
.ul-header-user-avatar {
background-image: url("/static/images/avatar.png");
width: 45px;
height: 45px;
background-size: cover;
background-position: center;
}
.ul-header-user-options {
display: flex;
align-items: center;
color: #999;
font-size: 12px;
cursor: pointer;
margin-top: 5px;
}
.ul-header-user-info {
margin-left: 10px;
}
.ul-header-shape {
display: flex;
align-items: center;

File diff suppressed because one or more lines are too long