|
@@ -93,15 +93,25 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
// 两个元素
|
|
// 两个元素
|
|
|
.icon-title-navBar-box{
|
|
.icon-title-navBar-box{
|
|
|
display: flex;align-items: center;justify-content: center;
|
|
display: flex;align-items: center;justify-content: center;
|
|
|
- padding: 0 20rpx 20rpx;box-sizing: border-box;position: relative;
|
|
|
|
|
|
|
+ padding: calc(36rpx + var(--status-bar-height)) 20rpx 36rpx;box-sizing: border-box;position: relative;
|
|
|
|
|
+
|
|
|
.nav-bar-title{
|
|
.nav-bar-title{
|
|
|
- font-size: 36rpx;height: 63rpx;line-height: 63rpx;color: #fff;max-width: 70%;
|
|
|
|
|
|
|
+ font-size: 36rpx;height: 63rpx;line-height: 63rpx;color: #fff;
|
|
|
|
|
+ max-width: 70%;position: relative;z-index: 1;
|
|
|
}
|
|
}
|
|
|
.nav-bar-icon{
|
|
.nav-bar-icon{
|
|
|
- width: 24rpx;height: 38rpx;position: absolute;left: 24rpx;top: 12rpx;
|
|
|
|
|
|
|
+ width: 100rpx;height: 100rpx;display: flex;align-items: center;
|
|
|
|
|
+ position: absolute;left: 0;top: calc(14rpx + var(--status-bar-height));z-index: 1;
|
|
|
|
|
+ }
|
|
|
|
|
+ .nav-bar-icon::before{
|
|
|
|
|
+ width: 24rpx;height: 38rpx;content: '';display: block;margin-left: 24rpx;
|
|
|
background-image: url("@/static/images/common/navBar-return-btn.png");@include ezy-no-repeat-cover();
|
|
background-image: url("@/static/images/common/navBar-return-btn.png");@include ezy-no-repeat-cover();
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+.icon-title-navBar-box::before{
|
|
|
|
|
+ width: 100%;height: 356rpx;content: '';display: block;position: absolute;z-index: 0;top: 0;left: 0;
|
|
|
|
|
+ background-image: url("@/static/images/common/page-header-bj.png");@include ezy-no-repeat-cover(top);
|
|
|
|
|
+}
|
|
|
// 仅一个返回按钮
|
|
// 仅一个返回按钮
|
|
|
.ezy-nav-bar-icon{width: 72rpx;height: 63rpx;position: absolute;left: 0;top: var(--status-bar-height);}
|
|
.ezy-nav-bar-icon{width: 72rpx;height: 63rpx;position: absolute;left: 0;top: var(--status-bar-height);}
|
|
|
.ezy-nav-bar-icon::after{
|
|
.ezy-nav-bar-icon::after{
|