返回浏览简介
<div class="mom-bio-cool">
<p class="bio-title">🖤 清醒独立,温柔有刺 🖤</p>
<p class="bio-text">
以成熟之姿,赴岁月之约<br>
不迎合,不讨好,自有万钧之力
</p>
.mom-bio-cool {
text-align: center;
padding: 18px 12px;
background: linear-gradient(135deg, #1e1e2e 0%, #2d2d44 100%);
border-radius: 12px;
font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}
.bio-title {
font-size: 18px;
color: #a78bfa;
font-weight: 700;
margin: 0 0 10px 0;
letter-spacing: 1px;
}
.bio-text {
font-size: 14px;
color: #e0e0e0;
line-height: 1.8;
margin: 0;
}
</div>