优化头部样式a

This commit is contained in:
2023-04-25 21:15:06 +08:00
parent 6237ed07c4
commit c4b33c9658
4 changed files with 5 additions and 3 deletions

View File

@@ -1161,6 +1161,7 @@
.ul-header-shape .right .list-item .item {
margin-left: 18px;
cursor: pointer;
color: #fff;
}
.ul-shop-header {

File diff suppressed because one or more lines are too long

View File

@@ -8,9 +8,9 @@
</div>
<div class="right">
<div class="list-item">
<div class="item">
<a href="/" class="item">
<i class="layui-icon layui-icon-home"></i>
</div>
</a>
<div class="item">
<img src="/static/images/avatar.png" style="height: 30px;width: 30px;margin-right: 8px;">
<span>奥古斯宏</span>

View File

@@ -47,6 +47,7 @@
.item {
margin-left: 18px;
cursor: pointer;
color: #fff;
}
}
}