mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-07 21:02:48 +08:00
新增字符区块样式;
This commit is contained in:
1
source/scss/fieldset/_index.scss
Normal file
1
source/scss/fieldset/_index.scss
Normal file
@@ -0,0 +1 @@
|
||||
@import './ul-field-clean';
|
||||
21
source/scss/fieldset/_ul-field-clean.scss
Normal file
21
source/scss/fieldset/_ul-field-clean.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
.ul-field-clean {
|
||||
border: unset;
|
||||
|
||||
.legend {
|
||||
margin : 5px;
|
||||
text-align : center;
|
||||
width : 100%;
|
||||
font-size : 16px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.layui-field-box {
|
||||
margin-top : 8px;
|
||||
background : #fff;
|
||||
border-radius: 8px;
|
||||
box-shadow : 0px 0px 4px rgba(77, 85, 114, 0.1);
|
||||
|
||||
padding: 10px
|
||||
}
|
||||
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
@import './list/index';
|
||||
@import './nav/index';
|
||||
@import './form/index';
|
||||
@import './fieldset/index';
|
||||
|
||||
|
||||
/* 头部开始 */
|
||||
|
||||
Reference in New Issue
Block a user