70 lines
988 B
Plaintext
70 lines
988 B
Plaintext
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;
|
|
}
|