teacherMap.vue 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640
  1. <template>
  2. <div class="content">
  3. <div class="top">
  4. <div class="map">
  5. <span class="map-pro">{{countData.name}}</span>
  6. <div class="my-map">
  7. <div id="myChart" :style="{width: '600px', height: '600px'}"></div>
  8. </div>
  9. <div class="chart">
  10. <h1>{{countData.data}}</h1><h2>个</h2>
  11. <h3>名师工作室</h3>
  12. <ul>
  13. <li><span>{{countData.teacher}}人</span><p>一线教师</p></li>
  14. <li><span>{{countData.source}}个</span><p>资源</p></li>
  15. <li><span>{{countData.focus}}次</span><p>关注度</p></li>
  16. </ul>
  17. </div>
  18. </div>
  19. </div>
  20. <div class="teacher-show">
  21. <div class="header">
  22. <h1 class="title ">名师展示</h1>
  23. <ul class="region">
  24. <li><a class="active" @click="chooseSchool()">全部</a></li>
  25. <li><a @click="chooseSchool('zt')">紫藤小学</a></li>
  26. <li><a @click="chooseSchool('xx')">西芯小学</a></li>
  27. <li><a @click="chooseSchool('fc')">芳草小学</a></li>
  28. <li><!--<a href="" rel="350000" class=""></a>--></li>
  29. </ul>
  30. </div>
  31. <div class="select">
  32. <Select v-model="model1" placeholder="学段" style="width:100px">
  33. <Option v-for="item in periodList" :value="item.value" :key="item.value">{{ item.label }}</Option>
  34. </Select>
  35. <Select v-model="model1" placeholder="学科" style="width:100px">
  36. <Option v-for="item in subjectList" :value="item.value" placeholder="学科" :key="item.value">{{ item.label }}</Option>
  37. </Select>
  38. </div>
  39. <div class="content-buttom">
  40. <div class="teacher-item" style="cursor: pointer" v-for="item in teacherList" @click="teacherZone">
  41. <div class="t-title">
  42. <!--<router-link to="/TeacherZone"></router-link>-->
  43. <span>{{item.provice}}</span>
  44. <span>{{item.title}}</span>
  45. </div>
  46. <div class="img-content">
  47. <img :src="item.img" class="th_pto">
  48. </div>
  49. <div class="teacher-info">
  50. <p class="name">{{item.name}}</p>
  51. <div class="subject">
  52. <p>{{item.period}}<span></span>{{item.subject}}</p>
  53. </div>
  54. </div>
  55. <div class="teacher-detailed">
  56. <div class="item">
  57. <p class="number">{{item.number1}}</p>
  58. <p class="txt">{{item.text1}}</p>
  59. </div>
  60. <div class="item">
  61. <p class="number">{{item.number2}}</p>
  62. <p class="txt">{{item.text2}}</p>
  63. </div>
  64. <div class="item">
  65. <p class="number">{{item.number3}}</p>
  66. <p class="txt">{{item.text3}}</p>
  67. </div>
  68. </div>
  69. </div>
  70. </div>
  71. </div>
  72. <div class="data-view">
  73. <div class="resource-data">
  74. <ul>
  75. <li>445585</li>
  76. <li>856585</li>
  77. <li>482655</li>
  78. </ul>
  79. </div>
  80. <div class="resource">
  81. <ul>
  82. <li>6545585</li>
  83. <li>152685</li>
  84. <li>624585</li>
  85. </ul>
  86. </div>
  87. </div>
  88. </div>
  89. </template>
  90. <script>
  91. import echarts from 'echarts'
  92. import '../../static/china.js' // 引入中国地图数据
  93. // import 'echarts/map/js/china.js';
  94. export default {
  95. data() {
  96. return {
  97. model1: '',
  98. countData:[],
  99. dataIndex: '',
  100. countDatas: [
  101. {
  102. name: '四川省',
  103. data:'14666',
  104. teacher: '41654',
  105. source: '599545',
  106. focus:'454556'
  107. },
  108. {
  109. name: '湖北省',
  110. data: '14956',
  111. teacher: '44944',
  112. source: '544445',
  113. focus: '45956'
  114. },
  115. {
  116. name: '广东省',
  117. data: '89966',
  118. teacher: '41654',
  119. source: '545445',
  120. focus: '5416'
  121. },
  122. {
  123. name: '云南省',
  124. data: '14986',
  125. teacher: '418794',
  126. source: '545445',
  127. focus: '45556'
  128. }
  129. ],
  130. periodList: [
  131. {
  132. value: 1,
  133. label: '学前'
  134. },
  135. {
  136. value: 2,
  137. label: '小学'
  138. },
  139. {
  140. value: 3,
  141. label: '初中'
  142. },
  143. {
  144. value: 4,
  145. label: '高中'
  146. },
  147. {
  148. value: 5,
  149. label: '中职'
  150. },
  151. ],
  152. subjectList: [
  153. {
  154. value: 1,
  155. label: '语文'
  156. },
  157. {
  158. value: 2,
  159. label: '数学'
  160. },
  161. {
  162. value: 3,
  163. label: '英语'
  164. },
  165. {
  166. value: 4,
  167. label: '生物'
  168. },
  169. {
  170. value: 5,
  171. label: '化学'
  172. },
  173. ],
  174. teacherList: [],
  175. teacher: {
  176. datazt: [
  177. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people01.jpg'), title: '省级名师', name: '周杨', period: '小学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
  178. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people02.jpg'), title: '省级名师', name: '李俊峰', period: '小学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
  179. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people04.jpg'), title: '省级名师', name: '王志明', period: '小学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
  180. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people03.jpg'), title: '省级名师', name: '李国强', period: '小学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
  181. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people05.jpg'), title: '省级名师', name: '黄明莉', period: '小学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
  182. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people08.jpg'), title: '省级名师', name: '李章杰', period: '中学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
  183. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people06.jpg'), title: '省级名师', name: '周湾明', period: '小学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
  184. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people07.jpg'), title: '省级名师', name: '徐建生', period: '中学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
  185. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people09.jpg'), title: '省级名师', name: '王福生', period: '小学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
  186. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people10.jpg'), title: '省级名师', name: '张凯伦', period: '小学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
  187. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people13.jpg'), title: '省级名师', name: '吴世杰', period: '小学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
  188. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people12.jpg'), title: '省级名师', name: '王先森', period: '中学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
  189. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people11.jpg'), title: '省级名师', name: '李德华', period: '小学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
  190. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people15.jpg'), title: '省级名师', name: '李萌萌', period: '小学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
  191. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people14.jpg'), title: '省级名师', name: '张梦迪', period: '中学', text1: '成员', number1: '1000', text2: '资源', number2: '2000', text3: '热度', number3: '1500' },
  192. ],
  193. dataxx: [
  194. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people04.jpg'), title: '市级名师', name: '范建健', period: '中学', text1: '成员', number1: '1260', text2: '资源', number2: '1000', text3: '热度', number3: '6500' },
  195. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people02.jpg'), title: '省级名师', name: '张梦娇', period: '小学', text1: '成员', number1: '1450', text2: '资源', number2: '2500', text3: '热度', number3: '1800' },
  196. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people01.jpg'), title: '省级名师', name: '严苏华', period: '小学', text1: '成员', number1: '1560', text2: '资源', number2: '2050', text3: '热度', number3: '1500' },
  197. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people05.jpg'), title: '省级名师', name: '乔国锋', period: '小学', text1: '成员', number1: '1980', text2: '资源', number2: '2500', text3: '热度', number3: '100' },
  198. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people03.jpg'), title: '市级名师', name: '周育俭', period: '中学', text1: '成员', number1: '1200', text2: '资源', number2: '2080', text3: '热度', number3: '500' },
  199. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people06.jpg'), title: '省级名师', name: '李章杰', period: '中学', text1: '成员', number1: '1000', text2: '资源', number2: '2800', text3: '热度', number3: '1500' },
  200. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people08.jpg'), title: '省级名师', name: '赵志田', period: '小学', text1: '成员', number1: '1600', text2: '资源', number2: '2900', text3: '热度', number3: '1600' },
  201. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people07.jpg'), title: '省级名师', name: '邹守烁', period: '中学', text1: '成员', number1: '1050', text2: '资源', number2: '2200', text3: '热度', number3: '700' },
  202. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people09.jpg'), title: '省级名师', name: '王福生', period: '中学', text1: '成员', number1: '1500', text2: '资源', number2: '1800', text3: '热度', number3: '1500' },
  203. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people10.jpg'), title: '省级名师', name: '邹守烁', period: '小学', text1: '成员', number1: '2000', text2: '资源', number2: '2700', text3: '热度', number3: '5500' },
  204. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people15.jpg'), title: '市级名师', name: '吴世杰', period: '小学', text1: '成员', number1: '1050', text2: '资源', number2: '2300', text3: '热度', number3: '1500' },
  205. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people12.jpg'), title: '省级名师', name: '吴兵', period: '中学', text1: '成员', number1: '1800', text2: '资源', number2: '2020', text3: '热度', number3: '1500' },
  206. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people14.jpg'), title: '市级名师', name: '李德华', period: '小学', text1: '成员', number1: '1300', text2: '资源', number2: '2500', text3: '热度', number3: '6500' },
  207. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people13.jpg'), title: '省级名师', name: '李东方', period: '中学', text1: '成员', number1: '1500', text2: '资源', number2: '2060', text3: '热度', number3: '1500' },
  208. { provice: '四川', subject: '语文', img: require('../../assets/image/resource/people11.jpg'), title: '省级名师', name: '张浩然', period: '中学', text1: '成员', number1: '1060', text2: '资源', number2: '2800', text3: '热度', number3: '1500' },
  209. ]
  210. },
  211. };
  212. },
  213. mounted() {
  214. this.drawLine();
  215. this.teacherList = this.teacher.datazt;
  216. this.countData = this.countDatas[0]
  217. },
  218. //computed: {
  219. // dataIndex: function () {
  220. // console.log('12111541');
  221. // }
  222. //},
  223. //watch: {
  224. // dataIndex() {
  225. // console.log('23612651');
  226. // },
  227. //},
  228. methods: {
  229. chooseSchool(data) {
  230. if (data == "zt") {
  231. this.teacherList = this.teacher.datazt
  232. } else if (data == "xx") {
  233. this.teacherList = this.teacher.dataxx
  234. } else if (data == "fc") {
  235. this.teacherList = this.teacher.datazt
  236. } else {
  237. this.teacherList = this.teacher.datazt
  238. }
  239. },
  240. teacherZone() {
  241. this.$router.push('/TeacherZone')
  242. },
  243. choosePro(data) {
  244. console.log(data, '5646464');
  245. if (data == '0') {
  246. this.countData = this.countDatas[0]
  247. } else if (data == '2') {
  248. this.countData = this.countDatas[1]
  249. }else if (data == '1') {
  250. this.countData = this.countDatas[2]
  251. }else if (data == '3') {
  252. this.countData = this.countDatas[3]
  253. }
  254. },
  255. drawLine() {
  256. var mapChart = echarts.init(document.getElementById('myChart'));
  257. // mapChart的配置
  258. var option = {
  259. series: [{
  260. type: 'map',
  261. mapType: 'china',
  262. label: {
  263. normal: {
  264. show: false,//显示省份标签
  265. textStyle: { color: "#141414" }//省份标签字体颜色
  266. },
  267. emphasis: {//对应的鼠标悬浮效果
  268. show: true,
  269. textStyle: { color: "#666" }
  270. }
  271. },
  272. lineStyle: {
  273. normal: {
  274. color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
  275. offset: 0, color: '#58B3CC'
  276. }, {
  277. offset: 1, color: '#F58158'
  278. }], false),
  279. width: 1,
  280. opacity: 0.5,
  281. curveness: 0.1
  282. }
  283. },
  284. itemStyle: {
  285. normal: {
  286. borderWidth: .5,//区域边框宽度
  287. borderColor: '#666',//区域边框颜色
  288. areaColor: "lightblue",//区域颜色
  289. //background-image: linear-gradient(135deg, #f5f7fa 0 %, #c3cfe2 100 %);
  290. },
  291. emphasis: {
  292. borderWidth: .5,
  293. borderColor: '#4b0082',
  294. areaColor: "#008DFF",
  295. }
  296. },
  297. data: [
  298. { name: '四川', selected: true },//福建为选中状态
  299. { name: '广东', selected: true },//福建为选中状态
  300. { name: '湖北', selected: true },//福建为选中状态
  301. { name: '云南', selected: true },//福建为选中状态
  302. ]
  303. }],
  304. }
  305. mapChart.setOption(option);
  306. mapChart.on('click', (params) => {
  307. let data = params.dataIndex;
  308. this.choosePro(data);
  309. });
  310. },
  311. },
  312. }
  313. </script>
  314. <style scoped>
  315. .top {
  316. width: 100%;
  317. background: -webkit-linear-gradient(left, #FFD3AC,#FFC381);
  318. }
  319. .map {
  320. width: 65%;
  321. height: 600px;
  322. margin: auto;
  323. /*margin-left:150px;*/
  324. padding-left: 250px;
  325. background: url("../../assets/image/resource/map-bg.png");
  326. background-repeat: no-repeat;
  327. background-size: 100% 100%;
  328. }
  329. .map-pro {
  330. display: block;
  331. padding-top: 13%;
  332. margin-left: 2%;
  333. font-size: 25px;
  334. font-weight: 800;
  335. color: #f05053;
  336. }
  337. .my-map {
  338. height: 600px;
  339. width: 600px;
  340. /*border: 1px solid red;*/
  341. /*text-align: right;*/
  342. /*background-color:#555;*/
  343. margin-top: -15%;
  344. margin-left: 25%;
  345. }
  346. .chart {
  347. width: 300px;
  348. height: 300px;
  349. margin-top: -35%;
  350. /* border: 1px solid red; */
  351. margin-left: -18%;
  352. }
  353. .chart h1{
  354. color:gold;
  355. margin-top:35px;
  356. }
  357. .chart h2 {
  358. display: block;
  359. margin-top: -33px;
  360. margin-left: 25%;
  361. font-size: 20px;
  362. color: #fefefe;
  363. font-weight: 800;
  364. }
  365. .chart h3 {
  366. font-size:20px;
  367. font-weight:800;
  368. color:#fefefe;
  369. }
  370. .chart ul {
  371. list-style:none;
  372. width:150px;
  373. margin-top:10%;
  374. }
  375. .chart li {
  376. width: 200px;
  377. height: 20px;
  378. /*border: 1px solid red;*/
  379. margin-bottom: 15px;
  380. border-radius: 25px;
  381. background: -webkit-linear-gradient(left, #f05053, #f05053);
  382. }
  383. .chart span {
  384. color:#fff;
  385. font-size:14px;
  386. margin-left:15px;
  387. }
  388. .chart p {
  389. color: #fff;
  390. font-size: 15px;
  391. font-weight: 800;
  392. display: block;
  393. margin-left: 100px;
  394. margin-top: -21px;
  395. }
  396. .header {
  397. width: 100%;
  398. height: 56px;
  399. margin: auto;
  400. -webkit-box-sizing: border-box;
  401. box-sizing: border-box;
  402. border-bottom: 1px solid #e4e4e4;
  403. }
  404. .title {
  405. font-size: 32px;
  406. line-height: 56px;
  407. color: #000;
  408. float:left;
  409. }
  410. .region {
  411. width: 580px;
  412. margin-left: 60px;
  413. float: left;
  414. }
  415. .region li {
  416. float: left;
  417. margin-right: 60px;
  418. margin-top: 12px;
  419. font-weight:700;
  420. font-size: 20px;
  421. list-style:none;
  422. }
  423. .region li a:hover {
  424. color: #1a89e3;
  425. border-bottom: 2px solid #1a89e3;
  426. }
  427. .region li a {
  428. display: inline-block;
  429. line-height: 36px;
  430. color: #888;
  431. padding-bottom: 6px;
  432. }
  433. .teacher-show {
  434. width: 1200px;
  435. height: 1228px;
  436. margin: 45px auto auto;
  437. -webkit-box-sizing: border-box;
  438. box-sizing: border-box;
  439. }
  440. .select {
  441. float: right;
  442. margin-top: -3%;
  443. }
  444. .content-buttom {
  445. width: 1200px;
  446. height: 1228px;
  447. }
  448. .teacher-item {
  449. width: 222px;
  450. height: 313px;
  451. -webkit-box-sizing: border-box;
  452. box-sizing: border-box;
  453. -webkit-border-radius: 4px;
  454. border-radius: 4px;
  455. border: 1px solid #ececec;
  456. -webkit-box-shadow: 1px 1px 10px #ececec;
  457. box-shadow: 1px 1px 10px #ececec;
  458. margin-bottom: 20px;
  459. background: #fff;
  460. float: left;
  461. margin-left: 1%;
  462. margin-top: 1%;
  463. }
  464. .t-title {
  465. display: -webkit-box;
  466. display: -webkit-flex;
  467. display: -ms-flexbox;
  468. display: flex;
  469. -webkit-box-pack: justify;
  470. -webkit-justify-content: space-between;
  471. -ms-flex-pack: justify;
  472. justify-content: space-between;
  473. }
  474. .t-title span {
  475. display: inline-block;
  476. line-height: 20px;
  477. font-size: 16px;
  478. color: #555;
  479. margin: 20px;
  480. }
  481. .img-content {
  482. width: 100%;
  483. height: 100px;
  484. display: -webkit-box;
  485. display: -webkit-flex;
  486. display: -ms-flexbox;
  487. display: flex;
  488. }
  489. .th_pto {
  490. width: 110px;
  491. height: 105px;
  492. border-radius: 50%;
  493. margin-left: -30px;
  494. margin-top: -25px;
  495. position: relative;
  496. }
  497. .teacher-info {
  498. width: 100%;
  499. height: 70px;
  500. text-align: center;
  501. margin-top: 22px;
  502. }
  503. .teacher-info .name {
  504. font-size: 18px;
  505. line-height: 30px;
  506. font-weight: bold;
  507. }
  508. .teacher-info .subject {
  509. width: 120px;
  510. height: 25px;
  511. margin: 0 auto;
  512. -webkit-border-radius: 20px;
  513. border-radius: 20px;
  514. background: -webkit-linear-gradient(left, #ff7e56, #ffc77d);
  515. }
  516. .teacher-info .subject p span {
  517. display: inline-block;
  518. width: 4px;
  519. height: 4px;
  520. -webkit-border-radius: 50%;
  521. border-radius: 50%;
  522. margin-top: 10px;
  523. background: #fff;
  524. margin: 3px 6px;
  525. }
  526. .teacher-info .subject p {
  527. padding-top: 3px;
  528. font-size: 12px;
  529. font-weight: 800;
  530. }
  531. .teacher-detailed {
  532. width: 100%;
  533. height: 60px;
  534. margin-top: 8px;
  535. display: -webkit-box;
  536. display: -webkit-flex;
  537. display: -ms-flexbox;
  538. display: flex;
  539. -webkit-justify-content: space-around;
  540. -ms-flex-pack: distribute;
  541. justify-content: space-around;
  542. }
  543. .item .txt {
  544. color: #888;
  545. }
  546. .data-view {
  547. width: 100%;
  548. height: 650px;
  549. overflow: hidden;
  550. background: url('../../assets/image/resource/teacher-bottom.png') no-repeat;
  551. background-repeat: no-repeat;
  552. background-size: 100% 100%;
  553. }
  554. .four {
  555. width: 409px;
  556. height: 248px;
  557. overflow: hidden;
  558. margin: 40px auto;
  559. }
  560. .four img {
  561. width: 409px;
  562. }
  563. .ewm_img {
  564. width: 79.5%;
  565. height: 300px;
  566. text-align: right;
  567. position: absolute;
  568. top: 2128px;
  569. left: 0px;
  570. }
  571. .ewm_img img {
  572. width: 150px;
  573. height: 150px;
  574. }
  575. .ewm_text {
  576. font-size: 17px;
  577. color: #fff;
  578. margin-top: 10px;
  579. }
  580. .resource-data {
  581. /*width: 1100px;*/
  582. height: 130px;
  583. /*text-align:left;*/
  584. }
  585. .resource-data ul {
  586. font-size: 25px;
  587. font-weight: 800;
  588. margin-top: 365px;
  589. margin-left: 565px;
  590. }
  591. .resource-data ul li {
  592. float: left;
  593. width: 316px;
  594. display: block;
  595. font-size: 28px;
  596. color:#ff705b;
  597. }
  598. .resource {
  599. /*width: 1100px;*/
  600. height: 130px;
  601. /*text-align:left;*/
  602. }
  603. .resource ul {
  604. font-size: 25px;
  605. font-weight: 800;
  606. margin-top: 48px;
  607. margin-left: 565px;
  608. }
  609. .resource ul li {
  610. float: left;
  611. width: 316px;
  612. display: block;
  613. font-size: 28px;
  614. color:#ff705b;
  615. }
  616. .data-item {
  617. width: 130px;
  618. height: 100%;
  619. }
  620. .img-content {
  621. width: 60px;
  622. height: 60px;
  623. margin: 25px auto 17px;
  624. text-align: center;
  625. }
  626. .data-name {
  627. font-size: 18px;
  628. color: #555;
  629. }
  630. .number {
  631. font-size: 24px;
  632. color: #000;
  633. }
  634. </style>