mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-06 04:12:48 +08:00
20 lines
397 B
SCSS
20 lines
397 B
SCSS
.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 : 15px
|
|
}
|
|
|
|
} |