大约有 380 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0039 秒)
Laya_社区(345) Laya3.0_文档(11) Laya2.0_文档(7) Laya3.0_api(5) Laya2.0_示例(4) Laya_示例(4) laya_api(2) Laya2.0_api(2)
...d("myBtn"); // myBtn 为 AS3中 SimpleButton对象 if(plus){ btn.style.cursor = "pointer" } 通过 layaflash 编译时报没有 style 属性。请问:有其它方式可让按钮显示出手型光标吗?请指教!!!
来源: Laya_社区 发布时间: 20170221
...entWidth', get: function get() { var ret = parseInt(this.style.fontSize, 10) * this.innerHTML.length; return Number.isNaN(ret) ? this.width : ret; } }, { key: 'clientHeight', get: function get() { var ret = parseInt(this.style.f...
来源: Laya_社区 发布时间: 20180512
...出现上述问题,不知道跟index.html这个有关系吗: <div style="position:absolute;top: 32%;width: 80%;left: 10%;text-align:center;"> <img src="loading_logo.png" style="width: 100%;max-width:500px;" /> </div>
来源: Laya_社区 发布时间: 20171108
...DOCTYPE html> <html> <head> <title></title> <style type="text/css"> .p1{font-family:"Arial bold"; color: #583823;font-size: 25px} .p2{font-family:"Times New Roman";color: #583823;font-size: 25px} .p3{font-family:"Arial Black";color: #583823;font-size: 25px} .p4{font-...
来源: Laya_社区 发布时间: 20180629
...ndChild(videoElement); // 设置Video元素地样式和属性 videoElement.style.zInddex = Laya.Render.canvas.style.zIndex + 1; videoElement.src = "../../res/av/mov_bbb.mp4"; videoElement.controls = true; // 阻止IOS视频全屏 videoElement.setAttribute("webkit-playsinline", true); videoElement.se...
来源: Laya_社区 发布时间: 20200909
... text: '点击进入游戏', style: { left: wx.getSystemInfoSync().windowWidth/2-70, bottom: wx.getSystemInfoSync().windowHeight/2, ...
来源: Laya_社区 发布时间: 20180911
...meta charset="UTF-8"> <title>Document</title> <style type="text/css"> html,body{overflow: hidden;} *{margin: 0; padding: 0;} #layaContainer{overflow: hidden;} </style> </head> <body> <script src='js/libs/laya.core.js'></script> &...
来源: Laya_社区 发布时间: 20170928
...etacharset="UTF-8"> <title>Document</title> <style> div{ margin: 0 auto; width: 100px; height: 100px; } #main { width: 400px; height: 400px; ...
来源: Laya_社区 发布时间: 20181018
...ron 赞同来自: 题主已经自行解决了,直接设置 document.body.style.overflow="hidden";超出截断,没有滚动条了 2019-05-16 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 这个浏览器层面的滚动条,与引擎是无关的。 2019-05-14 0 4 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20190514
...这个是你用法有问题,不是无法播放,而是默认没哟设置style,导致video元素没有被显示在顶层,被其他元素覆盖了。 2) 设置video元素位置使用如下代码,在原来的代码里,因为没有一系列的加载回调,所以这一行一定会执行。 L...
来源: Laya_社区 发布时间: 20200703