|
@@ -221,7 +221,8 @@
|
|
|
background-image: url("@/static/images/grade/grades-item.png");@include ezy-no-repeat-cover;
|
|
|
position: absolute;top: 5rpx;
|
|
|
}
|
|
|
- .subject-item.active::before{background-image: url("@/static/images/grade/grades-item-active.png");}
|
|
|
+ .subject-jstx-item::before{background-image: url("@/static/images/grade/grades-jstx-item.png");}
|
|
|
+ .subject-item.active::before,.subject-jstx-item.active::before{background-image: url("@/static/images/grade/grades-item-active.png");}
|
|
|
.subject-item:nth-child(3n+3){margin-right: 0;}
|
|
|
.subject-item:nth-child(3n+1)::after{
|
|
|
content: '';width: 750rpx;height: 72rpx;position: absolute;left: -20rpx;bottom: -80rpx;z-index: 1;
|