|
@@ -71,7 +71,7 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
// 三个元素
|
|
|
.ezy-navBar-box{
|
|
|
display: flex;align-items: center;justify-content: space-between;
|
|
|
- padding: 0 20rpx;box-sizing: border-box;
|
|
|
+ padding: 0 20rpx 20rpx;box-sizing: border-box;
|
|
|
.nav-bar-icon{
|
|
|
width: 63rpx;height: 63rpx;
|
|
|
background-image: url("@/static/images/common/navBar-return-btn.png");@include ezy-no-repeat-cover();
|
|
@@ -87,7 +87,7 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
// 两个元素
|
|
|
.icon-title-navBar-box{
|
|
|
display: flex;align-items: center;justify-content: center;
|
|
|
- padding: 0 20rpx;box-sizing: border-box;position: relative;
|
|
|
+ padding: 0 20rpx 20rpx;box-sizing: border-box;position: relative;
|
|
|
.nav-bar-title{
|
|
|
font-size: 36rpx;height: 63rpx;line-height: 63rpx;color: #fff;max-width: 70%;
|
|
|
}
|
|
@@ -126,7 +126,7 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
|
|
|
/***** 试题白色的框 *****/
|
|
|
.shiti-frame-box{
|
|
|
flex: 1;width: 92%;height: auto;background-color: rgba(255, 255, 255, 0.6);border-radius: 10px;
|
|
|
- margin: 32rpx auto;position: relative;padding: 10% 0 6%;box-sizing: border-box;display: flex;flex-direction: column;
|
|
|
+ margin: 12rpx auto 32rpx;position: relative;padding: 10% 0 6%;box-sizing: border-box;display: flex;flex-direction: column;
|
|
|
}
|
|
|
.shiti-frame-box::before{
|
|
|
content: "";display: block;background-color: rgba(255, 255, 255, 0.6);border-radius: 0 0 10rpx 10rpx;
|