From e70553694d5ab6869a85a0db60bc14942a06bc15 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 17 七月 2020 11:13:16 +0800 Subject: [PATCH] 2020-07-17 --- src/mob/components/login/mob-login-2/index.scss | 26 +++++++++++++++++++++++++- 1 files changed, 25 insertions(+), 1 deletions(-) diff --git a/src/mob/components/login/mob-login-2/index.scss b/src/mob/components/login/mob-login-2/index.scss index 1256cf0..589674c 100644 --- a/src/mob/components/login/mob-login-2/index.scss +++ b/src/mob/components/login/mob-login-2/index.scss @@ -32,7 +32,31 @@ .plat-name:not(.editing):hover { border-color: #535353; } - .other-register { + .row-box { + position: relative; + width: 280px; + margin: 0 auto; + line-height: 1.5; + + .col-item { + position: relative; + display: inline-block; + width: 50%; + border: 1px dotted transparent; + } + .col-item.right { + float: right; + } + + .col-item.editing { + border: 1px solid #1890ff; + box-shadow: 0px 0px 2px #1890ff; + } + .col-item:not(.editing):hover { + border-color: #535353; + } + } + .other-auth { text-align: center; font-size: 26px; color: rgb(68, 168, 242); -- Gitblit v1.8.0