From c2f9f3778fb284b2ffd18d9e783c6873281cbb85 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 27 六月 2020 09:56:33 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/pda/login.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/pda/login.html b/src/main/webapp/views/pda/login.html
index 96f9ad2..0a8f521 100644
--- a/src/main/webapp/views/pda/login.html
+++ b/src/main/webapp/views/pda/login.html
@@ -40,8 +40,9 @@
             height: 120px;
             padding-left: 40px;
             font-size: xx-large;
-            border: 1px solid #939393;
+            border: 1px solid #6c6c6c;
             color: inherit;
+            border-radius: 15px;
         }
 
         .login-submit {
@@ -52,7 +53,7 @@
             /*width: 80%;*/
             font-size: xx-large;
             font-weight: bolder;
-            border-radius: 4px;
+            border-radius: 10px;
             height: 120px;
         }
     </style>

--
Gitblit v1.9.1