fix: BUG修改
This commit is contained in:
parent
d076271208
commit
aa622552bc
10
pages.json
10
pages.json
@ -1133,11 +1133,11 @@
|
|||||||
{
|
{
|
||||||
"path": "pages/alarmPage/indexTwo",
|
"path": "pages/alarmPage/indexTwo",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "报警提示",
|
// "navigationBarTitleText": "报警提示",
|
||||||
"enablePullDownRefresh": true,
|
"enablePullDownRefresh": true
|
||||||
"onReachBottomDistance": 100,
|
// "onReachBottomDistance": 100,
|
||||||
"navigationBarBackgroundColor": "#3A7BFF",
|
// "navigationBarBackgroundColor": "#3A7BFF",
|
||||||
"navigationBarTextStyle": "white"
|
// "navigationBarTextStyle": "white"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -290,6 +290,7 @@
|
|||||||
|
|
||||||
.beginexam {
|
.beginexam {
|
||||||
padding: 26.92rpx 32.69rpx;
|
padding: 26.92rpx 32.69rpx;
|
||||||
|
padding-top: 40rpx;
|
||||||
height: 58%;
|
height: 58%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -307,7 +308,8 @@
|
|||||||
|
|
||||||
.text:nth-child(2) {
|
.text:nth-child(2) {
|
||||||
font-size: 34rpx;
|
font-size: 34rpx;
|
||||||
width: 52%;
|
// width: 52%;
|
||||||
|
flex: 1;
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -322,8 +324,10 @@
|
|||||||
|
|
||||||
.radio {
|
.radio {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex;
|
// align-items: center;
|
||||||
|
>text{
|
||||||
|
margin-top: 5rpx;
|
||||||
|
}
|
||||||
.question-desc {
|
.question-desc {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 82%;
|
width: 82%;
|
||||||
@ -342,8 +346,10 @@
|
|||||||
|
|
||||||
.check {
|
.check {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex;
|
// align-items: center;
|
||||||
|
>text{
|
||||||
|
margin-top: 5rpx;
|
||||||
|
}
|
||||||
.question-desc {
|
.question-desc {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 82%;
|
width: 82%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user