|
@@ -105,9 +105,11 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
}
|
|
|
}
|
|
|
// 仅一个返回按钮
|
|
|
-.ezy-nav-bar-icon{width: 24rpx;height: 38rpx;position: absolute;left: 24rpx;top: var(--status-bar-height);
|
|
|
- background-image: url("@/static/images/common/navBar-return-btn.png");@include ezy-no-repeat-cover();
|
|
|
- }
|
|
|
+.ezy-nav-bar-icon{width: 72rpx;height: 63rpx;position: absolute;left: 0;top: var(--status-bar-height);}
|
|
|
+.ezy-nav-bar-icon::after{
|
|
|
+ width: 24rpx;height: 38rpx;content: '';display: block;margin: 12rpx auto;
|
|
|
+ background-image: url("@/static/images/common/navBar-return-btn.png");@include ezy-no-repeat-cover();
|
|
|
+}
|
|
|
/***** 试题---题干 *****/
|
|
|
.ezy-shiti-question{
|
|
|
margin: 24rpx 0 42rpx;font-size: 32rpx;color: #333;line-height: 1.6;padding: 0 10rpx;box-sizing: border-box;
|