From a99caad99c3c19e85edd03f2fe425a0630033ac5 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 20 十一月 2024 16:09:11 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/components/header/index.scss | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 42 insertions(+), 0 deletions(-) diff --git a/src/components/header/index.scss b/src/components/header/index.scss index 7ba7cf0..914e967 100644 --- a/src/components/header/index.scss +++ b/src/components/header/index.scss @@ -287,6 +287,7 @@ } .wx-sms-wrap { text-align: center; + position: relative; .tip { margin: 215px 15px 15px; @@ -305,6 +306,47 @@ font-weight: bold; } } + + .mk-img { + width: 258px; + height: 258px; + position: relative; + top: -15px; + } + .mk-tip { + margin: 0px 15px 15px; + position: relative; + top: -20px; + span { + font-size: 16px; + letter-spacing: 2px; + font-weight: 500; + color: #333; + } + span:nth-child(2) { + color: #45B449; + font-weight: bold; + } + span:nth-child(3) { + display: block; + font-size: 13px; + } + span:nth-child(4) { + display: block; + position: absolute; + right: -10px; + bottom: -25px; + padding: 0 5px; + font-size: 14px; + font-weight: 600; + cursor: pointer; + color: rgba(0, 0, 0, 0.65); + transition: color 0.2s; + } + span:nth-child(4):hover { + color: rgba(0, 0, 0, 0.85); + } + } .qrcode-box + .tip { margin-top: 15px; } -- Gitblit v1.8.0