From a3a8c23b196980732a795713a5eb5fe0c7075bf9 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Wed, 11 Jul 2018 21:47:13 +0800
Subject: [PATCH] Revert "提交"
---
src/app/routes/passport/login/login.component.less | 42 ++++++++++++++++++++++++++++++++++++++++++
1 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/src/app/routes/passport/login/login.component.less b/src/app/routes/passport/login/login.component.less
new file mode 100644
index 0000000..3d9450c
--- /dev/null
+++ b/src/app/routes/passport/login/login.component.less
@@ -0,0 +1,42 @@
+@import 'node_modules/@delon/theme/styles/default';
+:host {
+ display: block;
+ width: 368px;
+ margin: 0 auto;
+ ::ng-deep {
+ .ant-tabs .ant-tabs-bar {
+ border-bottom: 0;
+ margin-bottom: 24px;
+ text-align: center;
+ }
+ .ant-tabs-tab {
+ font-size: 16px;
+ line-height: 24px;
+ }
+ .ant-input-affix-wrapper .ant-input:not(:first-child) {
+ padding-left: 34px;
+ }
+ .icon {
+ font-size: 24px;
+ color: rgba(0, 0, 0, 0.2);
+ margin-left: 16px;
+ vertical-align: middle;
+ cursor: pointer;
+ transition: color 0.3s;
+ &:hover {
+ color: @primary-color;
+ }
+ }
+ .other {
+ text-align: left;
+ margin-top: 24px;
+ line-height: 22px;
+ nz-tooltip {
+ vertical-align: middle;
+ }
+ .register {
+ float: right;
+ }
+ }
+ }
+}
--
Gitblit v1.8.0