B站热搜 文字改小;外层套壳页面样式小调整
This commit is contained in:
parent
1c70c88406
commit
e7692bac65
@ -21,6 +21,7 @@
|
|||||||
#list td {
|
#list td {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: 0.4px solid black;
|
border: 0.4px solid black;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 热搜的 label 样式 */
|
/* 热搜的 label 样式 */
|
||||||
@ -269,7 +270,7 @@
|
|||||||
<td>${hotBand.position}</td>
|
<td>${hotBand.position}</td>
|
||||||
|
|
||||||
<!-- 热搜 -->
|
<!-- 热搜 -->
|
||||||
<td style="text-align: left; font-size: 14px;">
|
<td style="text-align: left;">
|
||||||
<nobr>
|
<nobr>
|
||||||
<div style="min-width: 20px; display: inline-block;">
|
<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>
|
<span class="hotband-label" style="background-color: ${getIconText(hotBand.icon)[1]}; ${hotBand.icon ? "" : "display: none;"}">${getIconText(hotBand.icon)[0]}</span>
|
||||||
|
@ -45,6 +45,8 @@
|
|||||||
#float-container.bt .navbar-item {
|
#float-container.bt .navbar-item {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
width: 80px;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#float-container.bt .navbar-item .navbar-image {
|
#float-container.bt .navbar-item .navbar-image {
|
||||||
|
Loading…
Reference in New Issue
Block a user