123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737 |
- <template>
- <div class="content">
- <div class="map">
- <span class="map-pro">四川省</span>
- <div class="my-map">
- <div id="myChart" :style="{width: '600px', height: '600px'}"></div>
- </div>
- <div class="chart">
- <h1>15854</h1><h2>个</h2>
- <span>名师工作室</span>
- <ul>
- <li><span>5215人</span><span>一线教师</span></li>
- <li><span>5215个</span><span>资源</span></li>
- <li><span>54546次</span><span>关注度</span></li>
- </ul>
- <!--<div id="Chart" :style="{width: '500px', height: '700px'}"></div>-->
- </div>
- </div>
- <div class="teacher-show">
- <div class="header">
- <h1 class="title ">名师展示</h1>
- <ul class="region">
- <li><a class="active" @click="chooseSchool()">全部</a></li>
- <li><a @click="chooseSchool('zt')">紫藤小学</a></li>
- <li><a @click="chooseSchool('xx')">西芯小学</a></li>
- <li><a @click="chooseSchool('fc')">芳草小学</a></li>
- <li><!--<a href="" rel="350000" class=""></a>--></li>
- </ul>
- </div>
- <div class="select">
- <Select v-model="model1" placeholder="学段" style="width:100px">
- <Option v-for="item in periodList" :value="item.value" :key="item.value">{{ item.label }}</Option>
- </Select>
- <Select v-model="model1" placeholder="学科" style="width:100px">
- <Option v-for="item in subjectList" :value="item.value" placeholder="学科" :key="item.value">{{ item.label }}</Option>
- </Select>
- </div>
- <div class="content-buttom">
- <div class="teacher-item" style="cursor: pointer" v-for="item in teacherList" @click="teacherZone">
- <div class="t-title">
- <!--<router-link to="/TeacherZone"></router-link>-->
- <span>{{item.provice}}</span>
- <span>{{item.title}}</span>
- </div>
- <div class="img-content">
- <img :src="item.img" class="th_pto">
- </div>
- <div class="teacher-info">
- <p class="name">{{item.name}}</p>
- <div class="subject">
- <p>{{item.period}}<span></span>{{item.subject}}</p>
- </div>
- </div>
- <div class="teacher-detailed">
- <div class="item">
- <p class="number">{{item.number1}}</p>
- <p class="txt">{{item.text1}}</p>
- </div>
- <div class="item">
- <p class="number">{{item.number2}}</p>
- <p class="txt">{{item.text2}}</p>
- </div>
- <div class="item">
- <p class="number">{{item.number3}}</p>
- <p class="txt">{{item.text3}}</p>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="data-view">
- <div class="four">
- <img src="https://css.huijiaoyun.com/tianyu_edu/html_other_edu/cd_good_school/images/four.png" alt="">
- </div>
- <div class="resource-data">
- <div class="data-item">
- <div class="img-content">
- <span class="data-view-teacher"></span>
- </div>
- <p class="data-name">名师总数</p>
- <p class="number">13201</p>
- </div>
- <div class="data-item">
- <div class="img-content">
- <span class="data-view-member"></span>
- </div>
- <p class="data-name">成员总数</p>
- <p class="number">57260</p>
- </div>
- <div class="data-item">
- <div class="img-content">
- <span class="data-view-article"></span>
- </div>
- <p class="data-name">文章总数</p>
- <p class="number">15686</p>
- </div>
- <div class="data-item">
- <div class="img-content">
- <span class="data-view-active"></span>
- </div>
- <p class="data-name">活动总数</p>
- <p class="number">38792</p>
- </div>
- <div class="data-item">
- <div class="img-content">
- <span class="data-view-resource"></span>
- </div>
- <p class="data-name">资源总数</p>
- <p class="number">142890</p>
- </div>
- <div class="data-item">
- <div class="img-content">
- <span class="data-view-move"></span>
- </div>
- <p class="data-name">优课总数</p>
- <p class="number">23446</p>
- </div>
- </div>
- </div>
- </div>
- </template>
- <script>
- import echarts from 'echarts'
- import '../../static/china.js' // 引入中国地图数据
- // import 'echarts/map/js/china.js';
- export default {
- data() {
- return {
- chart: null,
- data: [],
- total: 0,
- model1: '',
- periodList: [
- {
- value: 1,
- label: '学前'
- },
- {
- value: 2,
- label: '小学'
- },
- {
- value: 3,
- label: '初中'
- },
- {
- value: 4,
- label: '高中'
- },
- {
- value: 5,
- label: '中职'
- },
- ],
- subjectList: [
- {
- value: 1,
- label: '语文'
- },
- {
- value: 2,
- label: '数学'
- },
- {
- value: 3,
- label: '英语'
- },
- {
- value: 4,
- label: '生物'
- },
- {
- value: 5,
- label: '化学'
- },
- ],
- teacherList: [],
- teacher: {
- datazt: [
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people01.jpg'), title: '省级名师', name: '周杨', period: '小学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people02.jpg'), title: '省级名师', name: '李俊峰', period: '小学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people04.jpg'), title: '省级名师', name: '王志明', period: '小学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people03.jpg'), title: '省级名师', name: '李国强', period: '小学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people05.jpg'), title: '省级名师', name: '黄明莉', period: '小学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people08.jpg'), title: '省级名师', name: '李章杰', period: '中学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people06.jpg'), title: '省级名师', name: '周湾明', period: '小学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people07.jpg'), title: '省级名师', name: '徐建生', period: '中学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people09.jpg'), title: '省级名师', name: '王福生', period: '小学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people10.jpg'), title: '省级名师', name: '张凯伦', period: '小学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people13.jpg'), title: '省级名师', name: '吴世杰', period: '小学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people12.jpg'), title: '省级名师', name: '王先森', period: '中学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people11.jpg'), title: '省级名师', name: '李德华', period: '小学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people15.jpg'), title: '省级名师', name: '李萌萌', period: '小学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people14.jpg'), title: '省级名师', name: '张梦迪', period: '中学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
- ],
- dataxx: [
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people04.jpg'), title: '市级名师', name: '范建健', period: '中学', text1: '成员', number1: '1260', text2: '资源', number2: '1000', text3: '热度', number3: '6500' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people02.jpg'), title: '省级名师', name: '张梦娇', period: '小学', text1: '成员', number1: '1450', text2: '资源', number2: '2500', text3: '热度', number3: '1800' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people01.jpg'), title: '省级名师', name: '严苏华', period: '小学', text1: '成员', number1: '1560', text2: '资源', number2: '2050', text3: '热度', number3: '1500' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people05.jpg'), title: '省级名师', name: '乔国锋', period: '小学', text1: '成员', number1: '1980', text2: '资源', number2: '2500', text3: '热度', number3: '100' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people03.jpg'), title: '市级名师', name: '周育俭', period: '中学', text1: '成员', number1: '1200', text2: '资源', number2: '2080', text3: '热度', number3: '500' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people06.jpg'), title: '省级名师', name: '李章杰', period: '中学', text1: '成员', number1: '1000', text2: '资源', number2: '2800', text3: '热度', number3: '1500' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people08.jpg'), title: '省级名师', name: '赵志田', period: '小学', text1: '成员', number1: '1600', text2: '资源', number2: '2900', text3: '热度', number3: '1600' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people07.jpg'), title: '省级名师', name: '邹守烁', period: '中学', text1: '成员', number1: '1050', text2: '资源', number2: '2200', text3: '热度', number3: '700' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people09.jpg'), title: '省级名师', name: '王福生', period: '中学', text1: '成员', number1: '1500', text2: '资源', number2: '1800', text3: '热度', number3: '1500' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people10.jpg'), title: '省级名师', name: '邹守烁', period: '小学', text1: '成员', number1: '2000', text2: '资源', number2: '2700', text3: '热度', number3: '5500' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people15.jpg'), title: '市级名师', name: '吴世杰', period: '小学', text1: '成员', number1: '1050', text2: '资源', number2: '2300', text3: '热度', number3: '1500' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people12.jpg'), title: '省级名师', name: '吴兵', period: '中学', text1: '成员', number1: '1800', text2: '资源', number2: '2020', text3: '热度', number3: '1500' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people14.jpg'), title: '市级名师', name: '李德华', period: '小学', text1: '成员', number1: '1300', text2: '资源', number2: '2500', text3: '热度', number3: '6500' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people13.jpg'), title: '省级名师', name: '李东方', period: '中学', text1: '成员', number1: '1500', text2: '资源', number2: '2060', text3: '热度', number3: '1500' },
- { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people11.jpg'), title: '省级名师', name: '张浩然', period: '中学', text1: '成员', number1: '1060', text2: '资源', number2: '2800', text3: '热度', number3: '1500' },
- ]
- },
- teacherData: [
- {
- "name": "高新区",
- "value": 80
- }, {
- "name": "青羊区",
- "value": 87
- }, {
- "name": "天府新区",
- "value": 60
- }, {
- "name": "锦江区",
- "value": 40
- }, {
- "name": "金牛区",
- "value": 50
- }, {
- "name": "郫都区",
- "value": 30
- }, {
- "name": "温江区",
- "value": 40
- }
- ]
- };
- },
- mounted() {
- this.drawLine();
- //this.drawChart();
- this.teacherList = this.teacher.datazt;
- },
- methods: {
- chooseSchool(data) {
- if (data == "zt") {
- this.teacherList = this.teacher.datazt
- } else if (data == "xx") {
- this.teacherList = this.teacher.dataxx
- } else if (data == "fc") {
- this.teacherList = this.teacher.datazt
- } else {
- this.teacherList = this.teacher.datazt
- }
- },
- teacherZone() {
- this.$router.push('/TeacherZone')
- },
- drawLine() {
- var mapChart = echarts.init(document.getElementById('myChart'));
- // mapChart的配置
- var option = {
- series: [{
- type: 'map',
- mapType: 'china',
- label: {
- normal: {
- show: false,//显示省份标签
- textStyle: { color: "#141414" }//省份标签字体颜色
- },
- emphasis: {//对应的鼠标悬浮效果
- show: true,
- textStyle: { color: "#666" }
- }
- },
- lineStyle: {
- normal: {
- color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
- offset: 0, color: '#58B3CC'
- }, {
- offset: 1, color: '#F58158'
- }], false),
- width: 1,
- opacity: 0.5,
- curveness: 0.1
- }
- },
- itemStyle: {
- normal: {
- borderWidth: .5,//区域边框宽度
- borderColor: '#666',//区域边框颜色
- areaColor: "#fff",//区域颜色
- //background-image: linear-gradient(135deg, #f5f7fa 0 %, #c3cfe2 100 %);
- },
- emphasis: {
- borderWidth: .5,
- borderColor: '#4b0082',
- areaColor: "#008DFF",
- }
- },
- data: [
- { name: '四川', selected: true },//福建为选中状态
- { name: '广东', selected: true },//福建为选中状态
- { name: '湖北', selected: true },//福建为选中状态
- ]
- }],
- }
- mapChart.setOption(option);
- mapChart.on('click', function (params) {
- this.dataIndex = params.dataIndex;
- console.log(params);
- });
- },
- //drawChart() {
- // var myChart = echarts.init(document.getElementById('Chart'));
- // var xData = [],
- // yData = [];
- // var min = 50; // 最小值的定义
- // this.teacherData.map(function (a, b) {
- // xData.push(a.name);
- // if (a.value === 0) {
- // yData.push(a.value + min);
- // } else {
- // yData.push(a.value);
- // }
- // });
- // var option = {
- // //color: ['#3398DB'],
- // tooltip: {
- // trigger: 'axis',
- // axisPointer: {
- // type: 'line',
- // lineStyle: {
- // opacity: 0
- // }
- // },
- // formatter: function (prams) {
- // return "名师数:" + prams[0].data
- // }
- // },
- // grid: {
- // left: '0%',
- // right: '0%',
- // bottom: '5%',
- // top: '5%',
- // height: '50%',
- // containLabel: true,
- // z: 22
- // },
- // xAxis: [{
- // type: 'category',
- // gridIndex: 0,
- // data: xData,
- // axisTick: {
- // alignWithLabel: true
- // },
- // axisLine: {
- // lineStyle: {
- // color: '#0c3b71'
- // }
- // },
- // axisLabel: {
- // show: true,
- // color: 'rgb(170,170,170)',
- // fontSize: 12
- // }
- // }],
- // yAxis: [{
- // type: 'value',
- // gridIndex: 0,
- // splitLine: {
- // show: true
- // },
- // axisTick: {
- // show: true
- // },
- // max: 150,
- // axisLine: {
- // lineStyle: {
- // color: '#0c3b71'
- // }
- // },
- // axisLabel: {
- // color: 'rgb(170,170,170)',
- // formatter: '{value} '
- // }
- // },
- // {
- // type: 'value',
- // gridIndex: 0,
- // max: 200,
- // }
- // ],
- // series: [{
- // type: 'bar',
- // barWidth: '20',
- // xAxisIndex: 0,
- // yAxisIndex: 0,
- // itemStyle: {
- // normal: {
- // //barBorderRadius: [30, 30, 0, 0],
- // color: new echarts.graphic.LinearGradient(
- // 0, 0, 0, 1, [
- // // {
- // // offset: 0,
- // // color: '#00feff'
- // //},
- // {
- // offset: 0.5,
- // color: '#4da1ff'
- // },
- // {
- // offset: 1,
- // color: '#4da1ff'
- // }
- // ]
- // )
- // }
- // },
- // data: yData,
- // zlevel: 11
- // },
- // ]
- // };
- // myChart.setOption(option);
- //}
- },
-
- }
- </script>
- <style scoped>
- .map {
- width: 65%;
- height: 600px;
- margin: auto;
- /*margin-left:150px;*/
- padding-left: 250px;
- background: url("../../assets/image/resource/map-bg.png") no-repeat;
- background-repeat: no-repeat;
- background-size: 100% 100%;
- /*display:flex;*/
- }
- .map-pro {
- display: block;
- padding-top: 13%;
- margin-left: 2%;
- font-size: 24px;
- font-weight: 800;
- color: orangered;
- }
- .my-map {
- height: 600px;
- width: 600px;
- /*border: 1px solid red;*/
- /*text-align: right;*/
- margin-top: -15%;
- margin-left: 25%;
- }
- .chart {
- width: 300px;
- height: 300px;
- margin-top: -35%;
- /* border: 1px solid red; */
- margin-left: -18%;
- }
- .chart h1{
- color:coral;
- }
- .chart h2 {
- display: block;
- margin-top: -10%;
- margin-left: 25%;
- }
- .chart ul {
- list-style:none;
- width:150px;
- }
- .chart li {
- width: 150px;
- height: 20px;
- border: 1px solid red;
- margin-bottom: 10px;
- border-radius: 25px;
- }
- .header {
- width: 100%;
- height: 56px;
- margin: auto;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border-bottom: 1px solid #e4e4e4;
- }
- .title {
- font-size: 32px;
- line-height: 56px;
- color: #000;
- float:left;
- }
- .region {
- width: 580px;
- margin-left: 60px;
- float: left;
- }
- .region li {
- float: left;
- margin-right: 60px;
- margin-top: 12px;
- font-weight:700;
- font-size: 20px;
- list-style:none;
- }
- .region li a:hover {
- color: #1a89e3;
- border-bottom: 2px solid #1a89e3;
- }
- .region li a {
- display: inline-block;
- line-height: 36px;
- color: #888;
- padding-bottom: 6px;
- }
- .teacher-show {
- width: 1200px;
- height: 1228px;
- margin: 45px auto auto;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- .select {
- float: right;
- margin-top: -3%;
- }
- .content-buttom {
- width: 1200px;
- height: 1228px;
- }
- .teacher-item {
- width: 222px;
- height: 313px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- border: 1px solid #ececec;
- -webkit-box-shadow: 1px 1px 10px #ececec;
- box-shadow: 1px 1px 10px #ececec;
- margin-bottom: 20px;
- background: #fff;
- float: left;
- margin-left: 1%;
- margin-top: 1%;
- }
- .t-title {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- -ms-flex-pack: justify;
- justify-content: space-between;
- }
- .t-title span {
- display: inline-block;
- line-height: 20px;
- font-size: 16px;
- color: #555;
- margin: 20px;
- }
- .img-content {
- width: 100%;
- height: 100px;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- }
- .th_pto {
- width: 110px;
- height: 105px;
- border-radius: 50%;
- margin-left: -30px;
- margin-top: -25px;
- position: relative;
- }
- .teacher-info {
- width: 100%;
- height: 70px;
- text-align: center;
- margin-top: 22px;
- }
- .teacher-info .name {
- font-size: 18px;
- line-height: 30px;
- font-weight: bold;
- }
- .teacher-info .subject {
- width: 116px;
- height: 24px;
- margin: 0 auto;
- -webkit-border-radius: 20px;
- border-radius: 20px;
- background: -webkit-linear-gradient(left, #a1c4fd, #c2e9fb);
- }
- .teacher-info .subject p span {
- display: inline-block;
- width: 4px;
- height: 4px;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- margin-top: 10px;
- background: #fff;
- margin: 3px 6px;
- }
- .teacher-detailed {
- width: 100%;
- height: 60px;
- margin-top: 8px;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-justify-content: space-around;
- -ms-flex-pack: distribute;
- justify-content: space-around;
- }
- .item .txt {
- color: #888;
- }
- .data-view {
- width: 100%;
- height: 663px;
- overflow: hidden;
- background: url('../../assets/image/resource/data-view-bg.png') no-repeat center center;
- }
- .four {
- width: 409px;
- height: 248px;
- overflow: hidden;
- margin: 40px auto;
- }
- .four img {
- width: 409px;
- }
- .ewm_img {
- width: 79.5%;
- height: 300px;
- text-align: right;
- position: absolute;
- top: 2128px;
- left: 0px;
- }
- .ewm_img img {
- width: 150px;
- height: 150px;
- }
- .ewm_text {
- font-size: 17px;
- color: #fff;
- margin-top: 10px;
- }
- .resource-data {
- width: 1100px;
- height: 130px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- margin: 130px auto 0;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-justify-content: space-around;
- -ms-flex-pack: distribute;
- justify-content: space-around;
- }
- .data-item {
- width: 130px;
- height: 100%;
- }
- .img-content {
- width: 60px;
- height: 60px;
- margin: 25px auto 17px;
- text-align: center;
- }
- .data-view-teacher {
- width: 43px;
- height: 51px;
- margin-top: 4px;
- background: url('../../assets/image/resource/data-view-teacher.png') no-repeat;
- }
- .data-view-member {
- width: 54px;
- height: 33px;
- margin-top: 13px;
- background: url('../../assets/image/resource/data-view-member.png') no-repeat;
- }
- .data-view-article {
- width: 46px;
- height: 50px;
- margin-top: 4px;
- background: url('../../assets/image/resource/data-view-article.png') no-repeat;
- }
- .data-view-active {
- width: 44px;
- height: 50px;
- margin-top: 4px;
- background: url('../../assets/image/resource/data-view-active.png') no-repeat;
- }
- .data-view-resource {
- width: 46px;
- height: 50px;
- margin-top: 4px;
- background: url('../../assets/image/resource/data-view-resource.png') no-repeat;
- }
- .data-view-move {
- width: 52px;
- height: 50px;
- margin-top: 4px;
- background: url('../../assets/image/resource/data-view-move.png') no-repeat;
- }
- .data-name {
- font-size: 18px;
- color: #555;
- }
- .number {
- font-size: 24px;
- color: #000;
- }
- </style>
|