gpttemp
This commit is contained in:
29
code/public/static/css/modules/banner/banner_02.css
Normal file
29
code/public/static/css/modules/banner/banner_02.css
Normal file
@@ -0,0 +1,29 @@
|
||||
/* banner_02.css */
|
||||
.__PFX__-b2-box {
|
||||
margin: 16px 0;
|
||||
}
|
||||
.__PFX__-b2-click {
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
padding: 12px;
|
||||
background: #fff;
|
||||
border-radius: 14px;
|
||||
border: 1px solid rgba(0,0,0,.05);
|
||||
}
|
||||
.__PFX__-b2-left h3 {
|
||||
font-size: 16px;
|
||||
color: var(--primary-color);
|
||||
}
|
||||
.__PFX__-b2-left span {
|
||||
font-size: 12px;
|
||||
color: #777;
|
||||
}
|
||||
.__PFX__-b2-thumb {
|
||||
width: 100px;
|
||||
height: 60px;
|
||||
border-radius: 8px;
|
||||
object-fit: cover;
|
||||
}
|
||||
@media(min-width:768px){
|
||||
.__PFX__-b2-thumb { width: 130px; height: 80px; }
|
||||
}
|
||||
Reference in New Issue
Block a user