|
@@ -18,7 +18,7 @@
|
|
|
<!-- <div class="right-top-bottombox-title" :class="[item.classname === 'school' || item.classname === 'teach' || item.classname === 'datas' ? 'all-top-box' : item.classname === 'size' || item.classname === 'months' ? 'sizeclass' : '']">
|
|
|
<p class="right-top-title">{{ item.title }}</p>
|
|
|
</div> -->
|
|
|
- <p class="right-top-title">{{ item.title }}</p>
|
|
|
+ <p class="right-top-title">{{ item.title }}</p>
|
|
|
<!-- <div class="right-top-bottombox-comparison" v-if="item.classname === 'school' || item.classname === 'teach' || item.classname === 'datas' || item.classname === 'student'">
|
|
|
<p>
|
|
|
{{ $t("areaStatistics.header.weekAdd") }}:<span class="week-comparison">{{ item.addweek }}</span>
|
|
@@ -37,26 +37,17 @@
|
|
|
</p>
|
|
|
</div>
|
|
|
<div :class="[items.type === 'month' ? 'alonebox' : 'totalalonebox']" v-for="(items, indexs) in activityData.oneself" :key="indexs">
|
|
|
- <p :class="[items.type === 'month' ? 'alonebox-title' : 'total-alonebox-title']">{{ items.title }}</p>
|
|
|
<p :class="[items.type === 'month' ? 'alonebox-content' : 'total-alonebox-content']">{{ items.num }}</p>
|
|
|
+ <p :class="[items.type === 'month' ? 'alonebox-title' : 'total-alonebox-title']">{{ items.title }}</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="rightbox">
|
|
|
+ <div class="rightbox center-resource-right">
|
|
|
<div class="tagbox">
|
|
|
- <p class="tags basics">
|
|
|
- <span>{{ $t("areaStatistics.tag.basics") }}</span>
|
|
|
+ <p class="tags dynamic">
|
|
|
+ <span>{{ $t("areaStatistics.tag.classActive") }}</span>
|
|
|
</p>
|
|
|
</div>
|
|
|
- <!--<div class="rightbox-pie">
|
|
|
- <CommonPie :proportionData="areaData.alonePie"></CommonPie>
|
|
|
- </div>-->
|
|
|
- <div class="rightbox-pie anaphase">
|
|
|
- <!-- <ConventionPie :proportionData="areaData.research"></ConventionPie> -->
|
|
|
- <ConventionPie :pieData="areaData.research"></ConventionPie>
|
|
|
- </div>
|
|
|
- <div class="rightbox-pie versions">
|
|
|
- <ConventionPie :pieData="areaData.versions"></ConventionPie>
|
|
|
- </div>
|
|
|
+ <CommonLine :lineData="areaData.dynamic"></CommonLine>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="center-resource">
|
|
@@ -66,11 +57,18 @@
|
|
|
<span>{{ $t("areaStatistics.tag.classData") }}</span>
|
|
|
</p>
|
|
|
</div>
|
|
|
+ <div class="chats-tabs">
|
|
|
+ <RadioGroup v-model="timeTab" type="button" button-style="solid" size="small">
|
|
|
+ <Radio label="今年"></Radio>
|
|
|
+ <Radio label="上周"></Radio>
|
|
|
+ <Radio label="本月"></Radio>
|
|
|
+ </RadioGroup>
|
|
|
+ </div>
|
|
|
<div class="center-resource-left-leftEcharts">
|
|
|
- <div class="echarts-title">{{ $t("areaStatistics.class.total") }}:</div>
|
|
|
- <ConventionPie :pieData="areaData.class"></ConventionPie>
|
|
|
+ <!-- <div class="echarts-title">{{ $t("areaStatistics.class.total") }}:</div> -->
|
|
|
+ <ConventionPie :pieData="timeTab === '今年' ? areaData.class : timeTab === '上周' ? areaData.lastweek : areaData.monthsContrast"></ConventionPie>
|
|
|
</div>
|
|
|
- <div class="center-resource-left-rightbox">
|
|
|
+ <!-- <div class="center-resource-left-rightbox">
|
|
|
<div class="week-echart">
|
|
|
<div class="echarts-title-pie">{{ $t("areaStatistics.class.lastWeek") }}:</div>
|
|
|
<ConventionPie :pieData="areaData.lastweek"></ConventionPie>
|
|
@@ -79,15 +77,22 @@
|
|
|
<div class="echarts-title-pie">{{ $t("areaStatistics.class.nowMonth") }}:</div>
|
|
|
<ConventionPie :pieData="areaData.monthsContrast"></ConventionPie>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
- <div class="center-resource-right">
|
|
|
+ <div class="center-resource-right rightbox" style="margin-top: 0">
|
|
|
<div class="tagbox">
|
|
|
- <p class="tags dynamic">
|
|
|
- <span>{{ $t("areaStatistics.tag.classActive") }}</span>
|
|
|
+ <p class="tags basics">
|
|
|
+ <span>{{ $t("areaStatistics.tag.basics") }}</span>
|
|
|
</p>
|
|
|
</div>
|
|
|
- <CommonLine :lineData="areaData.dynamic"></CommonLine>
|
|
|
+
|
|
|
+ <div class="rightbox-pie anaphase">
|
|
|
+ <!-- <ConventionPie :proportionData="areaData.research"></ConventionPie> -->
|
|
|
+ <ConventionPie :pieData="areaData.research"></ConventionPie>
|
|
|
+ </div>
|
|
|
+ <div class="rightbox-pie versions">
|
|
|
+ <ConventionPie :pieData="areaData.versions"></ConventionPie>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="bottom-resource">
|
|
@@ -105,9 +110,9 @@
|
|
|
<span>{{ $t("areaStatistics.tag.size") }}</span>
|
|
|
</p>
|
|
|
</div>
|
|
|
- <div class="bottom-rightbox-left">
|
|
|
+ <!-- <div class="bottom-rightbox-left">
|
|
|
<Liquidfill :liquidfillData="areaData.size"></Liquidfill>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div class="bottom-rightbox-right">
|
|
|
<ConventionPie :pieData="areaData.sizeProportion"></ConventionPie>
|
|
|
</div>
|
|
@@ -120,7 +125,7 @@
|
|
|
</p>
|
|
|
</div>
|
|
|
<div class="listbox">
|
|
|
- <Table :columns="columns" :data="data">
|
|
|
+ <Table :columns="columns" :data="data" stripe>
|
|
|
<template #badge="{ row }">
|
|
|
<!--<img :src="row.picture" width="50px" height="50px" />-->
|
|
|
<img :src="row.picture" class="schoolImg" v-if="row.picture" />
|
|
@@ -148,6 +153,7 @@
|
|
|
return {
|
|
|
loadingshow: false,
|
|
|
states: "develop",
|
|
|
+ timeTab: "今年",
|
|
|
showPattern: "all",
|
|
|
aspectsData: [
|
|
|
{ id: 1, title: this.$t("areaStatistics.header.areaTilte"), num: 0, icon: "iconfont icon-24gl-school", classname: "months", addweek: 0, addmonth: 0 },
|
|
@@ -327,30 +333,28 @@
|
|
|
},
|
|
|
//某个学区活动占比
|
|
|
research: {
|
|
|
- color: ["#ff7979", "#badc58", "#7ed6df", "#f6e58d", "#686de0"],
|
|
|
+ color: ["#37a2da", "#32c5e9", "#9fe6b8", "#ffdb5c", "#ff9f7f", "#fb7293", "#e7bcf3", "#8378ea"],
|
|
|
legend: {
|
|
|
- right: "0%",
|
|
|
- orient: "vertical",
|
|
|
- itemWidth: 8,
|
|
|
+ bottom: 0,
|
|
|
+ itemWidth: 16,
|
|
|
itemHeight: 8, // 修改icon图形大小
|
|
|
textStyle: {
|
|
|
- fontSize: 12,
|
|
|
- color: "#333"
|
|
|
+ fontFamily: "Hm",
|
|
|
+ color: "#666"
|
|
|
}
|
|
|
},
|
|
|
series: [
|
|
|
{
|
|
|
name: this.$t("areaStatistics.basics.activityP"),
|
|
|
type: "pie",
|
|
|
- radius: "70%",
|
|
|
- center: ["45%", "50%"],
|
|
|
+ radius: "65%",
|
|
|
+ center: ["50%", "40%"],
|
|
|
itemStyle: {
|
|
|
borderRadius: 8
|
|
|
},
|
|
|
label: {
|
|
|
normal: {
|
|
|
- position: "inner",
|
|
|
- show: false
|
|
|
+ position: "outer"
|
|
|
}
|
|
|
},
|
|
|
data: [
|
|
@@ -364,31 +368,29 @@
|
|
|
},
|
|
|
//版本占比
|
|
|
versions: {
|
|
|
- color: ["#5c7bd9", "#9fe080", "#ffdc60"],
|
|
|
+ color: ["#ff9f7f", "#fb7293", "#e7bcf3"],
|
|
|
legend: {
|
|
|
- right: "0%",
|
|
|
- orient: "vertical",
|
|
|
- itemWidth: 8,
|
|
|
+ bottom: 0,
|
|
|
+ itemWidth: 16,
|
|
|
itemHeight: 8, // 修改icon图形大小
|
|
|
textStyle: {
|
|
|
- fontSize: 12,
|
|
|
- color: "#333"
|
|
|
+ fontFamily: "Hm",
|
|
|
+ color: "#666"
|
|
|
}
|
|
|
},
|
|
|
series: [
|
|
|
{
|
|
|
name: this.$t("areaStatistics.basics.versionsP"),
|
|
|
type: "pie",
|
|
|
- radius: "70%",
|
|
|
- center: ["45%", "50%"],
|
|
|
+ radius: "65%",
|
|
|
+ center: ["50%", "40%"],
|
|
|
// roseType: 'area',
|
|
|
itemStyle: {
|
|
|
borderRadius: 8
|
|
|
},
|
|
|
label: {
|
|
|
normal: {
|
|
|
- position: "inner",
|
|
|
- show: false
|
|
|
+ position: "outer"
|
|
|
}
|
|
|
},
|
|
|
data: [
|
|
@@ -401,21 +403,15 @@
|
|
|
},
|
|
|
//课例数据
|
|
|
class: {
|
|
|
- color: ["#3fb1e3", "#6be6c1", "#626c91", "#a0a7e6", "#c4ebad", "#96dee8"],
|
|
|
+ color: ["#afa3f5", "#00d488", "#3feed4", "#3bafff", "#f1bb4c"],
|
|
|
legend: {
|
|
|
- bottom: "1%",
|
|
|
- orient: "horizontal",
|
|
|
- itemWidth: 8,
|
|
|
+ bottom: 0,
|
|
|
+ itemWidth: 12,
|
|
|
itemHeight: 8, // 修改icon图形大小
|
|
|
textStyle: {
|
|
|
fontSize: 12,
|
|
|
- color: "#333"
|
|
|
- },
|
|
|
- formatter: function (name) {
|
|
|
- if (name.length > 6) {
|
|
|
- name = name.slice(0, 6) + "...";
|
|
|
- }
|
|
|
- return name;
|
|
|
+ color: "#666",
|
|
|
+ fontFamily: "Hm"
|
|
|
},
|
|
|
tooltip: {
|
|
|
show: true
|
|
@@ -426,43 +422,28 @@
|
|
|
name: this.$t("areaStatistics.basics.schoolP"),
|
|
|
type: "pie",
|
|
|
radius: "65%",
|
|
|
- center: ["40%", "40%"],
|
|
|
- itemStyle: {
|
|
|
- borderRadius: 5
|
|
|
- },
|
|
|
+ center: ["50%", "40%"],
|
|
|
label: {
|
|
|
normal: {
|
|
|
- position: "inner",
|
|
|
- show: false
|
|
|
+ position: "outer",
|
|
|
+ show: true
|
|
|
}
|
|
|
},
|
|
|
- data: [
|
|
|
- { value: 1340, name: "锦江区外国语小学" },
|
|
|
- { value: 380, name: "川师大附小" },
|
|
|
- { value: 658, name: "树德中学" },
|
|
|
- { value: 936, name: "石室中学" },
|
|
|
- { value: 200, name: "石室小学" }
|
|
|
- ]
|
|
|
+ data: []
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
//上周课例对比
|
|
|
lastweek: {
|
|
|
- color: ["#3fb1e3", "#6be6c1", "#626c91", "#a0a7e6", "#c4ebad", "#96dee8"],
|
|
|
+ color: ["#afa3f5", "#00d488", "#3feed4", "#3bafff", "#f1bb4c"],
|
|
|
legend: {
|
|
|
- right: "1%",
|
|
|
- orient: "vertical",
|
|
|
- itemWidth: 8,
|
|
|
+ bottom: 0,
|
|
|
+ itemWidth: 12,
|
|
|
itemHeight: 8, // 修改icon图形大小
|
|
|
textStyle: {
|
|
|
fontSize: 12,
|
|
|
- color: "#333"
|
|
|
- },
|
|
|
- formatter: function (name) {
|
|
|
- if (name.length > 12) {
|
|
|
- name = name.slice(0, 12) + "...";
|
|
|
- }
|
|
|
- return name;
|
|
|
+ color: "#666",
|
|
|
+ fontFamily: "Hm"
|
|
|
},
|
|
|
tooltip: {
|
|
|
show: true
|
|
@@ -472,44 +453,29 @@
|
|
|
{
|
|
|
name: this.$t("areaStatistics.basics.schoolP"),
|
|
|
type: "pie",
|
|
|
- radius: "75%",
|
|
|
- center: ["30%", "50%"],
|
|
|
- itemStyle: {
|
|
|
- borderRadius: 5
|
|
|
- },
|
|
|
+ radius: "65%",
|
|
|
+ center: ["50%", "40%"],
|
|
|
label: {
|
|
|
normal: {
|
|
|
- position: "inner",
|
|
|
- show: false
|
|
|
+ position: "outer",
|
|
|
+ show: true
|
|
|
}
|
|
|
},
|
|
|
- data: [
|
|
|
- // { value: 1340, name: '锦江区外国语小学' },
|
|
|
- // { value: 380, name: '川师大附小' },
|
|
|
- // { value: 58, name: '树德中学' },
|
|
|
- // { value: 36, name: '石室中学' },
|
|
|
- // { value: 100, name: '石室小学' },
|
|
|
- ]
|
|
|
+ data: []
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
//本月课例对比
|
|
|
monthsContrast: {
|
|
|
- color: ["#3fb1e3", "#6be6c1", "#626c91", "#a0a7e6", "#c4ebad", "#96dee8"],
|
|
|
+ color: ["#afa3f5", "#00d488", "#3feed4", "#3bafff", "#f1bb4c"],
|
|
|
legend: {
|
|
|
- right: "1%",
|
|
|
- orient: "vertical",
|
|
|
- itemWidth: 8,
|
|
|
+ bottom: 0,
|
|
|
+ itemWidth: 12,
|
|
|
itemHeight: 8, // 修改icon图形大小
|
|
|
textStyle: {
|
|
|
fontSize: 12,
|
|
|
- color: "#333"
|
|
|
- },
|
|
|
- formatter: function (name) {
|
|
|
- if (name.length > 12) {
|
|
|
- name = name.slice(0, 12) + "...";
|
|
|
- }
|
|
|
- return name;
|
|
|
+ color: "#666",
|
|
|
+ fontFamily: "Hm"
|
|
|
},
|
|
|
tooltip: {
|
|
|
show: true
|
|
@@ -519,22 +485,15 @@
|
|
|
{
|
|
|
name: this.$t("areaStatistics.basics.schoolP"),
|
|
|
type: "pie",
|
|
|
- radius: "75%",
|
|
|
- center: ["30%", "50%"],
|
|
|
- itemStyle: {
|
|
|
- borderRadius: 5
|
|
|
- },
|
|
|
+ radius: "65%",
|
|
|
+ center: ["50%", "40%"],
|
|
|
label: {
|
|
|
normal: {
|
|
|
- position: "inner",
|
|
|
- show: false
|
|
|
+ position: "outer",
|
|
|
+ show: true
|
|
|
}
|
|
|
},
|
|
|
- data: [
|
|
|
- // { value: 140, name: '锦江区外国语小学' },
|
|
|
- // { value: 380, name: '川师大附小' },
|
|
|
- // { value: 100, name: '石室小学' },
|
|
|
- ]
|
|
|
+ data: []
|
|
|
}
|
|
|
]
|
|
|
},
|
|
@@ -562,12 +521,19 @@
|
|
|
}
|
|
|
},
|
|
|
calculable: true,
|
|
|
+ legend: {
|
|
|
+ textStyle: {
|
|
|
+ fontFamily: "Hm"
|
|
|
+ },
|
|
|
+ itemWidth: 12,
|
|
|
+ itemHeight: 10
|
|
|
+ },
|
|
|
xAxis: [
|
|
|
{
|
|
|
type: "category",
|
|
|
axisLine: {
|
|
|
lineStyle: {
|
|
|
- color: "rgba(204,187,225,0.5)"
|
|
|
+ color: "#666"
|
|
|
}
|
|
|
},
|
|
|
splitLine: {
|
|
@@ -576,6 +542,11 @@
|
|
|
axisTick: {
|
|
|
show: false
|
|
|
},
|
|
|
+ axisLabel: {
|
|
|
+ // 其他样式设置,如字体大小、颜色等
|
|
|
+ fontFamily: "Hm",
|
|
|
+ padding: [10, 0]
|
|
|
+ },
|
|
|
data: []
|
|
|
}
|
|
|
],
|
|
@@ -587,8 +558,13 @@
|
|
|
},
|
|
|
axisLine: {
|
|
|
lineStyle: {
|
|
|
- color: "rgba(204,187,225,0.5)"
|
|
|
+ color: "#666"
|
|
|
}
|
|
|
+ },
|
|
|
+ axisLabel: {
|
|
|
+ // 其他样式设置,如字体大小、颜色等
|
|
|
+ fontFamily: "Hm",
|
|
|
+ padding: [0, 5]
|
|
|
}
|
|
|
}
|
|
|
],
|
|
@@ -597,7 +573,7 @@
|
|
|
show: true,
|
|
|
height: 10,
|
|
|
xAxisIndex: [0],
|
|
|
- bottom: 10,
|
|
|
+ bottom: 0,
|
|
|
start: 0,
|
|
|
end: 65,
|
|
|
handleIcon: "path://M306.1,413c0,2.2-1.8,4-4,4h-59.8c-2.2,0-4-1.8-4-4V200.8c0-2.2,1.8-4,4-4h59.8c2.2,0,4,1.8,4,4V413z",
|
|
@@ -664,21 +640,17 @@
|
|
|
formatter: "{a} <br/>{b} : {c} ({d}%)"
|
|
|
},
|
|
|
legend: {
|
|
|
- orient: "vertical",
|
|
|
- right: "5%",
|
|
|
- top: "15%",
|
|
|
- bottom: "15%",
|
|
|
- itemWidth: 15,
|
|
|
- itemHeight: 15,
|
|
|
+ bottom: 0,
|
|
|
+ itemWidth: 12,
|
|
|
+ itemHeight: 8, // 修改icon图形大小
|
|
|
textStyle: {
|
|
|
- fontSize: 12
|
|
|
+ fontSize: 12,
|
|
|
+ color: "#666",
|
|
|
+ fontFamily: "Hm"
|
|
|
},
|
|
|
- data: [
|
|
|
- //{ value: 0, name: '线上研修' },
|
|
|
- //{ value: 0, name: '校本研修' },
|
|
|
- //{ value: 0, name: '认证材料' },
|
|
|
- //{ value: 0, name: '课堂实录' },
|
|
|
- ]
|
|
|
+ tooltip: {
|
|
|
+ show: true
|
|
|
+ }
|
|
|
},
|
|
|
series: [
|
|
|
{
|
|
@@ -686,7 +658,8 @@
|
|
|
name: "",
|
|
|
type: "pie",
|
|
|
selectedMode: "single",
|
|
|
- radius: [0, "55%"],
|
|
|
+ radius: [0, "35%"],
|
|
|
+ center:['50%','40%'],
|
|
|
label: {
|
|
|
normal: {
|
|
|
position: "inner",
|
|
@@ -707,7 +680,8 @@
|
|
|
{
|
|
|
name: this.$t("areaStatistics.basics.scheduleP"),
|
|
|
type: "pie",
|
|
|
- radius: ["65%", "90%"],
|
|
|
+ center:['50%','40%'],
|
|
|
+ radius: ["45%", "65%"],
|
|
|
data: [
|
|
|
//{ value: 0, name: '线上研修' },
|
|
|
//{ value: 0, name: '校本研修' },
|
|
@@ -724,13 +698,16 @@
|
|
|
// color: ['#05f8d6', '#0082fc', '#fdd845', '#22ed7c', '#09b0d3', '#1d27c9', '#f9e264', '#f47a75', '#009db2', '#024b51', '#0780cf', '#765005'],
|
|
|
color: ["#3fb1e3", "#6be6c1", "#626c91", "#a0a7e6", "#c4ebad", "#96dee8", "#05f8d6", "#09b0d3", "#765005", "#22ed7c", "#fdd845", "#0082fc"],
|
|
|
legend: {
|
|
|
- right: "1%",
|
|
|
- orient: "vertical",
|
|
|
- itemWidth: 8,
|
|
|
+ bottom: 0,
|
|
|
+ itemWidth: 12,
|
|
|
itemHeight: 8, // 修改icon图形大小
|
|
|
textStyle: {
|
|
|
fontSize: 12,
|
|
|
- color: "#333"
|
|
|
+ color: "#666",
|
|
|
+ fontFamily: "Hm"
|
|
|
+ },
|
|
|
+ tooltip: {
|
|
|
+ show: true
|
|
|
}
|
|
|
},
|
|
|
tooltip: {
|
|
@@ -743,8 +720,8 @@
|
|
|
{
|
|
|
name: this.$t("areaStatistics.basics.sizeP"),
|
|
|
type: "pie",
|
|
|
- radius: "90%",
|
|
|
- center: ["50%", "50%"],
|
|
|
+ radius: "65%",
|
|
|
+ center: ["50%", "40%"],
|
|
|
itemStyle: {
|
|
|
borderRadius: 8,
|
|
|
normal: {
|
|
@@ -1053,13 +1030,16 @@
|
|
|
};
|
|
|
</script>
|
|
|
|
|
|
-<style scoped>
|
|
|
+<style lang="less" scoped>
|
|
|
+ :deep(.listbox .ivu-table-header thead tr th){
|
|
|
+ padding: 20px 0;
|
|
|
+ }
|
|
|
.statisticsbox,
|
|
|
.statisticsbox-all {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
padding: 1.5%;
|
|
|
- line-height: 20px;
|
|
|
+ /* line-height: 20px; */
|
|
|
overflow: auto;
|
|
|
background: #f2f2f2;
|
|
|
}
|
|
@@ -1100,15 +1080,13 @@
|
|
|
|
|
|
.right-top-text {
|
|
|
width: 64%;
|
|
|
- /* background: rgba(178, 190, 195, 0.2);*/
|
|
|
background: #fff;
|
|
|
float: left;
|
|
|
- height: 100%;
|
|
|
+ height: 110px;
|
|
|
display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- padding-top: 15px;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
|
|
|
.top-header-icon {
|
|
@@ -1123,12 +1101,9 @@
|
|
|
}
|
|
|
|
|
|
.right-top-num {
|
|
|
- /* position: absolute; */
|
|
|
- font-size: 48px;
|
|
|
- /* top: 25%;
|
|
|
- left: 50%; */
|
|
|
- /* transform: translate(-50%, -50%); */
|
|
|
- color: #515a6e;
|
|
|
+ font-size: 40px;
|
|
|
+ font-weight: 600;
|
|
|
+ color: #5f5f5f;
|
|
|
}
|
|
|
|
|
|
.right-top-num span {
|
|
@@ -1140,9 +1115,10 @@
|
|
|
.right-top-bottombox {
|
|
|
width: 100%;
|
|
|
text-align: center;
|
|
|
- margin-top: 15px;
|
|
|
- line-height: 14px;
|
|
|
- color: #ccc;
|
|
|
+ /* margin-top: 15px; */
|
|
|
+ /* line-height: 14px; */
|
|
|
+ margin-bottom: 5px;
|
|
|
+ color: #ccc;
|
|
|
}
|
|
|
|
|
|
.right-top-bottombox-title,
|
|
@@ -1196,7 +1172,7 @@
|
|
|
flex-wrap: wrap;
|
|
|
background-color: #fff;
|
|
|
margin-top: 30px;
|
|
|
- padding: 15px;
|
|
|
+ padding: 60px 15px 30px 15px;
|
|
|
position: relative;
|
|
|
justify-content: space-between;
|
|
|
border-radius: 5px;
|
|
@@ -1214,47 +1190,26 @@
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
|
|
|
- .alonebox {
|
|
|
- width: 19%;
|
|
|
- padding: 7px;
|
|
|
- text-align: left;
|
|
|
- background-color: #b8ced7;
|
|
|
- border-radius: 5px;
|
|
|
- margin: 2% 2.5%;
|
|
|
- }
|
|
|
-
|
|
|
+ .alonebox,
|
|
|
.totalalonebox {
|
|
|
width: 19%;
|
|
|
padding: 7px;
|
|
|
- text-align: left;
|
|
|
- background-color: #96c3d7;
|
|
|
- border-radius: 5px;
|
|
|
- margin: 1% 2.5%;
|
|
|
- }
|
|
|
-
|
|
|
- .alonebox-title {
|
|
|
- font-size: 14px;
|
|
|
- color: #535c68;
|
|
|
- font-weight: 600;
|
|
|
- margin-bottom: 16px;
|
|
|
+ text-align: center;
|
|
|
+ color: #a19f9f;
|
|
|
+ /* background-color: #96c3d7; */
|
|
|
+ margin: 1% 2%;
|
|
|
}
|
|
|
|
|
|
+ .alonebox-title,
|
|
|
.total-alonebox-title {
|
|
|
font-size: 14px;
|
|
|
- font-weight: 600;
|
|
|
- color: #dff9fb;
|
|
|
- margin-bottom: 16px;
|
|
|
- }
|
|
|
-
|
|
|
- .alonebox-content {
|
|
|
- font-size: 26px;
|
|
|
- color: #fff;
|
|
|
- font-weight: 750;
|
|
|
+ margin-top: 10px;
|
|
|
+ margin-bottom: 10px;
|
|
|
}
|
|
|
-
|
|
|
+ .alonebox-content,
|
|
|
.total-alonebox-content {
|
|
|
- font-size: 26px;
|
|
|
- color: #fff;
|
|
|
+ font-size: 32px;
|
|
|
+ color: #5f5f5f;
|
|
|
font-weight: 750;
|
|
|
}
|
|
|
|
|
@@ -1267,25 +1222,27 @@
|
|
|
width: 100%;
|
|
|
height: 40px;
|
|
|
position: absolute;
|
|
|
- top: 3px;
|
|
|
+ top: 10px;
|
|
|
left: 1px;
|
|
|
}
|
|
|
|
|
|
.tags {
|
|
|
- width: 100px;
|
|
|
- height: 20px;
|
|
|
+ width: 120px;
|
|
|
+ height: 30px;
|
|
|
background: rgb(256 169 100) no-repeat center;
|
|
|
background-size: contain;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: 13px;
|
|
|
font-weight: 400;
|
|
|
color: #ffffff;
|
|
|
text-align: center;
|
|
|
position: relative;
|
|
|
- display: block;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ padding-left: 20px;
|
|
|
}
|
|
|
|
|
|
.tags:after {
|
|
|
- border: 12px solid #fff;
|
|
|
+ border: 15px solid #fff;
|
|
|
content: "";
|
|
|
border-top-color: transparent;
|
|
|
border-left-color: transparent;
|
|
@@ -1293,7 +1250,7 @@
|
|
|
width: 0px;
|
|
|
height: 0px;
|
|
|
position: absolute;
|
|
|
- left: calc(118px - 40px);
|
|
|
+ left: calc(130px - 40px);
|
|
|
top: 0px;
|
|
|
}
|
|
|
|
|
@@ -1307,22 +1264,29 @@
|
|
|
|
|
|
.center-resource-left {
|
|
|
width: 48%;
|
|
|
- height: 300px;
|
|
|
+ /* height: 300px; */
|
|
|
position: relative;
|
|
|
background: #fff;
|
|
|
- padding: 15px;
|
|
|
+ /* padding: 15px; */
|
|
|
+ padding: 60px 20px 30px 20px;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
|
|
|
+ .center-resource-left .chats-tabs {
|
|
|
+ position: absolute;
|
|
|
+ right: 20px;
|
|
|
+ top: 20px;
|
|
|
+ }
|
|
|
+
|
|
|
.center-resource-right {
|
|
|
width: 50%;
|
|
|
/* margin-left: 2%; */
|
|
|
- height: 300px;
|
|
|
+ /* height: 300px; */
|
|
|
position: relative;
|
|
|
background: #fff;
|
|
|
- padding: 23px;
|
|
|
+ padding: 60px 20px 30px 20px;
|
|
|
overflow: hidden;
|
|
|
border-radius: 5px;
|
|
|
}
|
|
@@ -1344,22 +1308,24 @@
|
|
|
|
|
|
.bottom-leftbox {
|
|
|
width: 48%;
|
|
|
- padding: 1%;
|
|
|
- height: 200px;
|
|
|
+ /* padding: 1%; */
|
|
|
+ height: 400px;
|
|
|
background: #fff;
|
|
|
position: relative;
|
|
|
border-radius: 5px;
|
|
|
+ padding: 60px 20px 30px 20px;
|
|
|
}
|
|
|
|
|
|
.bottom-rightbox {
|
|
|
width: 50%;
|
|
|
- height: 200px;
|
|
|
+ /* height: 200px; */
|
|
|
background-color: #fff;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
position: relative;
|
|
|
margin-left: 2%;
|
|
|
border-radius: 5px;
|
|
|
+ padding: 60px 20px 30px 20px;
|
|
|
}
|
|
|
|
|
|
.bottom-rightbox-left {
|
|
@@ -1369,7 +1335,7 @@
|
|
|
}
|
|
|
|
|
|
.bottom-rightbox-right {
|
|
|
- width: 55%;
|
|
|
+ width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
@@ -1541,7 +1507,7 @@
|
|
|
|
|
|
.center-resource-left-leftEcharts,
|
|
|
.center-resource-left-rightbox {
|
|
|
- width: 50%;
|
|
|
+ width: 100%;
|
|
|
height: 270px;
|
|
|
position: relative;
|
|
|
}
|
|
@@ -1678,7 +1644,7 @@
|
|
|
.school-Listinfo {
|
|
|
width: 100%;
|
|
|
margin-top: 0px;
|
|
|
- padding: 30px 15px 15px 15px;
|
|
|
+ padding: 60px 15px 15px 15px;
|
|
|
position: relative;
|
|
|
background-color: #fff;
|
|
|
margin-bottom: 30px;
|
|
@@ -1729,13 +1695,17 @@
|
|
|
top: 30%;
|
|
|
}
|
|
|
.schoolImg {
|
|
|
- width: 15%;
|
|
|
+ width: 50px;
|
|
|
+ margin: 15px 0;
|
|
|
+ border-radius: 50%;
|
|
|
}
|
|
|
.schoolnot {
|
|
|
- width: 20%;
|
|
|
- line-height: 60px;
|
|
|
- margin: 0 auto;
|
|
|
- background: #95a5a6;
|
|
|
+ width: 50px;
|
|
|
+ height: 50px;
|
|
|
+ margin: 15px auto;
|
|
|
+ font-size: 12px;
|
|
|
+ background: #c1c3c4;
|
|
|
+ border-radius: 50%;
|
|
|
color: #ecf0f1;
|
|
|
display: flex;
|
|
|
justify-content: center;
|