mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-05 11:52:49 +08:00
新增字符区块样式;
This commit is contained in:
15
demo/pc/fieldset.html
Normal file
15
demo/pc/fieldset.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<fieldset class="layui-elem-field layui-field-title">
|
||||
<legend>字段集区块 - 横线风格</legend>
|
||||
<div class="layui-field-box">
|
||||
<div class="ul-padding-md">
|
||||
<fieldset class="layui-elem-field layui-field-title ul-field-clean">
|
||||
<legend class="legend">字段集区块 - 横线风格</legend>
|
||||
<div class="layui-field-box">
|
||||
内容区域<br>
|
||||
内容区域<br>
|
||||
内容区域<br>
|
||||
</div>
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
Reference in New Issue
Block a user