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