From bf863779a389a07f62410f872eec63a4e4b1e6cc Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 27 六月 2020 09:59:02 +0800
Subject: [PATCH] #
---
src/main/webapp/views/pda/login.html | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/views/pda/login.html b/src/main/webapp/views/pda/login.html
index 96f9ad2..27b7fda 100644
--- a/src/main/webapp/views/pda/login.html
+++ b/src/main/webapp/views/pda/login.html
@@ -40,10 +40,13 @@
height: 120px;
padding-left: 40px;
font-size: xx-large;
- border: 1px solid #939393;
+ border: 1px solid #9c9c9c;
color: inherit;
+ border-radius: 15px;
}
-
+ .layui-input:hover, .layui-textarea:hover {
+ border-color: #454545 !important;
+ }
.login-submit {
margin-top: 80px;
}
@@ -52,7 +55,7 @@
/*width: 80%;*/
font-size: xx-large;
font-weight: bolder;
- border-radius: 4px;
+ border-radius: 10px;
height: 120px;
}
</style>
--
Gitblit v1.9.1