添加验证码处理逻辑
This commit is contained in:
@@ -273,6 +273,16 @@
|
||||
font-size: 14px;
|
||||
line-height: 1.714;
|
||||
color: rgba(60, 60, 67, 0.3);
|
||||
|
||||
.count_number {
|
||||
color: rgba(60, 60, 67, 0.3);
|
||||
transition: color 0.3s ease;
|
||||
|
||||
&.active {
|
||||
color: #000000;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -321,6 +331,16 @@
|
||||
font-size: 14px;
|
||||
line-height: 1.714;
|
||||
color: rgba(60, 60, 67, 0.3);
|
||||
|
||||
.count_number {
|
||||
color: rgba(60, 60, 67, 0.3);
|
||||
transition: color 0.3s ease;
|
||||
|
||||
&.active {
|
||||
color: #000000;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user