|
|
@@ -7,11 +7,10 @@
|
|
|
|
|
|
<template>
|
|
|
<div>
|
|
|
- <div class="con_left">
|
|
|
+ <div class="con_left" style="background: none !important ;">
|
|
|
<div class="warning_left" :class="'warning_'+index" v-for="(item,index) in option" >
|
|
|
<h4>{{item.typeName}}</h4>
|
|
|
<h2>{{item.count}}</h2>
|
|
|
- <img src="@/assets/images/warningBg.png">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="con_right con_left_js" :class="'warning_'+index" v-for="(item,index) in option" >
|
|
|
@@ -105,15 +104,17 @@ export default {
|
|
|
// position: absolute;
|
|
|
z-index: 99;
|
|
|
left: 30px;
|
|
|
+ height:120px;
|
|
|
top: 100px;
|
|
|
margin-top: 1%;
|
|
|
text-align: center;
|
|
|
- padding: 0px 10px 20px 10px!important;
|
|
|
+ padding: 0px 10px 38px 10px!important;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
margin-top: 20px;
|
|
|
+ background: url(../assets/images/warningBg.png) center no-repeat;
|
|
|
img{
|
|
|
width: 122px;
|
|
|
height: 67px;
|