种植批次距离修改
This commit is contained in:
parent
00189c9e38
commit
70e8c8fc83
@ -259,7 +259,7 @@ export default {
|
|||||||
height: 325px;
|
height: 325px;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
// background: #0f2b39;
|
// background: #0f2b39;
|
||||||
background: rgba(16, 43, 57, 0.1);
|
background: rgba(16, 43, 57, 0.5);
|
||||||
}
|
}
|
||||||
.boxRightCenter {
|
.boxRightCenter {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -269,7 +269,7 @@ export default {
|
|||||||
height: 310px;
|
height: 310px;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
// background: #0f2b39;
|
// background: #0f2b39;
|
||||||
background: rgba(16, 43, 57, 0.1);
|
background: rgba(16, 43, 57, 0.5);
|
||||||
}
|
}
|
||||||
.boxLeftBottom {
|
.boxLeftBottom {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -279,7 +279,7 @@ export default {
|
|||||||
height: 300px;
|
height: 300px;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
// background: #0f2b39;
|
// background: #0f2b39;
|
||||||
background: rgba(16, 43, 57, 0.1);
|
background: rgba(16, 43, 57, 0.5);
|
||||||
}
|
}
|
||||||
.boxLeftCenter {
|
.boxLeftCenter {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -289,7 +289,7 @@ export default {
|
|||||||
height: 300px;
|
height: 300px;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
// background: #0f2b39;
|
// background: #0f2b39;
|
||||||
background: rgba(16, 43, 57, 0.1);
|
background: rgba(16, 43, 57, 0.5);
|
||||||
}
|
}
|
||||||
.boxLeftTop {
|
.boxLeftTop {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -299,7 +299,7 @@ export default {
|
|||||||
height: 325px;
|
height: 325px;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
// background: #0f2b39;
|
// background: #0f2b39;
|
||||||
background: rgba(16, 43, 57, 0.1);
|
background: rgba(16, 43, 57, 0.5);
|
||||||
}
|
}
|
||||||
.boxRightBottom {
|
.boxRightBottom {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -309,7 +309,7 @@ export default {
|
|||||||
height: 300px;
|
height: 300px;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
// background: #0f2b39;
|
// background: #0f2b39;
|
||||||
background: rgba(16, 43, 57, 0.1);
|
background: rgba(16, 43, 57, 0.5);
|
||||||
}
|
}
|
||||||
.left {
|
.left {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -30,7 +30,7 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
grid: {
|
grid: {
|
||||||
left: 30,
|
left: 60,
|
||||||
top: 20,
|
top: 20,
|
||||||
right: 20,
|
right: 20,
|
||||||
bottom: 20,
|
bottom: 20,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user