|
@@ -134,8 +134,9 @@ const passwordExpiration = {
|
|
|
</div>
|
|
</div>
|
|
|
<div class="card-content">
|
|
<div class="card-content">
|
|
|
<div class="title">
|
|
<div class="title">
|
|
|
- <span class="font_family icon-icon_password_b"></span>
|
|
|
|
|
- <span>Feature Update</span>
|
|
|
|
|
|
|
+ <!-- <span class="font_family icon-icon_password_b"></span> -->
|
|
|
|
|
+ <img style="margin-right: 5px" src="../images/icon_publish.png" alt="" />
|
|
|
|
|
+ <span>New feature online: Quick search has been released!</span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="details">
|
|
<div class="details">
|
|
|
<span
|
|
<span
|
|
@@ -143,6 +144,7 @@ const passwordExpiration = {
|
|
|
You can now quickly find what you need by entering keywords, greatly improving your
|
|
You can now quickly find what you need by entering keywords, greatly improving your
|
|
|
work efficiency. Go and experience it!</span
|
|
work efficiency. Go and experience it!</span
|
|
|
>
|
|
>
|
|
|
|
|
+ <img src="../images/test.png" style="margin-top: 12px; border-radius: 12px" alt="" />
|
|
|
</div>
|
|
</div>
|
|
|
<div class="change-btn" style="text-align: center">
|
|
<div class="change-btn" style="text-align: center">
|
|
|
<el-button
|
|
<el-button
|
|
@@ -164,10 +166,6 @@ div.layout-toolbar {
|
|
|
.notification-content {
|
|
.notification-content {
|
|
|
padding: 16px;
|
|
padding: 16px;
|
|
|
.notification-item {
|
|
.notification-item {
|
|
|
- margin-bottom: 16px;
|
|
|
|
|
- &:last-child {
|
|
|
|
|
- margin-bottom: 0;
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.password-notifications {
|
|
.password-notifications {
|
|
@@ -177,8 +175,8 @@ div.layout-toolbar {
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
margin-bottom: 8px;
|
|
margin-bottom: 8px;
|
|
|
.status-icon {
|
|
.status-icon {
|
|
|
- width: 10px;
|
|
|
|
|
- height: 10px;
|
|
|
|
|
|
|
+ width: 8px;
|
|
|
|
|
+ height: 8px;
|
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
|
background-color: var(--color-theme);
|
|
background-color: var(--color-theme);
|
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
@@ -210,13 +208,14 @@ div.layout-toolbar {
|
|
|
}
|
|
}
|
|
|
.feature-update {
|
|
.feature-update {
|
|
|
margin-bottom: 16px;
|
|
margin-bottom: 16px;
|
|
|
|
|
+
|
|
|
.header {
|
|
.header {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
margin-bottom: 8px;
|
|
margin-bottom: 8px;
|
|
|
.status-icon {
|
|
.status-icon {
|
|
|
- width: 10px;
|
|
|
|
|
- height: 10px;
|
|
|
|
|
|
|
+ width: 8px;
|
|
|
|
|
+ height: 8px;
|
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
|
background-color: var(--color-theme);
|
|
background-color: var(--color-theme);
|
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
@@ -227,14 +226,15 @@ div.layout-toolbar {
|
|
|
}
|
|
}
|
|
|
.card-content {
|
|
.card-content {
|
|
|
padding: 16px 8px 24px;
|
|
padding: 16px 8px 24px;
|
|
|
- background: linear-gradient(180deg, #ffe294 0%, #f6f8fa 100%);
|
|
|
|
|
|
|
+ background: linear-gradient(137deg, #fff4eb 12.41%, #f0f3ff 52.63%, #e0f7f9 93.28%);
|
|
|
border-radius: 12px;
|
|
border-radius: 12px;
|
|
|
- &.is-expired {
|
|
|
|
|
- background: linear-gradient(182deg, #ef99a0 2.2%, #f6f8fa 98.77%);
|
|
|
|
|
- }
|
|
|
|
|
.title {
|
|
.title {
|
|
|
|
|
+ img {
|
|
|
|
|
+ vertical-align: middle;
|
|
|
|
|
+ }
|
|
|
span {
|
|
span {
|
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
|
|
|
+ display: inline-block;
|
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
|
}
|
|
}
|
|
|
.font_family {
|
|
.font_family {
|