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 +