mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
调整样式
This commit is contained in:
parent
628abd0b21
commit
e0e52d2ace
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -6,9 +6,9 @@
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
border-radius: @BoxBorderColor;
|
border-radius: @BoxBorderRadius;
|
||||||
letter-spacing: 6px;
|
letter-spacing: 6px;
|
||||||
border: 1px solid @BoxBorderRadius;
|
border: 1px solid @BoxBorderColor;
|
||||||
background-color: #f2f2f2;
|
background-color: #f2f2f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -85,7 +85,7 @@
|
|||||||
padding: 20px !important;
|
padding: 20px !important;
|
||||||
background: #fff !important;
|
background: #fff !important;
|
||||||
box-shadow: @MaxOuterShadow;
|
box-shadow: @MaxOuterShadow;
|
||||||
border-radius: @BoxBorderColor;
|
border-radius: @BoxBorderRadius;
|
||||||
|
|
||||||
> form.layui-card {
|
> form.layui-card {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
@ -364,7 +364,7 @@
|
|||||||
padding: 15px 25px;
|
padding: 15px 25px;
|
||||||
position: relative;
|
position: relative;
|
||||||
line-height: 3em;
|
line-height: 3em;
|
||||||
border-radius: @BoxBorderColor;
|
border-radius: @BoxBorderRadius;
|
||||||
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
|
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
|
||||||
|
|
||||||
> div:nth-child(2) {
|
> div:nth-child(2) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user