From 602ed54eaad8bcff9b360584a5e0f50e50ded380 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 31 十月 2024 17:02:45 +0800 Subject: [PATCH] 2024-10-31 --- src/components/header/index.scss | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/src/components/header/index.scss b/src/components/header/index.scss index 7ba7cf0..471f2e5 100644 --- a/src/components/header/index.scss +++ b/src/components/header/index.scss @@ -309,4 +309,38 @@ 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