diff --git a/apps/account/static/css/style.css b/apps/account/static/css/style.css index ac4f542..96c9a68 100644 --- a/apps/account/static/css/style.css +++ b/apps/account/static/css/style.css @@ -52,13 +52,9 @@ label { display: block; margin-bottom: 10px; } - - - .password-container { position: relative; } - :root { /* 颜色 */ --white: #e9e9e9; diff --git a/apps/account/static/img/bg.jpg b/apps/account/static/img/bg.jpg new file mode 100644 index 0000000..d3f764b Binary files /dev/null and b/apps/account/static/img/bg.jpg differ diff --git a/apps/account/static/img/hide-password-icon.png b/apps/account/static/img/hide-password-icon.png new file mode 100644 index 0000000..7846cd3 Binary files /dev/null and b/apps/account/static/img/hide-password-icon.png differ diff --git a/apps/account/static/img/show-password-icon.png b/apps/account/static/img/show-password-icon.png new file mode 100644 index 0000000..b8bee14 Binary files /dev/null and b/apps/account/static/img/show-password-icon.png differ diff --git a/apps/account/templates/login1.html b/apps/account/templates/login1.html index 79b943d..bd68e24 100644 --- a/apps/account/templates/login1.html +++ b/apps/account/templates/login1.html @@ -7,19 +7,6 @@ -
+
+
