我是一个小组。
我是一个小组。
我是一个容器。
我是一个容器。
这个w3面板类向任何 HTML 元素添加 16 像素的顶部和底部边距以及 16 像素的左右填充。
这个w3面板类非常适合显示笔记。
注释通常以浅色显示:
伦敦是英国人口最多的城市,大都市区人口超过 900 万。
<div class="w3-panel w3-pale-green">
<p>London is the most populous city in the United Kingdom,
with a metropolitan area of over 9 million inhabitants.</p>
</div>
亲自试一试»
要了解有关 W3.CSS 注释的更多信息,请访问W3.CSS注释章节。
这个w3面板类非常适合显示报价。
"Make it as simple as possible, but not simpler."
<div class="w3-panel w3-leftbar w3-sand w3-xxlarge w3-serif">
<p><i>"Make it as simple as possible, but not simpler."</i></p>
</div>
亲自试一试»
要了解有关 W3.CSS 报价的更多信息,请访问W3.CSS 行情章节。
这个w3面板类非常适合显示警报。
警报通常使用强烈的颜色显示:
红色通常表示危险或消极的情况。
<div class="w3-panel w3-red">
<h3>Danger!</h3>
<p>Red often indicates a dangerous or negative situation.</p>
</div>
亲自试一试»
要了解有关 W3.CSS 警报的更多信息,请访问W3.CSS 警报章节。
伦敦是英国人口最多的城市,大都市区人口超过 900 万。
<div class="w3-panel w3-blue w3-card-4">
<p>London is the most populous city in the United Kingdom,
with a metropolitan area of over 9 million inhabitants.</p>
</div>
亲自试一试»
伦敦是英国人口最多的城市,大都市区人口超过 900 万。
<div class="w3-panel w3-blue w3-round-xlarge">
<p>London is the most populous city in the United Kingdom,
with a metropolitan area of over 9 million inhabitants.</p>
</div>
亲自试一试»
隐藏面板很容易。
单击 X 关闭此面板。
单击 X 关闭此面板。
<div class="w3-panel w3-display-container">
<span onclick="this.parentElement.style.display='none'"
class="w3-button w3-display-topright">X</span>
<p>Click on the X to close this panel.</p>
<p>Click on the X to close this panel.</p>
</div>
亲自试一试»
显示(隐藏的)面板很容易:
单击 X 关闭此面板。
单击 X 关闭此面板。
<button class="w3-btn" onclick="document.getElementById('id01').style.display='block'">Show panel</button>
<div id="id01" class="w3-panel w3-green w3-display-container" style="display:none">
<span onclick="this.parentElement.style.display='none'"
class="w3-button w3-display-topright">X</span>
<p>Click on the X to close this panel.</p>
<p>Click on the X to close this panel.</p>
</div>
亲自试一试»
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!