31
08/21
html canvas档住 输入框问题
只需要给canvas和html elements增加: z-index 和 position 即可。 for example: #wrapper canvas { top: 0; left: 0; width: 1950px; height: auto; position: absolute; z-index: 1; } .login{ color:#fff; margin:0 auto; width:600px; height:400px; z-index:999; position: relative; }