|
@@ -105,9 +105,9 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
}
|
|
|
}
|
|
|
// 仅一个返回按钮
|
|
|
-.ezy-nav-bar-icon{width: 72rpx;height: 63rpx;position: absolute;left: 0;top: var(--status-bar-height);background-color: pink;}
|
|
|
+.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-color: red;
|
|
|
+ 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();
|
|
|
}
|
|
|
/***** 试题---题干 *****/
|