|
@@ -24,9 +24,9 @@
|
|
<div class="list-basis-title" @click="clickListItem(index)">
|
|
<div class="list-basis-title" @click="clickListItem(index)">
|
|
<span>质控依据</span>
|
|
<span>质控依据</span>
|
|
<span> >> </span>
|
|
<span> >> </span>
|
|
- <el-image class="typeImg" v-if="item.is_ai" :src="require('../../../assets/images/jiqiren.png')" fit="contain">
|
|
|
|
|
|
+ <el-image class="typeImg" v-if="item.is_ai" :src="require('../../../../assets/images/jiqiren.png')" fit="contain">
|
|
</el-image>
|
|
</el-image>
|
|
- <el-image v-else class="typeImg" :src="require('../../../assets/images/kefu.png')" fit="contain">
|
|
|
|
|
|
+ <el-image v-else class="typeImg" :src="require('../../../../assets/images/kefu.png')" fit="contain">
|
|
</el-image>
|
|
</el-image>
|
|
</div>
|
|
</div>
|
|
<div class="list-basis-text" :class="item.show?'show':''">
|
|
<div class="list-basis-text" :class="item.show?'show':''">
|
|
@@ -208,21 +208,21 @@
|
|
}
|
|
}
|
|
.score-box.scoreLevel_1{
|
|
.score-box.scoreLevel_1{
|
|
background: rgb(11, 133, 63);
|
|
background: rgb(11, 133, 63);
|
|
- background-image: url('../../../assets/images/icon-jia.png');
|
|
|
|
|
|
+ background-image: url('../../../../assets/images/icon-jia.png');
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
background-size: 60px 52px;
|
|
background-size: 60px 52px;
|
|
background-position:80% 50%;
|
|
background-position:80% 50%;
|
|
}
|
|
}
|
|
.score-box.scoreLevel_2{
|
|
.score-box.scoreLevel_2{
|
|
background: rgb(152, 112, 20);
|
|
background: rgb(152, 112, 20);
|
|
- background-image: url('../../../assets/images/icon-yi.png');
|
|
|
|
|
|
+ background-image: url('../../../../assets/images/icon-yi.png');
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
background-size: 60px 52px;
|
|
background-size: 60px 52px;
|
|
background-position:80% 50%;
|
|
background-position:80% 50%;
|
|
}
|
|
}
|
|
.score-box.scoreLevel_3{
|
|
.score-box.scoreLevel_3{
|
|
background: rgb(199, 54, 13);
|
|
background: rgb(199, 54, 13);
|
|
- background-image: url('../../../assets/images/icon-bing.png');
|
|
|
|
|
|
+ background-image: url('../../../../assets/images/icon-bing.png');
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
background-size: 60px 52px;
|
|
background-size: 60px 52px;
|
|
background-position:80% 50%;
|
|
background-position:80% 50%;
|