You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
500 B

.about-container {
padding: 30rpx;
}
.about-title {
font-size: 36rpx;
font-weight: bold;
color: #2c1810;
text-align: center;
margin-bottom: 40rpx;
}
.about-content {
display: flex;
flex-direction: column;
gap: 30rpx;
}
.item {
display: flex;
flex-direction: column;
gap: 10rpx;
}
.label {
font-size: 28rpx;
font-weight: bold;
color: #c82519;
}
.value {
font-size: 26rpx;
color: #5c3a2e;
line-height: 1.6;
}