|
|
@@ -872,4 +872,13 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
background-image: url("@/static/images/phone/wordView/exam-tip-bj.png");
|
|
|
color: #08457b;font-size: 36rpx;z-index: 3;padding: 180rpx 0 0 100rpx;
|
|
|
position: absolute;left: 0;right: 0;bottom: var(--window-bottom);
|
|
|
+
|
|
|
+ @include mediaSmall() {
|
|
|
+ width: 750rpx;height: 271rpx;font-size: 22rpx;padding: 140rpx 0 0 200rpx;
|
|
|
+ background-image: url("@/static/images/pad/wordView/exam-tip-bj.png");
|
|
|
+ }
|
|
|
+ @include mediaBig() {
|
|
|
+ width: 2048rpx;height: 740rpx;font-size: 62rpx;padding: 360rpx 0 0 480rpx;
|
|
|
+ background-image: url("@/static/images/pad/wordView/exam-tip-bj.png");
|
|
|
+ }
|
|
|
}
|