Commit ad360940 by zhangleyuan

feat:调整样式

parent a143dac9
...@@ -11,26 +11,26 @@ ...@@ -11,26 +11,26 @@
background-color: #F0F2F5; background-color: #F0F2F5;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
// .page { .page {
// position: fixed; position: fixed;
// top: 50px; top: 50px;
// left: 180px; left: 180px;
// right: 0; right: 0;
// bottom: 0; bottom: 0;
// z-index: 102; z-index: 102;
// overflow: auto; overflow: auto;
// .box{ .box{
// &:first-child{ &:first-child{
// margin-bottom: 8px; margin-bottom: 8px;
// } }
// &+.box{ &+.box{
// margin: 8px 16px; margin: 8px 16px;
// } }
// &:last-child{ &:last-child{
// margin-bottom: 16px; margin-bottom: 16px;
// } }
// } }
// } }
.page-content { .page-content {
position: absolute; position: absolute;
top: 0; top: 0;
......
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