Files
lunar-mini/mini/pages/solar-terms/solar-terms.wxss
T

25 lines
317 B
Plaintext

.container {
padding: 20rpx;
}
.section-title {
font-size: 28rpx;
font-weight: 600;
margin-bottom: 16rpx;
color: #C41E3A;
}
.term-list {
display: flex;
flex-direction: column;
}
.term-item {
padding: 20rpx 0;
border-bottom: 1rpx solid #E8D5C4;
}
.term-item:last-child {
border-bottom: none;
}