|
|
|
@ -341,9 +341,9 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zongshu {
|
|
|
|
|
width: 400px;
|
|
|
|
|
height: 33px;
|
|
|
|
|
margin: 10px 20px;
|
|
|
|
|
width: 350px;
|
|
|
|
|
height: 26px;
|
|
|
|
|
margin: 5px auto;
|
|
|
|
|
background: url('~@/assets/safetyIndex/7691.png') no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
display: flex;
|
|
|
|
@ -384,12 +384,13 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bottomBtns {
|
|
|
|
|
height: 37px;
|
|
|
|
|
height: 47px;
|
|
|
|
|
width: 400px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
background: url('~@/assets/safetyIndex/7691备份.png') no-repeat;
|
|
|
|
|
align-items: center;
|
|
|
|
|
background: url('~@/assets/safetyIndex/99108881.png') no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
padding: 4px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
@ -399,6 +400,7 @@ export default {
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
|
|
.iconBox {
|
|
|
|
|