竖屏封面
This commit is contained in:
parent
649bdf1121
commit
fa07f67398
@ -1933,6 +1933,11 @@ 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';
|
||||
|
@ -161,7 +161,7 @@
|
||||
.startButton {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
font: 1.6rem "pala", sans-serif;
|
||||
font:2rem "pala", sans-serif;
|
||||
font-weight: normal;
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user