gpttemp
This commit is contained in:
26
code/public/static/css/modules/ranking/ranking_01.css
Normal file
26
code/public/static/css/modules/ranking/ranking_01.css
Normal file
@@ -0,0 +1,26 @@
|
||||
/* ranking_01.css */
|
||||
.__PFX__-r1-title {
|
||||
font-size: 16px;
|
||||
color: var(--primary-color);
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.__PFX__-r1-list {
|
||||
padding-left: 20px;
|
||||
}
|
||||
.__PFX__-r1-row {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.__PFX__-r1-a {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
}
|
||||
.__PFX__-r1-num {
|
||||
color: var(--primary-color);
|
||||
font-weight: 700;
|
||||
width: 18px;
|
||||
}
|
||||
.__PFX__-r1-name {
|
||||
font-size: 14px;
|
||||
color: #333;
|
||||
}
|
||||
Reference in New Issue
Block a user