gpttemp
This commit is contained in:
140
code/public/static/css/modules/play/play_02.css
Normal file
140
code/public/static/css/modules/play/play_02.css
Normal file
@@ -0,0 +1,140 @@
|
||||
/* PLAY 02 — 深色影院风 */
|
||||
|
||||
.__PFX__-p2-shell {
|
||||
background:#05060a;
|
||||
color:#eee;
|
||||
min-height:100vh;
|
||||
}
|
||||
|
||||
/* 播放器 */
|
||||
.__PFX__-p2-screen {
|
||||
width:100%;
|
||||
max-width:960px;
|
||||
margin:0 auto;
|
||||
padding:10px;
|
||||
}
|
||||
.__PFX__-p2-dp {
|
||||
width:100%;
|
||||
height:220px;
|
||||
}
|
||||
@media(min-width:768px){
|
||||
.__PFX__-p2-dp { height:420px; }
|
||||
}
|
||||
|
||||
/* 信息 */
|
||||
.__PFX__-p2-info {
|
||||
max-width:960px;
|
||||
margin:10px auto 0;
|
||||
padding:0 12px;
|
||||
}
|
||||
.__PFX__-p2-info h1 {
|
||||
font-size:22px;
|
||||
color:var(--primary-color);
|
||||
}
|
||||
.__PFX__-p2-meta span {
|
||||
font-size:12px;
|
||||
margin-right:8px;
|
||||
color:#ccc;
|
||||
}
|
||||
.__PFX__-p2-actors {
|
||||
font-size:13px;
|
||||
margin-top:4px;
|
||||
}
|
||||
|
||||
/* 线路 chips */
|
||||
.__PFX__-p2-lines {
|
||||
max-width:960px;
|
||||
margin:14px auto 0;
|
||||
padding:0 12px;
|
||||
display:flex;
|
||||
flex-wrap:wrap;
|
||||
gap:8px;
|
||||
}
|
||||
.__PFX__-p2-linechip {
|
||||
padding:5px 10px;
|
||||
border-radius:999px;
|
||||
border:1px solid rgba(255,255,255,.15);
|
||||
background:rgba(255,255,255,.03);
|
||||
color:#ddd;
|
||||
font-size:12px;
|
||||
}
|
||||
.__PFX__-p2-linechip.active {
|
||||
background:var(--primary-color);
|
||||
border-color:var(--primary-color);
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
/* 集数按钮 */
|
||||
.__PFX__-p2-epswrap {
|
||||
max-width:960px;
|
||||
margin:8px auto 0;
|
||||
padding:0 12px 10px;
|
||||
}
|
||||
.__PFX__-p2-epbox {
|
||||
display:none;
|
||||
display:none;
|
||||
flex-wrap:wrap;
|
||||
gap:8px;
|
||||
}
|
||||
.__PFX__-p2-epbox.active {
|
||||
display:flex;
|
||||
}
|
||||
.__PFX__-p2-epbtn {
|
||||
padding:6px 12px;
|
||||
font-size:12px;
|
||||
border-radius:8px;
|
||||
background:#171920;
|
||||
color:#ddd;
|
||||
}
|
||||
.__PFX__-p2-epbtn.active {
|
||||
background:var(--primary-color);
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
/* 简介 */
|
||||
.__PFX__-p2-desc {
|
||||
max-width:960px;
|
||||
margin:14px auto 0;
|
||||
padding:0 12px 10px;
|
||||
}
|
||||
.__PFX__-p2-desc h2 {
|
||||
font-size:16px;
|
||||
color:var(--primary-color);
|
||||
margin-bottom:6px;
|
||||
}
|
||||
.__PFX__-p2-desc p {
|
||||
font-size:14px;
|
||||
line-height:1.7;
|
||||
color:#ddd;
|
||||
}
|
||||
|
||||
/* 推荐 */
|
||||
.__PFX__-p2-rel {
|
||||
max-width:960px;
|
||||
margin:14px auto 20px;
|
||||
padding:0 12px;
|
||||
}
|
||||
.__PFX__-p2-rel h3 {
|
||||
font-size:16px;
|
||||
color:var(--primary-color);
|
||||
}
|
||||
.__PFX__-p2-relgrid {
|
||||
margin-top:10px;
|
||||
display:grid;
|
||||
gap:12px;
|
||||
grid-template-columns:repeat(2,1fr);
|
||||
}
|
||||
@media(min-width:768px){
|
||||
.__PFX__-p2-relgrid { grid-template-columns:repeat(4,1fr); }
|
||||
}
|
||||
.__PFX__-p2-card img {
|
||||
width:100%;
|
||||
border-radius:10px;
|
||||
aspect-ratio:2/3;
|
||||
object-fit:cover;
|
||||
}
|
||||
.__PFX__-p2-card p {
|
||||
font-size:12px;
|
||||
margin-top:4px;
|
||||
color:#eee;
|
||||
}
|
||||
Reference in New Issue
Block a user