This commit is contained in:
linfso 2024-02-20 11:20:32 +08:00
parent 2092e56c7c
commit f2d1b675b1

View File

@ -22,7 +22,7 @@
<div style="float: right;padding: 3px;display: inline-flex">
<div style="text-align: center;line-height: 80px;margin-right: 20px;">
<div class="nav-title">
<div class="nav-title nav-title-active">
<div style="padding: 0px 3px;"><img style="display: inline-block; vertical-align: middle;height: 10px;" src="@/assets/images/fhxz_icon.png"></div>
<div>发货须知</div>
</div>
@ -562,10 +562,16 @@ export default {
display: inline-flex;
line-height: 15px;
font-size: 12px;
background: #b12e29;
color: white;
background: #f0c0bf92;
color: #b12e29;
}
.nav-title-active{
background: #b12e29!important;
color: white!important;
}
.login-form2 {
border-radius: 6px;
background: #ffffff;