mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-28 05:32:51 +08:00
38 lines
628 B
CSS
38 lines
628 B
CSS
|
|
.layui-layer-content {
|
|
padding: 0px;
|
|
}
|
|
|
|
.layui-form-label {
|
|
width: 110px;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.layui-input, .layui-textarea {
|
|
display: block;
|
|
width: 100%;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.form-module-content {
|
|
border: 0px solid red;
|
|
overflow: auto;
|
|
/*height: 548px;*/
|
|
height: 80%;
|
|
padding: 5px;
|
|
}
|
|
|
|
.form-module-footer {
|
|
border: 0px solid red;
|
|
height: 60px;
|
|
width: 100%;
|
|
position: absolute;
|
|
border-top: 5px solid #e8e8e8;
|
|
/*border-bottom: 5px solid #dedede;*/
|
|
left: 0;
|
|
bottom: 0px;
|
|
width: 100%;
|
|
text-align: right;
|
|
z-index:100;
|
|
padding:6px;
|
|
} |