From fa3c957b2913452f3b1c7039dfab3ceb554045f4 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 02 十一月 2024 23:26:41 +0800 Subject: [PATCH] 2024-11-02 --- src/components/header/index.scss | 34 ---------------------------------- 1 files changed, 0 insertions(+), 34 deletions(-) diff --git a/src/components/header/index.scss b/src/components/header/index.scss index 471f2e5..7ba7cf0 100644 --- a/src/components/header/index.scss +++ b/src/components/header/index.scss @@ -309,38 +309,4 @@ margin-top: 15px; } } -} -.mk-msg-icon { - font-size: 16px; - margin-top: 17px; - margin-right: 20px; - margin-left: 0px; - color: #1CD66C; - cursor: pointer; -} -.mk-msg-icon[data-title] { - position: relative; - - &::before { - content: " "; - position: absolute; - top: 6px; - left: 2px; - z-index: -1; - width: 12px; - height: 3px; - display: block; - background: #fff; - } - &::after { - position: absolute; - top: -10px; - left: 15px; - color: #f5222d; - font-size: 12px; - line-height: 16px; - white-space: nowrap; - font-weight: 600; - content: attr(data-title); - } } \ No newline at end of file -- Gitblit v1.8.0