暂存
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
"src" : "图片路径"
|
||||
}
|
||||
],
|
||||
"versionName" : "1.0.16",
|
||||
"versionCode" : 1016,
|
||||
"versionName" : "1.0.17",
|
||||
"versionCode" : 1017,
|
||||
"app-plus" : {
|
||||
"nvueCompiler" : "weex",
|
||||
"compatible" : {
|
||||
|
||||
@@ -300,8 +300,9 @@
|
||||
.btnBox{justify-content: center;}
|
||||
}
|
||||
.containerBg {
|
||||
min-height: calc(100vh - 70rpx);
|
||||
// background-color: $containerColor;
|
||||
background-color: #f6f6f8;
|
||||
// background-color: #f6f6f8;
|
||||
padding: 0 20rpx;
|
||||
|
||||
}
|
||||
|
||||
@@ -59,18 +59,24 @@
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="optionsBox" >
|
||||
<view class="">
|
||||
<view class="gotoExams" >
|
||||
<text>去考试</text>
|
||||
<view class="flex_box flex_between">
|
||||
<view class="">
|
||||
<view class="gotoExams" @click="getTestPaper">
|
||||
<text>去考试</text>
|
||||
</view>
|
||||
<view class="">
|
||||
<text>卷面成绩:60分</text><text class="small_btn retake border_radius_10">再考一次</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="chengji">
|
||||
<view>总成绩为:<text class="scoreNumber greenScore">90</text>分 <text class="c999">(50考试分+40平时表现分)</text></view>
|
||||
<view style="margin-top: 20rpx;">恭喜您获得<text class="greenScore">A证</text>, <text class="small_btn border_radius_10 zhengshu">查看证书</text></view>
|
||||
<view >恭喜您获得<text class="greenScore">A证</text>, <text class="small_btn border_radius_10 zhengshu">查看证书</text></view>
|
||||
<view style="margin-top: 20rpx; text-align: center;">很遗憾,您的成绩未达标</view>
|
||||
<view class="" style="margin-top: 20rpx; text-align: center;">
|
||||
<text class="small_btn chongxiu border_radius_10">加入新班级重修</text>
|
||||
</view>
|
||||
<view style="margin-top: 20rpx;">总成绩为:<text class="scoreNumber greenScore">90</text>分 <text class="c999">(50考试分+40平时表现分)</text></view>
|
||||
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
@@ -270,7 +276,7 @@
|
||||
<view class="arryItemSub" v-for="(item,index) in admins.scorer" :key="index">
|
||||
<template v-if="item.user != null">
|
||||
<text>{{item.user.nickname != null && item.user.nickname != '' ? item.user.nickname : '匿名用户'}}</text>
|
||||
<text>({{item.user.tel}}) </text>
|
||||
<text>({{item.user.tel}}),</text>
|
||||
</template>
|
||||
</view>
|
||||
</template>
|
||||
@@ -468,6 +474,10 @@
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
|
||||
getTestPaper(){
|
||||
|
||||
},
|
||||
changeZheDie(item, index){
|
||||
|
||||
this.taskList[index].zhedie = !this.taskList[index].zhedie
|
||||
@@ -1537,4 +1547,5 @@
|
||||
background-color: #f4a2a6;
|
||||
}
|
||||
}
|
||||
.retake{border: 1px solid #5049cf; color: #5049cf;}
|
||||
</style>
|
||||
@@ -491,7 +491,7 @@
|
||||
|
||||
.containerBg {
|
||||
// background-color: $containerColor;
|
||||
min-height: calc(100vh - 500rpx);
|
||||
min-height: calc(100vh - 200rpx);
|
||||
background-color: #f6f6f8;
|
||||
padding: 0 20rpx;
|
||||
|
||||
|
||||
@@ -756,7 +756,8 @@
|
||||
}
|
||||
|
||||
.taskTitle {
|
||||
font-size: 30rpx;
|
||||
font-size: 36rpx;
|
||||
font-weight: bold;
|
||||
margin: 20rpx 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -357,7 +357,7 @@
|
||||
|
||||
.leve2 { justify-content: center; margin-top: 20rpx;
|
||||
color: #999; font-size: 24rpx;border-top: 1px dashed #eee;
|
||||
.jianjie{@include bov(2); margin-top: 20rpx;}
|
||||
.jianjie{@include bov(2); margin-top: 20rpx; font-size: 32rpx;}
|
||||
b{font-size: 34rpx; padding: 0 4rpx; font-weight: normal; color: #333; color: red;}
|
||||
.item{text-align: center; padding-top: 0; padding-bottom: 0; margin-bottom: 0;}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user