Commit 56d312ac authored by zhangdong's avatar zhangdong

“工作台再次调整样式”

parent 13d85ab4
...@@ -370,12 +370,12 @@ export default { ...@@ -370,12 +370,12 @@ export default {
flex-wrap: wrap; flex-wrap: wrap;
} }
.state > ul > .card { .state > ul > .card {
width: 400px; width: 25%;
height: 260px; height: 240px;
box-sizing: border-box; box-sizing: border-box;
padding:0 30px; padding:0 30px;
margin-bottom:100px; margin-bottom:100px;
margin-right: 100px; margin-right: 7%;
} }
.state > ul > li { .state > ul > li {
margin-right: 50px; margin-right: 50px;
...@@ -434,42 +434,42 @@ export default { ...@@ -434,42 +434,42 @@ export default {
} }
.abs1 { .abs1 {
position: absolute; position: absolute;
top: 100px; top: 90px;
left: 420px left: 26.5%
} }
.abs2 { .abs2 {
position: absolute; position: absolute;
top: 100px; top: 100px;
left: 920px; left: 58.5%
} }
.abs3 { .abs3 {
position: absolute; position: absolute;
top: 280px; top: 260px;
left: 1170px; left: 74%;
transform: rotate(90deg); transform: rotate(90deg);
} }
.abs4 { .abs4 {
position: absolute; position: absolute;
top: 450px; top: 430px;
left: 420px; left: 26.5%;
transform: rotate(180deg); transform: rotate(180deg);
} }
.abs5 { .abs5 {
position: absolute; position: absolute;
top: 450px; top: 430px;
left:920px; left:58.5%;
transform: rotate(180deg); transform: rotate(180deg);
} }
.abs6 { .abs6 {
position: absolute; position: absolute;
top: 640px; top: 600px;
left: 170px; left: 10.5%;
transform: rotate(90deg); transform: rotate(90deg);
} }
.abs7 { .abs7 {
position: absolute; position: absolute;
top: 820px; top: 770px;
left: 420px; left: 26.5%;
} }
.view>div{ .view>div{
width:100px; width:100px;
......
...@@ -324,7 +324,7 @@ export default { ...@@ -324,7 +324,7 @@ export default {
flex-wrap: wrap; flex-wrap: wrap;
} }
.state > ul > .card { .state > ul > .card {
width: 400px; width: 25%;
height: 260px; height: 260px;
box-sizing: border-box; box-sizing: border-box;
padding: 0 30px; padding: 0 30px;
...@@ -388,42 +388,42 @@ export default { ...@@ -388,42 +388,42 @@ export default {
} }
.abs1 { .abs1 {
position: absolute; position: absolute;
top: 100px; top: 90px;
left: 420px left: 26.5%
} }
.abs2 { .abs2 {
position: absolute; position: absolute;
top: 100px; top: 100px;
left: 920px; left: 58.5%
} }
.abs3 { .abs3 {
position: absolute; position: absolute;
top: 280px; top: 260px;
left: 1170px; left: 74%;
transform: rotate(90deg); transform: rotate(90deg);
} }
.abs4 { .abs4 {
position: absolute; position: absolute;
top: 450px; top: 430px;
left: 420px; left: 26.5%;
transform: rotate(180deg); transform: rotate(180deg);
} }
.abs5 { .abs5 {
position: absolute; position: absolute;
top: 450px; top: 430px;
left:920px; left:58.5%;
transform: rotate(180deg); transform: rotate(180deg);
} }
.abs6 { .abs6 {
position: absolute; position: absolute;
top: 640px; top: 600px;
left: 170px; left: 10.5%;
transform: rotate(90deg); transform: rotate(90deg);
} }
.abs7 { .abs7 {
position: absolute; position: absolute;
top: 820px; top: 770px;
left: 28%; left: 26.5%;
} }
.view > div { .view > div {
width: 100px; 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