diff --git a/pages.json b/pages.json index 370f4e7e..23a31300 100644 --- a/pages.json +++ b/pages.json @@ -1133,11 +1133,11 @@ { "path": "pages/alarmPage/indexTwo", "style": { - "navigationBarTitleText": "报警提示", - "enablePullDownRefresh": true, - "onReachBottomDistance": 100, - "navigationBarBackgroundColor": "#3A7BFF", - "navigationBarTextStyle": "white" + // "navigationBarTitleText": "报警提示", + "enablePullDownRefresh": true + // "onReachBottomDistance": 100, + // "navigationBarBackgroundColor": "#3A7BFF", + // "navigationBarTextStyle": "white" } }, { diff --git a/pages/personLocation/exam/beginexam/beginexam.vue b/pages/personLocation/exam/beginexam/beginexam.vue index 1fa76899..a9c82a1a 100644 --- a/pages/personLocation/exam/beginexam/beginexam.vue +++ b/pages/personLocation/exam/beginexam/beginexam.vue @@ -290,6 +290,7 @@ .beginexam { padding: 26.92rpx 32.69rpx; + padding-top: 40rpx; height: 58%; display: flex; flex-direction: column; @@ -307,7 +308,8 @@ .text:nth-child(2) { font-size: 34rpx; - width: 52%; + // width: 52%; + flex: 1; overflow-wrap: anywhere; } } @@ -322,8 +324,10 @@ .radio { display: flex; - align-items: flex; - + // align-items: center; + >text{ + margin-top: 5rpx; + } .question-desc { display: inline-block; width: 82%; @@ -342,8 +346,10 @@ .check { display: flex; - align-items: flex; - + // align-items: center; + >text{ + margin-top: 5rpx; + } .question-desc { display: inline-block; width: 82%;