199 lines
4.5 KiB
CSS
199 lines
4.5 KiB
CSS
/*
|
|
Created on : 2019-2-13, 9:21:45
|
|
Author : Any
|
|
*/
|
|
.layui-form-item .layui-form-label.required:before,
|
|
label.required:before {
|
|
content: "*";
|
|
display: inline;
|
|
position: absolute;
|
|
left: -.75rem;
|
|
color: #ed5565;
|
|
font-weight: bolder;
|
|
top: 25%;
|
|
right: 5px;
|
|
}
|
|
.input-hide .tip-block {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0;
|
|
right: 0px;
|
|
bottom: 0;
|
|
background: #fff;
|
|
padding: .35rem .7rem;
|
|
border: 1px solid rgba(0, 0, 0, .15);
|
|
border-radius: .15rem;
|
|
color: #636c72;
|
|
}
|
|
.layui-upload-img-wrap {
|
|
position: relative;
|
|
width:100px;
|
|
height: 100px;
|
|
margin: 0 10px 10px 0;
|
|
border:1px solid #e6e6e6;
|
|
display: inline-block;
|
|
}
|
|
.layui-upload-img-wrap .layui-upload-img {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
margin: auto auto;
|
|
}
|
|
.layui-upload-img-wrap:hover .img-remove-btn {
|
|
display: block;
|
|
}
|
|
.layui-upload-img-wrap .img-remove-btn {
|
|
display: none;
|
|
position: absolute;
|
|
top:1px;
|
|
right:1px;
|
|
color: #ed5565;
|
|
cursor: pointer;
|
|
font-size: 22px;
|
|
}
|
|
.layui-upload-img-wrap:hover .img-move-btn {
|
|
display: block;
|
|
}
|
|
.layui-upload-img-wrap .img-move-btn {
|
|
display: none;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
font-size: 22px;
|
|
background-color: rgba(22,22,22,0.3);
|
|
width:26px;
|
|
height: 26px;
|
|
border-radius: 30px;
|
|
text-align: center;
|
|
line-height: 26px;
|
|
}
|
|
.layui-upload-list .layui-upload-img-wrap:first-of-type .img-move-left-btn {
|
|
display: none;
|
|
}
|
|
.layui-upload-img-wrap .img-move-left-btn {
|
|
position: absolute;
|
|
left:1px;
|
|
bottom: 1px;
|
|
}
|
|
.layui-upload-list .layui-upload-img-wrap:last-of-type .img-move-right-btn {
|
|
display: none;
|
|
}
|
|
.layui-upload-img-wrap .img-move-right-btn {
|
|
position: absolute;
|
|
right:1px;
|
|
bottom: 1px;
|
|
}
|
|
.layui-upload-img-wrap .img-move-btn:hover {
|
|
background-color: #009688;
|
|
}
|
|
|
|
.layui-upload-img-wrap .img-remove-btn .layui-icon {
|
|
font-size: 22px;
|
|
}
|
|
.itbt-upload-group .itbt-upload-group-input,
|
|
.itbt-upload-group .itbt-upload-group-btn {
|
|
margin-right: 0;
|
|
}
|
|
.layui-laypage .layui-laypage-item,
|
|
.layui-laypage .layui-laypage-next,
|
|
.layui-laypage .layui-laypage-prev,
|
|
.layui-laypage .layui-laypage-last,
|
|
.layui-laypage .layui-laypage-first {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
padding: 0 6px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
margin: 0 -1px 5px 0;
|
|
background-color: #fff;
|
|
color: #333;
|
|
font-size: 12px;
|
|
border: 1px solid #e2e2e2;
|
|
}
|
|
.layui-laypage .layui-laypage-first {
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
.layui-laypage .layui-laypage-last {
|
|
border-radius: 0 2px 2px 0;
|
|
}
|
|
.layui-text-center .layui-pagination {
|
|
-webkit-box-pack: center !important;
|
|
-webkit-justify-content: center !important;
|
|
-ms-flex-pack: center !important;
|
|
justify-content: center !important;
|
|
}
|
|
.layui-pagination {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
padding-left: 0;
|
|
list-style: none;
|
|
border-radius: .25rem;
|
|
}
|
|
.layui-laypage .layui-laypage-item.active,
|
|
.layui-laypage .layui-laypage-item.active a{
|
|
background-color: #009688;
|
|
color:#fff;
|
|
}
|
|
.layui-float-left {
|
|
float: left;
|
|
}
|
|
.layui-float-right {
|
|
float: right;
|
|
}
|
|
.layui-mb-15 {
|
|
margin-bottom: 15px;
|
|
}
|
|
.layui-mt-15 {
|
|
margin-top: 15px;
|
|
}
|
|
.layui-ml-15 {
|
|
margin-left: 15px;
|
|
}
|
|
.layui-mr-15 {
|
|
margin-right: 15px;
|
|
}
|
|
.layui-pb-15 {
|
|
padding-bottom: 15px;
|
|
}
|
|
.layui-pt-15 {
|
|
padding-top: 15px;
|
|
}
|
|
.layui-pl-15 {
|
|
padding-left: 15px;
|
|
}
|
|
.layui-pr-15 {
|
|
padding-right: 15px;
|
|
}
|
|
.layui-text-center {
|
|
text-align: center;
|
|
}
|
|
.form-control {
|
|
display: block;
|
|
width: 100%;
|
|
padding: .5rem .75rem;
|
|
font-size: 1rem;
|
|
line-height: 1.25;
|
|
color: #464a4c;
|
|
background-color: #fff;
|
|
background-image: none;
|
|
-webkit-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
border: 1px solid rgba(0,0,0,.15);
|
|
border-radius: .25rem;
|
|
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
|
|
transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
|
|
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
|
|
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
|
|
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
|
|
border-radius: 2px;
|
|
padding: .35rem .7rem;
|
|
font-size: 14px;
|
|
box-sizing: border-box;
|
|
}
|
|
.pick-link-panel {
|
|
padding:15px;
|
|
}
|
|
.pick-link-panel label {
|
|
line-height: 2em;
|
|
text-align: center;
|
|
} |