13451294168 1 year ago
parent d01e7c05dc
commit 7e209b6bf3

@ -120,26 +120,22 @@
font-size: 55px; font-size: 55px;
/* letter-spacing: .15vw; */ /* letter-spacing: .15vw; */
} }
/* 这是横线图 */ /* 这是横线图 各朝代诗人数量 */
.main_top_left_top_con_aa { .main_top_left_top_con_aa {
width: 92%; width: 92%;
height: 71%; height: 71%;
margin: auto; margin: auto;
margin-top: 16%; margin-top: 16%;
color: white; color: white;
margin-left: -80px; margin-left: -70px;
/* text-indent: .5vw; */
font-size: 55px; font-size: 55px;
/* letter-spacing: .15vw; */
} }
/* 这是饼状图的样式 */ /* 这是饼状图的样式 */
.main_top_left_top_con_mas{ .main_top_left_top_con_mas{
width: 80%; width: 80%;
height: 71%; height: 71%;
margin-right: 100px; margin-right: 50px;
margin-top: 25%; margin-top: 25%;
/* margin-left: px; */
font-size: .7vw;
} }
.main_top_left_top_con span { .main_top_left_top_con span {
display: inline-block; display: inline-block;
@ -582,7 +578,7 @@
width: 90%; width: 90%;
height: 75%; height: 75%;
margin: auto; margin: auto;
margin-top: 8%; margin-top: 3%;
} }
.main_bottom_b_con2 { .main_bottom_b_con2 {
height: 70%; height: 70%;

@ -503,20 +503,20 @@
itemWidth: 50,// 标志图形的长度 itemWidth: 50,// 标志图形的长度
itemHeight: 50,// 标志图形的宽度 itemHeight: 50,// 标志图形的宽度
orient: 'vertical', orient: 'vertical',
// left: 'right', left: 'right',
top: '15%', top: '0%',
x: '90%', x: '100%',
data: datas, data: datas,
textStyle: { //图例文字的样式 textStyle: { //图例文字的样式
color: '#fff', color: '#fff',
fontSize: 50, fontSize: 35,
}, },
}, },
series: [ series: [
{ {
name: '问题反馈', name: '问题反馈',
type: 'pie', type: 'pie',
radius: '75%', radius: '55%',
center: ['50%', '40%'], center: ['50%', '40%'],
animationDuration: 2500, animationDuration: 2500,
data: datas, data: datas,

Loading…
Cancel
Save