|
@@ -3,21 +3,7 @@
|
|
|
<topHead></topHead>
|
|
|
<topNav></topNav>
|
|
|
<div class="container d-f">
|
|
|
- <div class="leftMenu">
|
|
|
- <li @click="jump('/myClass')">
|
|
|
- <i class="iconfont iconbanji"></i>
|
|
|
- <span>我的班级</span>
|
|
|
- </li>
|
|
|
- <li @click="jump('/task')">
|
|
|
- <i class="iconfont iconyuejuan"></i> <span>阅卷任务</span>
|
|
|
- </li>
|
|
|
- <li class="active">
|
|
|
- <i class="iconfont iconzuoye1"></i><span>{{navKey==2?'作业分析':'成绩分析'}}</span>
|
|
|
- </li>
|
|
|
- <!-- <li @click="jump()">
|
|
|
- <i class="iconfont iconcuoti1"></i><span>错题分析</span>
|
|
|
- </li> -->
|
|
|
- </div>
|
|
|
+ <sonNav></sonNav>
|
|
|
<div class="rightContent">
|
|
|
<div class="recordTitle">
|
|
|
<span>{{navKey==2?'作业中心':'考试中心'}} > </span>
|
|
@@ -26,7 +12,7 @@
|
|
|
</div>
|
|
|
<div class="census_box">
|
|
|
<div class="title">{{ title }}</div>
|
|
|
- <div class="d-f census_fbx">
|
|
|
+ <div class="d-f j-s census_fbx">
|
|
|
<li>
|
|
|
<div>
|
|
|
<img src="../../assets/zy1.png" alt="" />
|
|
@@ -117,7 +103,8 @@
|
|
|
:key="i + 'a'"
|
|
|
>
|
|
|
<div class="analysis">
|
|
|
- <img :src="item.img" alt="" />
|
|
|
+ <!-- <img :src="item.img" alt="" /> -->
|
|
|
+ <div v-html="item.stem" class="stems"></div>
|
|
|
<div class="d-f">
|
|
|
<span>答案:</span>
|
|
|
<span>{{ item.answer }}</span>
|
|
@@ -250,6 +237,7 @@
|
|
|
import topNav from "@/components/assembly/topnav";
|
|
|
import topHead from "@/components/assembly/head";
|
|
|
import foot from "@/components/assembly/foot";
|
|
|
+import sonNav from "@/components/assembly/exam_works_nav";
|
|
|
// import histogram from "@/components/assembly/histogram";
|
|
|
import { taskshg, stutasks, answerslist,questions } from "@/util/api";
|
|
|
import {get} from '@/util/common.js';
|
|
@@ -272,16 +260,6 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
created() {
|
|
|
- // var time = parseInt(new Date().getTime()/1000)
|
|
|
- // if(this.Common.timeLogin() ==2){
|
|
|
- // localStorage.setItem('open_tiem',time)
|
|
|
- // this.$router.go(0);
|
|
|
- // return
|
|
|
- // }else if(this.Common.timeLogin() ==1){
|
|
|
- // this.$router.push('/login');
|
|
|
- // localStorage.setItem('open_tiem',time)
|
|
|
- // return
|
|
|
- // }
|
|
|
this.navKey = localStorage.getItem('navKey');
|
|
|
this.title = this.$route.query.title;
|
|
|
this.id = this.$route.query.id;
|
|
@@ -606,7 +584,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
},
|
|
|
- components: { topHead, topNav, foot },
|
|
|
+ components: { topHead, topNav, foot,sonNav },
|
|
|
};
|
|
|
</script>
|
|
|
|
|
@@ -648,8 +626,6 @@ content: '';
|
|
|
}
|
|
|
.df_tj .df_tit {
|
|
|
font-size: 13px;
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: 400;
|
|
|
color: #15213d;
|
|
|
margin-bottom: 15px;
|
|
|
}
|
|
@@ -658,23 +634,20 @@ content: '';
|
|
|
}
|
|
|
.dt_fx .analysis span:first-child {
|
|
|
font-size: 14px;
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: 400;
|
|
|
color: #333333;
|
|
|
+ line-height: 46px;
|
|
|
}
|
|
|
-.dt_fx .analysis > div {
|
|
|
- margin: 15px 0;
|
|
|
+.dt_fx .analysis .stems{
|
|
|
+ min-height:185px
|
|
|
}
|
|
|
.dt_fx .analysis > div:nth-child(2) span:last-child {
|
|
|
font-size: 14px;
|
|
|
- font-family: Microsoft YaHei;
|
|
|
font-weight: bold;
|
|
|
color: #57c77c;
|
|
|
+ line-height: 46px;
|
|
|
}
|
|
|
.dt_fx .analysis > div:nth-child(3) span:last-child {
|
|
|
font-size: 13px;
|
|
|
- font-family: Microsoft YaHei;
|
|
|
- font-weight: 400;
|
|
|
color: #333333;
|
|
|
}
|
|
|
.df_tj .df_table {
|
|
@@ -812,7 +785,6 @@ content: '';
|
|
|
.census_fbx li {
|
|
|
display: flex;
|
|
|
margin-top: 30px;
|
|
|
- margin-right: 85px;
|
|
|
margin-bottom: 10px;
|
|
|
}
|
|
|
.census_fbx li span {
|
|
@@ -844,121 +816,6 @@ content: '';
|
|
|
/* margin-bottom: 40px; */
|
|
|
margin-top: 30px;
|
|
|
}
|
|
|
-.table_head {
|
|
|
- border-bottom: 1px solid #f4f4f4;
|
|
|
-}
|
|
|
-.table_head,
|
|
|
-.cap_table li {
|
|
|
- background-color: #fff;
|
|
|
- line-height: 44px;
|
|
|
- padding: 0 15px;
|
|
|
- box-sizing: border-box;
|
|
|
- color: #999;
|
|
|
- font-size: 13px;
|
|
|
-}
|
|
|
-/* .cap_table .contrasts {
|
|
|
- margin-left: 10px;
|
|
|
-} */
|
|
|
-.cap_table li:nth-child(even) {
|
|
|
- background-color: #f5f9fb;
|
|
|
-}
|
|
|
-.cap_table li div {
|
|
|
- line-height: 44px;
|
|
|
- font-size: 14px;
|
|
|
- color: #333;
|
|
|
-}
|
|
|
-
|
|
|
-.cap_table li > div:nth-child(3),
|
|
|
-.cap_table li > div:nth-child(4),
|
|
|
-.cap_table li > div:nth-child(6),
|
|
|
-.cap_table li > div:nth-child(5) {
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-.cap_table li div:nth-child(7) span {
|
|
|
- color: #0a9dff ;
|
|
|
-}
|
|
|
-.table_head li:nth-child(7),
|
|
|
-.cap_table li > div:nth-child(7) {
|
|
|
- width: 25%;
|
|
|
-}
|
|
|
-.table_head li:nth-child(1),
|
|
|
-.cap_table li > div:nth-child(1),
|
|
|
-.table_head li:nth-child(2),
|
|
|
-.table_head li:nth-child(3),
|
|
|
-.table_head li:nth-child(4),
|
|
|
-.table_head li:nth-child(5),
|
|
|
-.cap_table li > div:nth-child(2),
|
|
|
-.cap_table li > div:nth-child(3),
|
|
|
-.cap_table li > div:nth-child(4),
|
|
|
-.cap_table li > div:nth-child(5) {
|
|
|
- width: 10%;
|
|
|
-}
|
|
|
-.table_head li:nth-child(8),
|
|
|
-.cap_table li > div:nth-child(8) {
|
|
|
- width: 50px;
|
|
|
-}
|
|
|
-.table_head li:nth-child(6),
|
|
|
-.cap_table li > div:nth-child(6) {
|
|
|
- width: 10%;
|
|
|
-}
|
|
|
-.rightContent {
|
|
|
- width: 970px;
|
|
|
- padding: 0 0 0 20px;
|
|
|
- box-sizing: border-box;
|
|
|
-}
|
|
|
-.recordTitle {
|
|
|
- font-size: 13px;
|
|
|
- color: #cccccc;
|
|
|
- margin: 0 0 15px 0;
|
|
|
-}
|
|
|
-.recordTitle span:last-child,.recordTitle .black:hover {
|
|
|
- color: #666;
|
|
|
-}
|
|
|
|
|
|
-.leftMenu {
|
|
|
- width: 230px;
|
|
|
- padding: 10px 0;
|
|
|
- background-color: #fff;
|
|
|
- height: 135px;
|
|
|
-}
|
|
|
-.leftMenu i {
|
|
|
- /* width: 14px;
|
|
|
- height: 14px;*/
|
|
|
- /* vertical-align: middle; */
|
|
|
- display: inline-block;
|
|
|
- margin-left: 24px;
|
|
|
- margin-right: 16px;
|
|
|
-}
|
|
|
-.leftMenu li {
|
|
|
- height: 44px;
|
|
|
- line-height: 44px;
|
|
|
- width: 100%;
|
|
|
- color: #666;
|
|
|
- font-size: 14px;
|
|
|
- cursor: pointer;
|
|
|
- border-left: 2px solid #fff;
|
|
|
- box-sizing: border-box;
|
|
|
-}
|
|
|
-.leftMenu li.active {
|
|
|
- background: #ffe8ec;
|
|
|
- border-left: 2px solid #fa0a2f;
|
|
|
- color: #fa0a2f;
|
|
|
-}
|
|
|
-.pagePagin .el-pagination {
|
|
|
- margin-left: auto;
|
|
|
-}
|
|
|
-.pagePagin {
|
|
|
- margin-bottom: 20px;
|
|
|
-}
|
|
|
- .none{
|
|
|
- color: #999;
|
|
|
- text-align: center;
|
|
|
- margin: 0 0 60px 0;
|
|
|
-}
|
|
|
- .none div:nth-child(1){
|
|
|
- width: 416px;
|
|
|
- height: 276px;
|
|
|
- margin: 0 auto 40px auto;
|
|
|
-}
|
|
|
</style>
|
|
|
|