diff --git a/about/index.html b/about/index.html index 7aade5b..58bca60 100644 --- a/about/index.html +++ b/about/index.html @@ -50,12 +50,14 @@ .feature-list li { margin-bottom: 12px; display: flex; - align-items: flex-start; + align-items: center; /* 修改为center,保证图标和文字垂直居中 */ } .feature-list .material-icons { margin-right: 12px; color: #D0BCFF; + flex-shrink: 0; /* 防止图标被压缩 */ + align-self: center; /* 保证图标始终居中 */ } .back-btn { @@ -185,7 +187,7 @@

许可证