调整样式文件

This commit is contained in:
Anyon 2020-10-12 20:29:19 +08:00
parent ca2fdaa2f2
commit 4eab301665
5 changed files with 3 additions and 13 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
.idea
.vscode
*.log
.DS_Store
/runtime
/safefile
/nbproject

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -10,7 +10,6 @@
letter-spacing: 6px;
border: 1px solid @borderColor;
background-color: #f2f2f2;
box-shadow: @minShadow;
}
.notselect {

View File

@ -5,7 +5,6 @@ fieldset {
border: 1px solid @borderColor;
padding: 10px 20px 5px 20px;
background: #fff;
box-shadow: @minShadow;
border-radius: @borderRadius;
legend {
@ -17,7 +16,6 @@ fieldset {
.layui-tab, .layui-card {
overflow: hidden;
box-shadow: @minShadow;
border-radius: @borderRadius;
}
@ -42,12 +40,6 @@ fieldset {
border-radius: @borderRadius;
}
.layui-body > .layui-card > .layui-card-body {
> .layui-tab, > .layui-card {
box-shadow: @maxShadow;
}
}
.layui-btn {
border: 1px solid #009688;
@ -105,7 +97,6 @@ fieldset {
.layui-badge {
margin-right: 5px;
box-shadow: @minShadow;
&-middle {
width: 1em;
@ -270,7 +261,6 @@ label.think-radio, label.think-checkbox {
.layui-table {
overflow: hidden;
border-width: 0;
box-shadow: @minShadow;
border-color: @borderColor;
border-radius: @borderRadius;
border-collapse: separate;