From a5fa8ba4a291e4488ca288bbc4d0f2c404ca60f0 Mon Sep 17 00:00:00 2001 From: limqhz Date: Sat, 14 May 2022 01:26:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=86=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E7=AB=AF=E7=9A=84=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/hover/component.css | 2 +- src/main/resources/static/js/userRefresh.js | 3 ++ src/main/resources/templates/forget.html | 4 +- src/main/resources/templates/login.html | 4 +- src/main/resources/templates/register.html | 4 +- src/main/resources/templates/user/index.html | 41 ++++++++++--------- .../templates/user/user-comment.html | 2 + .../resources/templates/user/user-star.html | 2 + 8 files changed, 35 insertions(+), 27 deletions(-) diff --git a/src/main/resources/static/hover/component.css b/src/main/resources/static/hover/component.css index 4c6c65e..bbc9ac5 100644 --- a/src/main/resources/static/hover/component.css +++ b/src/main/resources/static/hover/component.css @@ -90,7 +90,7 @@ figure.effect-sadie figcaption::before { left: 0; width: 100%; height: 100%; - border-radius: 100%; + border-radius: 50%; background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%); background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%); content: ''; diff --git a/src/main/resources/static/js/userRefresh.js b/src/main/resources/static/js/userRefresh.js index 0a3bbdf..4735a11 100644 --- a/src/main/resources/static/js/userRefresh.js +++ b/src/main/resources/static/js/userRefresh.js @@ -20,3 +20,6 @@ function navChange(page){ } }); } +function changeImg(){ + layer.open({ content: '大佬不要意思!这块还在努力建设中...', skin: 'msg', time: 2 }); +} diff --git a/src/main/resources/templates/forget.html b/src/main/resources/templates/forget.html index 8de9d29..5ecb526 100644 --- a/src/main/resources/templates/forget.html +++ b/src/main/resources/templates/forget.html @@ -29,8 +29,8 @@ - - + + diff --git a/src/main/resources/templates/login.html b/src/main/resources/templates/login.html index 707d875..45833ac 100644 --- a/src/main/resources/templates/login.html +++ b/src/main/resources/templates/login.html @@ -42,8 +42,8 @@ - - + + - - + + + diff --git a/src/main/resources/templates/user/user-comment.html b/src/main/resources/templates/user/user-comment.html index ca8ed23..0f876d0 100644 --- a/src/main/resources/templates/user/user-comment.html +++ b/src/main/resources/templates/user/user-comment.html @@ -6,6 +6,7 @@ 用户中心-Quinn +