开始增加脚部组件;

This commit is contained in:
2022-04-28 18:23:37 +08:00
parent f18af58c8b
commit 154239d0d3
2 changed files with 10 additions and 0 deletions

6
demo/pc/footer.html Normal file
View File

@@ -0,0 +1,6 @@
<fieldset class="layui-elem-field layui-field-title">
<legend>字段集区块 - 横线风格</legend>
<div class="layui-field-box">
内容区域
</div>
</fieldset>

View File

@@ -41,6 +41,10 @@
color: #6cf !important;
}
.ul-color-white{
color: #fff !important;
}
.ul-common-flex-list {
display : flex;
flex-wrap: wrap;