.box {
width:100%;
min-height:200px;
padding:10px;
margin-top:10px;
box-sizing:border-box;
border:1px #999 solid;
}
.flowrules-list {
width:100%;
padding:10px 0;
border-bottom:1px #bbb solid;
overflow:hidden;
zoom:1;
position:relative;
}
.controlValue {
width:75%;
padding:0 5px;
box-sizing:border-box;
float:left;
border:0;
}
.flowrules-move {
position:absolute;
bottom:0;
right:0;
}
.flowrules-list:hover .flowrules-move {
display:block;
}
.flowrules-btn {
width:100%;
margin-top:1rem;
text-align:center;
}
.ordernum {
float:left;
color:#999;
}
.customValue {
width:100%;
height:40px;
padding:5px;
border:1px #999 solid;
}
更新时间:2020-08-02 21:30:48