调整样式

This commit is contained in:
邹景立 2021-05-08 19:12:43 +08:00
parent 628abd0b21
commit e0e52d2ace
3 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -6,9 +6,9 @@
font-size: 13px;
text-align: center;
line-height: 22px;
border-radius: @BoxBorderColor;
border-radius: @BoxBorderRadius;
letter-spacing: 6px;
border: 1px solid @BoxBorderRadius;
border: 1px solid @BoxBorderColor;
background-color: #f2f2f2;
}
@ -85,7 +85,7 @@
padding: 20px !important;
background: #fff !important;
box-shadow: @MaxOuterShadow;
border-radius: @BoxBorderColor;
border-radius: @BoxBorderRadius;
> form.layui-card {
box-shadow: none;
@ -364,7 +364,7 @@
padding: 15px 25px;
position: relative;
line-height: 3em;
border-radius: @BoxBorderColor;
border-radius: @BoxBorderRadius;
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
> div:nth-child(2) {