From 6cf3812e28b35290a521001a3bc866a9eee8bc89 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 28 三月 2024 15:47:36 +0800 Subject: [PATCH] 2024-03-28 --- src/components/header/index.scss | 35 ++++++++++++++++++++++++++--------- 1 files changed, 26 insertions(+), 9 deletions(-) diff --git a/src/components/header/index.scss b/src/components/header/index.scss index dc9c47d..751fa9a 100644 --- a/src/components/header/index.scss +++ b/src/components/header/index.scss @@ -276,17 +276,34 @@ } } -.mk-wx-notice { - top: 100px!important; - .anticon-check-circle { - display: none; - } - .ant-modal-confirm-title { +.mk-wx-sms-modal { + .ant-modal-title { text-align: center; - min-height: 320px; + font-size: 22px; + font-weight: 500; + color: #151515; + margin-top: 15px; + letter-spacing: 2px; } - .ant-modal-confirm-btns { - float: none!important; + .wx-sms-wrap { text-align: center; + + .tip { + margin: 15px; + img { + width: 24px; + margin-right: 10px; + } + span { + font-size: 16px; + letter-spacing: 2px; + font-weight: 500; + color: #333; + } + span + span { + color: #45B449; + font-weight: bold; + } + } } } \ No newline at end of file -- Gitblit v1.8.0