|
@@ -73,7 +73,7 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
display: flex;align-items: center;justify-content: space-between;
|
|
|
padding: 0 20rpx 20rpx;box-sizing: border-box;
|
|
|
.nav-bar-icon{
|
|
|
- width: 63rpx;height: 63rpx;
|
|
|
+ width: 24rpx;height: 38rpx;
|
|
|
background-image: url("@/static/images/common/navBar-return-btn.png");@include ezy-no-repeat-cover();
|
|
|
}
|
|
|
.nav-bar-title{
|
|
@@ -92,7 +92,7 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
font-size: 36rpx;height: 63rpx;line-height: 63rpx;color: #fff;max-width: 70%;
|
|
|
}
|
|
|
.nav-bar-icon{
|
|
|
- width: 63rpx;height: 63rpx;position: absolute;left: 20rpx;top: 0;
|
|
|
+ width: 24rpx;height: 38rpx;position: absolute;left: 24rpx;top: 12rpx;
|
|
|
background-image: url("@/static/images/common/navBar-return-btn.png");@include ezy-no-repeat-cover();
|
|
|
}
|
|
|
}
|