Files
astrbot_plugin_jx3/templates/styles/pages/zhuangshi.css
T
2026-08-04 00:17:25 +08:00

85 lines
1.5 KiB
CSS

.card {
display: flex;
background: #fff;
border-radius: 16px;
box-shadow: 0 6px 20px rgba(0,0,0,0.08);
margin-bottom: 24px;
overflow: hidden;
}
.card img {
width: 220px;
height: 220px;
object-fit: contain;
background: #fafafa;
padding: 16px;
}
.content {
flex: 1;
padding: 20px 24px;
}
.title {
font-size: 26px;
font-weight: 800;
margin-bottom: 6px;
}
/* 品质颜色 */
.q1 { color: #999; }
.q2 { color: #2ecc71; }
.q3 { color: #3498db; }
.q4 { color: #9b59b6; }
.q5 { color: #e67e22; }
.meta {
color: #666;
font-size: 15px;
margin-bottom: 14px;
}
.meta span {
margin-right: 18px;
}
.tip {
background: #f8f9fb;
border-left: 4px solid #d93939;
padding: 10px 14px;
font-size: 14px;
color: #555;
margin-bottom: 16px;
}
.stats {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 12px;
}
.stat {
background: #fafafa;
border-radius: 10px;
padding: 10px;
text-align: center;
}
.stat-name {
font-size: 13px;
color: #777;
margin-bottom: 6px;
}
.stat-value {
font-size: 18px;
font-weight: 700;
color: #333;
}
.footer {
margin-top: 12px;
font-size: 14px;
color: #888;
}