/* pages/about/about.wxss */ .about { display: flex; height: 100%; padding: 160rpx 0; flex-direction: column; align-items: center; } .logo { display: flex; flex-direction: column; align-items: center; } .icon { width: 176rpx; height: 176rpx; } .name { color: #333; font-size: 44rpx; font-weight: bold; margin-top: 20rpx; } .introduce { color: #555; font-size: 34rpx; text-align: center; margin-top: 40rpx; }