diff --git a/人员管理.zip b/人员管理.zip deleted file mode 100644 index 0fb780f..0000000 Binary files a/人员管理.zip and /dev/null differ diff --git a/员工保险管理系统/保险员工.html b/保险管理/保险员工.html similarity index 73% rename from 员工保险管理系统/保险员工.html rename to 保险管理/保险员工.html index 88eb8a0..ca2238d 100644 --- a/员工保险管理系统/保险员工.html +++ b/保险管理/保险员工.html @@ -155,6 +155,7 @@ font-weight: bold; } + /* 新增样式 */ .insurance-detail { display: none; margin-top: 15px; @@ -260,88 +261,6 @@ font-weight: bold; color: #555; } - - /* 新增提醒相关样式 */ - .sidebar-notification { - position: relative; - padding: 12px 20px; - cursor: pointer; - transition: background-color 0.3s; - } - .sidebar-notification:hover { - background-color: #2c3e50; - } - .notification-badge { - position: absolute; - top: 5px; - right: 15px; - background-color: #e74c3c; - color: white; - border-radius: 50%; - width: 20px; - height: 20px; - font-size: 12px; - display: flex; - align-items: center; - justify-content: center; - } - .reminder-item { - padding: 15px; - border-bottom: 1px solid #eee; - display: flex; - justify-content: space-between; - align-items: center; - } - .reminder-item.urgent { - border-left: 4px solid #e74c3c; - background-color: #fff5f5; - } - .reminder-item.warning { - border-left: 4px solid #f39c12; - background-color: #fffaf0; - } - .reminder-content h4 { - margin: 0 0 5px 0; - color: #2c3e50; - } - .reminder-content p { - margin: 0; - color: #7f8c8d; - font-size: 14px; - } - .reminder-actions { - display: flex; - gap: 10px; - } - .modal { - display: none; - position: fixed; - z-index: 1; - left: 0; - top: 0; - width: 100%; - height: 100%; - overflow: auto; - background-color: rgba(0,0,0,0.4); - } - .modal-content { - background-color: #fefefe; - margin: 10% auto; - padding: 20px; - border: 1px solid #888; - width: 60%; - border-radius: 5px; - } - .close { - color: #aaa; - float: right; - font-size: 28px; - font-weight: bold; - cursor: pointer; - } - .close:hover { - color: black; - }
@@ -361,10 +280,6 @@保单号: CL12345678
-到期日期: 2023-12-31 (剩余15天)
-提醒内容: 您的医疗保险即将到期,请及时处理续保事宜。
-保单号: PA87654321
-到期日期: 2023-12-25 (剩余9天)
-提醒内容: 您的意外险即将到期,请及时处理续保事宜。
-