gpttemp
This commit is contained in:
33
code/public/static/css/modules/banner/banner_05.css
Normal file
33
code/public/static/css/modules/banner/banner_05.css
Normal file
@@ -0,0 +1,33 @@
|
||||
/* banner_05.css */
|
||||
.__PFX__-b5-box {
|
||||
margin: 16px 0;
|
||||
}
|
||||
.__PFX__-b5-imgwrap {
|
||||
position: relative;
|
||||
}
|
||||
.__PFX__-b5-img {
|
||||
width: 100%;
|
||||
height: 170px;
|
||||
border-radius: 14px;
|
||||
object-fit: cover;
|
||||
}
|
||||
.__PFX__-b5-foot {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
right: 10px;
|
||||
bottom: 12px;
|
||||
padding: 8px 10px;
|
||||
border-radius: 10px;
|
||||
background: rgba(0,0,0,.45);
|
||||
color: #fff;
|
||||
}
|
||||
.__PFX__-b5-foot h4 {
|
||||
font-size: 15px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.__PFX__-b5-foot span {
|
||||
font-size: 12px;
|
||||
}
|
||||
@media(min-width:768px){
|
||||
.__PFX__-b5-img { height: 240px; }
|
||||
}
|
||||
Reference in New Issue
Block a user