版本回退
This commit is contained in:
parent
fa07f67398
commit
603959250c
@ -1933,12 +1933,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
||||
main.dom.startBackground.setAttribute('__src__', startBackground);
|
||||
main.dom.startBackground.src = startBackground;
|
||||
}
|
||||
if (core.domStyle.isVertical) {
|
||||
main.dom.startBackground.style.width = "200%"
|
||||
} else {
|
||||
main.dom.startBackground.style.width = "100%"
|
||||
}
|
||||
}
|
||||
}
|
||||
const _resize_canvas = function (obj) { //自适应画布
|
||||
main.dom.outerBackground.style.width = obj.totalWidth + 'px';
|
||||
main.dom.outerBackground.style.height = obj.totalHeight + 'px';
|
||||
|
@ -161,7 +161,7 @@
|
||||
.startButton {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
font:2rem "pala", sans-serif;
|
||||
font:1.2rem "pala", sans-serif;
|
||||
font-weight: normal;
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user