diff --git a/resources/html/neteaseMusicInfo/neteaseMusicInfo.css b/resources/html/neteaseMusicInfo/neteaseMusicInfo.css index 9a4b2b5..5795200 100644 --- a/resources/html/neteaseMusicInfo/neteaseMusicInfo.css +++ b/resources/html/neteaseMusicInfo/neteaseMusicInfo.css @@ -9,7 +9,7 @@ body, html { margin: 0; padding: 0; - width: 780px; + width: 100%; font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif; } @@ -18,7 +18,7 @@ html { position: absolute; top: 0; left: 0; - width: 780px; + width: 100%; height: 450px; z-index: -1; object-fit: cover; @@ -46,7 +46,7 @@ html { .songinfobox { width: 100%; height: 100%; - padding: 30px 0px; + padding: 30px 0px 17px 0px; } .info { @@ -126,4 +126,13 @@ html { margin-left: 10px; color: #fff; box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.4); +} + +.logo{ + width: 100%; + text-align: center; + font-size: 15px; + margin-top: 20px; + color: rgba(255, 255, 255, 0.7); + font-family: 'singerName'; } \ No newline at end of file diff --git a/resources/html/neteaseMusicInfo/neteaseMusicInfo.html b/resources/html/neteaseMusicInfo/neteaseMusicInfo.html index 9e34edd..f886fe2 100644 --- a/resources/html/neteaseMusicInfo/neteaseMusicInfo.html +++ b/resources/html/neteaseMusicInfo/neteaseMusicInfo.html @@ -41,6 +41,7 @@ {{/if}} +