gpttemp
This commit is contained in:
26
code/public/static/css/modules/trending/trending_02.css
Normal file
26
code/public/static/css/modules/trending/trending_02.css
Normal file
@@ -0,0 +1,26 @@
|
||||
/* trending_02.css */
|
||||
.__PFX__-t2-title {
|
||||
font-size: 16px;
|
||||
color: var(--primary-color);
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.__PFX__-t2-scroll {
|
||||
overflow-x: auto;
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
}
|
||||
.__PFX__-t2-card {
|
||||
width: 120px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.__PFX__-t2-img {
|
||||
width: 100%;
|
||||
aspect-ratio: 2/3;
|
||||
border-radius: 10px;
|
||||
object-fit: cover;
|
||||
}
|
||||
.__PFX__-t2-card span {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
Reference in New Issue
Block a user