From d3a618f09ab510de5c4ca772c44f60c218b61964 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 18 九月 2021 15:12:30 +0800 Subject: [PATCH] 2021-09-18 --- src/views/login/index.scss | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/src/views/login/index.scss b/src/views/login/index.scss index c183885..80c6e97 100644 --- a/src/views/login/index.scss +++ b/src/views/login/index.scss @@ -45,6 +45,26 @@ overflow: hidden; border: 1px solid #bfbfbf; + .login-way-title { + font-size: 18px; + line-height: 45px; + display: flex; + } + .login-way-title::before, .login-way-title::after { + display: inline-block; + content: ' '; + height: 0.5px; + flex: 1; + background-color: red; + position: relative; + top: 22px; + } + .login-way-title::before { + margin: 0 10px 0 1.6vw; + } + .login-way-title::after { + margin: 0 1.6vw 0 10px; + } .login-way-wrap { height: 50px; line-height: 50px; -- Gitblit v1.8.0