1、生日祝福,采用杭医版
2、离退休做个链接图标
This commit is contained in:
@@ -477,10 +477,51 @@
|
||||
.v4-user-section {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 24px;
|
||||
gap: 18px;
|
||||
height: 100%;
|
||||
max-width: 355px;
|
||||
max-width: 520px;
|
||||
flex-shrink: 0;
|
||||
padding-right: 16px;
|
||||
}
|
||||
|
||||
.v4-retire-system-link {
|
||||
position: relative;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-width: 90px;
|
||||
height: 30px;
|
||||
padding: 0 14px;
|
||||
border-radius: 18px;
|
||||
color: #ffffff;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
background: linear-gradient(90deg, #f5a300 0%, #ff8e00 42%, #ff4b16 100%);
|
||||
border: 1px solid rgba(255, 247, 184, 0.9);
|
||||
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.48), 0 2px 6px rgba(141, 53, 0, 0.25);
|
||||
transition: transform 0.2s ease, box-shadow 0.2s ease;
|
||||
}
|
||||
|
||||
.v4-retire-system-link::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 3px;
|
||||
left: 8px;
|
||||
right: 8px;
|
||||
height: 10px;
|
||||
border-radius: 999px;
|
||||
background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0));
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.v4-retire-system-link:hover {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
transform: translateY(-1px);
|
||||
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.55), 0 3px 9px rgba(141, 53, 0, 0.32);
|
||||
}
|
||||
|
||||
.v4-notification {
|
||||
@@ -613,7 +654,12 @@
|
||||
}
|
||||
|
||||
.v4-user-section {
|
||||
gap: 16px;
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.v4-retire-system-link {
|
||||
min-width: 78px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -692,6 +738,9 @@
|
||||
</div>
|
||||
|
||||
<div class="v4-user-section">
|
||||
<a class="v4-retire-system-link" href="http://192.168.73.133:8081/platform/login">
|
||||
离退休系统
|
||||
</a>
|
||||
<div class="v4-user-info">
|
||||
<span class="v4-user-name">${@auth.getPrincipalProperty('username')} (${@auth.getPrincipalProperty('loginname')})</span>
|
||||
<!-- <i class="fa fa-angle-down"></i> -->
|
||||
|
||||
Reference in New Issue
Block a user