layui/src/css/layui.css

6697 lines
104 KiB
CSS
Raw Normal View History

2021-09-26 22:09:33 +00:00
.layui-inline,
img {
display: inline-block;
vertical-align: middle;
2021-09-26 22:09:33 +00:00
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
2021-09-26 22:09:33 +00:00
}
a,
body {
color: #333;
2021-09-26 22:09:33 +00:00
}
.layui-edge,
.layui-header,
.layui-inline,
.layui-main {
position: relative;
2021-09-26 22:09:33 +00:00
}
.layui-edge,
hr {
height: 0;
overflow: hidden;
2021-09-26 22:09:33 +00:00
}
.layui-layout-body,
.layui-side,
.layui-side-scroll {
overflow-x: hidden;
2021-09-26 22:09:33 +00:00
}
.layui-edge,
.layui-elip,
hr {
overflow: hidden;
2021-09-26 22:09:33 +00:00
}
.layui-btn,
.layui-edge,
.layui-inline,
img {
vertical-align: middle;
2021-09-26 22:09:33 +00:00
}
.layui-btn,
.layui-disabled,
.layui-icon,
.layui-unselect {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
2021-09-26 22:09:33 +00:00
}
.layui-elip,
.layui-form-checkbox span,
.layui-form-pane .layui-form-label {
text-overflow: ellipsis;
white-space: nowrap;
2021-09-26 22:09:33 +00:00
}
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
margin: 0;
padding: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2021-09-26 22:09:33 +00:00
}
a:active,
a:hover {
outline: 0;
2021-09-26 22:09:33 +00:00
}
img {
border: none;
2021-09-26 22:09:33 +00:00
}
li {
list-style: none;
2021-09-26 22:09:33 +00:00
}
table {
border-collapse: collapse;
border-spacing: 0;
2021-09-26 22:09:33 +00:00
}
h4,
h5,
h6 {
font-size: 100%;
2021-09-26 22:09:33 +00:00
}
button,
input,
optgroup,
option,
select,
textarea {
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
outline: 0;
2021-09-26 22:09:33 +00:00
}
pre {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
2021-09-26 22:09:33 +00:00
}
body {
line-height: 1.6;
color: rgba(0, 0, 0, 0.85);
font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
2021-09-26 22:09:33 +00:00
}
hr {
line-height: 0;
margin: 10px 0;
padding: 0;
border: none !important;
border-bottom: 1px solid #eee !important;
clear: both;
background: 0 0;
2021-09-26 22:09:33 +00:00
}
a {
text-decoration: none;
2021-09-26 22:09:33 +00:00
}
a:hover {
color: #777;
2021-09-26 22:09:33 +00:00
}
a cite {
font-style: normal;
*cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-border-box,
.layui-border-box * {
box-sizing: border-box;
2021-09-26 22:09:33 +00:00
}
.layui-box,
.layui-box * {
box-sizing: content-box;
2021-09-26 22:09:33 +00:00
}
.layui-clear {
clear: both;
*zoom: 1;
2021-09-26 22:09:33 +00:00
}
.layui-clear:after {
content: '\20';
clear: both;
*zoom: 1;
display: block;
height: 0;
2021-09-26 22:09:33 +00:00
}
.layui-inline {
*display: inline;
*zoom: 1;
2021-09-26 22:09:33 +00:00
}
.layui-btn,
.layui-btn-group,
.layui-edge {
display: inline-block;
2021-09-26 22:09:33 +00:00
}
.layui-inline-container > .layui-inline {
margin-right: 10px;
margin-bottom: 10px;
2021-09-26 22:09:33 +00:00
}
.layui-edge {
width: 0;
border-width: 6px;
border-style: dashed;
border-color: transparent;
2021-09-26 22:09:33 +00:00
}
.layui-edge-top {
top: -4px;
border-bottom-color: #999;
border-bottom-style: solid;
2021-09-26 22:09:33 +00:00
}
.layui-edge-right {
border-left-color: #999;
border-left-style: solid;
2021-09-26 22:09:33 +00:00
}
.layui-edge-bottom {
top: 2px;
border-top-color: #999;
border-top-style: solid;
2021-09-26 22:09:33 +00:00
}
.layui-edge-left {
border-right-color: #999;
border-right-style: solid;
2021-09-26 22:09:33 +00:00
}
.layui-disabled,
.layui-disabled:hover {
color: #d2d2d2 !important;
cursor: not-allowed !important;
2021-09-26 22:09:33 +00:00
}
.layui-circle {
border-radius: 100%;
2021-09-26 22:09:33 +00:00
}
.layui-show {
display: block !important;
2021-09-26 22:09:33 +00:00
}
.layui-hide {
display: none !important;
2021-09-26 22:09:33 +00:00
}
.layui-show-v {
visibility: visible !important;
2021-09-26 22:09:33 +00:00
}
.layui-hide-v {
visibility: hidden !important;
2021-09-26 22:09:33 +00:00
}
@font-face {
font-family: layui-icon;
src: url(../font/iconfont.eot?t=270);
src: url(../font/iconfont.eot?t=270#iefix) format('embedded-opentype'),
url(../font/iconfont.woff2?t=270) format('woff2'),
url(../font/iconfont.woff?t=270) format('woff'),
url(../font/iconfont.ttf?t=270) format('truetype'),
url(../font/iconfont.svg?t=270#layui-icon) format('svg');
2021-09-26 22:09:33 +00:00
}
.layui-icon {
font-family: layui-icon !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
2021-09-26 22:09:33 +00:00
}
.layui-icon-eye:before {
content: '\e695';
2021-09-26 22:09:33 +00:00
}
.layui-icon-eye-invisible:before {
content: '\e696';
2021-09-26 22:09:33 +00:00
}
.layui-icon-backspace:before {
content: '\e694';
2021-09-26 22:09:33 +00:00
}
.layui-icon-help-circle:before {
content: '\e77c';
2021-09-26 22:09:33 +00:00
}
.layui-icon-tips-fill:before {
content: '\eb2e';
2021-09-26 22:09:33 +00:00
}
.layui-icon-test:before {
content: '\e692';
2021-09-26 22:09:33 +00:00
}
.layui-icon-clear:before {
content: '\e788';
2021-09-26 22:09:33 +00:00
}
.layui-icon-keyboard:before {
content: '\e693';
2021-09-26 22:09:33 +00:00
}
.layui-icon-heart-fill:before {
content: '\e68f';
2021-09-26 22:09:33 +00:00
}
.layui-icon-light:before {
content: '\e748';
2021-09-26 22:09:33 +00:00
}
.layui-icon-music:before {
content: '\e690';
2021-09-26 22:09:33 +00:00
}
.layui-icon-time:before {
content: '\e68d';
2021-09-26 22:09:33 +00:00
}
.layui-icon-ie:before {
content: '\e7bb';
2021-09-26 22:09:33 +00:00
}
.layui-icon-firefox:before {
content: '\e686';
2021-09-26 22:09:33 +00:00
}
.layui-icon-at:before {
content: '\e687';
2021-09-26 22:09:33 +00:00
}
.layui-icon-bluetooth:before {
content: '\e689';
2021-09-26 22:09:33 +00:00
}
.layui-icon-chrome:before {
content: '\e68a';
2021-09-26 22:09:33 +00:00
}
.layui-icon-edge:before {
content: '\e68b';
2021-09-26 22:09:33 +00:00
}
.layui-icon-heart:before {
content: '\e68c';
2021-09-26 22:09:33 +00:00
}
.layui-icon-key:before {
content: '\e683';
2021-09-26 22:09:33 +00:00
}
.layui-icon-android:before {
content: '\e684';
2021-09-26 22:09:33 +00:00
}
.layui-icon-mike:before {
content: '\e6dc';
2021-09-26 22:09:33 +00:00
}
.layui-icon-mute:before {
content: '\e685';
2021-09-26 22:09:33 +00:00
}
.layui-icon-gift:before {
content: '\e627';
2021-09-26 22:09:33 +00:00
}
.layui-icon-windows:before {
content: '\e67f';
2021-09-26 22:09:33 +00:00
}
.layui-icon-ios:before {
content: '\e680';
2021-09-26 22:09:33 +00:00
}
.layui-icon-logout:before {
content: '\e682';
2021-09-26 22:09:33 +00:00
}
.layui-icon-wifi:before {
content: '\e7e0';
2021-09-26 22:09:33 +00:00
}
.layui-icon-rss:before {
content: '\e808';
2021-09-26 22:09:33 +00:00
}
.layui-icon-email:before {
content: '\e618';
2021-09-26 22:09:33 +00:00
}
.layui-icon-reduce-circle:before {
content: '\e616';
2021-09-26 22:09:33 +00:00
}
.layui-icon-transfer:before {
content: '\e691';
2021-09-26 22:09:33 +00:00
}
.layui-icon-service:before {
content: '\e626';
2021-09-26 22:09:33 +00:00
}
.layui-icon-addition:before {
content: '\e624';
2021-09-26 22:09:33 +00:00
}
.layui-icon-subtraction:before {
content: '\e67e';
2021-09-26 22:09:33 +00:00
}
.layui-icon-slider:before {
content: '\e714';
2021-09-26 22:09:33 +00:00
}
.layui-icon-print:before {
content: '\e66d';
2021-09-26 22:09:33 +00:00
}
.layui-icon-export:before {
content: '\e67d';
2021-09-26 22:09:33 +00:00
}
.layui-icon-cols:before {
content: '\e610';
2021-09-26 22:09:33 +00:00
}
.layui-icon-screen-full:before {
content: '\e622';
2021-09-26 22:09:33 +00:00
}
.layui-icon-screen-restore:before {
content: '\e758';
2021-09-26 22:09:33 +00:00
}
.layui-icon-rate-half:before {
content: '\e6c9';
2021-09-26 22:09:33 +00:00
}
.layui-icon-rate-solid:before {
content: '\e67a';
2021-09-26 22:09:33 +00:00
}
.layui-icon-rate:before {
content: '\e67b';
2021-09-26 22:09:33 +00:00
}
.layui-icon-cellphone:before {
content: '\e678';
2021-09-26 22:09:33 +00:00
}
.layui-icon-vercode:before {
content: '\e679';
2021-09-26 22:09:33 +00:00
}
.layui-icon-login-weibo:before {
content: '\e675';
2021-09-26 22:09:33 +00:00
}
.layui-icon-login-qq:before {
content: '\e676';
2021-09-26 22:09:33 +00:00
}
.layui-icon-login-wechat:before {
content: '\e677';
2021-09-26 22:09:33 +00:00
}
.layui-icon-username:before {
content: '\e66f';
2021-09-26 22:09:33 +00:00
}
.layui-icon-password:before {
content: '\e673';
2021-09-26 22:09:33 +00:00
}
.layui-icon-refresh-3:before {
content: '\e9aa';
2021-09-26 22:09:33 +00:00
}
.layui-icon-auz:before {
content: '\e672';
2021-09-26 22:09:33 +00:00
}
.layui-icon-shrink-right:before {
content: '\e668';
2021-09-26 22:09:33 +00:00
}
.layui-icon-spread-left:before {
content: '\e66b';
2021-09-26 22:09:33 +00:00
}
.layui-icon-snowflake:before {
content: '\e6b1';
2021-09-26 22:09:33 +00:00
}
.layui-icon-tips:before {
content: '\e702';
2021-09-26 22:09:33 +00:00
}
.layui-icon-note:before {
content: '\e66e';
2021-09-26 22:09:33 +00:00
}
.layui-icon-senior:before {
content: '\e674';
2021-09-26 22:09:33 +00:00
}
.layui-icon-refresh-1:before {
content: '\e666';
2021-09-26 22:09:33 +00:00
}
.layui-icon-refresh:before {
content: '\e669';
2021-09-26 22:09:33 +00:00
}
.layui-icon-flag:before {
content: '\e66c';
2021-09-26 22:09:33 +00:00
}
.layui-icon-theme:before {
content: '\e66a';
2021-09-26 22:09:33 +00:00
}
.layui-icon-notice:before {
content: '\e667';
2021-09-26 22:09:33 +00:00
}
.layui-icon-console:before {
content: '\e665';
2021-09-26 22:09:33 +00:00
}
.layui-icon-website:before {
content: '\e7ae';
2021-09-26 22:09:33 +00:00
}
.layui-icon-face-surprised:before {
content: '\e664';
2021-09-26 22:09:33 +00:00
}
.layui-icon-set:before {
content: '\e716';
2021-09-26 22:09:33 +00:00
}
.layui-icon-template:before {
content: '\e663';
2021-09-26 22:09:33 +00:00
}
.layui-icon-app:before {
content: '\e653';
2021-09-26 22:09:33 +00:00
}
.layui-icon-template-1:before {
content: '\e656';
2021-09-26 22:09:33 +00:00
}
.layui-icon-home:before {
content: '\e68e';
2021-09-26 22:09:33 +00:00
}
.layui-icon-female:before {
content: '\e661';
2021-09-26 22:09:33 +00:00
}
.layui-icon-male:before {
content: '\e662';
2021-09-26 22:09:33 +00:00
}
.layui-icon-tread:before {
content: '\e6c5';
2021-09-26 22:09:33 +00:00
}
.layui-icon-praise:before {
content: '\e6c6';
2021-09-26 22:09:33 +00:00
}
.layui-icon-rmb:before {
content: '\e65e';
2021-09-26 22:09:33 +00:00
}
.layui-icon-more:before {
content: '\e65f';
2021-09-26 22:09:33 +00:00
}
.layui-icon-camera:before {
content: '\e660';
2021-09-26 22:09:33 +00:00
}
.layui-icon-cart-simple:before {
content: '\e698';
2021-09-26 22:09:33 +00:00
}
.layui-icon-face-cry:before {
content: '\e69c';
2021-09-26 22:09:33 +00:00
}
.layui-icon-face-smile:before {
content: '\e6af';
2021-09-26 22:09:33 +00:00
}
.layui-icon-survey:before {
content: '\e6b2';
2021-09-26 22:09:33 +00:00
}
.layui-icon-read:before {
content: '\e705';
2021-09-26 22:09:33 +00:00
}
.layui-icon-location:before {
content: '\e715';
2021-09-26 22:09:33 +00:00
}
.layui-icon-dollar:before {
content: '\e659';
2021-09-26 22:09:33 +00:00
}
.layui-icon-diamond:before {
content: '\e735';
2021-09-26 22:09:33 +00:00
}
.layui-icon-return:before {
content: '\e65c';
2021-09-26 22:09:33 +00:00
}
.layui-icon-camera-fill:before {
content: '\e65d';
2021-09-26 22:09:33 +00:00
}
.layui-icon-fire:before {
content: '\e756';
2021-09-26 22:09:33 +00:00
}
.layui-icon-more-vertical:before {
content: '\e671';
2021-09-26 22:09:33 +00:00
}
.layui-icon-cart:before {
content: '\e657';
2021-09-26 22:09:33 +00:00
}
.layui-icon-star-fill:before {
content: '\e658';
2021-09-26 22:09:33 +00:00
}
.layui-icon-prev:before {
content: '\e65a';
2021-09-26 22:09:33 +00:00
}
.layui-icon-next:before {
content: '\e65b';
2021-09-26 22:09:33 +00:00
}
.layui-icon-upload:before {
content: '\e67c';
2021-09-26 22:09:33 +00:00
}
.layui-icon-upload-drag:before {
content: '\e681';
2021-09-26 22:09:33 +00:00
}
.layui-icon-user:before {
content: '\e770';
2021-09-26 22:09:33 +00:00
}
.layui-icon-file-b:before {
content: '\e655';
2021-09-26 22:09:33 +00:00
}
.layui-icon-component:before {
content: '\e857';
2021-09-26 22:09:33 +00:00
}
.layui-icon-find-fill:before {
content: '\e670';
2021-09-26 22:09:33 +00:00
}
.layui-icon-loading:before {
content: '\e63d';
2021-09-26 22:09:33 +00:00
}
.layui-icon-loading-1:before {
content: '\e63e';
2021-09-26 22:09:33 +00:00
}
.layui-icon-add-1:before {
content: '\e654';
2021-09-26 22:09:33 +00:00
}
.layui-icon-pause:before {
content: '\e651';
2021-09-26 22:09:33 +00:00
}
.layui-icon-play:before {
content: '\e652';
2021-09-26 22:09:33 +00:00
}
.layui-icon-video:before {
content: '\e6ed';
2021-09-26 22:09:33 +00:00
}
.layui-icon-headset:before {
content: '\e6fc';
2021-09-26 22:09:33 +00:00
}
.layui-icon-voice:before {
content: '\e688';
2021-09-26 22:09:33 +00:00
}
.layui-icon-speaker:before {
content: '\e645';
2021-09-26 22:09:33 +00:00
}
.layui-icon-fonts-del:before {
content: '\e64f';
2021-09-26 22:09:33 +00:00
}
.layui-icon-fonts-html:before {
content: '\e64b';
2021-09-26 22:09:33 +00:00
}
.layui-icon-fonts-code:before {
content: '\e64e';
2021-09-26 22:09:33 +00:00
}
.layui-icon-fonts-strong:before {
content: '\e62b';
2021-09-26 22:09:33 +00:00
}
.layui-icon-unlink:before {
content: '\e64d';
2021-09-26 22:09:33 +00:00
}
.layui-icon-picture:before {
content: '\e64a';
2021-09-26 22:09:33 +00:00
}
.layui-icon-link:before {
content: '\e64c';
2021-09-26 22:09:33 +00:00
}
.layui-icon-face-smile-b:before {
content: '\e650';
2021-09-26 22:09:33 +00:00
}
.layui-icon-align-center:before {
content: '\e647';
2021-09-26 22:09:33 +00:00
}
.layui-icon-align-right:before {
content: '\e648';
2021-09-26 22:09:33 +00:00
}
.layui-icon-align-left:before {
content: '\e649';
2021-09-26 22:09:33 +00:00
}
.layui-icon-fonts-u:before {
content: '\e646';
2021-09-26 22:09:33 +00:00
}
.layui-icon-fonts-i:before {
content: '\e644';
2021-09-26 22:09:33 +00:00
}
.layui-icon-tabs:before {
content: '\e62a';
2021-09-26 22:09:33 +00:00
}
.layui-icon-circle:before {
content: '\e63f';
2021-09-26 22:09:33 +00:00
}
.layui-icon-radio:before {
content: '\e643';
2021-09-26 22:09:33 +00:00
}
.layui-icon-share:before {
content: '\e641';
2021-09-26 22:09:33 +00:00
}
.layui-icon-edit:before {
content: '\e642';
2021-09-26 22:09:33 +00:00
}
.layui-icon-delete:before {
content: '\e640';
2021-09-26 22:09:33 +00:00
}
.layui-icon-engine:before {
content: '\e628';
2021-09-26 22:09:33 +00:00
}
.layui-icon-chart-screen:before {
content: '\e629';
2021-09-26 22:09:33 +00:00
}
.layui-icon-chart:before {
content: '\e62c';
2021-09-26 22:09:33 +00:00
}
.layui-icon-table:before {
content: '\e62d';
2021-09-26 22:09:33 +00:00
}
.layui-icon-tree:before {
content: '\e62e';
2021-09-26 22:09:33 +00:00
}
.layui-icon-upload-circle:before {
content: '\e62f';
2021-09-26 22:09:33 +00:00
}
.layui-icon-templeate-1:before {
content: '\e630';
2021-09-26 22:09:33 +00:00
}
.layui-icon-util:before {
content: '\e631';
2021-09-26 22:09:33 +00:00
}
.layui-icon-layouts:before {
content: '\e632';
2021-09-26 22:09:33 +00:00
}
.layui-icon-prev-circle:before {
content: '\e633';
2021-09-26 22:09:33 +00:00
}
.layui-icon-carousel:before {
content: '\e634';
2021-09-26 22:09:33 +00:00
}
.layui-icon-code-circle:before {
content: '\e635';
2021-09-26 22:09:33 +00:00
}
.layui-icon-water:before {
content: '\e636';
2021-09-26 22:09:33 +00:00
}
.layui-icon-date:before {
content: '\e637';
2021-09-26 22:09:33 +00:00
}
.layui-icon-layer:before {
content: '\e638';
2021-09-26 22:09:33 +00:00
}
.layui-icon-fonts-clear:before {
content: '\e639';
2021-09-26 22:09:33 +00:00
}
.layui-icon-dialogue:before {
content: '\e63a';
2021-09-26 22:09:33 +00:00
}
.layui-icon-cellphone-fine:before {
content: '\e63b';
2021-09-26 22:09:33 +00:00
}
.layui-icon-form:before {
content: '\e63c';
2021-09-26 22:09:33 +00:00
}
.layui-icon-file:before {
content: '\e621';
2021-09-26 22:09:33 +00:00
}
.layui-icon-triangle-r:before {
content: '\e623';
2021-09-26 22:09:33 +00:00
}
.layui-icon-triangle-d:before {
content: '\e625';
2021-09-26 22:09:33 +00:00
}
.layui-icon-set-sm:before {
content: '\e620';
2021-09-26 22:09:33 +00:00
}
.layui-icon-add-circle:before {
content: '\e61f';
2021-09-26 22:09:33 +00:00
}
.layui-icon-layim-download:before {
content: '\e61e';
2021-09-26 22:09:33 +00:00
}
.layui-icon-layim-uploadfile:before {
content: '\e61d';
2021-09-26 22:09:33 +00:00
}
.layui-icon-404:before {
content: '\e61c';
2021-09-26 22:09:33 +00:00
}
.layui-icon-about:before {
content: '\e60b';
2021-09-26 22:09:33 +00:00
}
.layui-icon-layim-theme:before {
content: '\e61b';
2021-09-26 22:09:33 +00:00
}
.layui-icon-down:before {
content: '\e61a';
2021-09-26 22:09:33 +00:00
}
.layui-icon-up:before {
content: '\e619';
2021-09-26 22:09:33 +00:00
}
.layui-icon-circle-dot:before {
content: '\e617';
2021-09-26 22:09:33 +00:00
}
.layui-icon-set-fill:before {
content: '\e614';
2021-09-26 22:09:33 +00:00
}
.layui-icon-search:before {
content: '\e615';
2021-09-26 22:09:33 +00:00
}
.layui-icon-friends:before {
content: '\e612';
2021-09-26 22:09:33 +00:00
}
.layui-icon-group:before {
content: '\e613';
2021-09-26 22:09:33 +00:00
}
.layui-icon-reply-fill:before {
content: '\e611';
2021-09-26 22:09:33 +00:00
}
.layui-icon-menu-fill:before {
content: '\e60f';
2021-09-26 22:09:33 +00:00
}
.layui-icon-face-smile-fine:before {
content: '\e60c';
2021-09-26 22:09:33 +00:00
}
.layui-icon-picture-fine:before {
content: '\e60d';
2021-09-26 22:09:33 +00:00
}
.layui-icon-log:before {
content: '\e60e';
2021-09-26 22:09:33 +00:00
}
.layui-icon-list:before {
content: '\e60a';
2021-09-26 22:09:33 +00:00
}
.layui-icon-release:before {
content: '\e609';
2021-09-26 22:09:33 +00:00
}
.layui-icon-add-circle-fine:before {
content: '\e608';
2021-09-26 22:09:33 +00:00
}
.layui-icon-ok:before {
content: '\e605';
2021-09-26 22:09:33 +00:00
}
.layui-icon-help:before {
content: '\e607';
2021-09-26 22:09:33 +00:00
}
.layui-icon-chat:before {
content: '\e606';
2021-09-26 22:09:33 +00:00
}
.layui-icon-top:before {
content: '\e604';
2021-09-26 22:09:33 +00:00
}
.layui-icon-right:before {
content: '\e602';
2021-09-26 22:09:33 +00:00
}
.layui-icon-left:before {
content: '\e603';
2021-09-26 22:09:33 +00:00
}
.layui-icon-star:before {
content: '\e600';
2021-09-26 22:09:33 +00:00
}
.layui-icon-download-circle:before {
content: '\e601';
2021-09-26 22:09:33 +00:00
}
.layui-icon-close:before {
content: '\1006';
2021-09-26 22:09:33 +00:00
}
.layui-icon-close-fill:before {
content: '\1007';
2021-09-26 22:09:33 +00:00
}
.layui-icon-ok-circle:before {
content: '\1005';
2021-09-26 22:09:33 +00:00
}
.layui-main {
width: 1140px;
margin: 0 auto;
2021-09-26 22:09:33 +00:00
}
.layui-header {
z-index: 1000;
height: 60px;
2021-09-26 22:09:33 +00:00
}
.layui-header a:hover {
transition: all 0.5s;
-webkit-transition: all 0.5s;
2021-09-26 22:09:33 +00:00
}
.layui-side {
position: fixed;
left: 0;
top: 0;
bottom: 0;
z-index: 999;
width: 200px;
2021-09-26 22:09:33 +00:00
}
.layui-side-scroll {
position: relative;
width: 220px;
height: 100%;
2021-09-26 22:09:33 +00:00
}
.layui-body {
position: relative;
left: 200px;
right: 0;
top: 0;
bottom: 0;
z-index: 900;
width: auto;
box-sizing: border-box;
2021-09-26 22:09:33 +00:00
}
.layui-layout-admin .layui-header {
position: fixed;
top: 0;
left: 0;
right: 0;
background-color: #23262e;
2021-09-26 22:09:33 +00:00
}
.layui-layout-admin .layui-side {
top: 60px;
width: 200px;
overflow-x: hidden;
2021-09-26 22:09:33 +00:00
}
.layui-layout-admin .layui-body {
position: absolute;
top: 60px;
padding-bottom: 44px;
2021-09-26 22:09:33 +00:00
}
.layui-layout-admin .layui-main {
width: auto;
margin: 0 15px;
2021-09-26 22:09:33 +00:00
}
.layui-layout-admin .layui-footer {
position: fixed;
left: 200px;
right: 0;
bottom: 0;
z-index: 990;
height: 44px;
line-height: 44px;
padding: 0 15px;
box-shadow: -1px 0 4px rgb(0 0 0 / 12%);
background-color: #fafafa;
2021-09-26 22:09:33 +00:00
}
.layui-layout-admin .layui-logo {
position: absolute;
left: 0;
top: 0;
width: 200px;
height: 100%;
line-height: 60px;
text-align: center;
color: #009688;
font-size: 16px;
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%);
2021-09-26 22:09:33 +00:00
}
.layui-layout-admin .layui-header .layui-nav {
background: 0 0;
2021-09-26 22:09:33 +00:00
}
.layui-layout-left {
position: absolute !important;
left: 200px;
top: 0;
2021-09-26 22:09:33 +00:00
}
.layui-layout-right {
position: absolute !important;
right: 0;
top: 0;
2021-09-26 22:09:33 +00:00
}
.layui-container {
position: relative;
margin: 0 auto;
padding: 0 15px;
box-sizing: border-box;
2021-09-26 22:09:33 +00:00
}
.layui-fluid {
position: relative;
margin: 0 auto;
padding: 0 15px;
2021-09-26 22:09:33 +00:00
}
.layui-row:after,
.layui-row:before {
content: '';
display: block;
clear: both;
2021-09-26 22:09:33 +00:00
}
.layui-col-lg1,
.layui-col-lg10,
.layui-col-lg11,
.layui-col-lg12,
.layui-col-lg2,
.layui-col-lg3,
.layui-col-lg4,
.layui-col-lg5,
.layui-col-lg6,
.layui-col-lg7,
.layui-col-lg8,
.layui-col-lg9,
.layui-col-md1,
.layui-col-md10,
.layui-col-md11,
.layui-col-md12,
.layui-col-md2,
.layui-col-md3,
.layui-col-md4,
.layui-col-md5,
.layui-col-md6,
.layui-col-md7,
.layui-col-md8,
.layui-col-md9,
.layui-col-sm1,
.layui-col-sm10,
.layui-col-sm11,
.layui-col-sm12,
.layui-col-sm2,
.layui-col-sm3,
.layui-col-sm4,
.layui-col-sm5,
.layui-col-sm6,
.layui-col-sm7,
.layui-col-sm8,
.layui-col-sm9,
.layui-col-xs1,
.layui-col-xs10,
.layui-col-xs11,
.layui-col-xs12,
.layui-col-xs2,
.layui-col-xs3,
.layui-col-xs4,
.layui-col-xs5,
.layui-col-xs6,
.layui-col-xs7,
.layui-col-xs8,
.layui-col-xs9 {
position: relative;
display: block;
box-sizing: border-box;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs1,
.layui-col-xs10,
.layui-col-xs11,
.layui-col-xs12,
.layui-col-xs2,
.layui-col-xs3,
.layui-col-xs4,
.layui-col-xs5,
.layui-col-xs6,
.layui-col-xs7,
.layui-col-xs8,
.layui-col-xs9 {
float: left;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs1 {
width: 8.33333333%;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs2 {
width: 16.66666667%;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs3 {
width: 25%;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs4 {
width: 33.33333333%;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs5 {
width: 41.66666667%;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs6 {
width: 50%;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs7 {
width: 58.33333333%;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs8 {
width: 66.66666667%;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs9 {
width: 75%;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs10 {
width: 83.33333333%;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs11 {
width: 91.66666667%;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs12 {
width: 100%;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs-offset1 {
margin-left: 8.33333333%;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs-offset2 {
margin-left: 16.66666667%;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs-offset3 {
margin-left: 25%;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs-offset4 {
margin-left: 33.33333333%;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs-offset5 {
margin-left: 41.66666667%;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs-offset6 {
margin-left: 50%;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs-offset7 {
margin-left: 58.33333333%;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs-offset8 {
margin-left: 66.66666667%;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs-offset9 {
margin-left: 75%;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs-offset10 {
margin-left: 83.33333333%;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs-offset11 {
margin-left: 91.66666667%;
2021-09-26 22:09:33 +00:00
}
.layui-col-xs-offset12 {
margin-left: 100%;
}
@media screen and (max-width: 768px) {
.layui-hide-xs {
display: none !important;
}
.layui-show-xs-block {
display: block !important;
}
.layui-show-xs-inline {
display: inline !important;
}
.layui-show-xs-inline-block {
display: inline-block !important;
}
}
@media screen and (min-width: 768px) {
.layui-container {
width: 750px;
}
.layui-hide-sm {
display: none !important;
}
.layui-show-sm-block {
display: block !important;
}
.layui-show-sm-inline {
display: inline !important;
}
.layui-show-sm-inline-block {
display: inline-block !important;
}
.layui-col-sm1,
.layui-col-sm10,
.layui-col-sm11,
.layui-col-sm12,
.layui-col-sm2,
.layui-col-sm3,
.layui-col-sm4,
.layui-col-sm5,
.layui-col-sm6,
.layui-col-sm7,
.layui-col-sm8,
.layui-col-sm9 {
float: left;
}
.layui-col-sm1 {
width: 8.33333333%;
}
.layui-col-sm2 {
width: 16.66666667%;
}
.layui-col-sm3 {
width: 25%;
}
.layui-col-sm4 {
width: 33.33333333%;
}
.layui-col-sm5 {
width: 41.66666667%;
}
.layui-col-sm6 {
width: 50%;
}
.layui-col-sm7 {
width: 58.33333333%;
}
.layui-col-sm8 {
width: 66.66666667%;
}
.layui-col-sm9 {
width: 75%;
}
.layui-col-sm10 {
width: 83.33333333%;
}
.layui-col-sm11 {
width: 91.66666667%;
}
.layui-col-sm12 {
width: 100%;
}
.layui-col-sm-offset1 {
margin-left: 8.33333333%;
}
.layui-col-sm-offset2 {
margin-left: 16.66666667%;
}
.layui-col-sm-offset3 {
margin-left: 25%;
}
.layui-col-sm-offset4 {
margin-left: 33.33333333%;
}
.layui-col-sm-offset5 {
margin-left: 41.66666667%;
}
.layui-col-sm-offset6 {
margin-left: 50%;
}
.layui-col-sm-offset7 {
margin-left: 58.33333333%;
}
.layui-col-sm-offset8 {
margin-left: 66.66666667%;
}
.layui-col-sm-offset9 {
margin-left: 75%;
}
.layui-col-sm-offset10 {
margin-left: 83.33333333%;
}
.layui-col-sm-offset11 {
margin-left: 91.66666667%;
}
.layui-col-sm-offset12 {
margin-left: 100%;
}
}
@media screen and (min-width: 992px) {
.layui-container {
width: 970px;
}
.layui-hide-md {
display: none !important;
}
.layui-show-md-block {
display: block !important;
}
.layui-show-md-inline {
display: inline !important;
}
.layui-show-md-inline-block {
display: inline-block !important;
}
.layui-col-md1,
.layui-col-md10,
.layui-col-md11,
.layui-col-md12,
.layui-col-md2,
.layui-col-md3,
.layui-col-md4,
.layui-col-md5,
.layui-col-md6,
.layui-col-md7,
.layui-col-md8,
.layui-col-md9 {
float: left;
}
.layui-col-md1 {
width: 8.33333333%;
}
.layui-col-md2 {
width: 16.66666667%;
}
.layui-col-md3 {
width: 25%;
}
.layui-col-md4 {
width: 33.33333333%;
}
.layui-col-md5 {
width: 41.66666667%;
}
.layui-col-md6 {
width: 50%;
}
.layui-col-md7 {
width: 58.33333333%;
}
.layui-col-md8 {
width: 66.66666667%;
}
.layui-col-md9 {
width: 75%;
}
.layui-col-md10 {
width: 83.33333333%;
}
.layui-col-md11 {
width: 91.66666667%;
}
.layui-col-md12 {
width: 100%;
}
.layui-col-md-offset1 {
margin-left: 8.33333333%;
}
.layui-col-md-offset2 {
margin-left: 16.66666667%;
}
.layui-col-md-offset3 {
margin-left: 25%;
}
.layui-col-md-offset4 {
margin-left: 33.33333333%;
}
.layui-col-md-offset5 {
margin-left: 41.66666667%;
}
.layui-col-md-offset6 {
margin-left: 50%;
}
.layui-col-md-offset7 {
margin-left: 58.33333333%;
}
.layui-col-md-offset8 {
margin-left: 66.66666667%;
}
.layui-col-md-offset9 {
margin-left: 75%;
}
.layui-col-md-offset10 {
margin-left: 83.33333333%;
}
.layui-col-md-offset11 {
margin-left: 91.66666667%;
}
.layui-col-md-offset12 {
margin-left: 100%;
}
}
@media screen and (min-width: 1200px) {
.layui-container {
width: 1170px;
}
.layui-hide-lg {
display: none !important;
}
.layui-show-lg-block {
display: block !important;
}
.layui-show-lg-inline {
display: inline !important;
}
.layui-show-lg-inline-block {
display: inline-block !important;
}
.layui-col-lg1,
.layui-col-lg10,
.layui-col-lg11,
.layui-col-lg12,
.layui-col-lg2,
.layui-col-lg3,
.layui-col-lg4,
.layui-col-lg5,
.layui-col-lg6,
.layui-col-lg7,
.layui-col-lg8,
.layui-col-lg9 {
float: left;
}
.layui-col-lg1 {
width: 8.33333333%;
}
.layui-col-lg2 {
width: 16.66666667%;
}
.layui-col-lg3 {
width: 25%;
}
.layui-col-lg4 {
width: 33.33333333%;
}
.layui-col-lg5 {
width: 41.66666667%;
}
.layui-col-lg6 {
width: 50%;
}
.layui-col-lg7 {
width: 58.33333333%;
}
.layui-col-lg8 {
width: 66.66666667%;
}
.layui-col-lg9 {
width: 75%;
}
.layui-col-lg10 {
width: 83.33333333%;
}
.layui-col-lg11 {
width: 91.66666667%;
}
.layui-col-lg12 {
width: 100%;
}
.layui-col-lg-offset1 {
margin-left: 8.33333333%;
}
.layui-col-lg-offset2 {
margin-left: 16.66666667%;
}
.layui-col-lg-offset3 {
margin-left: 25%;
}
.layui-col-lg-offset4 {
margin-left: 33.33333333%;
}
.layui-col-lg-offset5 {
margin-left: 41.66666667%;
}
.layui-col-lg-offset6 {
margin-left: 50%;
}
.layui-col-lg-offset7 {
margin-left: 58.33333333%;
}
.layui-col-lg-offset8 {
margin-left: 66.66666667%;
}
.layui-col-lg-offset9 {
margin-left: 75%;
}
.layui-col-lg-offset10 {
margin-left: 83.33333333%;
}
.layui-col-lg-offset11 {
margin-left: 91.66666667%;
}
2021-09-26 22:09:33 +00:00
.layui-col-lg-offset12 {
margin-left: 100%;
}
2021-09-26 22:09:33 +00:00
}
.layui-col-space1 {
margin: -0.5px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space1 > * {
padding: 0.5px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space2 {
margin: -1px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space2 > * {
padding: 1px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space4 {
margin: -2px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space4 > * {
padding: 2px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space5 {
margin: -2.5px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space5 > * {
padding: 2.5px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space6 {
margin: -3px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space6 > * {
padding: 3px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space8 {
margin: -4px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space8 > * {
padding: 4px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space10 {
margin: -5px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space10 > * {
padding: 5px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space12 {
margin: -6px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space12 > * {
padding: 6px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space14 {
margin: -7px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space14 > * {
padding: 7px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space15 {
margin: -7.5px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space15 > * {
padding: 7.5px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space16 {
margin: -8px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space16 > * {
padding: 8px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space18 {
margin: -9px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space18 > * {
padding: 9px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space20 {
margin: -10px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space20 > * {
padding: 10px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space22 {
margin: -11px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space22 > * {
padding: 11px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space24 {
margin: -12px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space24 > * {
padding: 12px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space25 {
margin: -12.5px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space25 > * {
padding: 12.5px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space26 {
margin: -13px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space26 > * {
padding: 13px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space28 {
margin: -14px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space28 > * {
padding: 14px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space30 {
margin: -15px;
2021-09-26 22:09:33 +00:00
}
.layui-col-space30 > * {
padding: 15px;
2021-09-26 22:09:33 +00:00
}
.layui-btn,
.layui-input,
.layui-select,
.layui-textarea,
.layui-upload-button {
outline: 0;
-webkit-appearance: none;
transition: all 0.3s;
-webkit-transition: all 0.3s;
box-sizing: border-box;
2021-09-26 22:09:33 +00:00
}
.layui-elem-quote {
margin-bottom: 10px;
padding: 15px;
line-height: 1.6;
border-left: 5px solid #5fb878;
border-radius: 0 2px 2px 0;
background-color: #fafafa;
2021-09-26 22:09:33 +00:00
}
.layui-quote-nm {
border-style: solid;
border-width: 1px 1px 1px 5px;
background: 0 0;
2021-09-26 22:09:33 +00:00
}
.layui-elem-field {
margin-bottom: 10px;
padding: 0;
border-width: 1px;
border-style: solid;
2021-09-26 22:09:33 +00:00
}
.layui-elem-field legend {
margin-left: 20px;
padding: 0 10px;
font-size: 20px;
font-weight: 300;
2021-09-26 22:09:33 +00:00
}
.layui-field-title {
margin: 10px 0 20px;
border-width: 1px 0 0;
2021-09-26 22:09:33 +00:00
}
.layui-field-box {
padding: 15px;
2021-09-26 22:09:33 +00:00
}
.layui-field-title .layui-field-box {
padding: 10px 0;
2021-09-26 22:09:33 +00:00
}
.layui-progress {
position: relative;
height: 6px;
border-radius: 20px;
background-color: #eee;
2021-09-26 22:09:33 +00:00
}
.layui-progress-bar {
position: absolute;
left: 0;
top: 0;
width: 0;
max-width: 100%;
height: 6px;
border-radius: 20px;
text-align: right;
background-color: #5fb878;
transition: all 0.3s;
-webkit-transition: all 0.3s;
2021-09-26 22:09:33 +00:00
}
.layui-progress-big,
.layui-progress-big .layui-progress-bar {
height: 18px;
line-height: 18px;
2021-09-26 22:09:33 +00:00
}
.layui-progress-text {
position: relative;
top: -20px;
line-height: 18px;
font-size: 12px;
color: #666;
2021-09-26 22:09:33 +00:00
}
.layui-progress-big .layui-progress-text {
position: static;
padding: 0 10px;
color: #fff;
2021-09-26 22:09:33 +00:00
}
.layui-collapse {
border-width: 1px;
border-style: solid;
border-radius: 2px;
2021-09-26 22:09:33 +00:00
}
.layui-colla-content,
.layui-colla-item {
border-top-width: 1px;
border-top-style: solid;
2021-09-26 22:09:33 +00:00
}
.layui-colla-item:first-child {
border-top: none;
2021-09-26 22:09:33 +00:00
}
.layui-colla-title {
position: relative;
height: 42px;
line-height: 42px;
padding: 0 15px 0 35px;
color: #333;
background-color: #fafafa;
cursor: pointer;
font-size: 14px;
overflow: hidden;
2021-09-26 22:09:33 +00:00
}
.layui-colla-content {
display: none;
padding: 10px 15px;
line-height: 1.6;
color: #666;
2021-09-26 22:09:33 +00:00
}
.layui-colla-icon {
position: absolute;
left: 15px;
top: 0;
font-size: 14px;
2021-09-26 22:09:33 +00:00
}
.layui-card-body,
.layui-card-header,
.layui-form-label,
.layui-form-mid,
.layui-input-block,
.layui-input-inline,
.layui-input-wrap,
.layui-panel,
.layui-textarea {
position: relative;
2021-09-26 22:09:33 +00:00
}
.layui-card {
margin-bottom: 15px;
border-radius: 2px;
background-color: #fff;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
2021-09-26 22:09:33 +00:00
}
.layui-form-select dl,
.layui-panel {
box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
2021-09-26 22:09:33 +00:00
}
.layui-card:last-child {
margin-bottom: 0;
2021-09-26 22:09:33 +00:00
}
.layui-card-header {
height: 42px;
line-height: 42px;
padding: 0 15px;
border-bottom: 1px solid #f6f6f6;
color: #333;
border-radius: 2px 2px 0 0;
font-size: 14px;
2021-09-26 22:09:33 +00:00
}
.layui-card-body {
padding: 10px 15px;
line-height: 24px;
2021-09-26 22:09:33 +00:00
}
.layui-card-body[pad15] {
padding: 15px;
2021-09-26 22:09:33 +00:00
}
.layui-card-body[pad20] {
padding: 20px;
2021-09-26 22:09:33 +00:00
}
.layui-card-body .layui-table {
margin: 5px 0;
2021-09-26 22:09:33 +00:00
}
.layui-card .layui-tab {
margin: 0;
2021-09-26 22:09:33 +00:00
}
.layui-panel {
border-width: 1px;
border-style: solid;
border-radius: 2px;
background-color: #fff;
color: #666;
2021-09-26 22:09:33 +00:00
}
.layui-bg-black,
.layui-bg-blue,
.layui-bg-cyan,
.layui-bg-green,
.layui-bg-orange,
.layui-bg-red {
color: #fff !important;
2021-09-26 22:09:33 +00:00
}
.layui-panel-window {
position: relative;
padding: 15px;
border-radius: 0;
border-top: 5px solid #eee;
background-color: #fff;
2021-09-26 22:09:33 +00:00
}
.layui-border,
.layui-border-black,
.layui-border-blue,
.layui-border-cyan,
.layui-border-green,
.layui-border-orange,
.layui-border-red {
border-width: 1px;
border-style: solid;
2021-09-26 22:09:33 +00:00
}
.layui-auxiliar-moving {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
background: 0 0;
z-index: 9999999999;
2021-09-26 22:09:33 +00:00
}
.layui-bg-red {
background-color: #ff5722 !important;
2021-09-26 22:09:33 +00:00
}
.layui-bg-orange {
background-color: #ffb800 !important;
2021-09-26 22:09:33 +00:00
}
.layui-bg-green {
background-color: #009688 !important;
2021-09-26 22:09:33 +00:00
}
.layui-bg-cyan {
background-color: #2f4056 !important;
2021-09-26 22:09:33 +00:00
}
.layui-bg-blue {
background-color: #1e9fff !important;
2021-09-26 22:09:33 +00:00
}
.layui-bg-black {
background-color: #393d49 !important;
2021-09-26 22:09:33 +00:00
}
.layui-bg-gray {
background-color: #fafafa !important;
color: #666 !important;
2021-09-26 22:09:33 +00:00
}
.layui-badge-rim,
.layui-border,
.layui-colla-content,
.layui-colla-item,
.layui-collapse,
.layui-elem-field,
.layui-form-pane .layui-form-item[pane],
.layui-form-pane .layui-form-label,
.layui-iconpicker,
.layui-iconpicker-main,
.layui-input,
.layui-input-split,
.layui-layedit,
.layui-layedit-tool,
.layui-panel,
.layui-quote-nm,
.layui-select,
.layui-tab-bar,
.layui-tab-card,
.layui-tab-title,
.layui-tab-title .layui-this:after,
.layui-textarea {
border-color: #eee;
2021-09-26 22:09:33 +00:00
}
.layui-border-red {
border-color: #ff5722 !important;
color: #ff5722 !important;
2021-09-26 22:09:33 +00:00
}
.layui-border-orange {
border-color: #ffb800 !important;
color: #ffb800 !important;
2021-09-26 22:09:33 +00:00
}
.layui-border-green {
border-color: #009688 !important;
color: #009688 !important;
2021-09-26 22:09:33 +00:00
}
.layui-border-cyan {
border-color: #2f4056 !important;
color: #2f4056 !important;
2021-09-26 22:09:33 +00:00
}
.layui-border-blue {
border-color: #1e9fff !important;
color: #1e9fff !important;
2021-09-26 22:09:33 +00:00
}
.layui-border-black {
border-color: #393d49 !important;
color: #393d49 !important;
2021-09-26 22:09:33 +00:00
}
.layui-timeline-item:before {
background-color: #eee;
2021-09-26 22:09:33 +00:00
}
.layui-text {
line-height: 1.6;
font-size: 14px;
color: #666;
2021-09-26 22:09:33 +00:00
}
.layui-text h1,
.layui-text h2,
.layui-text h3 {
font-weight: 500;
color: #333;
2021-09-26 22:09:33 +00:00
}
.layui-text h1 {
font-size: 30px;
2021-09-26 22:09:33 +00:00
}
.layui-text h2 {
font-size: 24px;
2021-09-26 22:09:33 +00:00
}
.layui-text h3 {
font-size: 18px;
2021-09-26 22:09:33 +00:00
}
.layui-text a:not(.layui-btn) {
color: #01aaed;
2021-09-26 22:09:33 +00:00
}
.layui-text a:not(.layui-btn):hover {
text-decoration: underline;
2021-09-26 22:09:33 +00:00
}
.layui-text ul {
padding: 5px 0 5px 15px;
2021-09-26 22:09:33 +00:00
}
.layui-text ul li {
margin-top: 5px;
list-style-type: disc;
2021-09-26 22:09:33 +00:00
}
.layui-text em,
.layui-word-aux {
color: #999 !important;
padding-left: 5px !important;
padding-right: 5px !important;
2021-09-26 22:09:33 +00:00
}
.layui-text p {
margin: 10px 0;
2021-09-26 22:09:33 +00:00
}
.layui-text p:first-child {
margin-top: 0;
2021-09-26 22:09:33 +00:00
}
.layui-font-12 {
font-size: 12px !important;
2021-09-26 22:09:33 +00:00
}
.layui-font-14 {
font-size: 14px !important;
2021-09-26 22:09:33 +00:00
}
.layui-font-16 {
font-size: 16px !important;
2021-09-26 22:09:33 +00:00
}
.layui-font-18 {
font-size: 18px !important;
2021-09-26 22:09:33 +00:00
}
.layui-font-20 {
font-size: 20px !important;
2021-09-26 22:09:33 +00:00
}
.layui-font-22 {
font-size: 22px !important;
2021-09-26 22:09:33 +00:00
}
.layui-font-24 {
font-size: 24px !important;
2021-09-26 22:09:33 +00:00
}
.layui-font-26 {
font-size: 26px !important;
2021-09-26 22:09:33 +00:00
}
.layui-font-28 {
font-size: 28px !important;
2021-09-26 22:09:33 +00:00
}
.layui-font-30 {
font-size: 30px !important;
2021-09-26 22:09:33 +00:00
}
.layui-font-red {
color: #ff5722 !important;
2021-09-26 22:09:33 +00:00
}
.layui-font-orange {
color: #ffb800 !important;
2021-09-26 22:09:33 +00:00
}
.layui-font-green {
color: #009688 !important;
2021-09-26 22:09:33 +00:00
}
.layui-font-cyan {
color: #2f4056 !important;
2021-09-26 22:09:33 +00:00
}
.layui-font-blue {
color: #01aaed !important;
2021-09-26 22:09:33 +00:00
}
.layui-font-black {
color: #000 !important;
2021-09-26 22:09:33 +00:00
}
.layui-font-gray {
color: #c2c2c2 !important;
2021-09-26 22:09:33 +00:00
}
.layui-btn {
height: 38px;
line-height: 38px;
border: 1px solid transparent;
padding: 0 18px;
background-color: #009688;
color: #fff;
white-space: nowrap;
text-align: center;
font-size: 14px;
border-radius: 2px;
cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-btn:hover {
opacity: 0.8;
filter: alpha(opacity=80);
color: #fff;
2021-09-26 22:09:33 +00:00
}
.layui-btn:active {
opacity: 1;
filter: alpha(opacity=100);
2021-09-26 22:09:33 +00:00
}
.layui-btn + .layui-btn {
margin-left: 10px;
2021-09-26 22:09:33 +00:00
}
.layui-btn-container {
font-size: 0;
2021-09-26 22:09:33 +00:00
}
.layui-btn-container .layui-btn {
margin-right: 10px;
margin-bottom: 10px;
2021-09-26 22:09:33 +00:00
}
.layui-btn-container .layui-btn + .layui-btn {
margin-left: 0;
2021-09-26 22:09:33 +00:00
}
.layui-table .layui-btn-container .layui-btn {
margin-bottom: 9px;
2021-09-26 22:09:33 +00:00
}
.layui-btn-radius {
border-radius: 100px;
2021-09-26 22:09:33 +00:00
}
.layui-btn .layui-icon {
padding: 0 2px;
vertical-align: middle\9;
vertical-align: bottom;
2021-09-26 22:09:33 +00:00
}
.layui-btn-primary {
border-color: #d2d2d2;
background: 0 0;
color: #666;
2021-09-26 22:09:33 +00:00
}
.layui-btn-primary:hover {
border-color: #009688;
color: #333;
2021-09-26 22:09:33 +00:00
}
.layui-btn-normal {
background-color: #1e9fff;
2021-09-26 22:09:33 +00:00
}
.layui-btn-warm {
background-color: #ffb800;
2021-09-26 22:09:33 +00:00
}
.layui-btn-danger {
background-color: #ff5722;
2021-09-26 22:09:33 +00:00
}
.layui-btn-checked {
background-color: #5fb878;
2021-09-26 22:09:33 +00:00
}
.layui-btn-disabled,
.layui-btn-disabled:active,
.layui-btn-disabled:hover {
border-color: #eee !important;
background-color: #fbfbfb !important;
color: #d2d2d2 !important;
cursor: not-allowed !important;
opacity: 1;
2021-09-26 22:09:33 +00:00
}
.layui-btn-lg {
height: 44px;
line-height: 44px;
padding: 0 25px;
font-size: 16px;
2021-09-26 22:09:33 +00:00
}
.layui-btn-sm {
height: 30px;
line-height: 30px;
padding: 0 10px;
font-size: 12px;
2021-09-26 22:09:33 +00:00
}
.layui-btn-xs {
height: 22px;
line-height: 22px;
padding: 0 5px;
font-size: 12px;
2021-09-26 22:09:33 +00:00
}
.layui-btn-xs i {
font-size: 12px !important;
2021-09-26 22:09:33 +00:00
}
.layui-btn-group {
vertical-align: middle;
font-size: 0;
2021-09-26 22:09:33 +00:00
}
.layui-btn-group .layui-btn {
margin-left: 0 !important;
margin-right: 0 !important;
border-left: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 0;
2021-09-26 22:09:33 +00:00
}
.layui-btn-group .layui-btn-primary {
border-left: none;
2021-09-26 22:09:33 +00:00
}
.layui-btn-group .layui-btn-primary:hover {
border-color: #d2d2d2;
color: #009688;
2021-09-26 22:09:33 +00:00
}
.layui-btn-group .layui-btn:first-child {
border-left: none;
border-radius: 2px 0 0 2px;
2021-09-26 22:09:33 +00:00
}
.layui-btn-group .layui-btn-primary:first-child {
border-left: 1px solid #d2d2d2;
2021-09-26 22:09:33 +00:00
}
.layui-btn-group .layui-btn:last-child {
border-radius: 0 2px 2px 0;
2021-09-26 22:09:33 +00:00
}
.layui-btn-group .layui-btn + .layui-btn {
margin-left: 0;
2021-09-26 22:09:33 +00:00
}
.layui-btn-group + .layui-btn-group {
margin-left: 10px;
2021-09-26 22:09:33 +00:00
}
.layui-btn-fluid {
width: 100%;
2021-09-26 22:09:33 +00:00
}
.layui-input-number[type='number'] {
2021-10-09 14:20:55 +00:00
-moz-appearance: textfield;
}
.layui-input-number::-webkit-outer-spin-button,
.layui-input-number::-webkit-inner-spin-button {
-webkit-appearance: none;
}
2021-09-26 22:09:33 +00:00
.layui-input,
.layui-select,
.layui-textarea {
height: 38px;
line-height: 1.3;
line-height: 38px\9;
border-width: 1px;
border-style: solid;
background-color: #fff;
color: rgba(0, 0, 0, 0.85);
border-radius: 2px;
2021-09-26 22:09:33 +00:00
}
.layui-input::-webkit-input-placeholder,
.layui-select::-webkit-input-placeholder,
.layui-textarea::-webkit-input-placeholder {
line-height: 1.3;
2021-09-26 22:09:33 +00:00
}
.layui-input,
.layui-textarea {
display: block;
width: 100%;
padding-left: 10px;
2021-09-26 22:09:33 +00:00
}
.layui-input:hover,
.layui-textarea:hover {
border-color: #eee !important;
2021-09-26 22:09:33 +00:00
}
.layui-input:focus,
.layui-textarea:focus {
border-color: #d2d2d2 !important;
2021-09-26 22:09:33 +00:00
}
.layui-textarea {
min-height: 100px;
height: auto;
line-height: 20px;
padding: 6px 10px;
resize: vertical;
2021-09-26 22:09:33 +00:00
}
.layui-select {
padding: 0 10px;
2021-09-26 22:09:33 +00:00
}
.layui-form input[type='checkbox'],
.layui-form input[type='radio'],
2021-09-26 22:09:33 +00:00
.layui-form select {
display: none;
2021-09-26 22:09:33 +00:00
}
.layui-form [lay-ignore] {
display: initial;
2021-09-26 22:09:33 +00:00
}
.layui-form-item {
margin-bottom: 15px;
clear: both;
*zoom: 1;
2021-09-26 22:09:33 +00:00
}
.layui-form-item:after {
content: '\20';
clear: both;
*zoom: 1;
display: block;
height: 0;
2021-09-26 22:09:33 +00:00
}
.layui-form-label {
float: left;
display: block;
padding: 9px 15px;
width: 80px;
font-weight: 400;
line-height: 20px;
text-align: right;
2021-09-26 22:09:33 +00:00
}
.layui-form-label-col {
display: block;
float: none;
padding: 9px 0;
line-height: 20px;
text-align: left;
2021-09-26 22:09:33 +00:00
}
.layui-form-item .layui-inline {
margin-bottom: 5px;
margin-right: 10px;
2021-09-26 22:09:33 +00:00
}
.layui-input-block {
margin-left: 110px;
min-height: 36px;
2021-09-26 22:09:33 +00:00
}
.layui-input-inline {
display: inline-block;
vertical-align: middle;
2021-09-26 22:09:33 +00:00
}
.layui-form-item .layui-input-inline {
float: left;
width: 190px;
margin-right: 10px;
2021-09-26 22:09:33 +00:00
}
.layui-form-text .layui-input-inline {
width: auto;
2021-09-26 22:09:33 +00:00
}
.layui-form-mid {
float: left;
display: block;
padding: 9px 0 !important;
line-height: 20px;
margin-right: 10px;
2021-09-26 22:09:33 +00:00
}
.layui-form-danger + .layui-form-select .layui-input,
2021-09-26 22:09:33 +00:00
.layui-form-danger:focus {
border-color: #ff5722 !important;
2021-09-26 22:09:33 +00:00
}
.layui-input-wrap {
height: 38px;
line-height: 38px;
2021-09-26 22:09:33 +00:00
}
.layui-input-wrap .layui-input {
padding-right: 35px;
cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-input-wrap .layui-input::-ms-clear,
.layui-input-wrap .layui-input::-ms-reveal {
display: none;
2021-09-26 22:09:33 +00:00
}
.layui-input-wrap-prefix .layui-input {
padding-left: 35px;
2021-09-26 22:09:33 +00:00
}
.layui-input-prefix,
.layui-input-split,
.layui-input-suffix {
position: absolute;
right: 0;
top: 0;
padding: 0 10px;
width: 35px;
height: 100%;
text-align: center;
transition: all 0.3s;
cursor: pointer;
pointer-events: none;
box-sizing: border-box;
2021-09-26 22:09:33 +00:00
}
.layui-input-prefix {
left: 0;
border-radius: 2px 0 0 2px;
2021-09-26 22:09:33 +00:00
}
.layui-input-suffix {
right: 0;
border-radius: 0 2px 2px 0;
2021-09-26 22:09:33 +00:00
}
.layui-input-wrap .layui-input:focus + .layui-input-split {
border-color: #d2d2d2;
2021-09-26 22:09:33 +00:00
}
.layui-input-prefix .layui-icon,
.layui-input-split .layui-icon,
.layui-input-suffix .layui-icon {
position: relative;
font-size: 16px;
color: rgba(0, 0, 0, 0.6);
transition: all 0.3s;
2021-09-26 22:09:33 +00:00
}
.layui-input-wrap .layui-input-prefix.layui-input-split {
border-width: 0 1px 0 0;
2021-09-26 22:09:33 +00:00
}
.layui-input-wrap-prefix .layui-form-select {
position: static;
2021-09-26 22:09:33 +00:00
}
.layui-input-affix-event .layui-icon {
color: rgba(0, 0, 0, 0.8);
2021-09-26 22:09:33 +00:00
}
.layui-input-affix-event .layui-icon-clear {
color: rgba(0, 0, 0, 0.3);
2021-09-26 22:09:33 +00:00
}
.layui-input-affix-event .layui-icon:hover {
color: rgba(0, 0, 0, 0.6);
2021-09-26 22:09:33 +00:00
}
.layui-input-split {
border-width: 1px;
border-style: solid;
2021-09-26 22:09:33 +00:00
}
.layui-input-affix-event {
pointer-events: auto;
2021-09-26 22:09:33 +00:00
}
.layui-input-group {
position: relative;
display: inline-table;
cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-input-group > * {
display: table-cell;
vertical-align: middle;
position: relative;
cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-input-group .layui-input {
padding-right: 15px;
2021-09-26 22:09:33 +00:00
}
.layui-input-group .layui-input-prefix {
width: auto;
border-right: 0;
2021-09-26 22:09:33 +00:00
}
.layui-input-group .layui-input-suffix {
width: auto;
border-left: 0;
2021-09-26 22:09:33 +00:00
}
.layui-form-select {
position: relative;
2021-09-26 22:09:33 +00:00
}
.layui-form-select .layui-input {
padding-right: 30px;
cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-form-select .layui-edge {
position: absolute;
right: 10px;
top: 50%;
margin-top: -3px;
cursor: pointer;
border-width: 6px;
border-top-color: #c2c2c2;
border-top-style: solid;
transition: all 0.3s;
-webkit-transition: all 0.3s;
2021-09-26 22:09:33 +00:00
}
.layui-form-select dl {
display: none;
position: absolute;
left: 0;
top: 42px;
padding: 5px 0;
z-index: 899;
min-width: 100%;
border: 1px solid #eee;
max-height: 300px;
overflow-y: auto;
background-color: #fff;
border-radius: 2px;
box-sizing: border-box;
2021-09-26 22:09:33 +00:00
}
.layui-form-select dl dd,
.layui-form-select dl dt {
padding: 0 10px;
line-height: 36px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
2021-09-26 22:09:33 +00:00
}
.layui-form-select dl dt {
font-size: 12px;
color: #999;
2021-09-26 22:09:33 +00:00
}
.layui-form-select dl dd {
cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-form-select dl dd:hover {
background-color: #f6f6f6;
-webkit-transition: 0.5s all;
transition: 0.5s all;
2021-09-26 22:09:33 +00:00
}
.layui-form-select .layui-select-group dd {
padding-left: 20px;
2021-09-26 22:09:33 +00:00
}
.layui-form-select dl dd.layui-select-tips {
padding-left: 10px !important;
color: #999;
2021-09-26 22:09:33 +00:00
}
.layui-form-select dl dd.layui-this {
background-color: #f6f6f6;
color: #5fb878;
font-weight: 700;
2021-09-26 22:09:33 +00:00
}
.layui-form-checkbox,
.layui-form-select dl dd.layui-disabled {
background-color: #fff;
2021-09-26 22:09:33 +00:00
}
.layui-form-selected dl {
display: block;
2021-09-26 22:09:33 +00:00
}
.layui-form-checkbox,
.layui-form-checkbox *,
.layui-form-switch {
display: inline-block;
vertical-align: middle;
2021-09-26 22:09:33 +00:00
}
.layui-form-selected .layui-edge {
margin-top: -9px;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
margin-top: -3px\9;
2021-09-26 22:09:33 +00:00
}
:root .layui-form-selected .layui-edge {
margin-top: -9px\0 / IE9;
2021-09-26 22:09:33 +00:00
}
.layui-form-selectup dl {
top: auto;
bottom: 42px;
2021-09-26 22:09:33 +00:00
}
.layui-select-none {
margin: 5px 0;
text-align: center;
color: #999;
2021-09-26 22:09:33 +00:00
}
.layui-select-disabled .layui-disabled {
border-color: #eee !important;
2021-09-26 22:09:33 +00:00
}
.layui-select-disabled .layui-edge {
border-top-color: #d2d2d2;
2021-09-26 22:09:33 +00:00
}
.layui-form-checkbox {
position: relative;
height: 30px;
line-height: 30px;
margin-right: 10px;
padding-right: 30px;
cursor: pointer;
font-size: 0;
-webkit-transition: 0.1s linear;
transition: 0.1s linear;
box-sizing: border-box;
2021-09-26 22:09:33 +00:00
}
.layui-form-checkbox span {
padding: 0 10px;
height: 100%;
font-size: 14px;
border-radius: 2px 0 0 2px;
background-color: #d2d2d2;
color: #fff;
overflow: hidden;
2021-09-26 22:09:33 +00:00
}
.layui-form-checkbox:hover span {
background-color: #c2c2c2;
2021-09-26 22:09:33 +00:00
}
.layui-form-checkbox i {
position: absolute;
right: 0;
top: 0;
width: 30px;
height: 28px;
border: 1px solid #d2d2d2;
border-left: none;
border-radius: 0 2px 2px 0;
color: #fff;
font-size: 20px;
text-align: center;
2021-09-26 22:09:33 +00:00
}
.layui-form-checkbox:hover i {
border-color: #c2c2c2;
color: #c2c2c2;
2021-09-26 22:09:33 +00:00
}
.layui-form-checked,
.layui-form-checked:hover {
border-color: #5fb878;
2021-09-26 22:09:33 +00:00
}
.layui-form-checked span,
.layui-form-checked:hover span {
background-color: #5fb878;
2021-09-26 22:09:33 +00:00
}
.layui-form-checked i,
.layui-form-checked:hover i {
color: #5fb878;
2021-09-26 22:09:33 +00:00
}
.layui-form-item .layui-form-checkbox {
margin-top: 4px;
2021-09-26 22:09:33 +00:00
}
.layui-form-checkbox[lay-skin='primary'] {
height: auto !important;
line-height: normal !important;
min-width: 18px;
min-height: 18px;
border: none !important;
margin-right: 0;
padding-left: 28px;
padding-right: 0;
background: 0 0;
2021-09-26 22:09:33 +00:00
}
.layui-form-checkbox[lay-skin='primary'] span {
padding-left: 0;
padding-right: 15px;
line-height: 18px;
background: 0 0;
color: #666;
2021-09-26 22:09:33 +00:00
}
.layui-form-checkbox[lay-skin='primary'] i {
right: auto;
left: 0;
width: 16px;
height: 16px;
line-height: 16px;
border: 1px solid #d2d2d2;
font-size: 12px;
border-radius: 2px;
background-color: #fff;
-webkit-transition: 0.1s linear;
transition: 0.1s linear;
2021-09-26 22:09:33 +00:00
}
.layui-form-checkbox[lay-skin='primary']:hover i {
border-color: #5fb878;
color: #fff;
2021-09-26 22:09:33 +00:00
}
.layui-form-checked[lay-skin='primary'] i {
border-color: #5fb878 !important;
background-color: #5fb878;
color: #fff;
2021-09-26 22:09:33 +00:00
}
.layui-checkbox-disabled[lay-skin='primary'] span {
background: 0 0 !important;
color: #c2c2c2 !important;
2021-09-26 22:09:33 +00:00
}
.layui-checkbox-disabled[lay-skin='primary']:hover i {
border-color: #d2d2d2;
2021-09-26 22:09:33 +00:00
}
.layui-form-item .layui-form-checkbox[lay-skin='primary'] {
margin-top: 10px;
2021-09-26 22:09:33 +00:00
}
.layui-form-switch {
position: relative;
height: 22px;
line-height: 22px;
min-width: 35px;
padding: 0 5px;
margin-top: 8px;
border: 1px solid #d2d2d2;
border-radius: 20px;
cursor: pointer;
background-color: #fff;
-webkit-transition: 0.1s linear;
transition: 0.1s linear;
2021-09-26 22:09:33 +00:00
}
.layui-form-switch i {
position: absolute;
left: 5px;
top: 3px;
width: 16px;
height: 16px;
border-radius: 20px;
background-color: #d2d2d2;
-webkit-transition: 0.1s linear;
transition: 0.1s linear;
2021-09-26 22:09:33 +00:00
}
.layui-form-switch em {
position: relative;
top: 0;
width: 25px;
margin-left: 21px;
padding: 0 !important;
text-align: center !important;
color: #999 !important;
font-style: normal !important;
font-size: 12px;
2021-09-26 22:09:33 +00:00
}
.layui-form-onswitch {
border-color: #5fb878;
background-color: #5fb878;
2021-09-26 22:09:33 +00:00
}
.layui-checkbox-disabled,
.layui-checkbox-disabled i {
border-color: #eee !important;
2021-09-26 22:09:33 +00:00
}
.layui-form-onswitch i {
left: 100%;
margin-left: -21px;
background-color: #fff;
2021-09-26 22:09:33 +00:00
}
.layui-form-onswitch em {
margin-left: 5px;
margin-right: 21px;
color: #fff !important;
2021-09-26 22:09:33 +00:00
}
.layui-checkbox-disabled span {
background-color: #eee !important;
2021-09-26 22:09:33 +00:00
}
.layui-checkbox-disabled em {
color: #d2d2d2 !important;
2021-09-26 22:09:33 +00:00
}
.layui-checkbox-disabled:hover i {
color: #fff !important;
2021-09-26 22:09:33 +00:00
}
[lay-radio] {
display: none;
2021-09-26 22:09:33 +00:00
}
.layui-form-radio,
.layui-form-radio * {
display: inline-block;
vertical-align: middle;
2021-09-26 22:09:33 +00:00
}
.layui-form-radio {
line-height: 28px;
margin: 6px 10px 0 0;
padding-right: 10px;
cursor: pointer;
font-size: 0;
2021-09-26 22:09:33 +00:00
}
.layui-form-radio * {
font-size: 14px;
2021-09-26 22:09:33 +00:00
}
.layui-form-radio > i {
margin-right: 8px;
font-size: 22px;
color: #c2c2c2;
2021-09-26 22:09:33 +00:00
}
.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed > i {
color: #5fb878;
2021-09-26 22:09:33 +00:00
}
.layui-radio-disabled > i {
color: #eee !important;
2021-09-26 22:09:33 +00:00
}
.layui-radio-disabled * {
color: #c2c2c2 !important;
2021-09-26 22:09:33 +00:00
}
.layui-form-pane .layui-form-label {
width: 110px;
padding: 8px 15px;
height: 38px;
line-height: 20px;
border-width: 1px;
border-style: solid;
border-radius: 2px 0 0 2px;
text-align: center;
background-color: #fafafa;
overflow: hidden;
box-sizing: border-box;
2021-09-26 22:09:33 +00:00
}
.layui-form-pane .layui-input-inline {
margin-left: -1px;
2021-09-26 22:09:33 +00:00
}
.layui-form-pane .layui-input-block {
margin-left: 110px;
left: -1px;
2021-09-26 22:09:33 +00:00
}
.layui-form-pane .layui-input {
border-radius: 0 2px 2px 0;
2021-09-26 22:09:33 +00:00
}
.layui-form-pane .layui-form-text .layui-form-label {
float: none;
width: 100%;
border-radius: 2px;
box-sizing: border-box;
text-align: left;
2021-09-26 22:09:33 +00:00
}
.layui-form-pane .layui-form-text .layui-input-inline {
display: block;
margin: 0;
top: -1px;
clear: both;
2021-09-26 22:09:33 +00:00
}
.layui-form-pane .layui-form-text .layui-input-block {
margin: 0;
left: 0;
top: -1px;
2021-09-26 22:09:33 +00:00
}
.layui-form-pane .layui-form-text .layui-textarea {
min-height: 100px;
border-radius: 0 0 2px 2px;
2021-09-26 22:09:33 +00:00
}
.layui-form-pane .layui-form-checkbox {
margin: 4px 0 4px 10px;
2021-09-26 22:09:33 +00:00
}
.layui-form-pane .layui-form-radio,
.layui-form-pane .layui-form-switch {
margin-top: 6px;
margin-left: 10px;
2021-09-26 22:09:33 +00:00
}
.layui-form-pane .layui-form-item[pane] {
position: relative;
border-width: 1px;
border-style: solid;
2021-09-26 22:09:33 +00:00
}
.layui-form-pane .layui-form-item[pane] .layui-form-label {
position: absolute;
left: 0;
top: 0;
height: 100%;
border-width: 0 1px 0 0;
2021-09-26 22:09:33 +00:00
}
.layui-form-pane .layui-form-item[pane] .layui-input-inline {
margin-left: 110px;
}
@media screen and (max-width: 450px) {
.layui-form-item .layui-form-label {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.layui-form-item .layui-inline {
display: block;
margin-right: 0;
margin-bottom: 20px;
clear: both;
}
.layui-form-item .layui-inline:after {
content: '\20';
clear: both;
display: block;
height: 0;
}
.layui-form-item .layui-input-inline {
display: block;
float: none;
left: -3px;
width: auto !important;
margin: 0 0 10px 112px;
}
.layui-form-item .layui-input-inline + .layui-form-mid {
margin-left: 110px;
top: -5px;
padding: 0;
}
.layui-form-item .layui-form-checkbox {
margin-right: 5px;
margin-bottom: 5px;
}
2021-09-26 22:09:33 +00:00
}
.layui-layedit {
border-width: 1px;
border-style: solid;
border-radius: 2px;
2021-09-26 22:09:33 +00:00
}
.layui-layedit-tool {
padding: 3px 5px;
border-bottom-width: 1px;
border-bottom-style: solid;
font-size: 0;
2021-09-26 22:09:33 +00:00
}
.layedit-tool-fixed {
position: fixed;
top: 0;
border-top: 1px solid #eee;
2021-09-26 22:09:33 +00:00
}
.layui-layedit-tool .layedit-tool-mid,
.layui-layedit-tool .layui-icon {
display: inline-block;
vertical-align: middle;
text-align: center;
font-size: 14px;
2021-09-26 22:09:33 +00:00
}
.layui-layedit-tool .layui-icon {
position: relative;
width: 32px;
height: 30px;
line-height: 30px;
margin: 3px 5px;
color: #777;
cursor: pointer;
border-radius: 2px;
2021-09-26 22:09:33 +00:00
}
.layui-layedit-tool .layui-icon:hover {
color: #393d49;
2021-09-26 22:09:33 +00:00
}
.layui-layedit-tool .layui-icon:active {
color: #000;
2021-09-26 22:09:33 +00:00
}
.layui-layedit-tool .layedit-tool-active {
background-color: #eee;
color: #000;
2021-09-26 22:09:33 +00:00
}
.layui-layedit-tool .layui-disabled,
.layui-layedit-tool .layui-disabled:hover {
color: #d2d2d2;
cursor: not-allowed;
2021-09-26 22:09:33 +00:00
}
.layui-layedit-tool .layedit-tool-mid {
width: 1px;
height: 18px;
margin: 0 10px;
background-color: #d2d2d2;
2021-09-26 22:09:33 +00:00
}
.layedit-tool-html {
width: 50px !important;
font-size: 30px !important;
2021-09-26 22:09:33 +00:00
}
.layedit-tool-b,
.layedit-tool-code,
.layedit-tool-help {
font-size: 16px !important;
2021-09-26 22:09:33 +00:00
}
.layedit-tool-d,
.layedit-tool-face,
.layedit-tool-image,
.layedit-tool-unlink {
font-size: 18px !important;
2021-09-26 22:09:33 +00:00
}
.layedit-tool-image input {
position: absolute;
font-size: 0;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.01;
filter: Alpha(opacity=1);
cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-layedit-iframe iframe {
display: block;
width: 100%;
2021-09-26 22:09:33 +00:00
}
#LAY_layedit_code {
overflow: hidden;
2021-09-26 22:09:33 +00:00
}
.layui-laypage {
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
margin: 10px 0;
font-size: 0;
2021-09-26 22:09:33 +00:00
}
.layui-laypage > a:first-child,
.layui-laypage > a:first-child em {
border-radius: 2px 0 0 2px;
2021-09-26 22:09:33 +00:00
}
.layui-laypage > a:last-child,
.layui-laypage > a:last-child em {
border-radius: 0 2px 2px 0;
2021-09-26 22:09:33 +00:00
}
.layui-laypage > :first-child {
margin-left: 0 !important;
2021-09-26 22:09:33 +00:00
}
.layui-laypage > :last-child {
margin-right: 0 !important;
2021-09-26 22:09:33 +00:00
}
.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
border: 1px solid #eee;
2021-09-26 22:09:33 +00:00
}
.layui-laypage a,
.layui-laypage span {
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
padding: 0 15px;
height: 28px;
line-height: 28px;
margin: 0 -1px 5px 0;
background-color: #fff;
color: #333;
font-size: 12px;
2021-09-26 22:09:33 +00:00
}
.layui-laypage a:hover {
color: #009688;
2021-09-26 22:09:33 +00:00
}
.layui-laypage em {
font-style: normal;
2021-09-26 22:09:33 +00:00
}
.layui-laypage .layui-laypage-spr {
color: #999;
font-weight: 700;
2021-09-26 22:09:33 +00:00
}
.layui-laypage a {
text-decoration: none;
2021-09-26 22:09:33 +00:00
}
.layui-laypage .layui-laypage-curr {
position: relative;
2021-09-26 22:09:33 +00:00
}
.layui-laypage .layui-laypage-curr em {
position: relative;
color: #fff;
2021-09-26 22:09:33 +00:00
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
position: absolute;
left: -1px;
top: -1px;
padding: 1px;
width: 100%;
height: 100%;
background-color: #009688;
2021-09-26 22:09:33 +00:00
}
.layui-laypage-em {
border-radius: 2px;
2021-09-26 22:09:33 +00:00
}
.layui-laypage-next em,
.layui-laypage-prev em {
font-family: Sim sun;
font-size: 16px;
2021-09-26 22:09:33 +00:00
}
.layui-laypage .layui-laypage-count,
.layui-laypage .layui-laypage-limits,
.layui-laypage .layui-laypage-refresh,
.layui-laypage .layui-laypage-skip {
margin-left: 10px;
margin-right: 10px;
padding: 0;
border: none;
2021-09-26 22:09:33 +00:00
}
.layui-laypage .layui-laypage-limits,
.layui-laypage .layui-laypage-refresh {
vertical-align: top;
2021-09-26 22:09:33 +00:00
}
.layui-laypage .layui-laypage-refresh i {
font-size: 18px;
cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-laypage select {
height: 22px;
padding: 3px;
border-radius: 2px;
cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-laypage .layui-laypage-skip {
height: 30px;
line-height: 30px;
color: #999;
2021-09-26 22:09:33 +00:00
}
.layui-laypage button,
.layui-laypage input {
height: 30px;
line-height: 30px;
border-radius: 2px;
vertical-align: top;
background-color: #fff;
box-sizing: border-box;
2021-09-26 22:09:33 +00:00
}
.layui-laypage input {
display: inline-block;
width: 40px;
margin: 0 10px;
padding: 0 3px;
text-align: center;
2021-09-26 22:09:33 +00:00
}
.layui-laypage input:focus,
.layui-laypage select:focus {
border-color: #009688 !important;
2021-09-26 22:09:33 +00:00
}
.layui-laypage button {
margin-left: 10px;
padding: 0 10px;
cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-table,
.layui-table-view {
margin: 10px 0;
2021-09-26 22:09:33 +00:00
}
.layui-flow-more {
margin: 10px 0;
text-align: center;
color: #999;
font-size: 14px;
2021-09-26 22:09:33 +00:00
}
.layui-flow-more a {
height: 32px;
line-height: 32px;
2021-09-26 22:09:33 +00:00
}
.layui-flow-more a * {
display: inline-block;
vertical-align: top;
2021-09-26 22:09:33 +00:00
}
.layui-flow-more a cite {
padding: 0 20px;
border-radius: 3px;
background-color: #eee;
color: #333;
font-style: normal;
2021-09-26 22:09:33 +00:00
}
.layui-flow-more a cite:hover {
opacity: 0.8;
2021-09-26 22:09:33 +00:00
}
.layui-flow-more a i {
font-size: 30px;
color: #737383;
2021-09-26 22:09:33 +00:00
}
.layui-table {
width: 100%;
background-color: #fff;
color: #666;
2021-09-26 22:09:33 +00:00
}
.layui-table tr {
transition: all 0.3s;
-webkit-transition: all 0.3s;
2021-09-26 22:09:33 +00:00
}
.layui-table th {
text-align: left;
font-weight: 400;
2021-09-26 22:09:33 +00:00
}
.layui-table tbody tr:hover,
.layui-table thead tr,
.layui-table-click,
.layui-table-header,
.layui-table-hover,
.layui-table-mend,
.layui-table-patch,
.layui-table-tool,
.layui-table-total,
.layui-table-total tr,
.layui-table[lay-even] tr:nth-child(even) {
background-color: #fafafa;
2021-09-26 22:09:33 +00:00
}
.layui-table td,
.layui-table th,
.layui-table-col-set,
.layui-table-fixed-r,
.layui-table-grid-down,
.layui-table-header,
.layui-table-page,
.layui-table-tips-main,
.layui-table-tool,
.layui-table-total,
.layui-table-view,
.layui-table[lay-skin='line'],
.layui-table[lay-skin='row'] {
border-width: 1px;
border-style: solid;
border-color: #eee;
2021-09-26 22:09:33 +00:00
}
.layui-table td,
.layui-table th {
position: relative;
padding: 9px 15px;
min-height: 20px;
line-height: 20px;
font-size: 14px;
2021-09-26 22:09:33 +00:00
}
.layui-table[lay-skin='line'] td,
.layui-table[lay-skin='line'] th {
border-width: 0 0 1px;
2021-09-26 22:09:33 +00:00
}
.layui-table[lay-skin='row'] td,
.layui-table[lay-skin='row'] th {
border-width: 0 1px 0 0;
2021-09-26 22:09:33 +00:00
}
.layui-table[lay-skin='nob'] td,
.layui-table[lay-skin='nob'] th {
border: none;
2021-09-26 22:09:33 +00:00
}
.layui-table img {
max-width: 100px;
2021-09-26 22:09:33 +00:00
}
.layui-table[lay-size='lg'] td,
.layui-table[lay-size='lg'] th {
padding: 15px 30px;
2021-09-26 22:09:33 +00:00
}
.layui-table-view .layui-table[lay-size='lg'] .layui-table-cell {
height: 40px;
line-height: 40px;
2021-09-26 22:09:33 +00:00
}
.layui-table[lay-size='sm'] td,
.layui-table[lay-size='sm'] th {
font-size: 12px;
padding: 5px 10px;
2021-09-26 22:09:33 +00:00
}
.layui-table-view .layui-table[lay-size='sm'] .layui-table-cell {
height: 20px;
line-height: 20px;
2021-09-26 22:09:33 +00:00
}
.layui-table[lay-data] {
display: none;
2021-09-26 22:09:33 +00:00
}
.layui-table-box {
position: relative;
overflow: hidden;
2021-09-26 22:09:33 +00:00
}
.layui-table-view .layui-table {
position: relative;
margin: 0;
border-collapse: separate;
2021-09-26 22:09:33 +00:00
}
.layui-table-view .layui-table[lay-skin='line'] {
border-width: 0 1px 0 0;
2021-09-26 22:09:33 +00:00
}
.layui-table-view .layui-table[lay-skin='row'] {
border-width: 0 0 1px;
2021-09-26 22:09:33 +00:00
}
.layui-table-view .layui-table td,
.layui-table-view .layui-table th {
border-top: none;
border-left: none;
2021-09-26 22:09:33 +00:00
}
.layui-table-view .layui-table td.layui-table-col-special,
2021-10-09 21:48:45 +00:00
.layui-table-view .layui-table th.layui-table-col-special {
padding: 5px 16px;
2021-10-09 21:48:45 +00:00
}
2021-09-26 22:09:33 +00:00
.layui-table-view .layui-table th.layui-unselect .layui-table-cell span {
cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-table-view .layui-table td {
cursor: default;
2021-09-26 22:09:33 +00:00
}
.layui-table-view .layui-table td[data-edit='text'] {
cursor: text;
2021-09-26 22:09:33 +00:00
}
.layui-table-view .layui-form-checkbox[lay-skin='primary'] i {
width: 18px;
height: 18px;
2021-09-26 22:09:33 +00:00
}
.layui-table-view .layui-form-radio {
line-height: 0;
padding: 0;
2021-09-26 22:09:33 +00:00
}
.layui-table-view .layui-form-radio > i {
margin: 0;
font-size: 20px;
2021-09-26 22:09:33 +00:00
}
.layui-table-init {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
text-align: center;
z-index: 110;
2021-09-26 22:09:33 +00:00
}
.layui-table-init .layui-icon {
position: absolute;
left: 50%;
top: 50%;
margin: -15px 0 0 -15px;
font-size: 30px;
color: #c2c2c2;
2021-09-26 22:09:33 +00:00
}
.layui-table-header {
border-width: 0 0 1px;
overflow: hidden;
2021-09-26 22:09:33 +00:00
}
.layui-table-header .layui-table {
margin-bottom: -1px;
2021-09-26 22:09:33 +00:00
}
.layui-table-tool .layui-inline[lay-event] {
position: relative;
width: 26px;
height: 26px;
padding: 5px;
line-height: 16px;
margin-right: 10px;
text-align: center;
color: #333;
border: 1px solid #ccc;
cursor: pointer;
-webkit-transition: 0.5s all;
transition: 0.5s all;
2021-09-26 22:09:33 +00:00
}
.layui-table-tool .layui-inline[lay-event]:hover {
border: 1px solid #999;
2021-09-26 22:09:33 +00:00
}
.layui-table-tool-temp {
padding-right: 120px;
2021-09-26 22:09:33 +00:00
}
.layui-table-tool-self {
position: absolute;
right: 17px;
top: 10px;
2021-09-26 22:09:33 +00:00
}
.layui-table-tool .layui-table-tool-self .layui-inline[lay-event] {
margin: 0 0 0 10px;
2021-09-26 22:09:33 +00:00
}
.layui-table-tool-panel {
position: absolute;
top: 29px;
left: -1px;
padding: 5px 0;
min-width: 150px;
min-height: 40px;
border: 1px solid #d2d2d2;
text-align: left;
overflow-y: auto;
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
2021-09-26 22:09:33 +00:00
}
.layui-table-cell,
.layui-table-tool-panel li {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
2021-09-26 22:09:33 +00:00
}
.layui-table-tool-panel li {
padding: 0 10px;
line-height: 30px;
-webkit-transition: 0.5s all;
transition: 0.5s all;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-list li,
.layui-keyboard-list li,
.layui-menu li,
.layui-menu-body-title a:hover,
.layui-menu-body-title > .layui-icon:hover,
2021-09-26 22:09:33 +00:00
.layui-nav .layui-nav-item a {
transition: all 0.3s;
2021-09-26 22:09:33 +00:00
}
.layui-table-tool-panel li .layui-form-checkbox[lay-skin='primary'] {
width: 100%;
padding-left: 28px;
2021-09-26 22:09:33 +00:00
}
.layui-table-tool-panel li:hover {
background-color: #f6f6f6;
2021-09-26 22:09:33 +00:00
}
.layui-table-tool-panel li .layui-form-checkbox[lay-skin='primary'] i {
position: absolute;
left: 0;
top: 0;
2021-09-26 22:09:33 +00:00
}
.layui-table-tool-panel li .layui-form-checkbox[lay-skin='primary'] span {
padding: 0;
2021-09-26 22:09:33 +00:00
}
.layui-table-tool .layui-table-tool-self .layui-table-tool-panel {
left: auto;
right: -1px;
2021-09-26 22:09:33 +00:00
}
.layui-table-col-set {
position: absolute;
right: 0;
top: 0;
width: 20px;
height: 100%;
border-width: 0 0 0 1px;
background-color: #fff;
2021-09-26 22:09:33 +00:00
}
.layui-table-sort {
width: 10px;
height: 20px;
margin-left: 5px;
cursor: pointer !important;
2021-09-26 22:09:33 +00:00
}
.layui-table-sort .layui-edge {
position: absolute;
left: 5px;
border-width: 5px;
2021-09-26 22:09:33 +00:00
}
.layui-table-sort .layui-table-sort-asc {
top: 3px;
border-top: none;
border-bottom-style: solid;
border-bottom-color: #b2b2b2;
2021-09-26 22:09:33 +00:00
}
.layui-table-sort .layui-table-sort-asc:hover {
border-bottom-color: #666;
2021-09-26 22:09:33 +00:00
}
.layui-table-sort .layui-table-sort-desc {
bottom: 5px;
border-bottom: none;
border-top-style: solid;
border-top-color: #b2b2b2;
2021-09-26 22:09:33 +00:00
}
.layui-table-sort .layui-table-sort-desc:hover {
border-top-color: #666;
2021-09-26 22:09:33 +00:00
}
.layui-table-sort[lay-sort='asc'] .layui-table-sort-asc {
border-bottom-color: #000;
2021-09-26 22:09:33 +00:00
}
.layui-table-sort[lay-sort='desc'] .layui-table-sort-desc {
border-top-color: #000;
2021-09-26 22:09:33 +00:00
}
.layui-table-cell {
height: 28px;
line-height: 28px;
padding: 0 15px;
position: relative;
box-sizing: border-box;
2021-09-26 22:09:33 +00:00
}
.layui-table-cell .layui-form-checkbox[lay-skin='primary'] {
top: -1px;
padding: 0;
2021-09-26 22:09:33 +00:00
}
.layui-table-cell .layui-table-link {
color: #01aaed;
2021-09-26 22:09:33 +00:00
}
.laytable-cell-checkbox,
.laytable-cell-numbers,
.laytable-cell-radio,
.laytable-cell-space {
padding: 0;
text-align: center;
-webkit-box-pack: center;
2021-09-26 22:09:33 +00:00
}
.layui-table-body {
position: relative;
overflow: auto;
margin-right: -1px;
margin-bottom: -1px;
2021-09-26 22:09:33 +00:00
}
.layui-table-body .layui-none {
line-height: 26px;
padding: 30px 15px;
text-align: center;
color: #999;
2021-09-26 22:09:33 +00:00
}
.layui-table-fixed {
position: absolute;
left: 0;
top: 0;
z-index: 101;
2021-09-26 22:09:33 +00:00
}
.layui-table-fixed .layui-table-body {
overflow: hidden;
2021-09-26 22:09:33 +00:00
}
.layui-table-fixed-l {
box-shadow: 1px 0 8px rgba(0, 0, 0, 0.08);
2021-09-26 22:09:33 +00:00
}
.layui-table-fixed-r {
left: auto;
right: -1px;
border-width: 0 0 0 1px;
box-shadow: -1px 0 8px rgba(0, 0, 0, 0.08);
2021-09-26 22:09:33 +00:00
}
.layui-table-fixed-r .layui-table-header {
position: relative;
overflow: visible;
2021-09-26 22:09:33 +00:00
}
.layui-table-mend {
position: absolute;
right: -49px;
top: 0;
height: 100%;
width: 50px;
2021-09-26 22:09:33 +00:00
}
.layui-table-tool {
position: relative;
z-index: 890;
width: 100%;
min-height: 50px;
line-height: 30px;
padding: 10px 15px;
border-width: 0 0 1px;
2021-09-26 22:09:33 +00:00
}
.layui-table-tool .layui-btn-container {
margin-bottom: -10px;
2021-09-26 22:09:33 +00:00
}
.layui-table-page,
.layui-table-total {
border-width: 1px 0 0;
margin-bottom: -1px;
overflow: hidden;
2021-09-26 22:09:33 +00:00
}
.layui-table-page {
position: relative;
width: 100%;
padding: 7px 7px 0;
height: 41px;
font-size: 12px;
white-space: nowrap;
2021-09-26 22:09:33 +00:00
}
.layui-table-page > div {
height: 26px;
2021-09-26 22:09:33 +00:00
}
.layui-table-page .layui-laypage {
margin: 0;
2021-09-26 22:09:33 +00:00
}
.layui-table-page .layui-laypage a,
.layui-table-page .layui-laypage span {
height: 26px;
line-height: 26px;
margin-bottom: 10px;
border: none;
background: 0 0;
2021-09-26 22:09:33 +00:00
}
.layui-table-page .layui-laypage a,
.layui-table-page .layui-laypage span.layui-laypage-curr {
padding: 0 12px;
2021-09-26 22:09:33 +00:00
}
.layui-table-page .layui-laypage span {
margin-left: 0;
padding: 0;
2021-09-26 22:09:33 +00:00
}
.layui-table-page .layui-laypage .layui-laypage-prev {
margin-left: -7px !important;
2021-09-26 22:09:33 +00:00
}
.layui-table-page .layui-laypage .layui-laypage-curr .layui-laypage-em {
left: 0;
top: 0;
padding: 0;
2021-09-26 22:09:33 +00:00
}
.layui-table-page .layui-laypage button,
.layui-table-page .layui-laypage input {
height: 26px;
line-height: 26px;
2021-09-26 22:09:33 +00:00
}
.layui-table-page .layui-laypage input {
width: 40px;
2021-09-26 22:09:33 +00:00
}
.layui-table-page .layui-laypage button {
padding: 0 10px;
2021-09-26 22:09:33 +00:00
}
.layui-table-page select {
height: 18px;
2021-09-26 22:09:33 +00:00
}
.layui-table-pagebar {
float: right;
line-height: 26px;
2021-09-26 22:09:33 +00:00
}
.layui-table-view select[lay-ignore] {
display: inline-block;
2021-09-26 22:09:33 +00:00
}
.layui-table-patch .layui-table-cell {
padding: 0;
width: 30px;
2021-09-26 22:09:33 +00:00
}
.layui-table-edit {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
padding: 0 14px 1px;
border-radius: 0;
box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.15);
2021-09-26 22:09:33 +00:00
}
.layui-table-edit:focus {
border-color: #5fb878 !important;
2021-09-26 22:09:33 +00:00
}
select.layui-table-edit {
padding: 0 0 0 10px;
border-color: #d2d2d2;
2021-09-26 22:09:33 +00:00
}
.layui-table-view .layui-form-checkbox,
.layui-table-view .layui-form-radio,
.layui-table-view .layui-form-switch {
top: 0;
margin: 0;
box-sizing: content-box;
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-alpha-slider,
.layui-colorpicker-side-slider,
.layui-menu,
.layui-menu *,
.layui-nav {
box-sizing: border-box;
2021-09-26 22:09:33 +00:00
}
.layui-table-view .layui-form-checkbox {
top: -1px;
height: 26px;
line-height: 26px;
2021-09-26 22:09:33 +00:00
}
.layui-table-view .layui-form-checkbox i {
height: 26px;
2021-09-26 22:09:33 +00:00
}
.layui-table-grid .layui-table-cell {
overflow: visible;
2021-09-26 22:09:33 +00:00
}
.layui-table-grid-down {
position: absolute;
top: 0;
right: 0;
width: 26px;
height: 100%;
padding: 5px 0;
border-width: 0 0 0 1px;
text-align: center;
background-color: #fff;
color: #999;
cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-table-grid-down .layui-icon {
position: absolute;
top: 50%;
left: 50%;
margin: -8px 0 0 -8px;
2021-09-26 22:09:33 +00:00
}
.layui-table-grid-down:hover {
background-color: #fbfbfb;
2021-09-26 22:09:33 +00:00
}
body .layui-table-tips .layui-layer-content {
background: 0 0;
padding: 0;
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
2021-09-26 22:09:33 +00:00
}
.layui-table-tips-main {
margin: -44px 0 0 -1px;
max-height: 150px;
padding: 8px 15px;
font-size: 14px;
overflow-y: scroll;
background-color: #fff;
color: #666;
2021-09-26 22:09:33 +00:00
}
.layui-table-tips-c {
position: absolute;
right: -3px;
top: -13px;
width: 20px;
height: 20px;
padding: 3px;
cursor: pointer;
background-color: #666;
border-radius: 50%;
color: #fff;
2021-09-26 22:09:33 +00:00
}
.layui-table-tips-c:hover {
background-color: #777;
2021-09-26 22:09:33 +00:00
}
.layui-table-tips-c:before {
position: relative;
right: -2px;
2021-09-26 22:09:33 +00:00
}
.layui-upload-file {
display: none !important;
opacity: 0.01;
filter: Alpha(opacity=1);
2021-09-26 22:09:33 +00:00
}
.layui-upload-drag,
.layui-upload-form,
.layui-upload-wrap {
display: inline-block;
2021-09-26 22:09:33 +00:00
}
.layui-upload-list {
margin: 10px 0;
2021-09-26 22:09:33 +00:00
}
.layui-upload-choose {
max-width: 200px;
padding: 0 10px;
color: #999;
font-size: 14px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
2021-09-26 22:09:33 +00:00
}
.layui-upload-drag {
position: relative;
padding: 30px;
border: 1px dashed #e2e2e2;
background-color: #fff;
text-align: center;
cursor: pointer;
color: #999;
2021-09-26 22:09:33 +00:00
}
.layui-upload-drag .layui-icon {
font-size: 50px;
color: #009688;
2021-09-26 22:09:33 +00:00
}
.layui-upload-drag[lay-over] {
border-color: #009688;
2021-09-26 22:09:33 +00:00
}
.layui-upload-iframe {
position: absolute;
width: 0;
height: 0;
border: 0;
visibility: hidden;
2021-09-26 22:09:33 +00:00
}
.layui-upload-wrap {
position: relative;
vertical-align: middle;
2021-09-26 22:09:33 +00:00
}
.layui-upload-wrap .layui-upload-file {
display: block !important;
position: absolute;
left: 0;
top: 0;
z-index: 10;
font-size: 100px;
width: 100%;
height: 100%;
opacity: 0.01;
filter: Alpha(opacity=1);
cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-btn-container .layui-upload-choose {
padding-left: 0;
2021-09-26 22:09:33 +00:00
}
.layui-menu {
position: relative;
background-color: #fff;
2021-09-26 22:09:33 +00:00
}
.layui-menu li,
.layui-menu-body-title a {
padding: 5px 15px;
2021-09-26 22:09:33 +00:00
}
.layui-menu li {
position: relative;
line-height: 26px;
color: rgba(0, 0, 0, 0.8);
font-size: 14px;
white-space: nowrap;
cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-menu li:hover {
background-color: #f6f6f6;
2021-09-26 22:09:33 +00:00
}
.layui-menu-item-parent:hover > .layui-menu-body-panel {
display: block;
animation-name: layui-fadein;
animation-duration: 0.3s;
animation-fill-mode: both;
animation-delay: 0.2s;
2021-09-26 22:09:33 +00:00
}
.layui-menu-item-group .layui-menu-body-title,
.layui-menu-item-parent .layui-menu-body-title {
padding-right: 25px;
2021-09-26 22:09:33 +00:00
}
.layui-menu .layui-menu-item-divider:hover,
.layui-menu .layui-menu-item-group:hover,
.layui-menu .layui-menu-item-none:hover {
background: 0 0;
cursor: default;
2021-09-26 22:09:33 +00:00
}
.layui-menu .layui-menu-item-group > ul {
margin: 5px 0 -5px;
2021-09-26 22:09:33 +00:00
}
.layui-menu .layui-menu-item-group > .layui-menu-body-title {
color: rgba(0, 0, 0, 0.35);
user-select: none;
2021-09-26 22:09:33 +00:00
}
.layui-menu .layui-menu-item-none {
color: rgba(0, 0, 0, 0.35);
cursor: default;
text-align: center;
2021-09-26 22:09:33 +00:00
}
.layui-menu .layui-menu-item-divider {
margin: 5px 0;
padding: 0;
height: 0;
line-height: 0;
border-bottom: 1px solid #eee;
overflow: hidden;
2021-09-26 22:09:33 +00:00
}
.layui-menu .layui-menu-item-down:hover,
.layui-menu .layui-menu-item-up:hover {
cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-menu .layui-menu-item-up > .layui-menu-body-title {
color: rgba(0, 0, 0, 0.8);
2021-09-26 22:09:33 +00:00
}
.layui-menu .layui-menu-item-up > ul {
visibility: hidden;
height: 0;
overflow: hidden;
2021-09-26 22:09:33 +00:00
}
.layui-menu .layui-menu-item-down:hover > .layui-menu-body-title > .layui-icon,
.layui-menu .layui-menu-item-up > .layui-menu-body-title:hover > .layui-icon {
color: rgba(0, 0, 0, 1);
2021-09-26 22:09:33 +00:00
}
.layui-menu .layui-menu-item-down > ul {
visibility: visible;
height: auto;
2021-09-26 22:09:33 +00:00
}
.layui-breadcrumb,
.layui-tree-btnGroup {
visibility: hidden;
2021-09-26 22:09:33 +00:00
}
.layui-menu .layui-menu-item-checked,
.layui-menu .layui-menu-item-checked2 {
background-color: #f6f6f6 !important;
border-radius: 2px;
color: #5fb878;
2021-09-26 22:09:33 +00:00
}
.layui-menu .layui-menu-item-checked a,
.layui-menu .layui-menu-item-checked2 a {
color: #5fb878;
2021-09-26 22:09:33 +00:00
}
.layui-menu .layui-menu-item-checked:after {
position: absolute;
right: 0;
top: 0;
bottom: 0;
border-right: 3px solid #5fb878;
content: '';
2021-09-26 22:09:33 +00:00
}
.layui-menu-body-title {
position: relative;
overflow: hidden;
text-overflow: ellipsis;
2021-09-26 22:09:33 +00:00
}
.layui-menu-body-title a {
display: block;
margin: -5px -15px;
color: rgba(0, 0, 0, 0.8);
2021-09-26 22:09:33 +00:00
}
.layui-menu-body-title > .layui-icon {
position: absolute;
right: 0;
top: 0;
font-size: 14px;
2021-09-26 22:09:33 +00:00
}
.layui-menu-body-title > .layui-icon-right {
right: -1px;
2021-09-26 22:09:33 +00:00
}
.layui-menu-body-panel {
display: none;
position: absolute;
top: -7px;
left: 100%;
z-index: 1000;
margin-left: 13px;
padding: 5px 0;
2021-09-26 22:09:33 +00:00
}
.layui-menu-body-panel:before {
content: '';
position: absolute;
width: 20px;
left: -16px;
top: 0;
bottom: 0;
2021-09-26 22:09:33 +00:00
}
.layui-menu-body-panel-left {
left: auto;
right: 100%;
margin: 0 13px;
2021-09-26 22:09:33 +00:00
}
.layui-menu-body-panel-left:before {
left: auto;
right: -16px;
2021-09-26 22:09:33 +00:00
}
.layui-menu-lg li {
line-height: 32px;
2021-09-26 22:09:33 +00:00
}
.layui-menu-lg .layui-menu-body-title a:hover,
.layui-menu-lg li:hover {
background: 0 0;
color: #5fb878;
2021-09-26 22:09:33 +00:00
}
.layui-menu-lg li .layui-menu-body-panel {
margin-left: 14px;
2021-09-26 22:09:33 +00:00
}
.layui-menu-lg li .layui-menu-body-panel-left {
margin: 0 15px;
2021-09-26 22:09:33 +00:00
}
.layui-dropdown {
position: relative;
display: inline-block;
2021-09-26 22:09:33 +00:00
}
2021-10-06 18:03:35 +00:00
.layui-dropdown dl {
display: none;
position: absolute;
left: 0;
top: 42px;
z-index: 899;
min-width: 100%;
border: 1px solid #eee;
max-height: 360px;
overflow-y: auto;
background-color: #fff;
border-radius: 2px;
box-sizing: border-box;
2021-09-26 22:09:33 +00:00
}
2021-10-06 18:03:35 +00:00
.layui-dropdown-up dl {
display: block;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker {
position: relative;
height: 38px;
line-height: 38px;
border-width: 1px;
border-style: solid;
border-radius: 2px;
cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker .layui-inline {
height: 36px;
line-height: 36px;
vertical-align: top;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-title {
padding-left: 5px;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-main {
padding: 0 10px;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-main .layui-icon {
font-size: 20px;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-main .layui-inline {
vertical-align: top;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-split .layui-iconpicker-main {
padding: 0 15px;
border-right-width: 1px;
border-right-style: solid;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-suffix {
position: relative;
width: 35px;
text-align: center;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-suffix .layui-icon {
font-size: 14px;
color: rgba(0, 0, 0, 0.5);
transition: all 0.3s;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-down .layui-iconpicker-suffix .layui-icon-down {
transform: rotate(180deg);
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-none {
color: rgba(0, 0, 0, 0.5);
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-search {
padding: 10px;
box-shadow: 0 2px 8px #f0f1f2;
border-bottom: 1px solid whitesmoke;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-list {
padding: 10px 10px 5px;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-list ul {
width: 262px;
margin-right: -6px;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-list li {
display: inline-block;
vertical-align: top;
width: 60px;
margin: 0 5px 5px 0;
padding: 5px;
border: 1px solid #eee;
border-radius: 2px;
cursor: pointer;
text-align: center;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-list li:hover {
background-color: #fafafa;
color: rgba(0, 0, 0, 0.5);
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-list li.layui-this {
border-color: #5fb878;
color: #5fb878;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-list li .layui-icon {
font-size: 20px;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-list li .layui-elip {
margin-top: 2px;
line-height: 20px;
font-size: 12px;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-list .layui-none {
margin: 30px 0 35px;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-scroll .layui-iconpicker-list {
max-height: 220px;
overflow: auto;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-page {
position: relative;
padding: 10px 10px 5px;
border-top: 1px solid #eee;
text-align: right;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-page .layui-laypage {
margin: 0;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-page .layui-laypage a,
.layui-iconpicker-page .layui-laypage span {
padding: 0 10px;
color: #666;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-page .layui-laypage-count {
position: absolute;
left: 10px;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-page .layui-laypage-curr .layui-laypage-em {
background: 0 0;
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-page .layui-laypage-curr em {
color: #666;
color: rgba(0, 0, 0, 0.6);
2021-09-26 22:09:33 +00:00
}
.layui-iconpicker-page .layui-laypage-first,
.layui-iconpicker-page .layui-laypage-last,
.layui-iconpicker-page .layui-laypage-spr {
display: none;
2021-09-26 22:09:33 +00:00
}
.layui-keyboard-header {
height: 40px;
line-height: 40px;
padding: 0 60px;
text-align: center;
background-color: #fff;
box-shadow: 0 2px 8px #f0f1f2;
border-bottom: 1px solid whitesmoke;
2021-09-26 22:09:33 +00:00
}
.layui-keyboard-list {
padding: 10px 10px 5px;
text-align: center;
2021-09-26 22:09:33 +00:00
}
.layui-keyboard-header button {
position: absolute;
right: 10px;
top: 10px;
height: 20px;
line-height: 20px;
border: none;
color: #009688;
2021-09-26 22:09:33 +00:00
}
.layui-keyboard-header button:first-child {
left: 10px;
right: auto;
color: #999;
2021-09-26 22:09:33 +00:00
}
.layui-keyboard-list ul {
margin-right: -5px;
2021-09-26 22:09:33 +00:00
}
.layui-keyboard-list li {
display: inline-block;
vertical-align: top;
margin: 0 5px 5px 0;
padding: 5px;
width: 30px;
height: 36px;
line-height: 26px;
border: 1px solid #eee;
border-radius: 2px;
cursor: pointer;
text-align: center;
background-color: #fff;
2021-09-26 22:09:33 +00:00
}
.layui-keyboard-list li:hover {
background-color: #fafafa;
color: rgba(0, 0, 0, 0.5);
2021-09-26 22:09:33 +00:00
}
.layui-keyboard-list li.layui-this {
border-color: #5fb878;
color: #5fb878;
2021-09-26 22:09:33 +00:00
}
.layui-nav {
position: relative;
padding: 0 20px;
background-color: #393d49;
color: #fff;
border-radius: 2px;
font-size: 0;
2021-09-26 22:09:33 +00:00
}
.layui-nav * {
font-size: 14px;
2021-09-26 22:09:33 +00:00
}
.layui-nav .layui-nav-item {
position: relative;
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
line-height: 60px;
2021-09-26 22:09:33 +00:00
}
.layui-nav .layui-nav-item a {
display: block;
padding: 0 20px;
color: #fff;
color: rgba(255, 255, 255, 0.7);
-webkit-transition: all 0.3s;
2021-09-26 22:09:33 +00:00
}
.layui-nav .layui-this:after,
.layui-nav-bar {
content: '';
position: absolute;
left: 0;
top: 0;
width: 0;
height: 5px;
background-color: #5fb878;
transition: all 0.2s;
-webkit-transition: all 0.2s;
pointer-events: none;
2021-09-26 22:09:33 +00:00
}
.layui-nav-bar {
z-index: 1000;
2021-09-26 22:09:33 +00:00
}
.layui-nav[lay-bar='disabled'] .layui-nav-bar {
display: none;
2021-09-26 22:09:33 +00:00
}
.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
color: #fff;
2021-09-26 22:09:33 +00:00
}
.layui-nav .layui-this:after {
top: auto;
bottom: 0;
width: 100%;
2021-09-26 22:09:33 +00:00
}
.layui-nav-img {
width: 30px;
height: 30px;
margin-right: 5px;
border-radius: 50%;
2021-09-26 22:09:33 +00:00
}
.layui-nav .layui-nav-more {
position: absolute;
top: 0;
right: 3px;
left: auto !important;
margin-top: 0;
font-size: 12.5px !important;
cursor: pointer;
transition: all 0.2s;
-webkit-transition: all 0.2s;
2021-09-26 22:09:33 +00:00
}
.layui-nav .layui-nav-mored,
.layui-nav-itemed > a .layui-nav-more {
transform: rotate(180deg);
2021-09-26 22:09:33 +00:00
}
.layui-nav-child {
display: none;
position: absolute;
left: 0;
top: 65px;
min-width: 100%;
line-height: 36px;
padding: 5px 0;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
border: 1px solid #eee;
background-color: #fff;
z-index: 100;
border-radius: 2px;
white-space: nowrap;
2021-09-26 22:09:33 +00:00
}
.layui-nav .layui-nav-child a {
color: #666;
color: rgba(0, 0, 0, 0.8);
2021-09-26 22:09:33 +00:00
}
.layui-nav .layui-nav-child a:hover {
background-color: #f6f6f6;
color: rgba(0, 0, 0, 0.8);
2021-09-26 22:09:33 +00:00
}
.layui-nav-child dd {
margin: 1px 0;
position: relative;
2021-09-26 22:09:33 +00:00
}
.layui-nav-child dd.layui-this {
background-color: #f6f6f6;
color: #000;
2021-09-26 22:09:33 +00:00
}
.layui-nav-child dd.layui-this:after {
display: none;
2021-09-26 22:09:33 +00:00
}
.layui-nav-child-r {
left: auto;
right: 0;
2021-09-26 22:09:33 +00:00
}
.layui-nav-child-c {
text-align: center;
2021-09-26 22:09:33 +00:00
}
.layui-nav-tree {
width: 200px;
padding: 0;
2021-09-26 22:09:33 +00:00
}
.layui-nav-tree .layui-nav-item {
display: block;
width: 100%;
line-height: 40px;
2021-09-26 22:09:33 +00:00
}
.layui-nav-tree .layui-nav-item a {
position: relative;
height: 46px;
line-height: 46px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
2021-09-26 22:09:33 +00:00
}
.layui-nav-tree .layui-nav-item > a {
padding-top: 5px;
padding-bottom: 5px;
2021-09-26 22:09:33 +00:00
}
.layui-nav-tree .layui-nav-more {
right: 15px;
2021-09-26 22:09:33 +00:00
}
.layui-nav-tree .layui-nav-item > a .layui-nav-more {
padding: 5px 0;
2021-09-26 22:09:33 +00:00
}
.layui-nav-tree .layui-nav-bar {
width: 5px;
height: 0;
background-color: #009688;
2021-09-26 22:09:33 +00:00
}
.layui-side .layui-nav-tree .layui-nav-bar {
width: 2px;
2021-09-26 22:09:33 +00:00
}
.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this > a,
.layui-nav-tree .layui-this > a:hover {
background-color: #009688;
color: #fff;
2021-09-26 22:09:33 +00:00
}
.layui-nav-tree .layui-this:after {
display: none;
2021-09-26 22:09:33 +00:00
}
.layui-nav-itemed > a,
2021-09-26 22:09:33 +00:00
.layui-nav-tree .layui-nav-title a,
.layui-nav-tree .layui-nav-title a:hover {
color: #fff !important;
2021-09-26 22:09:33 +00:00
}
.layui-nav-tree .layui-nav-child {
position: relative;
z-index: 0;
top: 0;
border: none;
box-shadow: none;
2021-09-26 22:09:33 +00:00
}
.layui-nav-tree .layui-nav-child dd {
margin: 0;
2021-09-26 22:09:33 +00:00
}
.layui-nav-tree .layui-nav-child a {
color: #fff;
color: rgba(255, 255, 255, 0.7);
2021-09-26 22:09:33 +00:00
}
.layui-nav-tree .layui-nav-child,
.layui-nav-tree .layui-nav-child a:hover {
background: 0 0;
color: #fff;
2021-09-26 22:09:33 +00:00
}
.layui-nav-itemed > .layui-nav-child {
display: block;
background-color: rgba(0, 0, 0, 0.3) !important;
2021-09-26 22:09:33 +00:00
}
.layui-nav-itemed > .layui-nav-child > .layui-this > .layui-nav-child {
display: block;
2021-09-26 22:09:33 +00:00
}
.layui-nav-tree.layui-bg-gray a,
.layui-nav.layui-bg-gray .layui-nav-item a {
color: #666 !important;
color: rgba(0, 0, 0, 0.8) !important;
2021-09-26 22:09:33 +00:00
}
.layui-nav-tree.layui-bg-gray .layui-nav-itemed > .layui-nav-child {
background: 0 0 !important;
2021-09-26 22:09:33 +00:00
}
.layui-nav-tree.layui-bg-gray .layui-nav-child dd.layui-this,
.layui-nav-tree.layui-bg-gray .layui-nav-child dd.layui-this a {
background: 0 0 !important;
color: #5fb878 !important;
font-weight: 700;
2021-09-26 22:09:33 +00:00
}
.layui-nav.layui-bg-gray .layui-nav-bar {
background-color: #5fb878;
2021-09-26 22:09:33 +00:00
}
.layui-nav-side {
position: fixed;
top: 0;
bottom: 0;
left: 0;
overflow-x: hidden;
z-index: 999;
2021-09-26 22:09:33 +00:00
}
.layui-breadcrumb {
font-size: 0;
2021-09-26 22:09:33 +00:00
}
.layui-breadcrumb > * {
font-size: 14px;
2021-09-26 22:09:33 +00:00
}
.layui-breadcrumb a {
color: #999;
}
2021-09-26 22:09:33 +00:00
.layui-breadcrumb a:hover {
color: #5fb878 !important;
2021-09-26 22:09:33 +00:00
}
.layui-breadcrumb a:nth-last-child(2) {
color: #666;
font-style: normal;
2021-09-26 22:09:33 +00:00
}
.layui-breadcrumb span:last-child {
display: none;
}
2021-09-26 22:09:33 +00:00
.layui-breadcrumb span[lay-separator] {
margin: 0 10px;
color: #ccc;
2021-09-26 22:09:33 +00:00
}
.layui-tab {
margin: 10px 0;
text-align: left !important;
2021-09-26 22:09:33 +00:00
}
.layui-tab[overflow] > .layui-tab-title {
overflow: hidden;
2021-09-26 22:09:33 +00:00
}
.layui-tab-title {
position: relative;
left: 0;
height: 40px;
white-space: nowrap;
font-size: 0;
border-bottom-width: 1px;
border-bottom-style: solid;
transition: all 0.2s;
-webkit-transition: all 0.2s;
2021-09-26 22:09:33 +00:00
}
.layui-tab-title li {
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle;
font-size: 14px;
transition: all 0.2s;
-webkit-transition: all 0.2s;
position: relative;
line-height: 40px;
min-width: 65px;
padding: 0 15px;
text-align: center;
cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-tab-title li a {
display: block;
padding: 0 15px;
margin: 0 -15px;
2021-09-26 22:09:33 +00:00
}
.layui-tab-title .layui-this {
color: #000;
2021-09-26 22:09:33 +00:00
}
.layui-tab-title .layui-this:after {
position: absolute;
left: 0;
top: 0;
content: '';
width: 100%;
height: 41px;
border-width: 1px;
border-style: solid;
border-bottom-color: #fff;
border-radius: 2px 2px 0 0;
box-sizing: border-box;
pointer-events: none;
2021-09-26 22:09:33 +00:00
}
.layui-tab-bar {
position: absolute;
right: 0;
top: 0;
z-index: 10;
width: 30px;
height: 39px;
line-height: 39px;
border-width: 1px;
border-style: solid;
border-radius: 2px;
text-align: center;
background-color: #fff;
cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-tab-bar .layui-icon {
position: relative;
display: inline-block;
top: 3px;
transition: all 0.3s;
-webkit-transition: all 0.3s;
2021-09-26 22:09:33 +00:00
}
.layui-tab-item {
display: none;
2021-09-26 22:09:33 +00:00
}
.layui-tab-more {
padding-right: 30px;
height: auto !important;
white-space: normal !important;
2021-09-26 22:09:33 +00:00
}
.layui-tab-more li.layui-this:after {
border-bottom-color: #eee;
border-radius: 2px;
2021-09-26 22:09:33 +00:00
}
.layui-tab-more .layui-tab-bar .layui-icon {
top: -2px;
top: 3px\9;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
2021-09-26 22:09:33 +00:00
}
:root .layui-tab-more .layui-tab-bar .layui-icon {
top: -2px\0 / IE9;
2021-09-26 22:09:33 +00:00
}
.layui-tab-content {
padding: 15px 0;
2021-09-26 22:09:33 +00:00
}
.layui-tab-title li .layui-tab-close {
position: relative;
display: inline-block;
width: 18px;
height: 18px;
line-height: 20px;
margin-left: 8px;
top: 1px;
text-align: center;
font-size: 14px;
color: #c2c2c2;
transition: all 0.2s;
-webkit-transition: all 0.2s;
2021-09-26 22:09:33 +00:00
}
.layui-tab-title li .layui-tab-close:hover {
border-radius: 2px;
background-color: #ff5722;
color: #fff;
2021-09-26 22:09:33 +00:00
}
.layui-tab-brief > .layui-tab-title .layui-this {
color: #009688;
2021-09-26 22:09:33 +00:00
}
.layui-tab-brief > .layui-tab-more li.layui-this:after,
.layui-tab-brief > .layui-tab-title .layui-this:after {
border: none;
border-radius: 0;
border-bottom: 2px solid #5fb878;
2021-09-26 22:09:33 +00:00
}
.layui-tab-brief[overflow] > .layui-tab-title .layui-this:after {
top: -1px;
2021-09-26 22:09:33 +00:00
}
.layui-tab-card {
border-width: 1px;
border-style: solid;
border-radius: 2px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
2021-09-26 22:09:33 +00:00
}
.layui-tab-card > .layui-tab-title {
background-color: #fafafa;
2021-09-26 22:09:33 +00:00
}
.layui-tab-card > .layui-tab-title li {
margin-right: -1px;
margin-left: -1px;
2021-09-26 22:09:33 +00:00
}
.layui-tab-card > .layui-tab-title .layui-this {
background-color: #fff;
2021-09-26 22:09:33 +00:00
}
.layui-tab-card > .layui-tab-title .layui-this:after {
border-top: none;
border-width: 1px;
border-bottom-color: #fff;
2021-09-26 22:09:33 +00:00
}
.layui-tab-card > .layui-tab-title .layui-tab-bar {
height: 40px;
line-height: 40px;
border-radius: 0;
border-top: none;
border-right: none;
2021-09-26 22:09:33 +00:00
}
.layui-tab-card > .layui-tab-more .layui-this {
background: 0 0;
color: #5fb878;
2021-09-26 22:09:33 +00:00
}
.layui-tab-card > .layui-tab-more .layui-this:after {
border: none;
2021-09-26 22:09:33 +00:00
}
.layui-timeline {
padding-left: 5px;
2021-09-26 22:09:33 +00:00
}
.layui-timeline-item {
position: relative;
padding-bottom: 20px;
2021-09-26 22:09:33 +00:00
}
.layui-timeline-axis {
position: absolute;
left: -5px;
top: 0;
z-index: 10;
width: 20px;
height: 20px;
line-height: 20px;
background-color: #fff;
color: #5fb878;
border-radius: 50%;
text-align: center;
cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-timeline-axis:hover {
color: #ff5722;
2021-09-26 22:09:33 +00:00
}
.layui-timeline-item:before {
content: '';
position: absolute;
left: 5px;
top: 0;
z-index: 0;
width: 1px;
height: 100%;
2021-09-26 22:09:33 +00:00
}
.layui-timeline-item:first-child:before {
display: block;
2021-09-26 22:09:33 +00:00
}
.layui-timeline-item:last-child:before {
display: none;
2021-09-26 22:09:33 +00:00
}
.layui-timeline-content {
padding-left: 25px;
2021-09-26 22:09:33 +00:00
}
.layui-timeline-title {
position: relative;
margin-bottom: 10px;
line-height: 22px;
2021-09-26 22:09:33 +00:00
}
.layui-badge,
.layui-badge-dot,
.layui-badge-rim {
position: relative;
display: inline-block;
padding: 0 6px;
font-size: 12px;
text-align: center;
background-color: #ff5722;
color: #fff;
border-radius: 2px;
2021-09-26 22:09:33 +00:00
}
.layui-badge {
height: 18px;
line-height: 18px;
2021-09-26 22:09:33 +00:00
}
.layui-badge-dot {
width: 8px;
height: 8px;
padding: 0;
border-radius: 50%;
2021-09-26 22:09:33 +00:00
}
.layui-badge-rim {
height: 18px;
line-height: 18px;
border-width: 1px;
border-style: solid;
background-color: #fff;
color: #666;
2021-09-26 22:09:33 +00:00
}
.layui-btn .layui-badge,
.layui-btn .layui-badge-dot {
margin-left: 5px;
2021-09-26 22:09:33 +00:00
}
.layui-nav .layui-badge,
.layui-nav .layui-badge-dot {
position: absolute;
top: 50%;
margin: -5px 6px 0;
2021-09-26 22:09:33 +00:00
}
.layui-nav .layui-badge {
margin-top: -10px;
2021-09-26 22:09:33 +00:00
}
.layui-tab-title .layui-badge,
.layui-tab-title .layui-badge-dot {
left: 5px;
top: -2px;
2021-09-26 22:09:33 +00:00
}
.layui-carousel {
position: relative;
left: 0;
top: 0;
background-color: #f8f8f8;
}
.layui-carousel > [carousel-item] {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.layui-carousel > [carousel-item]:before {
position: absolute;
content: '\e63d';
left: 50%;
top: 50%;
width: 100px;
line-height: 20px;
margin: -10px 0 0 -50px;
text-align: center;
color: #c2c2c2;
font-family: layui-icon !important;
font-size: 30px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.layui-carousel > [carousel-item] > * {
display: none;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #f8f8f8;
transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
}
.layui-carousel-updown > * {
-webkit-transition: 0.3s ease-in-out up;
transition: 0.3s ease-in-out up;
2021-09-26 22:09:33 +00:00
}
.layui-carousel-arrow {
display: none\9;
opacity: 0;
position: absolute;
left: 10px;
top: 50%;
margin-top: -18px;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
font-size: 20px;
border: 0;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.2);
color: #fff;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-carousel-arrow[lay-type='add'] {
left: auto !important;
right: 10px;
2021-09-26 22:09:33 +00:00
}
.layui-carousel:hover .layui-carousel-arrow[lay-type='add'],
.layui-carousel[lay-arrow='always'] .layui-carousel-arrow[lay-type='add'] {
right: 20px;
2021-09-26 22:09:33 +00:00
}
.layui-carousel[lay-arrow='always'] .layui-carousel-arrow {
opacity: 1;
left: 20px;
2021-09-26 22:09:33 +00:00
}
.layui-carousel[lay-arrow='none'] .layui-carousel-arrow {
display: none;
2021-09-26 22:09:33 +00:00
}
.layui-carousel-arrow:hover,
.layui-carousel-ind ul:hover {
background-color: rgba(0, 0, 0, 0.35);
2021-09-26 22:09:33 +00:00
}
.layui-carousel:hover .layui-carousel-arrow {
display: block\9;
opacity: 1;
left: 20px;
2021-09-26 22:09:33 +00:00
}
.layui-carousel-ind {
position: relative;
top: -35px;
width: 100%;
line-height: 0 !important;
text-align: center;
font-size: 0;
2021-09-26 22:09:33 +00:00
}
.layui-carousel[lay-indicator='outside'] {
margin-bottom: 30px;
2021-09-26 22:09:33 +00:00
}
.layui-carousel[lay-indicator='outside'] .layui-carousel-ind {
top: 10px;
2021-09-26 22:09:33 +00:00
}
.layui-carousel[lay-indicator='outside'] .layui-carousel-ind ul {
background-color: rgba(0, 0, 0, 0.5);
2021-09-26 22:09:33 +00:00
}
.layui-carousel[lay-indicator='none'] .layui-carousel-ind {
display: none;
2021-09-26 22:09:33 +00:00
}
.layui-carousel-ind ul {
display: inline-block;
padding: 5px;
background-color: rgba(0, 0, 0, 0.2);
border-radius: 10px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
2021-09-26 22:09:33 +00:00
}
.layui-carousel-ind li {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 3px;
font-size: 14px;
background-color: #eee;
background-color: rgba(255, 255, 255, 0.5);
border-radius: 50%;
cursor: pointer;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
2021-09-26 22:09:33 +00:00
}
.layui-carousel-ind li:hover {
background-color: rgba(255, 255, 255, 0.7);
2021-09-26 22:09:33 +00:00
}
.layui-carousel-ind li.layui-this {
background-color: #fff;
2021-09-26 22:09:33 +00:00
}
.layui-carousel > [carousel-item] > .layui-carousel-next,
.layui-carousel > [carousel-item] > .layui-carousel-prev,
.layui-carousel > [carousel-item] > .layui-this {
display: block;
2021-09-26 22:09:33 +00:00
}
.layui-carousel > [carousel-item] > .layui-this {
left: 0;
2021-09-26 22:09:33 +00:00
}
.layui-carousel > [carousel-item] > .layui-carousel-prev {
left: -100%;
2021-09-26 22:09:33 +00:00
}
.layui-carousel > [carousel-item] > .layui-carousel-next {
left: 100%;
2021-09-26 22:09:33 +00:00
}
.layui-carousel > [carousel-item] > .layui-carousel-next.layui-carousel-left,
.layui-carousel > [carousel-item] > .layui-carousel-prev.layui-carousel-right {
left: 0;
2021-09-26 22:09:33 +00:00
}
.layui-carousel > [carousel-item] > .layui-this.layui-carousel-left {
left: -100%;
2021-09-26 22:09:33 +00:00
}
.layui-carousel > [carousel-item] > .layui-this.layui-carousel-right {
left: 100%;
2021-09-26 22:09:33 +00:00
}
.layui-carousel[lay-anim='updown'] .layui-carousel-arrow {
left: 50% !important;
top: 20px;
margin: 0 0 0 -18px;
2021-09-26 22:09:33 +00:00
}
.layui-carousel[lay-anim='updown'] > [carousel-item] > *,
.layui-carousel[lay-anim='fade'] > [carousel-item] > * {
left: 0 !important;
2021-09-26 22:09:33 +00:00
}
.layui-carousel[lay-anim='updown'] .layui-carousel-arrow[lay-type='add'] {
top: auto !important;
bottom: 20px;
2021-09-26 22:09:33 +00:00
}
.layui-carousel[lay-anim='updown'] .layui-carousel-ind {
position: absolute;
top: 50%;
right: 20px;
width: auto;
height: auto;
2021-09-26 22:09:33 +00:00
}
.layui-carousel[lay-anim='updown'] .layui-carousel-ind ul {
padding: 3px 5px;
2021-09-26 22:09:33 +00:00
}
.layui-carousel[lay-anim='updown'] .layui-carousel-ind li {
display: block;
margin: 6px 0;
2021-09-26 22:09:33 +00:00
}
.layui-carousel[lay-anim='updown'] > [carousel-item] > .layui-this {
top: 0;
2021-09-26 22:09:33 +00:00
}
.layui-carousel[lay-anim='updown'] > [carousel-item] > .layui-carousel-prev {
top: -100%;
2021-09-26 22:09:33 +00:00
}
.layui-carousel[lay-anim='updown'] > [carousel-item] > .layui-carousel-next {
top: 100%;
2021-09-26 22:09:33 +00:00
}
.layui-carousel[lay-anim='updown']
> [carousel-item]
> .layui-carousel-next.layui-carousel-left,
.layui-carousel[lay-anim='updown']
> [carousel-item]
> .layui-carousel-prev.layui-carousel-right {
top: 0;
2021-09-26 22:09:33 +00:00
}
.layui-carousel[lay-anim='updown']
> [carousel-item]
> .layui-this.layui-carousel-left {
top: -100%;
2021-09-26 22:09:33 +00:00
}
.layui-carousel[lay-anim='updown']
> [carousel-item]
> .layui-this.layui-carousel-right {
top: 100%;
2021-09-26 22:09:33 +00:00
}
.layui-carousel[lay-anim='fade'] > [carousel-item] > .layui-carousel-next,
.layui-carousel[lay-anim='fade'] > [carousel-item] > .layui-carousel-prev {
opacity: 0;
2021-09-26 22:09:33 +00:00
}
.layui-carousel[lay-anim='fade']
> [carousel-item]
> .layui-carousel-next.layui-carousel-left,
.layui-carousel[lay-anim='fade']
> [carousel-item]
> .layui-carousel-prev.layui-carousel-right {
opacity: 1;
2021-09-26 22:09:33 +00:00
}
.layui-carousel[lay-anim='fade']
> [carousel-item]
> .layui-this.layui-carousel-left,
.layui-carousel[lay-anim='fade']
> [carousel-item]
> .layui-this.layui-carousel-right {
opacity: 0;
2021-09-26 22:09:33 +00:00
}
.layui-fixbar {
position: fixed;
right: 15px;
bottom: 15px;
z-index: 999999;
2021-09-26 22:09:33 +00:00
}
.layui-fixbar li {
width: 50px;
height: 50px;
line-height: 50px;
margin-bottom: 1px;
text-align: center;
cursor: pointer;
font-size: 30px;
background-color: #9f9f9f;
color: #fff;
border-radius: 2px;
opacity: 0.95;
2021-09-26 22:09:33 +00:00
}
.layui-fixbar li:hover {
opacity: 0.85;
2021-09-26 22:09:33 +00:00
}
.layui-fixbar li:active {
opacity: 1;
2021-09-26 22:09:33 +00:00
}
.layui-fixbar .layui-fixbar-top {
display: none;
font-size: 40px;
2021-09-26 22:09:33 +00:00
}
body .layui-util-face {
border: none;
background: 0 0;
2021-09-26 22:09:33 +00:00
}
body .layui-util-face .layui-layer-content {
padding: 0;
background-color: #fff;
color: #666;
box-shadow: none;
2021-09-26 22:09:33 +00:00
}
.layui-util-face .layui-layer-TipsG {
display: none;
2021-09-26 22:09:33 +00:00
}
.layui-transfer-active,
.layui-transfer-box {
display: inline-block;
vertical-align: middle;
2021-09-26 22:09:33 +00:00
}
.layui-util-face ul {
position: relative;
width: 372px;
padding: 10px;
border: 1px solid #d9d9d9;
background-color: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
2021-09-26 22:09:33 +00:00
}
.layui-util-face ul li {
cursor: pointer;
float: left;
border: 1px solid #e8e8e8;
height: 22px;
width: 26px;
overflow: hidden;
margin: -1px 0 0 -1px;
padding: 4px 2px;
text-align: center;
2021-09-26 22:09:33 +00:00
}
.layui-util-face ul li:hover {
position: relative;
z-index: 2;
border: 1px solid #eb7350;
background: #fff9ec;
2021-09-26 22:09:33 +00:00
}
.layui-code {
position: relative;
margin: 10px 0;
padding: 15px;
line-height: 20px;
border: 1px solid #eee;
border-left-width: 6px;
background-color: #fafafa;
color: #333;
font-family: Courier New;
font-size: 12px;
2021-09-26 22:09:33 +00:00
}
.layui-transfer-box,
.layui-transfer-header,
.layui-transfer-search {
border-width: 0;
border-style: solid;
border-color: #eee;
2021-09-26 22:09:33 +00:00
}
.layui-transfer-box {
position: relative;
border-width: 1px;
width: 200px;
height: 360px;
border-radius: 2px;
background-color: #fff;
2021-09-26 22:09:33 +00:00
}
.layui-transfer-box .layui-form-checkbox {
width: 100%;
margin: 0 !important;
2021-09-26 22:09:33 +00:00
}
.layui-transfer-header {
height: 38px;
line-height: 38px;
padding: 0 10px;
border-bottom-width: 1px;
2021-09-26 22:09:33 +00:00
}
.layui-transfer-search {
position: relative;
padding: 10px;
border-bottom-width: 1px;
2021-09-26 22:09:33 +00:00
}
.layui-transfer-search .layui-input {
height: 32px;
padding-left: 30px;
font-size: 12px;
2021-09-26 22:09:33 +00:00
}
.layui-transfer-search .layui-icon-search {
position: absolute;
left: 20px;
top: 50%;
margin-top: -8px;
color: #666;
2021-09-26 22:09:33 +00:00
}
.layui-transfer-active {
margin: 0 15px;
2021-09-26 22:09:33 +00:00
}
.layui-transfer-active .layui-btn {
display: block;
margin: 0;
padding: 0 15px;
background-color: #5fb878;
border-color: #5fb878;
color: #fff;
2021-09-26 22:09:33 +00:00
}
.layui-transfer-active .layui-btn-disabled {
background-color: #fbfbfb;
border-color: #eee;
color: #d2d2d2;
2021-09-26 22:09:33 +00:00
}
.layui-transfer-active .layui-btn:first-child {
margin-bottom: 15px;
2021-09-26 22:09:33 +00:00
}
.layui-transfer-active .layui-btn .layui-icon {
margin: 0;
font-size: 14px !important;
2021-09-26 22:09:33 +00:00
}
.layui-transfer-data {
padding: 5px 0;
overflow: auto;
2021-09-26 22:09:33 +00:00
}
.layui-transfer-data li {
height: 32px;
line-height: 32px;
padding: 0 10px;
2021-09-26 22:09:33 +00:00
}
.layui-transfer-data li:hover {
background-color: #f6f6f6;
transition: 0.5s all;
2021-09-26 22:09:33 +00:00
}
.layui-transfer-data .layui-none {
padding: 15px 10px;
text-align: center;
color: #999;
2021-09-26 22:09:33 +00:00
}
.layui-rate,
.layui-rate * {
display: inline-block;
vertical-align: middle;
2021-09-26 22:09:33 +00:00
}
.layui-rate {
padding: 10px 5px 10px 0;
font-size: 0;
2021-09-26 22:09:33 +00:00
}
.layui-rate li i.layui-icon {
font-size: 20px;
color: #ffb800;
margin-right: 5px;
transition: all 0.3s;
-webkit-transition: all 0.3s;
2021-09-26 22:09:33 +00:00
}
.layui-rate li i:hover {
cursor: pointer;
transform: scale(1.12);
-webkit-transform: scale(1.12);
2021-09-26 22:09:33 +00:00
}
.layui-rate[readonly] li i:hover {
cursor: default;
transform: scale(1);
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker {
width: 26px;
height: 26px;
border: 1px solid #eee;
padding: 5px;
border-radius: 2px;
line-height: 24px;
display: inline-block;
cursor: pointer;
transition: all 0.3s;
-webkit-transition: all 0.3s;
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker:hover {
border-color: #d2d2d2;
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker.layui-colorpicker-lg {
width: 34px;
height: 34px;
line-height: 32px;
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker.layui-colorpicker-sm {
width: 24px;
height: 24px;
line-height: 22px;
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker.layui-colorpicker-xs {
width: 22px;
height: 22px;
line-height: 20px;
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-trigger-bgcolor {
display: block;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
border-radius: 2px;
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-trigger-span {
display: block;
height: 100%;
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 2px;
text-align: center;
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-trigger-i {
display: inline-block;
color: #fff;
font-size: 12px;
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-trigger-i.layui-icon-close {
color: #999;
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-main {
position: absolute;
left: -999999px;
top: -999999px;
z-index: 66666666;
width: 280px;
margin: 5px 0;
padding: 7px;
background: #fff;
border: 1px solid #d2d2d2;
border-radius: 2px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-main-wrapper {
height: 180px;
position: relative;
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-basis {
width: 260px;
height: 100%;
position: relative;
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-basis-white {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-basis-black {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: linear-gradient(0deg, #000, transparent);
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-basis-cursor {
width: 10px;
height: 10px;
border: 1px solid #fff;
border-radius: 50%;
position: absolute;
top: -3px;
right: -3px;
cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-side {
position: absolute;
top: 0;
right: 0;
width: 12px;
height: 100%;
background: linear-gradient(red, #ff0, #0f0, #0ff, #00f, #f0f, red);
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-side-slider {
width: 100%;
height: 5px;
box-shadow: 0 0 1px #888;
background: #fff;
border-radius: 1px;
border: 1px solid #f0f0f0;
cursor: pointer;
position: absolute;
left: 0;
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-main-alpha {
display: none;
height: 12px;
margin-top: 7px;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-alpha-bgcolor {
height: 100%;
position: relative;
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-alpha-slider {
width: 5px;
height: 100%;
box-shadow: 0 0 1px #888;
background: #fff;
border-radius: 1px;
border: 1px solid #f0f0f0;
cursor: pointer;
position: absolute;
top: 0;
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-main-pre {
padding-top: 7px;
font-size: 0;
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-pre {
width: 20px;
height: 20px;
border-radius: 2px;
display: inline-block;
margin-left: 6px;
margin-bottom: 7px;
cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-pre:nth-child(11n + 1) {
margin-left: 0;
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-pre-isalpha {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-pre.layui-this {
box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.15);
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-pre > div {
height: 100%;
border-radius: 2px;
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-main-input {
text-align: right;
padding-top: 7px;
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-main-input .layui-btn-container .layui-btn {
margin: 0 0 0 10px;
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-main-input div.layui-inline {
float: left;
margin-right: 10px;
font-size: 14px;
2021-09-26 22:09:33 +00:00
}
.layui-colorpicker-main-input input.layui-input {
width: 150px;
height: 30px;
color: #666;
2021-09-26 22:09:33 +00:00
}
.layui-slider {
height: 4px;
background: #eee;
border-radius: 3px;
position: relative;
cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-slider-bar {
border-radius: 3px;
position: absolute;
height: 100%;
2021-09-26 22:09:33 +00:00
}
.layui-slider-step {
position: absolute;
top: 0;
width: 4px;
height: 4px;
border-radius: 50%;
background: #fff;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
2021-09-26 22:09:33 +00:00
}
.layui-slider-wrap {
width: 36px;
height: 36px;
position: absolute;
top: -16px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 10;
text-align: center;
2021-09-26 22:09:33 +00:00
}
.layui-slider-wrap-btn {
width: 12px;
height: 12px;
border-radius: 50%;
background: #fff;
display: inline-block;
vertical-align: middle;
cursor: pointer;
transition: 0.3s;
2021-09-26 22:09:33 +00:00
}
.layui-slider-wrap:after {
content: '';
height: 100%;
display: inline-block;
vertical-align: middle;
2021-09-26 22:09:33 +00:00
}
.layui-slider-wrap-btn.layui-slider-hover,
.layui-slider-wrap-btn:hover {
transform: scale(1.2);
2021-09-26 22:09:33 +00:00
}
.layui-slider-wrap-btn.layui-disabled:hover {
transform: scale(1) !important;
2021-09-26 22:09:33 +00:00
}
.layui-slider-tips {
position: absolute;
top: -42px;
z-index: 66666666;
white-space: nowrap;
display: none;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
color: #fff;
background: #000;
border-radius: 3px;
height: 25px;
line-height: 25px;
padding: 0 10px;
2021-09-26 22:09:33 +00:00
}
.layui-slider-tips:after {
content: '';
position: absolute;
bottom: -12px;
left: 50%;
margin-left: -6px;
width: 0;
height: 0;
border-width: 6px;
border-style: solid;
border-color: #000 transparent transparent;
2021-09-26 22:09:33 +00:00
}
.layui-slider-input {
width: 70px;
height: 32px;
border: 1px solid #eee;
border-radius: 3px;
font-size: 16px;
line-height: 32px;
position: absolute;
right: 0;
top: -14px;
2021-09-26 22:09:33 +00:00
}
.layui-slider-input-btn {
position: absolute;
top: 0;
right: 0;
width: 20px;
height: 100%;
border-left: 1px solid #eee;
2021-09-26 22:09:33 +00:00
}
.layui-slider-input-btn i {
cursor: pointer;
position: absolute;
right: 0;
bottom: 0;
width: 20px;
height: 50%;
font-size: 12px;
line-height: 16px;
text-align: center;
color: #999;
2021-09-26 22:09:33 +00:00
}
.layui-slider-input-btn i:first-child {
top: 0;
border-bottom: 1px solid #eee;
2021-09-26 22:09:33 +00:00
}
.layui-slider-input-txt {
height: 100%;
font-size: 14px;
2021-09-26 22:09:33 +00:00
}
.layui-slider-input-txt input {
height: 100%;
border: none;
2021-09-26 22:09:33 +00:00
}
.layui-slider-input-btn i:hover {
color: #009688;
2021-09-26 22:09:33 +00:00
}
.layui-slider-vertical {
width: 4px;
margin-left: 33px;
2021-09-26 22:09:33 +00:00
}
.layui-slider-vertical .layui-slider-bar {
width: 4px;
2021-09-26 22:09:33 +00:00
}
.layui-slider-vertical .layui-slider-step {
top: auto;
left: 0;
-webkit-transform: translateY(50%);
transform: translateY(50%);
2021-09-26 22:09:33 +00:00
}
.layui-slider-vertical .layui-slider-wrap {
top: auto;
left: -16px;
-webkit-transform: translateY(50%);
transform: translateY(50%);
2021-09-26 22:09:33 +00:00
}
.layui-slider-vertical .layui-slider-tips {
top: auto;
left: 2px;
2021-09-26 22:09:33 +00:00
}
@media \0screen {
.layui-slider-wrap-btn {
margin-left: -20px;
}
2021-09-26 22:09:33 +00:00
.layui-slider-vertical .layui-slider-wrap-btn {
margin-left: 0;
margin-bottom: -20px;
}
2021-09-26 22:09:33 +00:00
.layui-slider-vertical .layui-slider-tips {
margin-left: -8px;
}
2021-09-26 22:09:33 +00:00
.layui-slider > span {
margin-left: 8px;
}
2021-09-26 22:09:33 +00:00
}
.layui-tree {
line-height: 22px;
2021-09-26 22:09:33 +00:00
}
.layui-tree .layui-form-checkbox {
margin: 0 !important;
2021-09-26 22:09:33 +00:00
}
.layui-tree-set {
width: 100%;
position: relative;
2021-09-26 22:09:33 +00:00
}
.layui-tree-pack {
display: none;
padding-left: 20px;
position: relative;
2021-09-26 22:09:33 +00:00
}
.layui-tree-iconClick,
.layui-tree-main {
display: inline-block;
vertical-align: middle;
2021-09-26 22:09:33 +00:00
}
.layui-tree-line .layui-tree-pack {
padding-left: 27px;
2021-09-26 22:09:33 +00:00
}
.layui-tree-line .layui-tree-set .layui-tree-set:after {
content: '';
position: absolute;
top: 14px;
left: -9px;
width: 17px;
height: 0;
border-top: 1px dotted #c0c4cc;
2021-09-26 22:09:33 +00:00
}
.layui-tree-entry {
position: relative;
padding: 3px 0;
height: 20px;
white-space: nowrap;
2021-09-26 22:09:33 +00:00
}
.layui-tree-entry:hover {
background-color: #eee;
2021-09-26 22:09:33 +00:00
}
.layui-tree-line .layui-tree-entry:hover {
background-color: rgba(0, 0, 0, 0);
2021-09-26 22:09:33 +00:00
}
.layui-tree-line .layui-tree-entry:hover .layui-tree-txt {
color: #999;
text-decoration: underline;
transition: 0.3s;
2021-09-26 22:09:33 +00:00
}
.layui-tree-main {
cursor: pointer;
padding-right: 10px;
2021-09-26 22:09:33 +00:00
}
.layui-tree-line .layui-tree-set:before {
content: '';
position: absolute;
top: 0;
left: -9px;
width: 0;
height: 100%;
border-left: 1px dotted #c0c4cc;
2021-09-26 22:09:33 +00:00
}
.layui-tree-line .layui-tree-set.layui-tree-setLineShort:before {
height: 13px;
2021-09-26 22:09:33 +00:00
}
.layui-tree-line .layui-tree-set.layui-tree-setHide:before {
height: 0;
2021-09-26 22:09:33 +00:00
}
.layui-tree-iconClick {
position: relative;
height: 20px;
line-height: 20px;
margin: 0 10px;
color: #c0c4cc;
2021-09-26 22:09:33 +00:00
}
.layui-tree-icon {
height: 12px;
line-height: 12px;
width: 12px;
text-align: center;
border: 1px solid #c0c4cc;
2021-09-26 22:09:33 +00:00
}
.layui-tree-iconClick .layui-icon {
font-size: 18px;
2021-09-26 22:09:33 +00:00
}
.layui-tree-icon .layui-icon {
font-size: 12px;
color: #666;
2021-09-26 22:09:33 +00:00
}
.layui-tree-iconArrow {
padding: 0 5px;
2021-09-26 22:09:33 +00:00
}
.layui-tree-iconArrow:after {
content: '';
position: absolute;
left: 4px;
top: 3px;
z-index: 100;
width: 0;
height: 0;
border-width: 5px;
border-style: solid;
border-color: transparent transparent transparent #c0c4cc;
transition: 0.5s;
2021-09-26 22:09:33 +00:00
}
.layui-tree-btnGroup,
.layui-tree-editInput {
position: relative;
vertical-align: middle;
display: inline-block;
2021-09-26 22:09:33 +00:00
}
.layui-tree-spread
> .layui-tree-entry
> .layui-tree-iconClick
> .layui-tree-iconArrow:after {
transform: rotate(90deg) translate(3px, 4px);
2021-09-26 22:09:33 +00:00
}
.layui-tree-txt {
display: inline-block;
vertical-align: middle;
color: #555;
2021-09-26 22:09:33 +00:00
}
.layui-tree-search {
margin-bottom: 15px;
color: #666;
2021-09-26 22:09:33 +00:00
}
.layui-tree-btnGroup .layui-icon {
display: inline-block;
vertical-align: middle;
padding: 0 2px;
cursor: pointer;
2021-09-26 22:09:33 +00:00
}
.layui-tree-btnGroup .layui-icon:hover {
color: #999;
transition: 0.3s;
2021-09-26 22:09:33 +00:00
}
.layui-tree-entry:hover .layui-tree-btnGroup {
visibility: visible;
2021-09-26 22:09:33 +00:00
}
.layui-tree-editInput {
height: 20px;
line-height: 20px;
padding: 0 3px;
border: none;
background-color: rgba(0, 0, 0, 0.05);
2021-09-26 22:09:33 +00:00
}
.layui-tree-emptyText {
text-align: center;
color: #999;
2021-09-26 22:09:33 +00:00
}
2021-10-06 18:03:35 +00:00
.layui-avatar {
box-sizing: border-box;
margin: 0;
padding: 0;
color: #000000d9;
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5715;
list-style: none;
font-feature-settings: tnum;
position: relative;
display: inline-block;
overflow: hidden;
color: #fff;
white-space: nowrap;
text-align: center;
vertical-align: middle;
background: #ccc;
width: 32px;
height: 32px;
line-height: 32px;
border-radius: 4px;
2021-10-06 18:03:35 +00:00
}
.layui-avatar.layui-avatar-radius {
border-radius: 50%;
2021-10-06 18:03:35 +00:00
}
.layui-avatar.layui-avatar-sm {
height: 30px;
width: 30px;
2021-10-06 18:03:35 +00:00
}
.layui-avatar.layui-avatar-lg {
height: 36px;
width: 36px;
2021-10-06 18:03:35 +00:00
}
.layui-avatar.layui-avatar-xs {
height: 28px;
width: 28px;
2021-10-06 18:03:35 +00:00
}
.layui-empty {
margin: 0 8px;
font-size: 14px;
line-height: 22px;
text-align: center;
2021-10-06 18:03:35 +00:00
}
.layui-empty-image {
height: 100px;
margin-bottom: 8px;
2021-10-06 18:03:35 +00:00
}
.layui-empty-image img {
height: 100%;
margin: auto;
2021-10-06 18:03:35 +00:00
}
.layui-empty-description {
margin: 0;
2021-10-06 18:03:35 +00:00
}
2021-09-26 22:09:33 +00:00
.layui-anim {
-webkit-animation-duration: 0.3s;
-webkit-animation-fill-mode: both;
animation-duration: 0.3s;
animation-fill-mode: both;
2021-09-26 22:09:33 +00:00
}
.layui-anim.layui-icon {
display: inline-block;
2021-09-26 22:09:33 +00:00
}
.layui-anim-loop {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
2021-09-26 22:09:33 +00:00
}
.layui-trans,
.layui-trans a {
transition: all 0.2s;
-webkit-transition: all 0.2s;
2021-09-26 22:09:33 +00:00
}
@-webkit-keyframes layui-rotate {
from {
-webkit-transform: rotate(0);
}
2021-09-26 22:09:33 +00:00
to {
-webkit-transform: rotate(360deg);
}
2021-09-26 22:09:33 +00:00
}
@keyframes layui-rotate {
from {
transform: rotate(0);
}
2021-09-26 22:09:33 +00:00
to {
transform: rotate(360deg);
}
2021-09-26 22:09:33 +00:00
}
.layui-anim-rotate {
-webkit-animation-name: layui-rotate;
animation-name: layui-rotate;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
2021-09-26 22:09:33 +00:00
}
@-webkit-keyframes layui-up {
from {
-webkit-transform: translate3d(0, 100%, 0);
opacity: 0.3;
}
2021-09-26 22:09:33 +00:00
to {
-webkit-transform: translate3d(0, 0, 0);
opacity: 1;
}
2021-09-26 22:09:33 +00:00
}
@keyframes layui-up {
from {
transform: translate3d(0, 100%, 0);
opacity: 0.3;
}
2021-09-26 22:09:33 +00:00
to {
transform: translate3d(0, 0, 0);
opacity: 1;
}
2021-09-26 22:09:33 +00:00
}
.layui-anim-up {
-webkit-animation-name: layui-up;
animation-name: layui-up;
2021-09-26 22:09:33 +00:00
}
@-webkit-keyframes layui-upbit {
from {
-webkit-transform: translate3d(0, 15px, 0);
opacity: 0.3;
}
2021-09-26 22:09:33 +00:00
to {
-webkit-transform: translate3d(0, 0, 0);
opacity: 1;
}
2021-09-26 22:09:33 +00:00
}
@keyframes layui-upbit {
from {
transform: translate3d(0, 15px, 0);
opacity: 0.3;
}
2021-09-26 22:09:33 +00:00
to {
transform: translate3d(0, 0, 0);
opacity: 1;
}
2021-09-26 22:09:33 +00:00
}
.layui-anim-upbit {
-webkit-animation-name: layui-upbit;
animation-name: layui-upbit;
2021-09-26 22:09:33 +00:00
}
@keyframes layui-down {
0% {
opacity: 0.3;
transform: translate3d(0, -100%, 0);
}
2021-09-26 22:09:33 +00:00
100% {
opacity: 1;
transform: translate3d(0, 0, 0);
}
2021-09-26 22:09:33 +00:00
}
.layui-anim-down {
animation-name: layui-down;
2021-09-26 22:09:33 +00:00
}
@keyframes layui-downbit {
0% {
opacity: 0.3;
transform: translate3d(0, -5px, 0);
}
2021-09-26 22:09:33 +00:00
100% {
opacity: 1;
transform: translate3d(0, 0, 0);
}
2021-09-26 22:09:33 +00:00
}
.layui-anim-downbit {
animation-name: layui-downbit;
2021-09-26 22:09:33 +00:00
}
@-webkit-keyframes layui-scale {
0% {
opacity: 0.3;
-webkit-transform: scale(0.5);
}
2021-09-26 22:09:33 +00:00
100% {
opacity: 1;
-webkit-transform: scale(1);
}
2021-09-26 22:09:33 +00:00
}
@keyframes layui-scale {
0% {
opacity: 0.3;
-ms-transform: scale(0.5);
transform: scale(0.5);
}
2021-09-26 22:09:33 +00:00
100% {
opacity: 1;
-ms-transform: scale(1);
transform: scale(1);
}
2021-09-26 22:09:33 +00:00
}
.layui-anim-scale {
-webkit-animation-name: layui-scale;
animation-name: layui-scale;
2021-09-26 22:09:33 +00:00
}
@-webkit-keyframes layui-scale-spring {
0% {
opacity: 0.5;
-webkit-transform: scale(0.5);
}
2021-09-26 22:09:33 +00:00
80% {
opacity: 0.8;
-webkit-transform: scale(1.1);
}
2021-09-26 22:09:33 +00:00
100% {
opacity: 1;
-webkit-transform: scale(1);
}
2021-09-26 22:09:33 +00:00
}
@keyframes layui-scale-spring {
0% {
opacity: 0.5;
transform: scale(0.5);
}
2021-09-26 22:09:33 +00:00
80% {
opacity: 0.8;
transform: scale(1.1);
}
2021-09-26 22:09:33 +00:00
100% {
opacity: 1;
transform: scale(1);
}
2021-09-26 22:09:33 +00:00
}
.layui-anim-scaleSpring {
-webkit-animation-name: layui-scale-spring;
animation-name: layui-scale-spring;
2021-09-26 22:09:33 +00:00
}
@keyframes layui-scalesmall {
0% {
opacity: 0.3;
transform: scale(1.5);
}
2021-09-26 22:09:33 +00:00
100% {
opacity: 1;
transform: scale(1);
}
2021-09-26 22:09:33 +00:00
}
.layui-anim-scalesmall {
animation-name: layui-scalesmall;
2021-09-26 22:09:33 +00:00
}
@keyframes layui-scalesmall-spring {
0% {
opacity: 0.3;
transform: scale(1.5);
}
2021-09-26 22:09:33 +00:00
80% {
opacity: 0.8;
transform: scale(0.9);
}
2021-09-26 22:09:33 +00:00
100% {
opacity: 1;
transform: scale(1);
}
2021-09-26 22:09:33 +00:00
}
.layui-anim-scalesmall-spring {
animation-name: layui-scalesmall-spring;
2021-09-26 22:09:33 +00:00
}
@-webkit-keyframes layui-fadein {
0% {
opacity: 0;
}
2021-09-26 22:09:33 +00:00
100% {
opacity: 1;
}
2021-09-26 22:09:33 +00:00
}
@keyframes layui-fadein {
0% {
opacity: 0;
}
2021-09-26 22:09:33 +00:00
100% {
opacity: 1;
}
2021-09-26 22:09:33 +00:00
}
.layui-anim-fadein {
-webkit-animation-name: layui-fadein;
animation-name: layui-fadein;
2021-09-26 22:09:33 +00:00
}
@-webkit-keyframes layui-fadeout {
0% {
opacity: 1;
}
2021-09-26 22:09:33 +00:00
100% {
opacity: 0;
}
2021-09-26 22:09:33 +00:00
}
@keyframes layui-fadeout {
0% {
opacity: 1;
}
2021-09-26 22:09:33 +00:00
100% {
opacity: 0;
}
2021-09-26 22:09:33 +00:00
}
.layui-anim-fadeout {
-webkit-animation-name: layui-fadeout;
animation-name: layui-fadeout;
}