大约有 84 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0030 秒)
...lic function _addToLayout(out:Vector.<ILayout>):void { layout(); //!_style.absolute && out.push(this); } 这个重写有问题,会导致计算实际宽高信息的时候多次执行layout()导致最后结果是0.我将这个重写方法注释掉就能正常获取了 2017-03-09 1 条...
来源: Laya_社区 发布时间: 20170309
HtmlDivElement 下划线 如何解决? <span style='color:#ffd600;font:18px SimHei;'>天天天天天天天天天天</span><span style='color:#ffd600;font:18px SimHei;line-height:18px;letter-spacing:0px;' href='1'>天天天天</span> 附件 : --> 2019-04-09 添加评论 免...
来源: Laya_社区 发布时间: 20190409
...有行高lineHeight var html3:HTMLDivElement=new HTMLDivElement(); html3.style.lineHeight=30; html3.style.width=300; html3.style.align="center"; html3.innerHTML="<span>我的第一行要换行</span><br/><span>BBBBBBBBBBB</span>"; Laya.stage.addChild(html3); 2016-12-...
来源: Laya_社区 发布时间: 20161213
...气泡随着聊天内容变化的圆角矩形 用的HTMLDivElement,但是style里不能设置background为图片啊,只能为color 在html里是这样写的 <span>右边</span> <div style="width:422px;"> <img style= " display:inline; float:right; " src...
来源: Laya_社区 发布时间: 20170710
... - 知识达人 赞同来自: 你代码中不是设置了自动换行么?style.wordwrap = true 2017-11-17 0 0 分享 微博 QZONE 微信 swp_laya 赞同来自: 自动换行不应该是一行的末尾会自动换行么? 上图是名字后面就换了 我这是一条文本 2017-11-20 0 4 分...
来源: Laya_社区 发布时间: 20171116
...dChild(textfiled); textfiled.pos(10, 10); textfiled.width = 890; textfiled.style.color = "#10922a"; textfiled.style.font = "黑体"; textfiled.style.fontSize = 30; textfiled.style.valign = "middle"; var clientName = "<span style='color:#ffcc00;'>" + "聊天室" + ":</span>"; var client...
来源: Laya_社区 发布时间: 20190222
...8-05-02 0 1 分享 微博 QZONE 微信 熊猫大侠 赞同来自: <span style="color:#AA7850;font-weight:bold;font:24px SimHei">对单个目标造成</span> <span style="color:#FF0000;font-weight:bold;font:24px SimHei">350%</span> <span style="color:#AA7850;font-weight:bol...
来源: Laya_社区 发布时间: 20180502
... 代码片段: var p = new HTMLDivElement(); Laya.stage.addChild(p); p.style.font = "Impact"; p.style.fontSize = 30; var html = "<span color='#e3d26a'>使用</span>"; html += "<span style='color:#FFFFFF;font-weight:bold'>HTMLDivElement</span>"; html += "<span color='#6ad...
来源: Laya_社区 发布时间: 20180410
...reateParagraph() { var p = new HTMLDivElement(); Laya.stage.addChild(p); p.style.font = "Impact"; p.style.fontSize = 30; var html = "<div>" html += "<span color='#e3d26a'>使用</span>"; html += "<span style='color:#FFFFFF;font-weight:bold'>HTMLDivElement</span>"; html ...
来源: Laya_社区 发布时间: 20170314
HtmlDIV style="text-align:center"无效,该怎么居中文字呢? HtmlDIV style="text-align:center"无效,该怎么居中文字呢? 2017-02-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ssqhu 赞同...
来源: Laya_社区 发布时间: 20170221