|
|
@@ -56,11 +56,18 @@ const cardClick = () => {
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center center;
|
|
|
cursor: pointer;
|
|
|
- &.training {
|
|
|
- background-image: url(/src/assets/student/step/training.png);
|
|
|
+ // &.training {
|
|
|
+ // background-image: url(/src/assets/student/step/training.png);
|
|
|
+ // }
|
|
|
+ // &.training_gray {
|
|
|
+ // background-image: url(/src/assets/student/step/training.png);
|
|
|
+ // cursor: not-allowed;
|
|
|
+ // }
|
|
|
+ &.training {
|
|
|
+ background-image: url(/src/assets/student/step/LiLunYuShiXunXueXi_Yes.png);
|
|
|
}
|
|
|
&.training_gray {
|
|
|
- background-image: url(/src/assets/student/step/training.png);
|
|
|
+ background-image: url(/src/assets/student/step/LiLunYuShiXunXueXi_No.png);
|
|
|
cursor: not-allowed;
|
|
|
}
|
|
|
&.report {
|