|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
.layui-layout-admin .layui-layout-left,
|
|
|
|
.layui-layout-admin .layui-body,
|
|
|
|
.layui-layout-admin .layui-footer{left: 0;}
|
|
|
|
.layui-layout-admin .layui-side{left: -300px;}
|
|
|
|
}
|
|
|
|
body{
|
|
|
|
background: #F0F2F5;
|
|
|
|
font: 14px PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei !important;
|
|
|
|
}
|
|
|
|
.admin-container-outer .admin-layui-header{
|
|
|
|
background-color: #1890FF !important;
|
|
|
|
}
|
|
|
|
.admin_logout_img{
|
|
|
|
width: 20px !important;
|
|
|
|
border-radius:unset !important;
|
|
|
|
height: auto !important;
|
|
|
|
}
|
|
|
|
.admin-container-outer .admin-layui-nav-tree{
|
|
|
|
background-color:#FFFFFF !important;
|
|
|
|
color: #000000 !important;
|
|
|
|
}
|
|
|
|
.admin-menu-list .layui-this a,.layui-nav-tree .layui-nav-child dd.layui-this{
|
|
|
|
background-color:rgba(24, 144, 255, 0.13) !important;
|
|
|
|
color: rgba(24, 144, 255, 1) !important;
|
|
|
|
}
|
|
|
|
.admin-layui-nav-item-a-child{
|
|
|
|
background-color: #FFFFFF !important;
|
|
|
|
}
|
|
|
|
.admin-menu-list .layui-nav-itemed>.layui-nav-child{
|
|
|
|
background-color: #FFFFFF !important;
|
|
|
|
}
|
|
|
|
.admin-menu-list .layui-icon-down:before{
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
.admin-menu-list .layui-nav-bar{
|
|
|
|
left:196px !important;
|
|
|
|
background-color: rgba(24, 144, 255, 1) !important;
|
|
|
|
border-radius: 4px !important;
|
|
|
|
width: 4px !important;
|
|
|
|
height: 29px !important;
|
|
|
|
margin-top: 5.5px !important;
|
|
|
|
top:55px;
|
|
|
|
}
|
|
|
|
.admin-layui-nav-item-a-child-img{
|
|
|
|
width: 16px;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
.admin-select{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.admin-menu-list .layui-this .admin-select{
|
|
|
|
display: inline-block !important;
|
|
|
|
}
|
|
|
|
.admin-menu-list .layui-this .admin-no-select{
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
.layui-nav-tree .layui-nav-child dd.layui-this::after{
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 8;
|
|
|
|
left:196px !important;
|
|
|
|
background-color: rgba(24, 144, 255, 1) !important;
|
|
|
|
border-radius: 4px !important;
|
|
|
|
width: 4px !important;
|
|
|
|
height: 29px !important;
|
|
|
|
margin-top: 5.5px !important;
|
|
|
|
top: 0px;
|
|
|
|
}
|
|
|
|
.admin_menu_line{
|
|
|
|
height: 1px;
|
|
|
|
width: 62px;
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
.admin_menu_line img{
|
|
|
|
width: 100%;
|
|
|
|
height: 1px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
.admin-layui-nav-child{
|
|
|
|
color:red !important;
|
|
|
|
}
|
|
|
|
.admin-layui-nav-item-a-child{
|
|
|
|
font-family: PingFangSC-Medium;
|
|
|
|
color: rgba(99, 108, 120, 1) !important;
|
|
|
|
}
|
|
|
|
.admin-layui-nav-item-title-a > span{
|
|
|
|
font-family: PingFangSC-Medium;
|
|
|
|
color: rgba(0, 0, 0, 1) !important;
|
|
|
|
}
|
|
|
|
*{
|
|
|
|
-webkit-tap-highlight-color:unset !important;
|
|
|
|
}
|
|
|
|
.admin-index-top-item{
|
|
|
|
width: 100%;
|
|
|
|
height: 373px;
|
|
|
|
background: #FFFFFF;
|
|
|
|
box-shadow: 0px 2px 8px 0px rgba(217,221,229,0.5000);
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
.admin-layui-body{
|
|
|
|
padding:12px;
|
|
|
|
}
|
|
|
|
.admin-index-bottom-item{
|
|
|
|
width: 100%;
|
|
|
|
height: 260px;
|
|
|
|
background: #FFFFFF;
|
|
|
|
box-shadow: 0px 2px 8px 0px rgba(217,221,229,0.5000);
|
|
|
|
border-radius: 3px;
|
|
|
|
padding-bottom: 22px;
|
|
|
|
}
|
|
|
|
.bottom-layui-row{
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
.admin-index-top-item-title{
|
|
|
|
width: 100%;
|
|
|
|
height: 46px;
|
|
|
|
line-height: 46px;
|
|
|
|
padding-left: 18px;
|
|
|
|
color: rgba(0, 0, 0, 0.65);
|
|
|
|
font-size: 16px;
|
|
|
|
font-family: PingFangSC-Regular;
|
|
|
|
text-align: left;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
.admin-index-top-item-title-line{
|
|
|
|
width: 100%;
|
|
|
|
height: 1px;
|
|
|
|
background-color: rgba(232, 232, 232, 1);
|
|
|
|
}
|
|
|
|
.admin-index-top-item-list-title{
|
|
|
|
width: 56px;
|
|
|
|
height: 22px;
|
|
|
|
color: rgba(0, 0, 0, 0.85);
|
|
|
|
font-size: 14px;
|
|
|
|
font-family: PingFangSC-Medium;
|
|
|
|
text-align: left;
|
|
|
|
white-space: nowrap;
|
|
|
|
line-height: 22px;
|
|
|
|
margin: 18px 0 0 18px;
|
|
|
|
}
|
|
|
|
.admin-dashed-line{
|
|
|
|
width: 100%;
|
|
|
|
height: 1px;
|
|
|
|
}
|
|
|
|
.admin-index-top-item-list-item-child{
|
|
|
|
line-height: 1px;
|
|
|
|
padding-left: 18px;
|
|
|
|
}
|
|
|
|
.fl{
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.fr{
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.clear{
|
|
|
|
clear: both;
|
|
|
|
width: 0px;
|
|
|
|
height: 0px;
|
|
|
|
}
|
|
|
|
.admin-index-top-item-list-item-child div:first-child{
|
|
|
|
width: 70px;
|
|
|
|
height: 22px;
|
|
|
|
color: rgba(99, 108, 120, 1);
|
|
|
|
font-size: 14px;
|
|
|
|
font-family: PingFangSC-Regular;
|
|
|
|
text-align: left;
|
|
|
|
white-space: nowrap;
|
|
|
|
line-height: 25px;
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
.admin-index-top-item-list-item-child div:nth-child(2){
|
|
|
|
height: 22px;
|
|
|
|
color: rgba(105, 113, 125, 1);
|
|
|
|
font-size: 14px;
|
|
|
|
font-family: PingFangSC-Regular;
|
|
|
|
text-align: left;
|
|
|
|
white-space: nowrap;
|
|
|
|
line-height: 25px;
|
|
|
|
margin-left: 51px;
|
|
|
|
padding-right: 28px;
|
|
|
|
}
|
|
|
|
.admin-index-top-item-list-item-child-icon1,.admin-index-top-item-list-item-child-icon2,.admin-index-top-item-list-item-child-icon3,.admin-index-top-item-list-item-child-icon4,.admin-index-top-item-list-item-child-icon5{
|
|
|
|
font-size: 16px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
.admin-index-top-item-list-item-child-dot-red,.admin-index-top-item-list-item-child-dot-grey{
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
.admin-index-top-item-list-item-child-dot1{
|
|
|
|
margin-right: 0px !important;
|
|
|
|
}
|
|
|
|
.admin-index-top-item-list-item-child-dot-grey::after{
|
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
|
|
|
width: 6px;
|
|
|
|
height: 6px;
|
|
|
|
background: #C3C6CB;
|
|
|
|
border-radius: 50%;
|
|
|
|
position: relative;
|
|
|
|
top: -4px;
|
|
|
|
}
|
|
|
|
.admin-index-top-item-list-item-child-dot-red::after{
|
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
|
|
|
width: 6px;
|
|
|
|
height: 6px;
|
|
|
|
background: #F21019;
|
|
|
|
border-radius: 50%;
|
|
|
|
position: relative;
|
|
|
|
top: -4px;
|
|
|
|
}
|
|
|
|
.admin-card-text-1{
|
|
|
|
width: 100%;
|
|
|
|
height: 16px;
|
|
|
|
font-size: 16px;
|
|
|
|
font-family: PingFangSC-Regular;
|
|
|
|
color: #636C78;
|
|
|
|
margin-top: 21px;
|
|
|
|
}
|
|
|
|
.admin-card-text-2{
|
|
|
|
height: 28px;
|
|
|
|
font-size: 28px;
|
|
|
|
font-family: DINAlternate-Bold;
|
|
|
|
color: #000000;
|
|
|
|
margin-top: 39px;
|
|
|
|
}
|
|
|
|
.admin-card-text-2 span{
|
|
|
|
width: 14px;
|
|
|
|
height: 14px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-family: PingFangSC-Regular;
|
|
|
|
color: #636C78;
|
|
|
|
line-height: 14px;
|
|
|
|
}
|
|
|
|
.admin-card-text-3{
|
|
|
|
height: 12px;
|
|
|
|
font-size: 12px;
|
|
|
|
font-family: PingFangSC-Regular;
|
|
|
|
color: #5F5F5F;
|
|
|
|
margin-top: 39px;
|
|
|
|
}
|
|
|
|
.admin-card-text-4{
|
|
|
|
height: 12px;
|
|
|
|
font-size: 12px;
|
|
|
|
font-family: PingFangSC-Regular;
|
|
|
|
color: #5F5F5F;
|
|
|
|
margin-top: 21px;
|
|
|
|
}
|
|
|
|
.admin-card-text-5{
|
|
|
|
max-height: 55px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-family: PingFangSC-Regular;
|
|
|
|
color: #F21019;
|
|
|
|
margin-top: 25px;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
.admin-index-bottom-item{
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.admin-index-bottom-item div{
|
|
|
|
padding-left: 22px;
|
|
|
|
padding-right: 6px;
|
|
|
|
}
|
|
|
|
.admin-index-top-item-list-item-child-dot-red2{
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
.admin-index-top-item-list-item-child-dot-red2::after{
|
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
|
|
|
width: 6px;
|
|
|
|
height: 6px;
|
|
|
|
background: #F21019;
|
|
|
|
border-radius: 50%;
|
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
}
|
|
|
|
.admin-card-text-3 span,.admin-card-text-4 span{
|
|
|
|
font-size: 11px;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
.primary-msg{
|
|
|
|
color: #69717D;
|
|
|
|
}
|
|
|
|
.admin-right-arrow{
|
|
|
|
font-size: 14px;
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
}
|
|
|
|
.menu-left-icon-img{
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.menu-left-icon-img-16.admin-select{
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
.menu-left-icon-img-16{
|
|
|
|
font-size: 18px !important;
|
|
|
|
margin-right: -4px;
|
|
|
|
margin-top: -1px;
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
top: 3px;
|
|
|
|
right: 1px;
|
|
|
|
}
|
|
|
|
.menu-left-icon-img-15{
|
|
|
|
font-size: 15px !important;
|
|
|
|
}
|
|
|
|
@media screen and (min-width:1270px) and (max-width:1440px){
|
|
|
|
.admin-layui-col-top-right{
|
|
|
|
min-width: 702px;
|
|
|
|
}
|
|
|
|
.admin-layui-col-top-left{
|
|
|
|
min-width: 259px;
|
|
|
|
}
|
|
|
|
.admin-menu-layui-side-scroll{
|
|
|
|
width: 188px !important;
|
|
|
|
}
|
|
|
|
.admin-menu-list .layui-nav-tree{
|
|
|
|
width: 188px !important;
|
|
|
|
}
|
|
|
|
.admin-menu-list.layui-side{
|
|
|
|
width: 188px !important;
|
|
|
|
}
|
|
|
|
.layui-nav-tree .layui-nav-child dd.layui-this::after {
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 8;
|
|
|
|
left: 184px !important;
|
|
|
|
background-color: rgba(24, 144, 255, 1) !important;
|
|
|
|
border-radius: 4px !important;
|
|
|
|
width: 4px !important;
|
|
|
|
height: 29px !important;
|
|
|
|
margin-top: 5.5px !important;
|
|
|
|
top: 0px;
|
|
|
|
}
|
|
|
|
.admin-menu-list .layui-nav-bar{
|
|
|
|
top: 184px !important;
|
|
|
|
}
|
|
|
|
.admin-layui-body{
|
|
|
|
padding: 12px 12px 12px 0px;
|
|
|
|
}
|
|
|
|
/* .admin-layui-col-bottom-list{
|
|
|
|
min-width: 208px;
|
|
|
|
}
|
|
|
|
.admin-layui-col-bottom-list-last{
|
|
|
|
padding-right: 0px !important;
|
|
|
|
min-width: 207px !important;
|
|
|
|
} */
|
|
|
|
}
|
|
|
|
@media screen and (min-width:1200px) and (max-width:1260px){
|
|
|
|
.admin-layui-col-top-right{
|
|
|
|
max-width: 724px !important;
|
|
|
|
}
|
|
|
|
.admin-layui-col-top-left{
|
|
|
|
min-width: 259px;
|
|
|
|
}
|
|
|
|
.admin-menu-layui-side-scroll{
|
|
|
|
width: 188px !important;
|
|
|
|
}
|
|
|
|
.admin-menu-list .layui-nav-tree{
|
|
|
|
width: 188px !important;
|
|
|
|
}
|
|
|
|
.admin-menu-list.layui-side{
|
|
|
|
width: 188px !important;
|
|
|
|
}
|
|
|
|
.layui-nav-tree .layui-nav-child dd.layui-this::after {
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 8;
|
|
|
|
left: 184px !important;
|
|
|
|
background-color: rgba(24, 144, 255, 1) !important;
|
|
|
|
border-radius: 4px !important;
|
|
|
|
width: 4px !important;
|
|
|
|
height: 29px !important;
|
|
|
|
margin-top: 5.5px !important;
|
|
|
|
top: 0px;
|
|
|
|
}
|
|
|
|
.admin-menu-list .layui-nav-bar{
|
|
|
|
top: 184px !important;
|
|
|
|
}
|
|
|
|
.admin-layui-body{
|
|
|
|
padding: 12px 12px 12px 0px;
|
|
|
|
}
|
|
|
|
/* .admin-layui-col-bottom-list{
|
|
|
|
min-width: 208px;
|
|
|
|
}
|
|
|
|
.admin-layui-col-bottom-list-last{
|
|
|
|
padding-right: 0px !important;
|
|
|
|
min-width: 207px !important;
|
|
|
|
} */
|
|
|
|
}
|
|
|
|
.admin-index-top-item-header{
|
|
|
|
width: 100%;
|
|
|
|
height: 46px;
|
|
|
|
line-height: 46px;
|
|
|
|
padding-left: 12px;
|
|
|
|
padding-right: 12px;
|
|
|
|
color: rgba(0, 0, 0, 0.65);
|
|
|
|
font-size: 16px;
|
|
|
|
font-family: PingFangSC-Regular;
|
|
|
|
text-align: left;
|
|
|
|
white-space: nowrap;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.admin-index-top-item-header-line{
|
|
|
|
width: 100%;
|
|
|
|
height: 1px;
|
|
|
|
background-color: rgba(232, 232, 232, 1);
|
|
|
|
}
|
|
|
|
.admin-index-top-item-header-left{
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
height: 100%;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
.admin-index-top-item-header-left li{
|
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
|
|
|
font-size: 16px;
|
|
|
|
font-family: PingFangSC-Regular;
|
|
|
|
color: rgba(0,0,0,0.65);
|
|
|
|
margin-right: 64px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.admin-index-top-item-header-left li.active{
|
|
|
|
font-family: PingFangSC-Medium !important;
|
|
|
|
color: #1890FF !important;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.admin-index-top-item-header-left li.active::after{
|
|
|
|
content: '';
|
|
|
|
width: 100%;
|
|
|
|
height: 2px;
|
|
|
|
border-radius: 1px;
|
|
|
|
background: #1890FF;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.admin-index-top-item-header-right{
|
|
|
|
display: block;
|
|
|
|
float: right;
|
|
|
|
height: 100%;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
.admin-index-top-item-header-right li{
|
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
|
|
|
margin-left: 24px;
|
|
|
|
line-height: 55px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-family: PingFangSC-Regular;
|
|
|
|
color: #595959;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.admin-index-top-item-header-right li.active{
|
|
|
|
color: #1890FF !important;
|
|
|
|
}
|
|
|
|
#admin-map-container{
|
|
|
|
width: 100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 325px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.admin-container-outer .layui-table{
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
.deliver_remind_table .layui-table-main tr,.deliver_remind_table .layui-table th{
|
|
|
|
height: 53px !important;
|
|
|
|
}
|
|
|
|
.deliver_remind_table .layui-table-main tr{
|
|
|
|
font-size: 14px;
|
|
|
|
font-family: PingFangSC-Regular;
|
|
|
|
color: rgba(0,0,0,0.65);
|
|
|
|
}
|
|
|
|
.deliver_remind_table .layui-table tbody tr:hover{
|
|
|
|
background-color: #FAFAFA;
|
|
|
|
}
|
|
|
|
.deliver-remind-body-right{
|
|
|
|
padding: 0px 11px 11px 11px;
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.deliver_remind_table .layui-table-view{
|
|
|
|
margin-top:0px !important;
|
|
|
|
}
|
|
|
|
.deliver_remind_table .layui-table-header{
|
|
|
|
border-radius: 4px 4px 0px 0px !important;
|
|
|
|
}
|
|
|
|
.deliver_remind_table .layui-table-header th{
|
|
|
|
border: none !important;
|
|
|
|
font-size: 14px !important;
|
|
|
|
font-family: PingFangSC-Medium;
|
|
|
|
color: rgba(0,0,0) !important;
|
|
|
|
}
|
|
|
|
.deliver_remind_table .layui-table-view{
|
|
|
|
border-radius: 4px 4px 0px 0px !important;
|
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
.admin-table-list-header{
|
|
|
|
width: 100%;
|
|
|
|
height: 52px;
|
|
|
|
overflow: hidden;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding-left: 19px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
.admin-table-list-header div{
|
|
|
|
display: inline-block;
|
|
|
|
height: 100%;
|
|
|
|
line-height: 52px;
|
|
|
|
}
|
|
|
|
.admin-table-body{
|
|
|
|
border-radius: 8px 8px 0px 0px;
|
|
|
|
}
|
|
|
|
.admin-table-list-header div:first-child span{
|
|
|
|
font-size: 12px;
|
|
|
|
font-family: PingFangSC-Regular;
|
|
|
|
color: rgba(0,0,0, 0.65);
|
|
|
|
}
|
|
|
|
.admin-table-list-header div:nth-child(2) span{
|
|
|
|
font-size: 16px;
|
|
|
|
font-family: PingFangSC-Medium;
|
|
|
|
color: rgba(0,0,0);
|
|
|
|
}
|
|
|
|
.admin-table-list-header div:nth-child(3){
|
|
|
|
width: auto;
|
|
|
|
height: 32px;
|
|
|
|
padding: 0px 13px;
|
|
|
|
background: #1890FF;
|
|
|
|
border-radius: 2px;
|
|
|
|
line-height: 32px;
|
|
|
|
float: right;
|
|
|
|
margin-top:10px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.admin-table-list-header div:nth-child(3) span{
|
|
|
|
font-size: 14px;
|
|
|
|
font-family: PingFangSC-Regular;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
.admin-table-td-outter{
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
top: 0px;
|
|
|
|
line-height: 53px;
|
|
|
|
padding-left: 15px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.deliver_remind_table .layui-table-cell{
|
|
|
|
position: relative !important;
|
|
|
|
}
|
|
|
|
div[lay-id=deliver_remind_list] .layui-table-main tr td:nth-child(2) .layui-table-cell{
|
|
|
|
padding: 0px !important;
|
|
|
|
height: 53px !important;
|
|
|
|
}
|
|
|
|
.deliver_remind_list_table_class .layui-table-main tr:hover > td:nth-child(-n+2){
|
|
|
|
color:#1890FF !important;
|
|
|
|
}
|
|
|
|
.deliver_remind_list_table_class .layui-table-main tr:hover > td:nth-child(-n+2) a{
|
|
|
|
color:#1890FF !important;
|
|
|
|
}
|
|
|
|
.count_down_wait{
|
|
|
|
color: #F21019;
|
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.count-down-class .layui-layer-content{
|
|
|
|
width: 123px !important;
|
|
|
|
height: 34px !important;
|
|
|
|
font-size: 12px !important;
|
|
|
|
font-family: PingFangSC-Regular !important;
|
|
|
|
color: rgba(0,0,0,0.33) !important;
|
|
|
|
line-height: 17px !important;
|
|
|
|
text-align: center !important;
|
|
|
|
}
|
|
|
|
.remained_status{
|
|
|
|
font-size: 14px;
|
|
|
|
font-family: PingFangSC-Regular;
|
|
|
|
color: #FC5057;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: inline-block;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.remained_status_wait{
|
|
|
|
color: rgba(89, 89, 89, 1);
|
|
|
|
}
|
|
|
|
.admin-table-td-outter-font{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.deliver_remind_list_table_class .layui-table-main tr:hover .admin-table-td-outter-font{
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
.admin-container-outer .layui-laypage-prev{
|
|
|
|
min-width: 8px !important;
|
|
|
|
height: 32px !important;
|
|
|
|
background: #FFFFFF !important;
|
|
|
|
border-radius: 2px !important;
|
|
|
|
border: 1px solid #D9D9D9 !important;
|
|
|
|
position: relative;
|
|
|
|
margin-right: 8px;
|
|
|
|
padding: 0px 12px !important;
|
|
|
|
font-size: 14px !important;
|
|
|
|
}
|
|
|
|
.admin-container-outer .layui-table-pageview{
|
|
|
|
float: right;
|
|
|
|
margin-top: 16px !important;
|
|
|
|
}
|
|
|
|
.admin-container-outer .layui-laypage-spr{
|
|
|
|
margin-right: 8px !important;
|
|
|
|
}
|
|
|
|
.admin-container-outer .layui-laypage-curr{
|
|
|
|
min-width: 8px !important;
|
|
|
|
height: 32px !important;
|
|
|
|
background: #1890FF !important;
|
|
|
|
border-radius: 2px !important;
|
|
|
|
margin-right: 8px !important;
|
|
|
|
line-height: 32px !important;
|
|
|
|
font-size: 14px !important;
|
|
|
|
}
|
|
|
|
.admin-container-outer .layui-table-pageview a{
|
|
|
|
display: inline-block;
|
|
|
|
min-width: 8px !important;
|
|
|
|
height: 32px !important;
|
|
|
|
line-height: 32px !important;
|
|
|
|
background: #FFFFFF !important;
|
|
|
|
border-radius: 2px !important;
|
|
|
|
border: 1px solid #D9D9D9 !important;
|
|
|
|
margin-right: 8px !important;
|
|
|
|
font-size: 14px !important;
|
|
|
|
font-family: PingFangSC-Regular !important;
|
|
|
|
color: rgba(0,0,0,0.65) !important;
|
|
|
|
padding: 0px !important;
|
|
|
|
text-align: center;
|
|
|
|
padding: 0px 12px !important;
|
|
|
|
}
|
|
|
|
.admin-container-outer .layui-laypage-prev .layui-icon{
|
|
|
|
position: absolute;
|
|
|
|
left: 8px;
|
|
|
|
top: 1px;
|
|
|
|
}
|
|
|
|
.admin-container-outer .layui-laypage-limits{
|
|
|
|
width: 82px !important;
|
|
|
|
height: 32px !important;
|
|
|
|
background: #FFFFFF !important;
|
|
|
|
border-radius: 2px !important;
|
|
|
|
border: 1px solid #D9D9D9 !important;
|
|
|
|
box-sizing: border-box !important;
|
|
|
|
}
|
|
|
|
.admin-container-outer .layui-laypage-limits select{
|
|
|
|
height: 100% !important;
|
|
|
|
width: 100% !important;
|
|
|
|
box-sizing: border-box;
|
|
|
|
pointer-events: none;
|
|
|
|
appearance:none;
|
|
|
|
width: 82px !important;
|
|
|
|
box-sizing: border-box !important;
|
|
|
|
padding-left: 12px !important;
|
|
|
|
}
|
|
|
|
.admin-container-outer .layui-laypage-skip{
|
|
|
|
height: 32px !important;
|
|
|
|
box-sizing: border-box;
|
|
|
|
line-height: 32px !important;
|
|
|
|
font-size: 14px !important;
|
|
|
|
}
|
|
|
|
.admin-container-outer .layui-laypage-skip *{
|
|
|
|
font-size: 14px !important;
|
|
|
|
font-family: PingFangSC-Regular !important;
|
|
|
|
color: rgba(0,0,0,0.65) !important;
|
|
|
|
}
|
|
|
|
.admin-container-outer .layui-laypage-skip .layui-input{
|
|
|
|
height: 32px !important;
|
|
|
|
}
|
|
|
|
.admin-container-outer .layui-laypage-btn{
|
|
|
|
height: 32px !important;
|
|
|
|
box-sizing: border-box;
|
|
|
|
line-height: 32px !important;
|
|
|
|
}
|
|
|
|
.admin-container-outer .layui-laypage-count{
|
|
|
|
height: 32px !important;
|
|
|
|
box-sizing: border-box;
|
|
|
|
line-height: 32px !important;
|
|
|
|
font-size: 14px !important;
|
|
|
|
}
|
|
|
|
.admin-container-outer .layui-table-page{
|
|
|
|
padding-right: 27px !important;
|
|
|
|
}
|
|
|
|
.list_status_grey01{
|
|
|
|
color: rgba(0, 0, 0, 0.65);
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.list_status_yellow01{
|
|
|
|
color: rgba(251, 131, 4, 1);
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.list_status_red01{
|
|
|
|
color: rgba(249, 40, 39, 1);
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.list_status_green01{
|
|
|
|
color: rgba(49, 185, 39, 1);
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.list_status_grey02{
|
|
|
|
color: rgba(89, 89, 89, 1);
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.admin-container-outer .layui-laypage .layui-laypage-curr .layui-laypage-em{
|
|
|
|
background-color: rgba(24, 144, 255, 1) !important;
|
|
|
|
}
|
|
|
|
.admin-menuleft-footer{
|
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
width: 200px;
|
|
|
|
height: 86px;
|
|
|
|
margin: 0 auto;
|
|
|
|
box-sizing: border-box;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.admin-menuleft-footer img{
|
|
|
|
width: 156px;
|
|
|
|
height: 1px;
|
|
|
|
display:block;
|
|
|
|
margin:0 auto;
|
|
|
|
}
|
|
|
|
.admin-menuleft-footer div{
|
|
|
|
width: 200px;
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.admin-menuleft-footer div:nth-child(2){
|
|
|
|
height: 15px;
|
|
|
|
font-family: PingFang-SC-Light;
|
|
|
|
color: rgba(0,0,0,0.33);
|
|
|
|
line-height: 15px;
|
|
|
|
margin-top: 9px;
|
|
|
|
}
|
|
|
|
.admin-menuleft-footer div:nth-child(3){
|
|
|
|
height: 19px;
|
|
|
|
font-family: PingFang-SC-Light;
|
|
|
|
color: rgba(0,0,0,0.33);
|
|
|
|
line-height: 19px;
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
.admin-menuleft-footer div:nth-child(4){
|
|
|
|
height: 19px;
|
|
|
|
font-family: PingFangSC-Regular;
|
|
|
|
color: #3D7FFF;
|
|
|
|
line-height: 19px;
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
.admin-tip-order-nums{
|
|
|
|
display: inline-block;
|
|
|
|
background-color: rgba(242, 16, 25, 1);
|
|
|
|
border-radius: 6px 6px 6px 0px;
|
|
|
|
height: 15px;
|
|
|
|
line-height: 15px;
|
|
|
|
width: 30px;
|
|
|
|
text-align: center;
|
|
|
|
position: relative;
|
|
|
|
left: 10px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.admin-tip-order-nums span{
|
|
|
|
display: inline-block;
|
|
|
|
height: 12px;
|
|
|
|
line-height: 12px;
|
|
|
|
width: 22px;
|
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
font-size: 12px;
|
|
|
|
font-family: DINAlternate-Bold;
|
|
|
|
text-align: left;
|
|
|
|
white-space: nowrap;
|
|
|
|
position: relative;
|
|
|
|
top: -1px;
|
|
|
|
}
|
|
|
|
.admin-container-outer .layui-nav .layui-nav-item a{
|
|
|
|
padding: 0px 37px !important;
|
|
|
|
}
|
|
|
|
.admin-container-outer .admin-layui-nav-tree{
|
|
|
|
margin-top: 9px !important;
|
|
|
|
}
|
|
|
|
.layui-col-lg2dot4,.layui-col-md2dot4,.layui-col-sm2dot4,.layui-col-xs2dot4{position:relative;display:block;box-sizing:border-box}
|
|
|
|
.layui-col-xs2dot4{float:left}
|
|
|
|
.layui-col-xs2dot4{width:19.9999992%}
|
|
|
|
.layui-col-xs-offset2dot4{margin-left:19.9999992%}
|
|
|
|
@media screen and (min-width:768px){
|
|
|
|
.layui-col-sm2dot4{float:left}
|
|
|
|
.layui-col-sm2dot4{width:19.9999992%}
|
|
|
|
.layui-col-sm-offset2dot4{margin-left:19.9999992%}
|
|
|
|
}
|
|
|
|
@media screen and (min-width:992px){
|
|
|
|
.layui-col-md2dot4{float:left}
|
|
|
|
.layui-col-md2dot4{width:19.9999992%}
|
|
|
|
.layui-col-md-offset2dot4{margin-left:19.9999992%}
|
|
|
|
}
|
|
|
|
@media screen and (min-width:1200px){
|
|
|
|
.layui-col-lg2dot4{float:left}
|
|
|
|
.layui-col-lg2dot4{width:19.9999992%}
|
|
|
|
.layui-col-lg-offset2dot4{margin-left:19.9999992%}
|
|
|
|
}
|