.m-mana{
|
position: relative;
|
min-height: 100vh;
|
padding: 0 20px;
|
}
|
.ul-listmana{
|
display: block;
|
}
|
.ul-listmana li{
|
margin-bottom: 15px;
|
}
|
.ul-listmana .con{
|
display: block;
|
background-color: #fff;
|
border-radius: 10px;
|
padding: 18px 15px 10px;
|
box-shadow: 0px 0px 8px rgb(40 48 58 / 8%);
|
}
|
.ul-listmana .tit{
|
font-size: 16px;
|
overflow: hidden;
|
color: #666;
|
margin-bottom: 18px;
|
}
|
|
.ul-listmana .tit span{
|
color: #333333;
|
font-weight: bold;
|
}
|
.ul-listmana .tit .more{
|
display: inline-block;
|
float: right;
|
padding-right: 15px;
|
font-size: 14px;
|
color: #31976e;
|
background-image: url(../../images/a2.png);
|
background-position: right center;
|
background-repeat: no-repeat;
|
background-size: 6px auto;
|
}
|
.ul-listmana .txt{
|
overflow: hidden;
|
margin: 0 -8px;
|
margin-bottom: 6px;
|
}
|
.ul-listmana .box{
|
width: 50%;
|
padding: 0 8px;
|
float: left;
|
margin-bottom: 14px;
|
}
|
.ul-listmana .group{
|
border-radius: 10px;
|
background-position: center;
|
background-repeat: no-repeat;
|
background-size: cover;
|
text-align: center;
|
color: #fff;
|
overflow: hidden;
|
}
|
.ul-listmana .out{
|
background-image: url(../../images/a3.png);
|
}
|
.ul-listmana .no{
|
background-image: url(../../images/a4.png);
|
}
|
.ul-listmana .in{
|
background-image: url(../../images/a5.png);
|
}
|
.ul-listmana .y{
|
background-image: url(../../images/a6.png);
|
}
|
.ul-listmana .co{
|
background-image: url(../../images/g9.png);
|
}
|
.ul-listmana .ph{
|
background-image: url(../../images/h1.png);
|
}
|
.ul-listmana .o{
|
background-image: url(../../images/h2.png);
|
}
|
.ul-listmana .n{
|
background-image: url(../../images/h3.png);
|
}
|
|
.ul-listmana .desc{
|
height: 55px;
|
line-height: 55px;
|
font-size: 20px;
|
}
|
.ul-listqtgl .desc span{
|
font-size: 31px;
|
}
|
.ul-listmana .ort{
|
height: 30px;
|
line-height: 30px;
|
font-size: 20px;
|
font-size: 13px;
|
background-color: rgba(0,0,0,.08);
|
}
|
.ul-listmana .time{
|
font-size: 13px;
|
color: #666;
|
}
|
|
/* 仓库列表*/
|
.ul-listmana2 .con{
|
padding-bottom: 20px;
|
}
|
.ul-listmana2 .txt{
|
margin: 0 -7px;
|
margin-bottom: 14px;
|
}
|
.ul-listmana2 .box{
|
width: 33.3%;
|
padding: 0 7px;
|
}
|
.ul-listmana2 .type{
|
background-image: url(../../images/c2.png);
|
}
|
.ul-listmana2 .state{
|
background-image: url(../../images/c3.png);
|
}
|
.ul-listmana2 .weight{
|
background-image: url(../../images/c4.png);
|
}
|
.ul-listmana2 .weight .w{
|
font-size: 14px;
|
}
|
.ul-listmana2 .desc{
|
font-size: 16px;
|
}
|
.ul-listmana2 .edit{
|
overflow: hidden;
|
color: #fff;
|
font-size: 18px;
|
text-align: center;
|
}
|
.ul-listmana2 .edit .sel{
|
float: left;
|
width: 48%;
|
background-image: url(../../images/c5.png);
|
background-position: center;
|
background-repeat: no-repeat;
|
background-size: cover;
|
height: 40px;
|
line-height: 40px;
|
border-radius: 10px;
|
overflow: hidden;
|
}
|
.ul-listmana2 .edit .peo{
|
float: right;
|
width: 48%;
|
background-image: url(../../images/c6.png);
|
background-position: center;
|
background-repeat: no-repeat;
|
background-size: cover;
|
height: 40px;
|
line-height: 40px;
|
border-radius: 10px;
|
overflow: hidden;
|
}
|
.ul-listmana2 .edit .name{
|
font-size: 12px;
|
width: 40%;
|
background-color: rgba(0,0,0,.08);
|
display: inline-block;
|
float: left;
|
}
|
.ul-listmana2 .edit .cont{
|
display: inline-block;
|
overflow: hidden;
|
}
|
.ul-listmana3 .tit{
|
margin-bottom: 10px;
|
}
|
.ul-listmana3 .txt{
|
margin-bottom: 5px;
|
}
|
/* 仓库列表 end*/
|