头部底部
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s

This commit is contained in:
2025-12-25 16:39:01 +08:00
parent 48e3d7f846
commit 48f3c2b312
7 changed files with 837 additions and 477 deletions

View File

@@ -37,16 +37,22 @@
text-align: center;
margin-top: 1.5rem;
margin-bottom: 0.6rem;
}
.xn-p {
width: 6.8rem;
padding-top: 0.6rem;
padding-left: 0.11rem;
font-size: 0.16rem;
margin: 0 auto;
margin-left: 0.47rem;
}
.xn-p p {
width: 5.84rem;
color: #cbcfd8;
text-align: left;
line-height: 1.5;
}
/* 核心:左内边距控制第二行缩进量 */
padding-left: 0.8rem;
/* 首行向左偏移,抵消左内边距,实现第二行缩进 */
text-indent: -0.8rem;
/* 确保p标签是块级且换行正常 */
display: block;
word-wrap: break-word;
}