Commit d4b1a1b7 authored by zhengke's avatar zhengke

修改

parent 569074e8
...@@ -128,7 +128,10 @@ export default { ...@@ -128,7 +128,10 @@ export default {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
} }
.Exam_Total {
font-size: 25rpx;
color: gray;
}
.Single_Before { .Single_Before {
font-size: 28rpx; font-size: 28rpx;
font-weight: bold; font-weight: bold;
...@@ -150,7 +153,6 @@ export default { ...@@ -150,7 +153,6 @@ export default {
} }
.item1 { .item1 {
margin: 25rpx 0;
align-items: center; align-items: center;
} }
......
...@@ -120,7 +120,10 @@ ...@@ -120,7 +120,10 @@
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
} }
.Exam_Total {
font-size: 25rpx;
color: gray;
}
.myAnswer { .myAnswer {
background-color: #00acf9 !important; background-color: #00acf9 !important;
color: #ffffff !important; color: #ffffff !important;
...@@ -148,7 +151,6 @@ ...@@ -148,7 +151,6 @@
} }
.item1 { .item1 {
margin: 25rpx 0;
align-items: center; align-items: center;
} }
......
...@@ -141,7 +141,6 @@ ...@@ -141,7 +141,6 @@
} }
.item1 { .item1 {
margin: 25rpx 0;
align-items: center; align-items: center;
} }
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
class="flex item2 flex_start_center" class="flex item2 flex_start_center"
> >
<view class="chooseName"> <view class="chooseName">
<input type="text" v-model="item2.Content" class="input" /> <input type="text" v-model="item2.Content" :placeholder="'请填写第 '+(index2+1)+' 空答案'" class="input" />
</view> </view>
</view> </view>
</view> </view>
...@@ -127,7 +127,10 @@ export default { ...@@ -127,7 +127,10 @@ export default {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
} }
.Exam_Total {
font-size: 25rpx;
color: gray;
}
.Single_Before { .Single_Before {
font-size: 28rpx; font-size: 28rpx;
font-weight: bold; font-weight: bold;
...@@ -149,13 +152,12 @@ export default { ...@@ -149,13 +152,12 @@ export default {
} }
.item1 { .item1 {
margin: 25rpx 0;
align-items: center; align-items: center;
} }
.item2 { .item2 {
/* padding-left: 25rpx; */ /* padding-left: 25rpx; */
margin: 30rpx 0; margin: 50rpx 0;
} }
.choose { .choose {
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
type="text" type="text"
v-model="item2.Content" v-model="item2.Content"
class="input" class="input"
:placeholder="'请填写第 '+(index2+1)+' 空答案'"
@input="input($event, item2)" @input="input($event, item2)"
/> />
</view> </view>
...@@ -132,7 +133,10 @@ export default { ...@@ -132,7 +133,10 @@ export default {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
} }
.Exam_Total {
font-size: 25rpx;
color: gray;
}
.Single_Before { .Single_Before {
font-size: 28rpx; font-size: 28rpx;
font-weight: bold; font-weight: bold;
...@@ -156,13 +160,12 @@ export default { ...@@ -156,13 +160,12 @@ export default {
} }
.item1 { .item1 {
margin: 25rpx 0;
align-items: center; align-items: center;
} }
.item2 { .item2 {
/* padding-left: 25rpx; */ /* padding-left: 25rpx; */
margin: 30rpx 0; margin: 50rpx 0;
} }
.choose { .choose {
......
...@@ -134,7 +134,6 @@ export default { ...@@ -134,7 +134,6 @@ export default {
} }
.item1 { .item1 {
margin: 25rpx 0;
align-items: center; align-items: center;
} }
......
...@@ -162,7 +162,10 @@ ...@@ -162,7 +162,10 @@
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
} }
.Exam_Total {
font-size: 25rpx;
color: gray;
}
.Single_Before { .Single_Before {
font-size: 28rpx; font-size: 28rpx;
font-weight: bold; font-weight: bold;
......
...@@ -115,7 +115,10 @@ ...@@ -115,7 +115,10 @@
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
} }
.Exam_Total {
font-size: 25rpx;
color: gray;
}
.Single_Before { .Single_Before {
font-size: 28rpx; font-size: 28rpx;
font-weight: bold; font-weight: bold;
...@@ -137,7 +140,6 @@ ...@@ -137,7 +140,6 @@
} }
.item1 { .item1 {
margin: 25rpx 0;
align-items: center; align-items: center;
} }
......
...@@ -128,7 +128,10 @@ export default { ...@@ -128,7 +128,10 @@ export default {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
} }
.Exam_Total {
font-size: 25rpx;
color: gray;
}
.Single_Before { .Single_Before {
font-size: 28rpx; font-size: 28rpx;
font-weight: bold; font-weight: bold;
...@@ -150,7 +153,6 @@ export default { ...@@ -150,7 +153,6 @@ export default {
} }
.item1 { .item1 {
margin: 25rpx 0;
align-items: center; align-items: center;
} }
......
...@@ -163,7 +163,6 @@ export default { ...@@ -163,7 +163,6 @@ export default {
} }
.item1 { .item1 {
margin: 25rpx 0;
align-items: center; align-items: center;
} }
......
...@@ -125,7 +125,10 @@ export default { ...@@ -125,7 +125,10 @@ export default {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
} }
.Exam_Total {
font-size: 25rpx;
color: gray;
}
.Single_Before { .Single_Before {
font-size: 28rpx; font-size: 28rpx;
font-weight: bold; font-weight: bold;
...@@ -147,7 +150,6 @@ export default { ...@@ -147,7 +150,6 @@ export default {
} }
.item1 { .item1 {
margin: 25rpx 0;
align-items: center; align-items: center;
} }
......
...@@ -128,7 +128,10 @@ export default { ...@@ -128,7 +128,10 @@ export default {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
} }
.Exam_Total {
font-size: 25rpx;
color: gray;
}
.Single_Before { .Single_Before {
font-size: 28rpx; font-size: 28rpx;
font-weight: bold; font-weight: bold;
...@@ -150,7 +153,6 @@ export default { ...@@ -150,7 +153,6 @@ export default {
} }
.item1 { .item1 {
margin: 25rpx 0;
align-items: center; align-items: center;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment