From 1d42ad8fd052501107a4ef5ecb3249facb7d54d0 Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期六, 09 四月 2022 01:10:21 +0800 Subject: [PATCH] login静态 --- src/pages/login.vue | 22 +++++++++------------- 1 files changed, 9 insertions(+), 13 deletions(-) diff --git a/src/pages/login.vue b/src/pages/login.vue index fa92479..3e24f5e 100644 --- a/src/pages/login.vue +++ b/src/pages/login.vue @@ -119,13 +119,17 @@ .el-input .el-input__clear { position: relative; //background-color: blue; - top: -5.4rem; + width: 1.7rem; + height: 1.1rem; + top: -3.4rem; + right: 2.3rem; + border-radius: 60%; } .el-icon-view:before { position: absolute; - top: 3rem; - right: 2.5rem; + top: -1.4rem; + right: 0.1rem; } } </style> @@ -136,7 +140,7 @@ .login-container { width: 256rem; height: 168rem; - background: url(../assets/images/login/鑳屾櫙@2x.png) no-repeat; + background: url(../assets/images/login/loginBackground@2x.png) no-repeat; background-size: 100%; position: relative; } @@ -180,7 +184,7 @@ .loginBox { width: 80rem; height: 81.866rem; - background: url(../assets/images/login/妗咢2x.png); + background: url(../assets/images/login/loginBorder@2x.png); background-size: 100%; position: relative; margin: 0 auto; @@ -221,13 +225,5 @@ left: 8rem; } } - -//.el-input__icon .el-icon-lock{ -// width:1rem; -// -//} -///deep/ .el-input { -// width: 64rem; -//} </style> -- Gitblit v1.9.1