|
@@ -102,7 +102,7 @@ view{box-sizing: border-box;}
|
|
// 三个元素
|
|
// 三个元素
|
|
.phone-navBar-box{
|
|
.phone-navBar-box{
|
|
display: flex;align-items: center;justify-content: space-between;background-color: #fff;
|
|
display: flex;align-items: center;justify-content: space-between;background-color: #fff;
|
|
- padding: var(--status-bar-height) 20rpx 20rpx;box-sizing: border-box;position: relative;
|
|
|
|
|
|
+ padding: calc(20rpx + var(--status-bar-height)) 20rpx 20rpx;box-sizing: border-box;position: relative;
|
|
.nav-bar-icon{
|
|
.nav-bar-icon{
|
|
width: 24rpx;height: 38rpx;
|
|
width: 24rpx;height: 38rpx;
|
|
background-image: url("@/static/images/common/nav-bar-jt.svg");@include ezy-no-repeat-cover();
|
|
background-image: url("@/static/images/common/nav-bar-jt.svg");@include ezy-no-repeat-cover();
|
|
@@ -131,12 +131,12 @@ view{box-sizing: border-box;}
|
|
// 两个元素
|
|
// 两个元素
|
|
.icon-title-navBar-box,.icon-title-bjcolor-navBar-box{
|
|
.icon-title-navBar-box,.icon-title-bjcolor-navBar-box{
|
|
display: flex;align-items: center;justify-content: center;background-color: #fff;
|
|
display: flex;align-items: center;justify-content: center;background-color: #fff;
|
|
- padding: var(--status-bar-height) 20rpx 20rpx;box-sizing: border-box;position: relative;
|
|
|
|
|
|
+ padding: calc(20rpx + var(--status-bar-height)) 20rpx 20rpx;box-sizing: border-box;position: relative;
|
|
.nav-bar-title{
|
|
.nav-bar-title{
|
|
font-size: 32rpx;height: 63rpx;line-height: 63rpx;color: #333;max-width: 70%;
|
|
font-size: 32rpx;height: 63rpx;line-height: 63rpx;color: #333;max-width: 70%;
|
|
}
|
|
}
|
|
.nav-bar-icon{
|
|
.nav-bar-icon{
|
|
- width: 24rpx;height: 38rpx;position: absolute;left: 24rpx;top: calc(12rpx + var(--status-bar-height));;
|
|
|
|
|
|
+ width: 24rpx;height: 38rpx;position: absolute;left: 24rpx;top: calc(32rpx + var(--status-bar-height));
|
|
background-image: url("@/static/images/common/nav-bar-jt.svg");@include ezy-no-repeat-cover();
|
|
background-image: url("@/static/images/common/nav-bar-jt.svg");@include ezy-no-repeat-cover();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -144,7 +144,7 @@ view{box-sizing: border-box;}
|
|
.icon-title-bjcolor-navBar-box{
|
|
.icon-title-bjcolor-navBar-box{
|
|
background-color: #fff;padding: 10rpx;border-bottom: 1rpx solid #e0e0e0;
|
|
background-color: #fff;padding: 10rpx;border-bottom: 1rpx solid #e0e0e0;
|
|
.nav-bar-title{color: #3fd2a1;}
|
|
.nav-bar-title{color: #3fd2a1;}
|
|
- .nav-bar-icon{width: 100rpx;height: 63rpx;background-image:unset;}
|
|
|
|
|
|
+ .nav-bar-icon{width: 100rpx;height: 63rpx;background-image:unset;top: calc(12rpx + var(--status-bar-height));}
|
|
.nav-bar-icon::before{content:'';width:50rpx;height: 50rpx;display: inline-block;margin-top: 6rpx;
|
|
.nav-bar-icon::before{content:'';width:50rpx;height: 50rpx;display: inline-block;margin-top: 6rpx;
|
|
@include ezy-no-repeat-cover();
|
|
@include ezy-no-repeat-cover();
|
|
background-image: url("@/static/images/common/return-icon.png");}
|
|
background-image: url("@/static/images/common/return-icon.png");}
|