|
@@ -496,6 +496,32 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
width: 100%;text-align: center;font-size: 30rpx;color: #9e9e9f;
|
|
width: 100%;text-align: center;font-size: 30rpx;color: #9e9e9f;
|
|
|
margin-top: 16rpx;
|
|
margin-top: 16rpx;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ @include mediaSmall() {
|
|
|
|
|
+ width: 406rpx;height: 337rpx;padding: 27rpx 31rpx;
|
|
|
|
|
+
|
|
|
|
|
+ .close-btn{width: 65rpx;height: 65rpx;right: 8rpx;top: 8rpx;}
|
|
|
|
|
+ .close-btn::after{width: 34rpx;height: 34rpx;}
|
|
|
|
|
+ .e-img{height: 156rpx;margin: 27rpx auto 16rpx;}
|
|
|
|
|
+ .kx-e-img{width: 196rpx;}
|
|
|
|
|
+ .bs-e-img{width: 142rpx;}
|
|
|
|
|
+ .text-score{font-size: 22rpx;}
|
|
|
|
|
+ .time-tip-box{font-size: 20rpx;margin-top: 10rpx;}
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ @include mediaBig() {
|
|
|
|
|
+ width: 1000rpx;
|
|
|
|
|
+ height: 830rpx;
|
|
|
|
|
+ padding: 67rpx 77rpx;
|
|
|
|
|
+
|
|
|
|
|
+ .close-btn{width: 160rpx;height: 160rpx;right: 19rpx;top: 19rpx;}
|
|
|
|
|
+ .close-btn::after{width: 83rpx;height: 83rpx;}
|
|
|
|
|
+ .e-img{height: 384rpx;margin: 67rpx auto 38rpx;}
|
|
|
|
|
+ .kx-e-img{width: 483rpx;}
|
|
|
|
|
+ .bs-e-img{width: 350rpx;}
|
|
|
|
|
+ .text-score{font-size: 54rpx;}
|
|
|
|
|
+ .time-tip-box{font-size: 46rpx;margin-top: 26rpx;}
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/***** 学科tab *****/
|
|
/***** 学科tab *****/
|