分类

链接

2021 年 8 月
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

近期文章

热门标签

新人福利,免费薅羊毛

现在位置:    首页 > 前端 > 正文
共享办公室出租
html canvas档住 输入框问题
前端 暂无评论 阅读(108)

只需要给canvas和html elements增加:

z-index 和 position 即可。

for example:

  1. #wrapper canvas {
  2. top: 0;
  3. left: 0;
  4. width: 1950px;
  5. height: auto;
  6.  
  7. position: absolute;
  8. z-index: 1;
  9.  
  10. }

 

 

  1. .login{
  2.         color:#fff;
  3.         margin:0 auto;
  4.         width:600px;
  5.         height:400px;
  6.         z-index:999;
  7.         
  8.         position: relative;
  9.     }

 

 

============ 欢迎各位老板打赏~ ===========

本文版权归Bruce's Blog所有,转载引用请完整注明以下信息:
本文作者:Bruce
本文地址:html canvas档住 输入框问题 | Bruce's Blog

发表评论

留言无头像?