feat: 调整样式

This commit is contained in:
Blizzard
2026-02-14 11:31:44 +08:00
parent cbbe82ef63
commit d6f781a666
42 changed files with 827 additions and 293 deletions
+69
View File
@@ -0,0 +1,69 @@
page {
background: #F4F6F0;
}
.about-container {
display: flex;
flex-direction: column;
align-items: center;
padding: 48rpx 32rpx;
min-height: 100vh;
box-sizing: border-box;
}
.logo-section {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 64rpx;
margin-bottom: 48rpx;
}
.logo-bg {
width: 160rpx;
height: 160rpx;
background: #fff;
border-radius: 32rpx;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8rpx 32rpx rgba(85, 139, 47, 0.1);
margin-bottom: 24rpx;
}
.app-title {
font-size: 40rpx;
font-weight: 600;
color: #333;
margin-bottom: 8rpx;
}
.app-version {
font-size: 24rpx;
color: #999;
}
.desc-content {
font-size: 28rpx;
color: #666;
line-height: 1.6;
text-align: center;
margin-bottom: 64rpx;
padding: 0 40rpx;
}
.menu-list {
width: 100%;
}
.footer-spacer {
flex: 1;
}
.footer {
padding: 32rpx 0;
}
.copyright {
font-size: 22rpx;
color: #ccc;
}