feat: 汉字每天打卡基本完成,细节还待优化
This commit is contained in:
@@ -37,6 +37,34 @@
|
||||
overflow-y: auto;
|
||||
height: 500rpx;
|
||||
|
||||
.word-section {
|
||||
margin-bottom: 36rpx;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.word-section-title {
|
||||
font-size: 26rpx;
|
||||
color: #888888;
|
||||
padding-left: 28rpx;
|
||||
margin-bottom: 20rpx;
|
||||
font-weight: bold;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
width: 6rpx;
|
||||
height: 24rpx;
|
||||
background-color: #93d333;
|
||||
margin-right: 12rpx;
|
||||
border-radius: 3rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.word-list {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(6, 72rpx);
|
||||
|
||||
Reference in New Issue
Block a user