列表优化

main
项洋 3 weeks ago
parent fe20738517
commit da1d55454f

@ -1514,7 +1514,7 @@ export default {
.section-superviseObject {
width: 50%;
height: 50%;
padding:50px 50px 50px 0px;
padding: 50px 50px 50px 0px;
}
.section-process {
width: 920px;
@ -1680,7 +1680,7 @@ export default {
.section-inventory {
width: 50%;
height: 50%;
padding:50px 50px 50px 0px;
padding: 50px 50px 50px 0px;
.three-inventory {
padding: 80px 0;
width: 100%;
@ -1770,7 +1770,7 @@ export default {
width: 50%;
height: 50%;
// margin-right: 22px;
padding:0px 50px 80px 0px;
padding: 0px 50px 80px 0px;
.firewall-container {
height: calc(100% - 76px);
width: 100%;
@ -1887,7 +1887,11 @@ export default {
}
.cell {
padding: 12px;
font-family: AlibabaPuHuiTiR;
font-size: 26px;
color: #b9ccdf;
line-height: 60px;
text-align: justifyLeft;
color: #9bb8d5;
font-size: 16px;
flex: 1;
@ -1905,7 +1909,7 @@ export default {
.section-ecosphere {
width: 50%;
height: 50%;
padding:0px 50px 50px 0px;
padding: 0px 50px 50px 0px;
.zoology-box {
display: flex;
@ -2134,9 +2138,10 @@ export default {
// top: 54px;
width: 100%;
height: 100%;
background: url("~@/assets/sentimeent/上.png") no-repeat ,url("~@/assets/sentimeent/底.png") no-repeat center;
background: url("~@/assets/sentimeent/上.png") no-repeat,
url("~@/assets/sentimeent/底.png") no-repeat center;
// background-position:calc(auto - 30px) auto,auto auto;
background-position: 50% 40%,center;
background-position: 50% 40%, center;
// background-size: 100% 100%;
.section-object-item {
position: absolute;

Loading…
Cancel
Save