|
@@ -83,16 +83,14 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
width: 24rpx;height: 38rpx;
|
|
|
background-image: url("@/static/images/common/navBar-return-btn.png");@include ezy-no-repeat-cover();
|
|
|
}
|
|
|
- .nav-bar-title{
|
|
|
- font-size: 36rpx;color: #fff;
|
|
|
- position: absolute;top: 0;left: 50%;transform: translateX(-50%);
|
|
|
- }
|
|
|
+ .nav-bar-title{font-size: 36rpx;color: #fff;}
|
|
|
+ // 考试数字
|
|
|
.nav-bar-other{
|
|
|
- font-size: 30rpx;color: #fff;
|
|
|
+ font-size: 30rpx;color: #fff;margin-right: 2%;
|
|
|
.key-note{color: #ffff01;}
|
|
|
}
|
|
|
// 文字按钮
|
|
|
- .text-btn{font-size: 26rpx;color: #fff;}
|
|
|
+ .text-btn{font-size: 26rpx;color: #fff;padding-top: 4rpx;box-sizing: border-box;}
|
|
|
}
|
|
|
// 两个元素
|
|
|
.icon-title-navBar-box{
|