596aa7c0 by zhangmeng

大屏

1 parent b7998bdf
......@@ -705,7 +705,7 @@ function autoHover(myChart, option, index, time) {
background: url("@/assets/image/box02@2x.png") no-repeat center;
background-size: 100% 100%;
width: calc(140 * 100vw / 1920);
height: calc(100 * 100vw / 1920);
height: calc(210 * 100vh / 1920);
.titleTop {
text-align: center;
......@@ -726,7 +726,7 @@ function autoHover(myChart, option, index, time) {
font-weight: 400;
font-size: calc(15 * 100vw / 1920);
color: #FFFFFF;
margin-top: calc(11 * 100vw / 1920);
margin-top: calc(22 * 100vh / 1920);
span {
margin-left: calc(10 * 100vw / 1920);
......@@ -748,7 +748,7 @@ function autoHover(myChart, option, index, time) {
background: url("@/assets/image/box03@2x.png") no-repeat center;
background-size: 100% 100%;
width: calc(480 * 100vw / 1920);
height: calc(110 * 100vw / 1920);
height: calc(220 * 100vh / 1920);
padding: calc(13 * 100vw / 1920) calc(35 * 100vw / 1920);
.rTop {
......@@ -758,14 +758,14 @@ function autoHover(myChart, option, index, time) {
font-weight: 600;
font-size: calc(20 * 100vw / 1920);
color: #FFFFFF;
text-shadow: 0px 2px 0px rgba(0, 1, 1, 0.41);
text-shadow: 0 2px 0 rgba(0, 1, 1, 0.41);
background: linear-gradient(180deg, #75E2E9 0%, #FFFFFF 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
.rTop-img {
width: calc(30 * 100vw / 1920);
height: calc(12 * 100vw / 1920);
height: calc(24 * 100vh / 1920);
}
}
......@@ -777,7 +777,7 @@ function autoHover(myChart, option, index, time) {
font-weight: 400;
font-size: calc(17 * 100vw / 1920);
color: #FFFFFF;
height: calc(20 * 100vw / 1920);
height: calc(40 * 100vh / 1920);
margin: calc(8 * 100vw / 1920) 0;
span {
......
......@@ -19,7 +19,7 @@
<!-- <el-radio-group v-model="radioB" size="small" @change="radioBChange">-->
<!-- <el-radio-button label="本月" value="month" />-->
<!-- <el-radio-button label="本季度" value="quarter" />-->
<!-- <el-radio-button label="本年" value="year" />-->
<!-- <el-radio-button label="本年" value="year " />-->
<!-- </el-radio-group>-->
</div>
......@@ -27,7 +27,7 @@
</div>
<div class="chartCard mt30">
<div class="title">逾期360天以上未开票</div>
<div ref="overdueRef" style="width: 100%; height: 25vh;"></div>
<div ref="overdueRef" style="width: 100%; height: 24vh;"></div>
</div>
</div>
</template>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!