gpttemp
This commit is contained in:
27
code/public/static/css/modules/ranking/ranking_05.css
Normal file
27
code/public/static/css/modules/ranking/ranking_05.css
Normal file
@@ -0,0 +1,27 @@
|
||||
/* ranking_05.css */
|
||||
.__PFX__-r5-top strong {
|
||||
font-size: 16px;
|
||||
color: var(--primary-color);
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.__PFX__-r5-line {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
padding: 10px 0;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
.__PFX__-r5-left {
|
||||
width: 30px;
|
||||
color: var(--primary-color);
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
.__PFX__-r5-right b {
|
||||
font-size: 14px;
|
||||
color: #333;
|
||||
}
|
||||
.__PFX__-r5-right p {
|
||||
font-size: 12px;
|
||||
color: #777;
|
||||
margin-top: 2px;
|
||||
}
|
||||
Reference in New Issue
Block a user