diff --git a/css/mobile.css b/css/mobile.css index 4dd843d..06dd040 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -177,12 +177,12 @@ span.link-name { display: block !important; - font-size: 1.05rem; + font-size: 0.95rem; } span.line-text, i.iconfont.icon-link { - font-size: 1.20rem; + font-size: 1.05rem; } /*菜单栏按钮*/ @@ -212,16 +212,29 @@ font-size: 0.85rem; } - /*一言边距*/ + /*一言*/ .col.hitokotos { margin-right: 0rem; } + .hitokoto-text, + .hitokoto-from { + font-size: 1.05rem; + } + /*音乐播放器*/ .music-text { max-width: 100% !important; } + #music-name { + font-size: 1.05rem; + } + + #music-open { + display: none; + } + /*隐藏鼠标样式*/ #cursor { background: transparent !important; diff --git a/css/style.css b/css/style.css index d250a40..5673322 100644 --- a/css/style.css +++ b/css/style.css @@ -576,7 +576,7 @@ span.link-name { } .upnote { - margin-top: 2rem; + margin-top: 1rem; margin-left: 2rem; display: flex; flex-direction: column; @@ -584,6 +584,10 @@ span.link-name { font-size: 1.10rem; } +.uptext i { + font-size: 1.25rem; +} + .closebox { left: auto; top: 10px; @@ -616,7 +620,16 @@ i.iconfont.icon-github1 { } .aplayer.aplayer-withlrc .aplayer-pic { - border-radius: 6px !important; + display: none; +} + +.aplayer.aplayer-withlrc .aplayer-info { + margin-left: 0px !important; +} + +.aplayer.aplayer-withlrc .aplayer-info { + background-color: #ffffff26; + border-radius: 6px; } /*歌曲名称*/ @@ -625,17 +638,13 @@ i.iconfont.icon-github1 { } /*音乐列表*/ -.aplayer.aplayer-withlist .aplayer-list { - margin-top: 8px; -} - .aplayer .aplayer-list ol li.aplayer-list-light { - background: #ffffff57 !important; + background: #ffffff26 !important; border-radius: 6px !important; } .aplayer .aplayer-list ol li:hover { - background: #ffffff57 !important; + background: #ffffff26 !important; border-radius: 6px !important; } @@ -662,6 +671,11 @@ i.iconfont.icon-github1 { height: 34px !important; } +.aplayer .aplayer-lrc { + text-align: left !important; + margin-left: 5px !important; +} + /*歌词大小*/ .aplayer .aplayer-lrc p.aplayer-lrc-current { font-size: 14.5px !important; @@ -735,6 +749,10 @@ footer { line-height: 18px !important; } +.iziToast>.iziToast-body .iziToast-message { + margin: 6px 0px 4px 0px !important; +} + .iziToast:after { box-shadow: none !important; } diff --git a/index.html b/index.html index 091a294..5309815 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,6 @@ - @@ -153,7 +152,7 @@