1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee
tools/html/assets/css/main.css

25 lines
344 B
CSS
Raw Normal View History

#list {
width: 100%;
text-align: center;
border-spacing: 0;
border: 0.4px solid black;
}
#list tr {
height: min(1.85rem, 50px);
}
#list td {
margin: 0;
border: 0.4px solid black;
}
/* 热搜的 label 样式 */
.hotband-label {
color: white;
padding: 3px;
border-radius: 6px;
font-size: 10px;
display: inline-block;
}