gpttemp
This commit is contained in:
30
code/public/static/css/modules/ranking/ranking_04.css
Normal file
30
code/public/static/css/modules/ranking/ranking_04.css
Normal file
@@ -0,0 +1,30 @@
|
||||
/* ranking_04.css */
|
||||
.__PFX__-r4-hd {
|
||||
font-size: 16px;
|
||||
color: var(--primary-color);
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.__PFX__-r4-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2,1fr);
|
||||
gap: 14px;
|
||||
}
|
||||
@media(min-width:768px){
|
||||
.__PFX__-r4-grid { grid-template-columns: repeat(3,1fr); }
|
||||
}
|
||||
.__PFX__-r4-card {
|
||||
background: #fff;
|
||||
padding: 10px;
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 4px 12px rgba(0,0,0,.08);
|
||||
}
|
||||
.__PFX__-r4-img {
|
||||
width: 100%;
|
||||
aspect-ratio: 2/3;
|
||||
border-radius: 10px;
|
||||
object-fit: cover;
|
||||
}
|
||||
.__PFX__-r4-name {
|
||||
font-size: 13px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
Reference in New Issue
Block a user