|
@@ -6,38 +6,42 @@ fieldset {
|
|
|
padding: 10px 20px 5px 20px;
|
|
|
background: #fff;
|
|
|
box-shadow: @minShadow;
|
|
|
- border-radius: @borderRadus;
|
|
|
+ border-radius: @borderRadius;
|
|
|
|
|
|
legend {
|
|
|
color: #666;
|
|
|
padding: 0 10px;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 13px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.layui-code {
|
|
|
- border-radius: @borderRadus;
|
|
|
-}
|
|
|
-
|
|
|
.layui-tab, .layui-card {
|
|
|
overflow: hidden;
|
|
|
box-shadow: @minShadow;
|
|
|
- border-radius: @borderRadus;
|
|
|
+ border-radius: @borderRadius;
|
|
|
+}
|
|
|
|
|
|
- .layui-card-header {
|
|
|
- padding: 0 20px;
|
|
|
+.layui-tab {
|
|
|
+ > .layui-tab-content {
|
|
|
+ padding: 20px;
|
|
|
+ background: #fff;
|
|
|
}
|
|
|
+}
|
|
|
|
|
|
- .layui-card-body {
|
|
|
- padding: 20px;
|
|
|
+.layui-card {
|
|
|
+ > .layui-card-header {
|
|
|
+ padding: 0 20px;
|
|
|
}
|
|
|
|
|
|
- .layui-tab-content {
|
|
|
+ > .layui-card-body {
|
|
|
padding: 20px;
|
|
|
- background: #fff;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.layui-code {
|
|
|
+ border-radius: @borderRadius;
|
|
|
+}
|
|
|
+
|
|
|
.layui-body > .layui-card > .layui-card-body {
|
|
|
> .layui-tab, > .layui-card {
|
|
|
box-shadow: @maxShadow;
|
|
@@ -70,7 +74,7 @@ fieldset {
|
|
|
&-group {
|
|
|
overflow: hidden;
|
|
|
line-height: 28px;
|
|
|
- border-radius: @borderRadus;
|
|
|
+ border-radius: @borderRadius;
|
|
|
background: #009688;
|
|
|
border: 1px solid #009688 !important;
|
|
|
|
|
@@ -102,7 +106,6 @@ fieldset {
|
|
|
width: 1em;
|
|
|
height: auto;
|
|
|
padding: 5px;
|
|
|
- margin-right: 5px;
|
|
|
white-space: normal;
|
|
|
vertical-align: middle;
|
|
|
}
|
|
@@ -175,19 +178,16 @@ fieldset {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-/** 自定义表单样式 */
|
|
|
-.think-box-shadow {
|
|
|
- padding: 20px !important;
|
|
|
- background: #fff !important;
|
|
|
- box-shadow: @maxShadow;
|
|
|
- border-radius: @borderRadus;
|
|
|
+.layui-input, .layui-select {
|
|
|
+ line-height: 38px
|
|
|
+}
|
|
|
|
|
|
- > form.layui-card {
|
|
|
- box-shadow: none;
|
|
|
+.layui-form-checkbox.layui-form-checked {
|
|
|
+ i {
|
|
|
+ border-color: #5FB878;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-/** checkbox & radio */
|
|
|
label.think-radio, label.think-checkbox {
|
|
|
cursor: pointer;
|
|
|
margin-right: 10px;
|
|
@@ -262,45 +262,12 @@ label.think-radio, label.think-checkbox {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.layui-layer-content {
|
|
|
- .layui-form.layui-card {
|
|
|
- margin: 0;
|
|
|
-
|
|
|
- .layui-card-body {
|
|
|
- padding: 30px 40px 0 0
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.layui-layer-dialog {
|
|
|
- .layui-layer-content {
|
|
|
- .layui-layer-ico {
|
|
|
- top: 50% !important;
|
|
|
- margin-top: -15px !important
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.laydate-footer-btns span {
|
|
|
- line-height: 24px !important
|
|
|
-}
|
|
|
-
|
|
|
-.layui-input, .layui-select {
|
|
|
- line-height: 38px
|
|
|
-}
|
|
|
-
|
|
|
-.layui-form-checkbox.layui-form-checked {
|
|
|
- i {
|
|
|
- border-color: #5FB878;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
.layui-table {
|
|
|
overflow: hidden;
|
|
|
border-width: 0;
|
|
|
box-shadow: @minShadow;
|
|
|
border-color: @borderColor;
|
|
|
- border-radius: @borderRadus;
|
|
|
+ border-radius: @borderRadius;
|
|
|
border-collapse: separate;
|
|
|
|
|
|
&[lay-skin='nob'] {
|
|
@@ -331,39 +298,50 @@ label.think-radio, label.think-checkbox {
|
|
|
tr {
|
|
|
td, th {
|
|
|
font-size: 12px;
|
|
|
- border-color: @borderColor;
|
|
|
+ border-color: #E9E9E9;
|
|
|
border-width: 0 0 1px 1px;
|
|
|
|
|
|
- .text-explode {
|
|
|
- color: #ccc !important;
|
|
|
- margin: 0 4px !important;
|
|
|
+ div.headimg {
|
|
|
+ width: 35px;
|
|
|
+ height: 35px;
|
|
|
+ border: 1px solid @borderColor;
|
|
|
+ display: inline-block;
|
|
|
+ overflow: hidden;
|
|
|
+ text-align: center;
|
|
|
+ margin-right: 5px;
|
|
|
+ border-radius: 50%;
|
|
|
+ vertical-align: middle;
|
|
|
+ box-shadow: @minShadow;
|
|
|
+
|
|
|
+ > img {
|
|
|
+ width: 110%;
|
|
|
+ height: 110%;
|
|
|
+ max-width: 110%;
|
|
|
+ max-height: 110%;
|
|
|
+ margin: -5% 0 0 -5%;
|
|
|
+ }
|
|
|
|
|
|
- &:first-child {
|
|
|
- opacity: 0;
|
|
|
- display: none;
|
|
|
+ & + * {
|
|
|
+ vertical-align: middle;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .background-image {
|
|
|
- float: left;
|
|
|
- width: 40px;
|
|
|
- height: 40px;
|
|
|
- margin-right: 5px;
|
|
|
- display: inline-block;
|
|
|
- background: no-repeat center center;
|
|
|
- background-size: cover;
|
|
|
- vertical-align: middle
|
|
|
+ &:last-child, &:last-child {
|
|
|
+ border-right-width: 1px;
|
|
|
+ border-right-color: @borderColor;
|
|
|
}
|
|
|
- }
|
|
|
|
|
|
- td:last-child, th:last-child {
|
|
|
- border-right-width: 1px;
|
|
|
+ &:first-child, &:first-child {
|
|
|
+ border-left-width: 1px;
|
|
|
+ border-left-color: @borderColor;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|
|
|
tr:first-child {
|
|
|
th, td {
|
|
|
border-top-width: 1px;
|
|
|
+ border-top-color: @borderColor;
|
|
|
|
|
|
&:last-child {
|
|
|
border-top-right-radius: 5px;
|
|
@@ -378,6 +356,7 @@ label.think-radio, label.think-checkbox {
|
|
|
tr:last-child {
|
|
|
th, td {
|
|
|
border-bottom-width: 1px;
|
|
|
+ border-bottom-color: @borderColor;
|
|
|
}
|
|
|
|
|
|
td {
|
|
@@ -405,11 +384,6 @@ label.think-radio, label.think-checkbox {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .list-table-image {
|
|
|
- width: 22px;
|
|
|
- cursor: pointer
|
|
|
- }
|
|
|
-
|
|
|
.list-table-sort-td {
|
|
|
width: 10px !important;
|
|
|
text-align: center !important;
|
|
@@ -434,7 +408,7 @@ label.think-radio, label.think-checkbox {
|
|
|
|
|
|
.list-table-check-td {
|
|
|
width: 10px !important;
|
|
|
- text-align: center;
|
|
|
+ text-align: center !important;
|
|
|
padding-left: 15px !important;
|
|
|
padding-right: 15px !important;
|
|
|
|
|
@@ -443,4 +417,29 @@ label.think-radio, label.think-checkbox {
|
|
|
vertical-align: middle
|
|
|
}
|
|
|
}
|
|
|
+}
|
|
|
+
|
|
|
+.layui-layer-content {
|
|
|
+ .layui-form.layui-card {
|
|
|
+ margin: 0;
|
|
|
+
|
|
|
+ .layui-card-body {
|
|
|
+ padding: 20px 40px 30px 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.layui-layer-dialog {
|
|
|
+ .layui-layer-content {
|
|
|
+ .layui-layer-ico {
|
|
|
+ top: 50% !important;
|
|
|
+ margin-top: -15px !important
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.laydate-footer-btns {
|
|
|
+ span {
|
|
|
+ line-height: 24px !important
|
|
|
+ }
|
|
|
}
|