列表优化

main
项洋 3 weeks ago
parent fe20738517
commit da1d55454f

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

Loading…
Cancel
Save