Commit 56d312ac authored by zhangdong's avatar zhangdong

“工作台再次调整样式”

parent 13d85ab4
......@@ -370,12 +370,12 @@ export default {
flex-wrap: wrap;
}
.state > ul > .card {
width: 400px;
height: 260px;
width: 25%;
height: 240px;
box-sizing: border-box;
padding:0 30px;
margin-bottom:100px;
margin-right: 100px;
margin-right: 7%;
}
.state > ul > li {
margin-right: 50px;
......@@ -434,42 +434,42 @@ export default {
}
.abs1 {
position: absolute;
top: 100px;
left: 420px
top: 90px;
left: 26.5%
}
.abs2 {
position: absolute;
top: 100px;
left: 920px;
left: 58.5%
}
.abs3 {
position: absolute;
top: 280px;
left: 1170px;
top: 260px;
left: 74%;
transform: rotate(90deg);
}
.abs4 {
position: absolute;
top: 450px;
left: 420px;
top: 430px;
left: 26.5%;
transform: rotate(180deg);
}
.abs5 {
position: absolute;
top: 450px;
left:920px;
top: 430px;
left:58.5%;
transform: rotate(180deg);
}
.abs6 {
position: absolute;
top: 640px;
left: 170px;
top: 600px;
left: 10.5%;
transform: rotate(90deg);
}
.abs7 {
position: absolute;
top: 820px;
left: 420px;
top: 770px;
left: 26.5%;
}
.view>div{
width:100px;
......
......@@ -324,7 +324,7 @@ export default {
flex-wrap: wrap;
}
.state > ul > .card {
width: 400px;
width: 25%;
height: 260px;
box-sizing: border-box;
padding: 0 30px;
......@@ -388,42 +388,42 @@ export default {
}
.abs1 {
position: absolute;
top: 100px;
left: 420px
top: 90px;
left: 26.5%
}
.abs2 {
position: absolute;
top: 100px;
left: 920px;
left: 58.5%
}
.abs3 {
position: absolute;
top: 280px;
left: 1170px;
top: 260px;
left: 74%;
transform: rotate(90deg);
}
.abs4 {
position: absolute;
top: 450px;
left: 420px;
top: 430px;
left: 26.5%;
transform: rotate(180deg);
}
.abs5 {
position: absolute;
top: 450px;
left:920px;
top: 430px;
left:58.5%;
transform: rotate(180deg);
}
.abs6 {
position: absolute;
top: 640px;
left: 170px;
top: 600px;
left: 10.5%;
transform: rotate(90deg);
}
.abs7 {
position: absolute;
top: 820px;
left: 28%;
top: 770px;
left: 26.5%;
}
.view > div {
width: 100px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment