This commit is contained in:
make
2025-12-31 00:49:32 +08:00
parent ae57b68f99
commit eb8c097777
709 changed files with 39727 additions and 1041 deletions

View File

@@ -0,0 +1,28 @@
/* ranking_03.css */
.__PFX__-r3-tt {
font-size: 16px;
color: var(--primary-color);
margin-bottom: 10px;
}
.__PFX__-r3-row {
display: flex;
align-items: center;
justify-content: space-between;
padding: 8px 4px;
border-bottom: 1px solid rgba(0,0,0,.06);
}
.__PFX__-r3-l {
color: var(--primary-color);
font-size: 14px;
font-weight: bold;
width: 20px;
}
.__PFX__-r3-m {
flex: 1;
font-size: 13px;
color: #333;
}
.__PFX__-r3-r {
font-size: 14px;
color: var(--primary-color);
}