Commit d4b1a1b7 authored by zhengke's avatar zhengke

修改

parent 569074e8
......@@ -128,7 +128,10 @@ export default {
align-items: center;
justify-content: space-between;
}
.Exam_Total {
font-size: 25rpx;
color: gray;
}
.Single_Before {
font-size: 28rpx;
font-weight: bold;
......@@ -150,7 +153,6 @@ export default {
}
.item1 {
margin: 25rpx 0;
align-items: center;
}
......
......@@ -120,7 +120,10 @@
align-items: center;
justify-content: space-between;
}
.Exam_Total {
font-size: 25rpx;
color: gray;
}
.myAnswer {
background-color: #00acf9 !important;
color: #ffffff !important;
......@@ -148,7 +151,6 @@
}
.item1 {
margin: 25rpx 0;
align-items: center;
}
......
......@@ -141,7 +141,6 @@
}
.item1 {
margin: 25rpx 0;
align-items: center;
}
......
......@@ -37,7 +37,7 @@
class="flex item2 flex_start_center"
>
<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>
......@@ -127,7 +127,10 @@ export default {
align-items: center;
justify-content: space-between;
}
.Exam_Total {
font-size: 25rpx;
color: gray;
}
.Single_Before {
font-size: 28rpx;
font-weight: bold;
......@@ -149,13 +152,12 @@ export default {
}
.item1 {
margin: 25rpx 0;
align-items: center;
}
.item2 {
/* padding-left: 25rpx; */
margin: 30rpx 0;
margin: 50rpx 0;
}
.choose {
......
......@@ -38,6 +38,7 @@
type="text"
v-model="item2.Content"
class="input"
:placeholder="'请填写第 '+(index2+1)+' 空答案'"
@input="input($event, item2)"
/>
</view>
......@@ -132,7 +133,10 @@ export default {
align-items: center;
justify-content: space-between;
}
.Exam_Total {
font-size: 25rpx;
color: gray;
}
.Single_Before {
font-size: 28rpx;
font-weight: bold;
......@@ -156,13 +160,12 @@ export default {
}
.item1 {
margin: 25rpx 0;
align-items: center;
}
.item2 {
/* padding-left: 25rpx; */
margin: 30rpx 0;
margin: 50rpx 0;
}
.choose {
......
......@@ -134,7 +134,6 @@ export default {
}
.item1 {
margin: 25rpx 0;
align-items: center;
}
......
......@@ -162,7 +162,10 @@
align-items: center;
justify-content: space-between;
}
.Exam_Total {
font-size: 25rpx;
color: gray;
}
.Single_Before {
font-size: 28rpx;
font-weight: bold;
......
......@@ -115,7 +115,10 @@
align-items: center;
justify-content: space-between;
}
.Exam_Total {
font-size: 25rpx;
color: gray;
}
.Single_Before {
font-size: 28rpx;
font-weight: bold;
......@@ -137,7 +140,6 @@
}
.item1 {
margin: 25rpx 0;
align-items: center;
}
......
......@@ -128,7 +128,10 @@ export default {
align-items: center;
justify-content: space-between;
}
.Exam_Total {
font-size: 25rpx;
color: gray;
}
.Single_Before {
font-size: 28rpx;
font-weight: bold;
......@@ -150,7 +153,6 @@ export default {
}
.item1 {
margin: 25rpx 0;
align-items: center;
}
......
......@@ -163,7 +163,6 @@ export default {
}
.item1 {
margin: 25rpx 0;
align-items: center;
}
......
......@@ -125,7 +125,10 @@ export default {
align-items: center;
justify-content: space-between;
}
.Exam_Total {
font-size: 25rpx;
color: gray;
}
.Single_Before {
font-size: 28rpx;
font-weight: bold;
......@@ -147,7 +150,6 @@ export default {
}
.item1 {
margin: 25rpx 0;
align-items: center;
}
......
......@@ -128,7 +128,10 @@ export default {
align-items: center;
justify-content: space-between;
}
.Exam_Total {
font-size: 25rpx;
color: gray;
}
.Single_Before {
font-size: 28rpx;
font-weight: bold;
......@@ -150,7 +153,6 @@ export default {
}
.item1 {
margin: 25rpx 0;
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