|
@@ -21,10 +21,32 @@
|
|
<div class="gateway_bot_left">
|
|
<div class="gateway_bot_left">
|
|
<div class="bot_leftTit">
|
|
<div class="bot_leftTit">
|
|
<p>年度考评排行榜</p>
|
|
<p>年度考评排行榜</p>
|
|
-
|
|
|
|
|
|
+ <el-select v-model="value" class="m-2" placeholder="请选择分类" size="large">
|
|
|
|
+ <el-option
|
|
|
|
+ v-for="item in options"
|
|
|
|
+ :key="item.value"
|
|
|
|
+ :label="item.label"
|
|
|
|
+ :value="item.value"
|
|
|
|
+ />
|
|
|
|
+ </el-select>
|
|
</div>
|
|
</div>
|
|
<div class="bot_leftMain">
|
|
<div class="bot_leftMain">
|
|
-
|
|
|
|
|
|
+ <div style="display: flex;margin-bottom:25px" v-for="(item, index) in cupMsgArr" :key="index">
|
|
|
|
+ <div class="mainImg">
|
|
|
|
+ <img :src="item.img" alt="" v-if="item.img">
|
|
|
|
+ <span v-else>{{index+1}}</span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mainMsg">
|
|
|
|
+ <div class="msgProgress">
|
|
|
|
+ <el-progress :percentage="item.progress" :stroke-width="10" />
|
|
|
|
+ </div>
|
|
|
|
+ <div class="msgProgressT">
|
|
|
|
+ <span>{{item.name}}</span>
|
|
|
|
+ <span>{{item.level}}级</span>
|
|
|
|
+ <span>{{item.points}}分</span>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -32,24 +54,91 @@
|
|
<div class="gateway_bot_center">
|
|
<div class="gateway_bot_center">
|
|
<div class="bot_Tit">
|
|
<div class="bot_Tit">
|
|
<p>考评排行榜</p>
|
|
<p>考评排行榜</p>
|
|
-
|
|
|
|
|
|
+ <div style="display:flex">
|
|
|
|
+ <el-select v-model="value" class="m-2" placeholder="选择季度" size="large">
|
|
|
|
+ <el-option
|
|
|
|
+ v-for="item in options"
|
|
|
|
+ :key="item.value"
|
|
|
|
+ :label="item.label"
|
|
|
|
+ :value="item.value"
|
|
|
|
+ />
|
|
|
|
+ </el-select>
|
|
|
|
+ <el-select v-model="value" class="m-2" placeholder="选择月份" size="large">
|
|
|
|
+ <el-option
|
|
|
|
+ v-for="item in options"
|
|
|
|
+ :key="item.value"
|
|
|
|
+ :label="item.label"
|
|
|
|
+ :value="item.value"
|
|
|
|
+ />
|
|
|
|
+ </el-select>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- <el-table :data="tableData" style="width: 100%">
|
|
|
|
- <el-table-column type="index" label="序号" width="50" />
|
|
|
|
- <el-table-column prop="name" label="公告标题" width="300" />
|
|
|
|
- <el-table-column prop="address" label="发布部门" />
|
|
|
|
- <el-table-column prop="address" label="发布日期" />
|
|
|
|
|
|
+ <el-table :data="tableData" stripe style="width: 100%">
|
|
|
|
+ <el-table-column type="index" label="排名" width="50" align="center" />
|
|
|
|
+ <el-table-column prop="name" label="单位名称" />
|
|
|
|
+ <el-table-column prop="points" label="得分" width="50" />
|
|
|
|
+ <el-table-column prop="address" label="加分事项" width="80" align="center">
|
|
|
|
+ <template #default="scope">
|
|
|
|
+ <img :src="cenImg" v-if="scope.row.jiaA === 0">
|
|
|
|
+ <img :src="topImg" v-else-if="scope.row.jiaA === 1">
|
|
|
|
+ <img :src="botImg" v-else>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
|
|
+ <el-table-column prop="address" label="扣分事项" width="80" align="center">
|
|
|
|
+ <template #default="scope">
|
|
|
|
+ <img :src="cenImg" v-if="scope.row.jiaB === 0">
|
|
|
|
+ <img :src="topImg" v-else-if="scope.row.jiaB === 1">
|
|
|
|
+ <img :src="botImg" v-else>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
|
|
+ <el-table-column prop="address" label="管理加分项" width="90" align="center">
|
|
|
|
+ <template #default="scope">
|
|
|
|
+ <img :src="cenImg" v-if="scope.row.guanA === 0">
|
|
|
|
+ <img :src="topImg" v-else-if="scope.row.guanA === 1">
|
|
|
|
+ <img :src="botImg" v-else>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
|
|
+ <el-table-column prop="address" label="管理扣分项" width="90" align="center">
|
|
|
|
+ <template #default="scope">
|
|
|
|
+ <img :src="cenImg" v-if="scope.row.guanB === 0">
|
|
|
|
+ <img :src="topImg" v-else-if="scope.row.guanB === 1">
|
|
|
|
+ <img :src="botImg" v-else>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
|
|
+ <el-table-column prop="address" label="高于基准分" width="90" align="center">
|
|
|
|
+ <template #default="scope">
|
|
|
|
+ <img :src="cenImg" v-if="scope.row.gaoA === 0">
|
|
|
|
+ <img :src="topImg" v-else-if="scope.row.gaoA === 1">
|
|
|
|
+ <img :src="botImg" v-else>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
|
|
+ <el-table-column prop="address" label="低于基准分" width="90" align="center">
|
|
|
|
+ <template #default="scope">
|
|
|
|
+ <img :src="cenImg" v-if="scope.row.gaoB === 0">
|
|
|
|
+ <img :src="topImg" v-else-if="scope.row.gaoB === 1">
|
|
|
|
+ <img :src="botImg" v-else>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
<div class="gateway_bot_right">
|
|
<div class="gateway_bot_right">
|
|
- <div class="bot_leftTit">
|
|
|
|
|
|
+ <div class="bot_rightTit">
|
|
<p>通告栏</p>
|
|
<p>通告栏</p>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
- <div class="bot_leftMain">
|
|
|
|
-
|
|
|
|
|
|
+ <div class="bot_rightMain">
|
|
|
|
+ <div class="bot_rightMain_msg" v-for="it in 10" :key="it">
|
|
|
|
+ <div class="rightDiv"></div>
|
|
|
|
+ <div class="rightTitMsg">
|
|
|
|
+ <p>关于2022年度各单位年度考评得分</p>
|
|
|
|
+ <div style="margin-top: 5px">
|
|
|
|
+ <span style="margin-right: 10px">2023-01-15</span>
|
|
|
|
+ <span>组织人事部</span>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -62,11 +151,25 @@ import huodian from '../assets/getwayImg/huodianIcon.png'
|
|
import shuidian from '../assets/getwayImg/shuidianIcon.png'
|
|
import shuidian from '../assets/getwayImg/shuidianIcon.png'
|
|
import xinnengyuan from '../assets/getwayImg/xinnengyuanIcon.png'
|
|
import xinnengyuan from '../assets/getwayImg/xinnengyuanIcon.png'
|
|
import meidian from '../assets/getwayImg/meidianIcon.png'
|
|
import meidian from '../assets/getwayImg/meidianIcon.png'
|
|
|
|
+
|
|
|
|
+import cup1 from '../assets/getwayImg/cup1.png'
|
|
|
|
+import cup2 from '../assets/getwayImg/cup2.png'
|
|
|
|
+import cup3 from '../assets/getwayImg/cup3.png'
|
|
|
|
+
|
|
|
|
+import topImg from '../assets/getwayImg/top.png'
|
|
|
|
+import botImg from '../assets/getwayImg/bot.png'
|
|
|
|
+import cenImg from '../assets/getwayImg/cen.png'
|
|
|
|
+
|
|
export default {
|
|
export default {
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
huodianArr: [],
|
|
huodianArr: [],
|
|
- titleMsgArr: []
|
|
|
|
|
|
+ titleMsgArr: [],
|
|
|
|
+ cupMsgArr: [],
|
|
|
|
+ tableData: [],
|
|
|
|
+ topImg: topImg,
|
|
|
|
+ botImg: botImg,
|
|
|
|
+ cenImg: cenImg,
|
|
}
|
|
}
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
@@ -114,8 +217,182 @@ export default {
|
|
Name: 'D级单位'
|
|
Name: 'D级单位'
|
|
}
|
|
}
|
|
]
|
|
]
|
|
|
|
+ this.cupMsgArr = [
|
|
|
|
+ {
|
|
|
|
+ progress: '100',
|
|
|
|
+ level: 'A',
|
|
|
|
+ points: '134',
|
|
|
|
+ name: '大港电厂(广安津能)'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ progress: '100',
|
|
|
|
+ level: 'A',
|
|
|
|
+ points: '134',
|
|
|
|
+ name: '怀安热电'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ progress: '90',
|
|
|
|
+ level: 'A',
|
|
|
|
+ points: '124',
|
|
|
|
+ name: '滨海电力'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ progress: '88',
|
|
|
|
+ level: 'A',
|
|
|
|
+ points: '120',
|
|
|
|
+ name: '秦皇岛公司'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ progress: '80',
|
|
|
|
+ level: 'A',
|
|
|
|
+ points: '111',
|
|
|
|
+ name: '胜利电厂'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ progress: '76',
|
|
|
|
+ level: 'A',
|
|
|
|
+ points: '110',
|
|
|
|
+ name: '宣威分公司'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ progress: '70',
|
|
|
|
+ level: 'A',
|
|
|
|
+ points: '106',
|
|
|
|
+ name: '大同公司(大二厂)'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ progress: '65',
|
|
|
|
+ level: 'A',
|
|
|
|
+ points: '102',
|
|
|
|
+ name: '廊坊热电'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ progress: '60',
|
|
|
|
+ level: 'A',
|
|
|
|
+ points: '96',
|
|
|
|
+ name: '滨海电力(天津洁能)'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ progress: '55',
|
|
|
|
+ level: 'A',
|
|
|
|
+ points: '92',
|
|
|
|
+ name: '胜利电厂'
|
|
|
|
+ },
|
|
|
|
+ ]
|
|
|
|
+ this.tableData = [
|
|
|
|
+ {
|
|
|
|
+ name: '中国国电电力上海庙公司',
|
|
|
|
+ points: '134',
|
|
|
|
+ jiaA: 1,
|
|
|
|
+ jiaB: 2,
|
|
|
|
+ guanA: 1,
|
|
|
|
+ guanB: 0,
|
|
|
|
+ gaoA: 1,
|
|
|
|
+ gaoB: 0
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: '中国国电电力上海庙公司',
|
|
|
|
+ points: '134',
|
|
|
|
+ jiaA: 1,
|
|
|
|
+ jiaB: 2,
|
|
|
|
+ guanA: 1,
|
|
|
|
+ guanB: 0,
|
|
|
|
+ gaoA: 1,
|
|
|
|
+ gaoB: 0
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: '中国国电电力上海庙公司',
|
|
|
|
+ points: '134',
|
|
|
|
+ jiaA: 1,
|
|
|
|
+ jiaB: 2,
|
|
|
|
+ guanA: 1,
|
|
|
|
+ guanB: 0,
|
|
|
|
+ gaoA: 1,
|
|
|
|
+ gaoB: 0
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: '中国国电电力上海庙公司',
|
|
|
|
+ points: '134',
|
|
|
|
+ jiaA: 1,
|
|
|
|
+ jiaB: 2,
|
|
|
|
+ guanA: 1,
|
|
|
|
+ guanB: 0,
|
|
|
|
+ gaoA: 1,
|
|
|
|
+ gaoB: 0
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: '中国国电电力上海庙公司',
|
|
|
|
+ points: '134',
|
|
|
|
+ jiaA: 1,
|
|
|
|
+ jiaB: 2,
|
|
|
|
+ guanA: 1,
|
|
|
|
+ guanB: 0,
|
|
|
|
+ gaoA: 1,
|
|
|
|
+ gaoB: 0
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: '中国国电电力上海庙公司',
|
|
|
|
+ points: '134',
|
|
|
|
+ jiaA: 1,
|
|
|
|
+ jiaB: 2,
|
|
|
|
+ guanA: 1,
|
|
|
|
+ guanB: 0,
|
|
|
|
+ gaoA: 1,
|
|
|
|
+ gaoB: 0
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: '中国国电电力上海庙公司',
|
|
|
|
+ points: '134',
|
|
|
|
+ jiaA: 1,
|
|
|
|
+ jiaB: 2,
|
|
|
|
+ guanA: 1,
|
|
|
|
+ guanB: 0,
|
|
|
|
+ gaoA: 1,
|
|
|
|
+ gaoB: 0
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: '中国国电电力上海庙公司',
|
|
|
|
+ points: '134',
|
|
|
|
+ jiaA: 1,
|
|
|
|
+ jiaB: 2,
|
|
|
|
+ guanA: 1,
|
|
|
|
+ guanB: 0,
|
|
|
|
+ gaoA: 1,
|
|
|
|
+ gaoB: 0
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: '中国国电电力上海庙公司',
|
|
|
|
+ points: '134',
|
|
|
|
+ jiaA: 1,
|
|
|
|
+ jiaB: 2,
|
|
|
|
+ guanA: 1,
|
|
|
|
+ guanB: 0,
|
|
|
|
+ gaoA: 1,
|
|
|
|
+ gaoB: 0
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: '中国国电电力上海庙公司',
|
|
|
|
+ points: '134',
|
|
|
|
+ jiaA: 1,
|
|
|
|
+ jiaB: 2,
|
|
|
|
+ guanA: 1,
|
|
|
|
+ guanB: 0,
|
|
|
|
+ gaoA: 1,
|
|
|
|
+ gaoB: 0
|
|
|
|
+ },
|
|
|
|
+ ]
|
|
|
|
+ this.cupMsgArr.forEach((item, index) =>{
|
|
|
|
+ if (index === 0) {
|
|
|
|
+ item.img = cup1
|
|
|
|
+ } else if (index === 1) {
|
|
|
|
+ item.img = cup2
|
|
|
|
+ } else if (index === 2) {
|
|
|
|
+ item.img = cup3
|
|
|
|
+ }
|
|
|
|
+ })
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
|
|
+
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
}
|
|
}
|
|
@@ -178,32 +455,160 @@ export default {
|
|
padding: 24px 0 16px 26px;
|
|
padding: 24px 0 16px 26px;
|
|
.gateway_bot_left{
|
|
.gateway_bot_left{
|
|
background: #fff;
|
|
background: #fff;
|
|
- width: 92%;
|
|
|
|
- p{
|
|
|
|
- font-size: 18px;
|
|
|
|
- font-family: Microsoft YaHei;
|
|
|
|
- font-weight: bold;
|
|
|
|
- color: #3B7AD1;
|
|
|
|
|
|
+ margin-right: 30px;
|
|
|
|
+ border-radius: 10px;
|
|
|
|
+ padding-left: 25px;
|
|
|
|
+ padding-bottom: 15px;
|
|
|
|
+ border: 1px solid #E1E3EA;
|
|
|
|
+ .bot_leftTit{
|
|
|
|
+ padding: 21px 0 30px 0;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ p{
|
|
|
|
+ font-size: 18px;
|
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ color: #3B7AD1;
|
|
|
|
+ }
|
|
|
|
+ .el-select{
|
|
|
|
+ width: 130px;
|
|
|
|
+ margin-right: 30px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .bot_leftMain{
|
|
|
|
+ .mainImg{
|
|
|
|
+ position: relative;
|
|
|
|
+ top: -3px;
|
|
|
|
+ span{
|
|
|
|
+ text-align: center;
|
|
|
|
+ line-height: 32px;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ color: #333333;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
|
+ display: inline-block;
|
|
|
|
+ width: 32px;
|
|
|
|
+ height: 32px;
|
|
|
|
+ background: #EDEFF5;
|
|
|
|
+ border-radius: 50%;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .mainMsg{
|
|
|
|
+ margin-left: 10px;
|
|
|
|
+ width: 100%;
|
|
|
|
+ .msgProgress{
|
|
|
|
+ .el-progress{
|
|
|
|
+ width: 90%;
|
|
|
|
+ .el-progress__text{
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .msgProgressT{
|
|
|
|
+ margin-top: 5px;
|
|
|
|
+ span{
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
|
+ }
|
|
|
|
+ span:nth-child(1){
|
|
|
|
+ display: inline-block;
|
|
|
|
+ width: 65%;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ color: #999999;
|
|
|
|
+ }
|
|
|
|
+ span:nth-child(2){
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ margin-right: 15px;
|
|
|
|
+ color: #333;
|
|
|
|
+ }
|
|
|
|
+ span:nth-child(3){
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ color: #333;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.gateway_bot_center{
|
|
.gateway_bot_center{
|
|
background: #fff;
|
|
background: #fff;
|
|
- margin-right: 33px;
|
|
|
|
- p{
|
|
|
|
- font-size: 18px;
|
|
|
|
- font-family: Microsoft YaHei;
|
|
|
|
- font-weight: bold;
|
|
|
|
- color: #3B7AD1;
|
|
|
|
|
|
+ margin-right: 30px;
|
|
|
|
+ border-radius: 10px;
|
|
|
|
+ padding: 0 25px;
|
|
|
|
+ padding-bottom: 28px;
|
|
|
|
+ border: 1px solid #E1E3EA;
|
|
|
|
+ .bot_Tit{
|
|
|
|
+ padding: 21px 0 10px 0;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ p{
|
|
|
|
+ font-size: 18px;
|
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ color: #3B7AD1;
|
|
|
|
+ }
|
|
|
|
+ .el-select{
|
|
|
|
+ width: 130px;
|
|
|
|
+ margin-right: 10px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .el-table{
|
|
|
|
+ .el-table__body-wrapper{
|
|
|
|
+ height: 57vh !important;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.gateway_bot_right{
|
|
.gateway_bot_right{
|
|
background: #fff;
|
|
background: #fff;
|
|
- width: 92%;
|
|
|
|
- p{
|
|
|
|
- font-size: 18px;
|
|
|
|
- font-family: Microsoft YaHei;
|
|
|
|
- font-weight: bold;
|
|
|
|
- color: #3B7AD1;
|
|
|
|
|
|
+ margin-right: 30px;
|
|
|
|
+ border-radius: 10px;
|
|
|
|
+ padding-bottom: 25px;
|
|
|
|
+ border: 1px solid #D6DBEA;
|
|
|
|
+ .bot_rightTit{
|
|
|
|
+ padding: 21px 25px 10px 25px;
|
|
|
|
+ background: #E3EFFF;
|
|
|
|
+ border-radius: 10px 10px 0px 0px;
|
|
|
|
+ p{
|
|
|
|
+ font-size: 18px;
|
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ color: #3B7AD1;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .bot_rightMain{
|
|
|
|
+ height: 63vh !important;
|
|
|
|
+ overflow-y: auto;
|
|
|
|
+ .bot_rightMain_msg{
|
|
|
|
+ display: flex;
|
|
|
|
+ padding: 25px 0 25px 27px;
|
|
|
|
+ border-bottom: 1px solid #D6DBEA;
|
|
|
|
+ .rightDiv{
|
|
|
|
+ width: 4px;
|
|
|
|
+ height: 40px;
|
|
|
|
+ background: #4883D4;
|
|
|
|
+ border-radius: 2px;
|
|
|
|
+ position: relative;
|
|
|
|
+ top: 2px;
|
|
|
|
+ }
|
|
|
|
+ .rightTitMsg{
|
|
|
|
+ margin-left: 15px;
|
|
|
|
+ p{
|
|
|
|
+ width: 300px;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ color: #333333;
|
|
|
|
+ }
|
|
|
|
+ span{
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ color: #8991B0;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|