合并仓库前的准备
This commit is contained in:
34
hotband/html/assets/css/main.css
Normal file
34
hotband/html/assets/css/main.css
Normal file
@@ -0,0 +1,34 @@
|
||||
#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;
|
||||
}
|
||||
|
||||
.bottom-placeholder {
|
||||
height: 90px;
|
||||
font-size:12px;
|
||||
color: #999;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
text-align: center;
|
||||
line-height: 1.7em;
|
||||
}
|
Reference in New Issue
Block a user