Commit 2d277eb2 by yuanfeng

update

parent efdd3bee
Subproject commit 7b0245cf9cc57dfcee6ccb2874c3fce8d43e3c4e Subproject commit 5062daaf93d45b37fe0a4d04f12cd410d4a28fb2
...@@ -5,12 +5,14 @@ ...@@ -5,12 +5,14 @@
} }
#layoutMain { #layoutMain {
height: 1080px; height: 1080px;
.left { .layout-main__left {
padding-right: 0px; padding-left: 20px;
padding-right: 10px;
background: url('../images/index/leftBg.png') no-repeat right top; background: url('../images/index/leftBg.png') no-repeat right top;
} }
.right { .layout-main__right {
padding-left: 0px; padding-left: 10px;
padding-right: 20px;
background: url('../images/index/rightBg.png') no-repeat left top; background: url('../images/index/rightBg.png') no-repeat left top;
} }
} }
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