Commit b0a76590 authored by 单奇雲's avatar 单奇雲

修改样式

parent 63c1d473
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
.check-content { .check-content {
height: 100%; height: 100%;
.content-xj-top { .content-xj-top {
height: 10%; // height: 10%;
width: 146px; width: 146px;
font-size: 18px; font-size: 18px;
font-family: SourceHanSansCN-Medium, SourceHanSansCN; font-family: SourceHanSansCN-Medium, SourceHanSansCN;
...@@ -264,18 +264,21 @@ ...@@ -264,18 +264,21 @@
color: rgba(112, 238, 255, 1); color: rgba(112, 238, 255, 1);
line-height: 65px; line-height: 65px;
} }
.content-xj-middle { .content-xj-middle {
height: 44%; height: 44%;
margin-top: 4%; margin-top: 4%;
// background: url('/mods/components/3dviewConvertor/assets/panoramic/main_bg_rightmiddle.png'); margin: 0 37px;
// background-repeat: repeat;
// background-size: 100% 100%; background: url('/mods/components/3dviewConvertor/assets/panoramic/main_bg_rightmiddle.png');
background-repeat: repeat;
background-size: 100% 100%;
} }
.content-xj-bottom { .content-xj-bottom {
height: 37%; height: 37%;
margin-top: 12px; margin-top: 12px;
margin: 0 37px;
.content-week-font { .content-week-font {
font-size: 13px; font-size: 13px;
...@@ -343,9 +346,9 @@ ...@@ -343,9 +346,9 @@
} }
.div-echars { .div-echars {
height: 200px !important; // height: 200px !important;
background-image: url('/mods/components/3dviewConvertor/assets/panoramic/circle_bg.png') !important; background: url('/mods/components/3dviewConvertor/assets/panoramic/circle_bg.png') no-repeat center center !important;
background-position: 60px 14px !important; // background-position: 60px 14px !important;
background-repeat: no-repeat !important; background-repeat: no-repeat !important;
} }
} }
...@@ -365,7 +368,8 @@ ...@@ -365,7 +368,8 @@
.content-picture-div { .content-picture-div {
height: 100%; height: 100%;
width: 100%; // width: 100%;
margin: 0 37px;
.content-picture-left { .content-picture-left {
width: 33.3%; width: 33.3%;
......
...@@ -97,8 +97,8 @@ class StatisticsCheck extends Component { ...@@ -97,8 +97,8 @@ class StatisticsCheck extends Component {
{ {
type: 'pie', type: 'pie',
radius: ['80%', '70%'], radius: ['95%', '85%'],
center: ['35%', '40%'], // 默认全局居中 center: ['50%', '50%'], // 默认全局居中
avoidLabelOverlap: false, avoidLabelOverlap: false,
label: { label: {
normal: { normal: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment