|
|
@@ -106,13 +106,13 @@ view{box-sizing: border-box;}
|
|
|
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;
|
|
|
+ display: flex;align-items: center;justify-content: center;flex-shrink: 0;
|
|
|
}
|
|
|
.nav-bar-icon::before{
|
|
|
width: 24rpx;height: 38rpx;display: block;content: '';
|
|
|
background-image: url("@/static/images/common/nav-bar-jt.svg");@include ezy-no-repeat-cover();
|
|
|
}
|
|
|
- .nav-bar-title{font-size: 36rpx;color: #333;}
|
|
|
+ .nav-bar-title{font-size: 36rpx;color: #333;@include single-line-ellipsis();}
|
|
|
// 考试数字
|
|
|
.nav-bar-other{
|
|
|
font-size: 30rpx;color: #fff;margin-right: 2%;
|
|
|
@@ -130,13 +130,14 @@ view{box-sizing: border-box;}
|
|
|
.icon-title-navBar-box,.icon-title-bjcolor-navBar-box{
|
|
|
width: 100%;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;
|
|
|
+ padding: calc(var(--status-bar-height)) 0 0 0;box-sizing: border-box;position: relative;
|
|
|
.nav-bar-title{
|
|
|
font-size: 32rpx;height: 63rpx;line-height: 63rpx;color: #333;max-width: 70%;
|
|
|
+ @include single-line-ellipsis();
|
|
|
}
|
|
|
.nav-bar-icon{
|
|
|
width: 100rpx;height: 100rpx;padding-right: 32rpx;box-sizing: border-box;
|
|
|
- display: flex;align-items: center;justify-content: center;
|
|
|
+ display: flex;align-items: center;justify-content: center;flex-shrink: 0;
|
|
|
position: absolute;left: 0;top: calc( var(--status-bar-height) );z-index: 1;
|
|
|
}
|
|
|
.nav-bar-icon::before{
|