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