gpttemp
This commit is contained in:
107
code/public/static/css/modules/detail/detail_05.css
Normal file
107
code/public/static/css/modules/detail/detail_05.css
Normal file
@@ -0,0 +1,107 @@
|
||||
/* detail_05.css */
|
||||
.__PFX__-d5-page { padding: 12px; }
|
||||
|
||||
/* 头部 */
|
||||
.__PFX__-d5-head h1 {
|
||||
font-size: 22px;
|
||||
color: var(--primary-color);
|
||||
}
|
||||
.__PFX__-d5-head p {
|
||||
font-size: 13px;
|
||||
color: #666;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
/* 海报 */
|
||||
.__PFX__-d5-fig {
|
||||
margin-top: 12px;
|
||||
}
|
||||
.__PFX__-d5-poster {
|
||||
width: 100%;
|
||||
max-width: 260px;
|
||||
border-radius: 14px;
|
||||
aspect-ratio: 2/3;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
/* 线路 + 集数 */
|
||||
.__PFX__-d5-lines {
|
||||
margin-top: 14px;
|
||||
}
|
||||
.__PFX__-d5-linechips {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
}
|
||||
.__PFX__-d5-chip {
|
||||
padding: 5px 10px;
|
||||
border-radius: 999px;
|
||||
border: 1px solid rgba(0,0,0,.06);
|
||||
background: #f7f7f7;
|
||||
font-size: 12px;
|
||||
}
|
||||
.__PFX__-d5-chip.active {
|
||||
background: var(--primary-color);
|
||||
color: #fff;
|
||||
}
|
||||
.__PFX__-d5-epswrap {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.__PFX__-d5-eps {
|
||||
display: none;
|
||||
display: none;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
}
|
||||
.__PFX__-d5-eps.active {
|
||||
display: flex;
|
||||
}
|
||||
.__PFX__-d5-epbtn {
|
||||
padding: 6px 12px;
|
||||
font-size: 12px;
|
||||
border-radius: 8px;
|
||||
background: #fafafa;
|
||||
border: 1px solid rgba(0,0,0,.05);
|
||||
}
|
||||
.__PFX__-d5-epbtn.active {
|
||||
background: var(--primary-color);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* 简介 */
|
||||
.__PFX__-d5-info h2 {
|
||||
margin-top: 18px;
|
||||
font-size: 16px;
|
||||
color: var(--primary-color);
|
||||
}
|
||||
.__PFX__-d5-info p {
|
||||
margin-top: 6px;
|
||||
font-size: 14px;
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
/* 综合推荐 */
|
||||
.__PFX__-d5-rel h3 {
|
||||
margin-top: 18px;
|
||||
font-size: 16px;
|
||||
color: var(--primary-color);
|
||||
}
|
||||
.__PFX__-d5-relgrid {
|
||||
margin-top: 8px;
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
grid-template-columns: repeat(2,1fr);
|
||||
}
|
||||
@media(min-width:768px){
|
||||
.__PFX__-d5-relgrid { grid-template-columns: repeat(4,1fr); }
|
||||
}
|
||||
.__PFX__-d5-relcard img {
|
||||
width: 100%;
|
||||
aspect-ratio: 2/3;
|
||||
border-radius: 10px;
|
||||
object-fit: cover;
|
||||
}
|
||||
.__PFX__-d5-relcard p {
|
||||
font-size: 12px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
Reference in New Issue
Block a user