|
|
@@ -817,4 +817,17 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
.item-arrow{
|
|
|
icon{background-image: url("@/static/images/common/xbb-item-jt.png");}
|
|
|
}
|
|
|
+}
|
|
|
+
|
|
|
+// 鹅状元提示浮层
|
|
|
+.ezy-tip-mask-box{
|
|
|
+ width: 750rpx;height: 100vh;background-color: rgba(0,0,0, 0.76);
|
|
|
+ position: absolute;top: 0;left: 0;bottom: 0;z-index: 3;
|
|
|
+}
|
|
|
+.ezy-tip-mask-box::before{
|
|
|
+ content: '左右滑动切换单元';display: block;box-sizing: border-box;
|
|
|
+ width: 750rpx;height: 355.77rpx;@include ezy-no-repeat-cover;
|
|
|
+ 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);
|
|
|
}
|