|
@@ -271,6 +271,27 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+// 得分页
|
|
|
+.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;
|
|
|
+ .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;
|
|
|
+ margin: 110rpx 0 0 160rpx;text-align: center;}
|
|
|
+ }
|
|
|
+ .ckst-btn,.jxxx-btn{width: 115rpx;height: 135rpx;@include ezy-no-repeat-cover;margin: 0 36rpx;}
|
|
|
+ .score-btn-box{position: absolute;bottom: 0;display: flex;left: 50%;transform: translateX(-50%);}
|
|
|
+ .ckst-btn{background-image: url("@/static/images/exam/ckst-btn.png");}
|
|
|
+ .jxxx-btn{background-image: url("@/static/images/exam/jxxx-btn.png");}
|
|
|
+ @media (max-height: 700px) {zoom: 0.9;}
|
|
|
+ @media (max-height: 600px) {margin-bottom: 40%;}
|
|
|
+}
|
|
|
+
|
|
|
// height:$titleBar-tabBar-page;
|
|
|
.lli-develop-expect-page{
|
|
|
display: flex;flex-direction: column;justify-content: space-between;align-items: center;
|