egret canvas的style
<canvas width="1920" height="1080" style="
cursor:auto;//鼠标样式
positon:obsolute;
top:59px;
bottom:0px;
left:0px;
right:0px;
transform - origin:0 % 0 % 9px;//transform 属性向元素应用 2D 或 3D 转换。该属性允许我们对元素进行旋转、缩放、移动或倾斜。
width:998px;
height:562px;
transform:rotate(0deg);//旋转
"