|
|
@@ -103,6 +103,7 @@ view{box-sizing: border-box;}
|
|
|
.phone-navBar-box{
|
|
|
display: flex;align-items: center;justify-content: space-between;background-color: #fff;
|
|
|
padding: calc(var(--status-bar-height)) 20rpx 0 0;box-sizing: border-box;position: relative;
|
|
|
+ flex-shrink: 0;
|
|
|
.nav-bar-icon{
|
|
|
width: 100rpx;height: 100rpx;padding-right: 32rpx;box-sizing: border-box;
|
|
|
display: flex;align-items: center;justify-content: center;
|
|
|
@@ -127,7 +128,7 @@ view{box-sizing: border-box;}
|
|
|
}
|
|
|
// 两个元素
|
|
|
.icon-title-navBar-box,.icon-title-bjcolor-navBar-box{
|
|
|
- height: 100rpx;line-height: 100rpx;
|
|
|
+ height: 100rpx;line-height: 100rpx;flex-shrink: 0;
|
|
|
display: flex;align-items: center;justify-content: center;background-color: #fff;
|
|
|
padding: calc(var(--status-bar-height)) 20rpx 0 0;box-sizing: content-box;position: relative;
|
|
|
.nav-bar-title{
|