1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee

B站热搜 文字改小;外层套壳页面样式小调整

This commit is contained in:
程序员小墨 2022-07-29 14:08:23 +08:00
parent 1c70c88406
commit e7692bac65
2 changed files with 4 additions and 1 deletions

View File

@ -21,6 +21,7 @@
#list td {
margin: 0;
border: 0.4px solid black;
font-size: 14px;
}
/* 热搜的 label 样式 */
@ -269,7 +270,7 @@
<td>${hotBand.position}</td>
<!-- 热搜 -->
<td style="text-align: left; font-size: 14px;">
<td style="text-align: left;">
<nobr>
<div style="min-width: 20px; display: inline-block;">
<span class="hotband-label" style="background-color: ${getIconText(hotBand.icon)[1]}; ${hotBand.icon ? "" : "display: none;"}">${getIconText(hotBand.icon)[0]}</span>

View File

@ -45,6 +45,8 @@
#float-container.bt .navbar-item {
text-align: center;
cursor: pointer;
width: 80px;
user-select: none;
}
#float-container.bt .navbar-item .navbar-image {