This commit is contained in:
2025-10-30 17:17:15 +08:00
parent 6579abe021
commit 7369be7fce
11 changed files with 57 additions and 24 deletions

View File

@@ -549,7 +549,7 @@
.option {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
.subject-item {
width: 210rpx;
height: 76rpx;
@@ -567,8 +567,8 @@
}
&.on {
background: #EDF6FF;
color: #1989FA;
background: #F3F4F6;
color: #1677ff;
}
&.disadble {
@@ -593,7 +593,7 @@
height: 88rpx;
line-height: 88rpx;
text-align: center;
background: #1989FA;
background: #1677ff;
font-size: 32rpx;
color: #fff;
border-radius: 60rpx;