模板:Fstpagetest styles
来自RIA | Wiki
更多操作
/* =========================
testpage_styles (strict)
avoid 3D, avoid pointer-events, avoid inset/user-select
========================= */
.tst{
max-width: 1200px;
margin: 0 auto;
padding: 0 14px 28px 14px;
color: rgba(0,0,0,.82);
}
.tst a{ color:#9a2a2a; font-weight:700; text-decoration:none; }
.tst a:hover{ color:#b63737; text-decoration:underline; }
.tst-muted{
margin-top:10px;
font-size:13px;
color: rgba(0,0,0,.60);
line-height:1.65;
}
/* ---------- HERO ---------- */
.tst-hero{
display:flex;
gap:16px;
align-items:stretch;
padding:16px;
margin:14px 0 18px 0;
border:1px solid rgba(0,0,0,.08);
border-radius:16px;
background:#fff;
box-shadow: 0 10px 26px rgba(0,0,0,.08);
}
.tst-hero-left{ flex:1 1 auto; min-width:260px; }
.tst-hero-right{ flex:0 0 460px; display:flex; flex-direction:column; gap:8px; align-items:center; justify-content:center; }
.tst-hero-image{
border-radius:14px;
box-shadow: 0 10px 26px rgba(0,0,0,.10);
}
.tst-caption{
font-size:12px;
color: rgba(0,0,0,.55);
align-self:flex-start;
padding-left:6px;
}
.tst-badge{
display:inline-block;
padding:4px 10px;
border-radius:999px;
background: rgba(182,55,55,.10);
border:1px solid rgba(182,55,55,.22);
color:#8f1f1f;
font-weight:900;
font-size:12px;
letter-spacing:.3px;
}
.tst-title{
margin:10px 0 6px 0;
font-size:38px;
font-weight:900;
letter-spacing:.4px;
}
.tst-lead{
font-size:15px;
line-height:1.75;
color: rgba(0,0,0,.72);
}
/* KPI */
.tst-kpi{
display:flex;
gap:10px;
flex-wrap:wrap;
margin-top:12px;
}
.tst-kpi-item{
padding:10px 12px;
border-radius:14px;
background:#f6f7fa;
border:1px solid rgba(0,0,0,.06);
min-width: 160px;
}
.tst-kpi-num{
font-size:22px;
font-weight:900;
}
.tst-kpi-text{
font-size:12px;
color: rgba(0,0,0,.62);
margin-top:2px;
}
/* nav pills */
.tst-nav{
margin-top:12px;
display:flex;
flex-wrap:wrap;
gap:10px;
}
.tst-navlink{
display:inline-block;
padding:6px 10px;
border-radius:999px;
background:#f6f7fa;
border:1px solid rgba(0,0,0,.06);
color: rgba(0,0,0,.70);
font-weight:900;
text-decoration:none;
}
.tst-navlink:hover{
border-color: rgba(182,55,55,.22);
background: rgba(182,55,55,.08);
color:#8f1f1f;
text-decoration:none;
}
/* ---------- SECTION HEADER ---------- */
.tst-section{
margin-top:18px;
}
.tst-section-h{
padding:12px 14px;
border-radius:14px;
border:1px solid rgba(0,0,0,.08);
background:#fff;
box-shadow: 0 6px 18px rgba(0,0,0,.06);
margin-bottom:12px;
}
.tst-section-h h2{
margin:0;
font-size:18px;
font-weight:900;
}
.tst-section-sub{
margin-top:4px;
font-size:13px;
color: rgba(0,0,0,.60);
}
/* ---------- REVEAL NOTICE WALL (2D, no 3D) ---------- */
.tst-revealwall{
display:flex;
gap:16px;
flex-wrap:wrap;
}
.tst-reveal{
width:270px;
border-radius:14px;
border:1px solid rgba(0,0,0,.08);
background:#fff;
box-shadow:0 8px 20px rgba(0,0,0,.08);
overflow:hidden;
}
.tst-reveal-head{
padding:14px;
background:#fff;
}
.tst-reveal-title{
margin-top:8px;
font-size:16px;
font-weight:900;
line-height:1.25;
}
.tst-reveal-sub{
margin-top:6px;
font-size:13px;
color: rgba(0,0,0,.70);
line-height:1.6;
}
.tst-reveal-body{
padding:0 14px 14px 14px;
font-size:13px;
color: rgba(0,0,0,.72);
line-height:1.65;
opacity:0;
max-height:0;
overflow:hidden;
transition: opacity .18s ease, max-height .18s ease;
}
/* hover reveal detail */
.tst-reveal:hover{
box-shadow:0 14px 28px rgba(0,0,0,.10);
border-color: rgba(182,55,55,.18);
}
.tst-reveal:hover .tst-reveal-body{
opacity:1;
max-height:260px;
}
/* tags */
.tst-tag{
display:inline-block;
padding:4px 8px;
font-size:12px;
font-weight:900;
border-radius:999px;
background:rgba(182,55,55,.12);
color:#8f1f1f;
border:1px solid rgba(182,55,55,.18);
}
.tst-tag-warn{
background:rgba(255,153,0,.14);
border-color: rgba(255,153,0,.22);
color: rgba(110,70,0,.95);
}
.tst-tag-cool{
background:rgba(80,120,255,.12);
border-color: rgba(80,120,255,.22);
color: rgba(20,50,140,.95);
}
/* ---------- TABS (radio) ---------- */
.tst-tabs{
border:1px solid rgba(0,0,0,.08);
border-radius:14px;
background:#fff;
box-shadow: 0 6px 18px rgba(0,0,0,.06);
overflow:hidden;
}
.tst-tab-radio{
position:absolute;
left:-9999px;
}
.tst-tabbar{
display:flex;
gap:8px;
padding:10px 10px;
border-bottom:1px solid rgba(0,0,0,.08);
background:#fbfbfd;
}
.tst-tab{
cursor:pointer;
padding:7px 12px;
border-radius:999px;
border:1px solid rgba(0,0,0,.10);
background:#fff;
font-weight:900;
color: rgba(0,0,0,.72);
}
.tst-tab:hover{
border-color: rgba(182,55,55,.22);
color:#8f1f1f;
}
.tst-panels{
padding:14px;
}
.tst-panel{
display:none;
padding:12px;
border-radius:12px;
border:1px solid rgba(0,0,0,.08);
background:#fff;
}
.tst-panel-title{
font-weight:900;
font-size:16px;
margin-bottom:6px;
}
.tst-panel-text{
color: rgba(0,0,0,.72);
line-height:1.7;
font-size:14px;
}
.tst-panel-go{
margin-top:8px;
font-weight:900;
}
.tst-pills{
margin-top:10px;
display:flex;
flex-wrap:wrap;
gap:10px;
}
.tst-pill{
display:inline-block;
padding:7px 10px;
border-radius:999px;
background:#f6f7fa;
border:1px solid rgba(0,0,0,.06);
font-weight:900;
color: rgba(0,0,0,.70);
font-size:13px;
}
#tsttab-1:checked ~ .tst-tabbar label[for="tsttab-1"],
#tsttab-2:checked ~ .tst-tabbar label[for="tsttab-2"],
#tsttab-3:checked ~ .tst-tabbar label[for="tsttab-3"]{
background:#b63737;
border-color: rgba(0,0,0,.08);
color:#fff;
}
#tsttab-1:checked ~ .tst-panels .tst-panel-1{ display:block; }
#tsttab-2:checked ~ .tst-panels .tst-panel-2{ display:block; }
#tsttab-3:checked ~ .tst-panels .tst-panel-3{ display:block; }
/* ---------- ACCORDION (checkbox) ---------- */
.tst-acc{
border:1px solid rgba(0,0,0,.08);
border-radius:14px;
background:#fff;
box-shadow: 0 6px 18px rgba(0,0,0,.06);
overflow:hidden;
}
.tst-acc-item{
border-bottom:1px solid rgba(0,0,0,.08);
}
.tst-acc-item:last-child{ border-bottom:none; }
.tst-acc-check{
position:absolute;
left:-9999px;
}
.tst-acc-head{
display:flex;
align-items:center;
justify-content:space-between;
gap:10px;
padding:12px 14px;
cursor:pointer;
background:#fff;
}
.tst-acc-q{ font-weight:900; }
.tst-acc-ico{
width:28px;
height:28px;
border-radius:999px;
border:1px solid rgba(0,0,0,.10);
display:flex;
align-items:center;
justify-content:center;
font-weight:900;
color: rgba(0,0,0,.65);
}
.tst-acc-body{
max-height:0;
overflow:hidden;
padding:0 14px;
color: rgba(0,0,0,.72);
line-height:1.75;
transition:max-height .25s ease;
}
.tst-acc-check:checked + .tst-acc-head{ background:#fbfbfd; }
.tst-acc-check:checked + .tst-acc-head .tst-acc-ico{
background: rgba(182,55,55,.10);
border-color: rgba(182,55,55,.22);
color:#8f1f1f;
}
.tst-acc-check:checked ~ .tst-acc-body{
max-height: 520px;
padding: 0 14px 14px 14px;
}
/* callout */
.tst-callout{
padding:10px 12px;
border-radius:12px;
background:#f6f7fa;
border:1px solid rgba(0,0,0,.06);
margin:10px 0;
color: rgba(0,0,0,.72);
}
/* tooltip (more strict: no pointer-events, no transform) */
.tst-tip{
position:relative;
display:inline-block;
padding:2px 8px;
border-radius:999px;
background: rgba(182,55,55,.10);
border:1px solid rgba(182,55,55,.18);
color:#8f1f1f;
font-weight:900;
cursor:help;
}
.tst-tip::after{
content: attr(data-tip);
position:absolute;
left:0;
top:140%;
min-width: 220px;
max-width: 320px;
padding:10px 10px;
border-radius:12px;
background:#111;
color:#fff;
font-weight:700;
font-size:12px;
line-height:1.55;
opacity:0;
transition: opacity .15s ease;
}
.tst-tip:hover::after{
opacity:1;
}
/* ---------- TIMELINE ---------- */
.tst-tl{
border:1px solid rgba(0,0,0,.08);
border-radius:14px;
background:#fff;
box-shadow: 0 6px 18px rgba(0,0,0,.06);
padding: 12px 14px;
}
.tst-tl-item{
display:flex;
gap:12px;
padding: 10px 0 10px 0;
}
.tst-tl-item:not(:last-child){
border-bottom:1px dashed rgba(0,0,0,.14);
}
.tst-tl-dot{
flex:0 0 12px;
width:12px;
height:12px;
border-radius:999px;
background:#b63737;
margin-top:6px;
box-shadow: 0 0 0 4px rgba(182,55,55,.12);
}
.tst-tl-time{
font-size:12px;
color: rgba(0,0,0,.55);
font-weight:900;
letter-spacing:.2px;
}
.tst-tl-title{
font-weight:900;
margin-top:2px;
}
.tst-tl-text{
margin-top:4px;
color: rgba(0,0,0,.72);
line-height:1.65;
font-size:14px;
}
/* footer block */
.tst-footer{
margin-top:12px;
padding:12px 14px;
border-radius:14px;
border:1px solid rgba(0,0,0,.08);
background:#fff;
box-shadow: 0 6px 18px rgba(0,0,0,.06);
}
.tst-footer-title{ font-weight:900; margin-bottom:6px; }
.tst-footer-links{ color: rgba(0,0,0,.70); line-height:1.7; font-size:14px; }
/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px){
.tst-hero-right{ display:none; }
.tst-reveal{ width: 100%; max-width: 520px; }
}
@media (max-width: 640px){
.tst-title{ font-size:30px; }
.tst-kpi-item{ min-width: 140px; }
.tst-tabbar{ flex-wrap:wrap; }
}