Commit d6306f05 by doszhang

dos

parent 1f3703d3
...@@ -5,12 +5,6 @@ body { ...@@ -5,12 +5,6 @@ body {
font-family: "Microsoft YaHei"; font-family: "Microsoft YaHei";
} }
canvas,
canvas img {
width: 100%;
height: 100%;
}
canvas { canvas {
background: #000; background: #000;
width: 640px; width: 640px;
...@@ -60,7 +54,8 @@ canvas { ...@@ -60,7 +54,8 @@ canvas {
left: 0; left: 0;
right: 0; right: 0;
margin: 0 auto; margin: 0 auto;
overflow: hidden; overflow-y: scroll;
overflow-x: hidden;
} }
.page { .page {
......
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 sign in to comment