|
@@ -8,7 +8,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<div class="content">
|
|
|
- <div class="title"></div>
|
|
|
+ <div class="title">考试说明</div>
|
|
|
<div class="class">
|
|
|
<span>考试科目</span>
|
|
|
<span>{{ query.subject == 1 ? "科目一" : "科目四" }}</span>
|
|
@@ -143,20 +143,22 @@ export default {
|
|
|
}
|
|
|
.user {
|
|
|
padding-top: 40rpx;
|
|
|
- padding-left: 60rpx;
|
|
|
- height: 152rpx;
|
|
|
+ justify-content: center;
|
|
|
+
|
|
|
display: flex;
|
|
|
margin-bottom: 40rpx;
|
|
|
+ flex-wrap: wrap;
|
|
|
.userImage {
|
|
|
width: 112rpx;
|
|
|
height: 112rpx;
|
|
|
+ border-radius: 50%;
|
|
|
}
|
|
|
.name {
|
|
|
- height: 112rpx;
|
|
|
- line-height: 112rpx;
|
|
|
+ text-align: center;
|
|
|
font-size: 30rpx;
|
|
|
- padding-left: 12rpx;
|
|
|
color: #fff;
|
|
|
+ width: 100%;
|
|
|
+ padding-top: 10rpx;
|
|
|
}
|
|
|
}
|
|
|
.content {
|
|
@@ -174,11 +176,9 @@ export default {
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
.title {
|
|
|
- background-image: url("https://ndata.zzxcx.net/ctjk/mp-wx/beforeMockExam/header.png");
|
|
|
- background-size: 100%;
|
|
|
+
|
|
|
background-repeat: no-repeat;
|
|
|
- width: 100%;
|
|
|
- height: 116rpx;
|
|
|
+
|
|
|
}
|
|
|
.class {
|
|
|
font-size: 26rpx;
|
|
@@ -215,7 +215,7 @@ export default {
|
|
|
.start {
|
|
|
color: #ffffff;
|
|
|
margin-top: 30px;
|
|
|
- background: #498ef5;
|
|
|
+ background: #3AC770;
|
|
|
border-radius: 40rpx;
|
|
|
overflow: hidden;
|
|
|
}
|