|
@@ -172,11 +172,10 @@
|
|
|
width: 277rpx;height: 87rpx;line-height: 82rpx;margin: 2% 0;
|
|
|
background-image: url("@/static/images/grade/grades-bj.png");@include ezy-no-repeat-cover;
|
|
|
text-align: center;font-size: 36rpx;color: #fff;font-weight: 800;
|
|
|
- -webkit-text-stroke: 1.6rpx #003466;
|
|
|
- text-stroke: 1.6rpx #003466;
|
|
|
}
|
|
|
+ // -webkit-text-stroke: 1.6rpx #ac5300;text-stroke: 1.6rpx #ac5300;
|
|
|
.grade-item.active{
|
|
|
- color: #fff;-webkit-text-stroke: 1.6rpx #ac5300;text-stroke: 1.6rpx #ac5300;
|
|
|
+ color: #fff;
|
|
|
background-image: url("@/static/images/grade/grades-a-bj.png");
|
|
|
}
|
|
|
.grade-line{width: 90%;height: 4rpx;border-top: 4rpx dashed #7cbeee;margin: 5% auto 4%;}
|
|
@@ -305,13 +304,14 @@
|
|
|
.exam-score-dialog{
|
|
|
width: 750rpx;height: 1250rpx;margin-bottom: 24%;position: relative;
|
|
|
background-image: url("@/static/images/exam/score-bj.png");@include ezy-no-repeat-cover;
|
|
|
+ // -webkit-text-stroke: 0.6rpx #fff;text-stroke: 0.6rpx #fff;
|
|
|
.score-content-box{
|
|
|
position: absolute;top: 746rpx;left: 200rpx;word-spacing: 18rpx;
|
|
|
font-size: 38rpx;font-weight: 800; color: #000;
|
|
|
- -webkit-text-stroke: 0.6rpx #fff;text-stroke: 0.6rpx #fff;
|
|
|
.text-red{color: #ff6500;margin: 0 8rpx;}
|
|
|
.text-score{
|
|
|
width: 160rpx;font-size: 82rpx;weight: 800;color: #ff6701;
|
|
|
+ -webkit-text-stroke: 0.6rpx #fff;text-stroke: 0.6rpx #fff;
|
|
|
margin: 110rpx 0 0 160rpx;text-align: center;}
|
|
|
}
|
|
|
.ckst-btn,.jxxx-btn{width: 115rpx;height: 135rpx;@include ezy-no-repeat-cover;margin: 0 36rpx;}
|