mirror of https://github.com/axmolengine/axmol.git
Merge pull request #13141 from VisualSJ/v3-follow
[ci skip] [JS-TESTS] Div should be black
This commit is contained in:
commit
8c186c876c
|
@ -10,7 +10,7 @@
|
||||||
<body style="text-align: center;background: #f2f6f8;">
|
<body style="text-align: center;background: #f2f6f8;">
|
||||||
<img style="clear:both;margin-bottom: 20px" src="../cpp-tests/Resources/Images/cocos2dbanner.png"/>
|
<img style="clear:both;margin-bottom: 20px" src="../cpp-tests/Resources/Images/cocos2dbanner.png"/>
|
||||||
<div></div>
|
<div></div>
|
||||||
<div style="display:inline-block;width:auto; margin: 0 auto; background: transparent; position:relative; border:5px solid black; border-radius: 10px; box-shadow: 0 5px 50px #333">
|
<div style="display:inline-block;width:auto; margin: 0 auto; background: #000; position:relative; border:5px solid black; border-radius: 10px; box-shadow: 0 5px 50px #333">
|
||||||
<!--<canvas id="gameCanvas" width="1200" height="675"></canvas>-->
|
<!--<canvas id="gameCanvas" width="1200" height="675"></canvas>-->
|
||||||
<!--<canvas id="gameCanvas" width="480" height="270"></canvas>-->
|
<!--<canvas id="gameCanvas" width="480" height="270"></canvas>-->
|
||||||
<canvas id="gameCanvas" width="800" height="450"></canvas>
|
<canvas id="gameCanvas" width="800" height="450"></canvas>
|
||||||
|
|
Loading…
Reference in New Issue