调整样式文件

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 .idea
.vscode .vscode
*.log *.log
.DS_Store
/runtime /runtime
/safefile /safefile
/nbproject /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; letter-spacing: 6px;
border: 1px solid @borderColor; border: 1px solid @borderColor;
background-color: #f2f2f2; background-color: #f2f2f2;
box-shadow: @minShadow;
} }
.notselect { .notselect {

View File

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