在以下 HTML 文件中,内部 div 中包含的文本(例如“Argentina”或“Test Two”)不可见;我不知道为什么。任何关于为什么它们不可见的帮助将不胜感激。
<!DOCTYPE html>
<html>
<body>
<div class="GLH-2XVBBO">
<div
style="position: absolute; left: 5px; width: 190px; top: 2px; height: 25px;">
<div class="gwt-Label GLH-2XVBEO">Latest Contribution</div>
</div>
<div
style="position: absolute; left: 0px; width: 200px; top: 35px; bottom: 5px;">
<div class="GLH-2XVBDO" style="overflow: auto; position: relative;">
<div style="position: relative;">
<div class="GLH-2XVBCO" style="position: relative;">
<div aria-hidden="true"
style="position: absolute; z-index: -32767; top: -20ex; width: 10em; height: 10ex;"> </div>
<div
style="position: absolute; overflow: hidden; left: 0px; top: 0px; right: 0px; height: 45px;">
<div class="GLH-2XVBPO"
style="position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;">
<div aria-hidden="true"
style="position: absolute; z-index: -32767; top: -20ex; width: 10em; height: 10ex;"> </div>
<div
style="position: absolute; overflow: hidden; left: 0px; top: 0px; width: 200px; height: 20px;">
<div
style="position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;"
class="gwt-Label GLH-2XVBAP">Argentina</div>
</div>
<div
style="position: absolute; overflow: hidden; left: 0px; top: 25px; width: 200px; height: 20px;">
<div
style="position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;"
class="gwt-Label GLH-2XVBOO">Test Two</div>
</div>
</div>
</div>
<div
style="position: absolute; overflow: hidden; left: 0px; top: 55px; right: 0px; height: 45px;">
<div class="GLH-2XVBPO"
style="position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;">
<div aria-hidden="true"
style="position: absolute; z-index: -32767; top: -20ex; width: 10em; height: 10ex;"> </div>
<div
style="position: absolute; overflow: hidden; left: 0px; top: 0px; width: 200px; height: 20px;">
<div
style="position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;"
class="gwt-Label GLH-2XVBAP">General Audience</div>
</div>
<div
style="position: absolute; overflow: hidden; left: 0px; top: 25px; width: 200px; height: 20px;">
<div
style="position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;"
class="gwt-Label GLH-2XVBOO">Test Two</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
关于嵌套 div 的道歉。它是 GWT 生成的 HTML 代码。