From f36141f3075edf9d41928d64f759ad6bd1b1ac60 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 14 七月 2020 17:43:34 +0800 Subject: [PATCH] 2020-07-14 --- src/mob/components/login/mob-login-2/index.scss | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 47 insertions(+), 0 deletions(-) diff --git a/src/mob/components/login/mob-login-2/index.scss b/src/mob/components/login/mob-login-2/index.scss index a833946..1256cf0 100644 --- a/src/mob/components/login/mob-login-2/index.scss +++ b/src/mob/components/login/mob-login-2/index.scss @@ -32,6 +32,23 @@ .plat-name:not(.editing):hover { border-color: #535353; } + .other-register { + text-align: center; + font-size: 26px; + color: rgb(68, 168, 242); + + span { + display: inline-block; + vertical-align: top; + p { + font-size: 12px; + margin-bottom: 10px; + } + } + span:not(:last-child) { + margin-right: 15px; + } + } .am-list-item { position: relative; @@ -119,6 +136,36 @@ .company-msg:not(.editing):hover { border-color: #535353; } + + .links { + min-height: 10px; + font-size: 12px; + text-align: center; + line-height: 1.5; + + span { + display: inline-block; + position: relative; + text-decoration: inherit; + font-style: inherit; + min-width: 40px; + border: 1px dotted transparent; + } + span:not(:last-child) { + margin-right: 10px; + } + span:hover { + border-color: #535353; + } + span.editing { + border: 1px solid #1890ff; + box-shadow: 0px 0px 2px #1890ff; + } + >.anticon-plus { + cursor: pointer; + color: #26C281; + } + } } .am-picker-popup-wrap { left: calc(50vw - 305px); -- Gitblit v1.8.0