diff --git a/src/main/resources/static/assets/images/headicon1.png b/src/main/resources/static/assets/images/headicon1.png new file mode 100644 index 0000000..ddc85df Binary files /dev/null and b/src/main/resources/static/assets/images/headicon1.png differ diff --git a/src/main/resources/templates/systemuser/login.html b/src/main/resources/templates/systemuser/login.html index 6985943..69eaffa 100644 --- a/src/main/resources/templates/systemuser/login.html +++ b/src/main/resources/templates/systemuser/login.html @@ -72,7 +72,6 @@ height: 60px; line-height: 60px; text-align: center; - /* padding: auto 20px auto 50px; */ font-size: 36px; margin: auto 20px auto 50px; } @@ -83,11 +82,19 @@ line-height: 30px; font-size: 14px; margin: auto 0; - /* height: 20px; */ padding: 0 25px; border-left: 2px solid rgba(0, 0, 0, .2); } - + .sign a { + width: 260px; + height: 46px; + margin-left: 50px; + margin-top: 17px; + } + .sign a img{ + width: 260px; + height: 46px; + } .go-page { display: flex; justify-content: end; @@ -288,6 +295,7 @@ } #loginBox .denglu .yzmtx1 { position: relative; + display: none; margin-bottom: 20px; width: 100%; height: 38px; @@ -305,6 +313,7 @@ border: none; } #loginBox .denglu .yzmbox1 { + display: none; width: 100%; height: 38px; line-height: 38px; @@ -387,12 +396,15 @@
- +