tplus-pos
Version:
pos module
66 lines (62 loc) • 1.73 kB
text/less
.pos-drawer{
.drawer{
display: flex;
flex-direction: column;
}
.drawer-close:before {
}
.drawer-header{
height:46px;
flex-grow: 0;
.drawer-header-title{
font-weight: bolder;
color:#333;
}
}
.drawer-body{
flex: 1;
overflow: auto;
width:935px;
>div{
height:100%;
}
.member{
.member-content{
height:100%;
display: flex;
flex-direction: column;
>div:nth-child(1){
flex-grow: 1;
flex-direction: column;
padding:0 16px 0 20px;
}
.footer{
flex-grow: 0;
height: 52px;
padding:5px 10px;
box-shadow: 0px -2px 4px rgba(22, 22, 22, .1);
z-index: 9;
button{
width:76px;
height: 40px;
font-size:16px;
float: right;
margin-right:25px;
&:last-child{
margin-right: 18px;
}
}
[type='cancel']{
border:1px solid #C8C8CD;
color:#333;
background: white;
}
[type='confirm']{
background-color:#FF8C26;
color:#fff;
}
}
}
}
}
}