tplus-pos
Version:
pos module
131 lines (121 loc) • 2.98 kB
text/less
@import "~tplus-components/dist/index.less";
.ant-layout-header{
background: #f0f2f5
}
.ant-layout-sider{
background: #f0f2f5
}
.voucher-wraper-layer{
height: 100%;
.voucher-wraper{
height:100%;
overflow: hidden;
.voucher-container-wrapper{
height: 100%;;
@paddingWidth: 15px;
padding-top: @paddingWidth;
.tplus-layout-sider-children{
height: 100%;
}
.voucher{
>.voucher-header, >.tplus-layout-content{
// margin-left: @paddingWidth;
}
.voucher-header{
padding: 0px;
.container{
width: 100%;
}
}
.voucher-table{
background-color: #fff;
}
}
}
.voucher-right{
height: 100%;
overflow: hidden;
.settlement{
border-top: solid 1px #ddd;
box-shadow: none;
}
}
.voucher-footer{
border-top: solid 1px #ddd;
box-shadow: none;
}
.u-message{
z-index: 9999;
.u-message-notice-description-content{
font-size:14px;
text-align:center;
}
}
}
}
.rc-calendar-picker .rc-calendar{
// border-color: #C8C8CD;
border:none;
box-shadow: 0 1px 6px rgba(0,0,0,.2);
.rc-calendar-input-wrap{
border-bottom-color: #E6E6EB;
}
.rc-calendar-date-panel{
.rc-calendar-header{
border-bottom-color: #E6E6EB;
}
//选中日期颜色
.rc-calendar-selected-date{
.rc-calendar-date{
background:#FF8C25;
}
}
//当天日期颜色
.rc-calendar-today{
.rc-calendar-date{
border-color:#FF8C25;
}
}
}
}
.scroll-bar::-webkit-scrollbar-thumb{
background:#C8C8CD;
}
.voucher-head-guide{
max-width:150px;
display: inline-block;
// width:100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: none;
}
.isRetailOrder-layout{
.voucher-head-guide{
display: block;
}
}
.memberAddModal{
header{
display: none;
}
}
.voucher-head-giveup{
margin-top:30px;
border: 1px solid #FF8C25;
border-radius: 30px;
width:220px;
height: 60px;
line-height: 60px;
display: inline-block;
padding: 0 30px;
font-size:25px;
.buyaole{
transform: rotate(48deg);
background: #FFFFFF;
border-radius: 0px 1px 1px 0px;
color:#FF8C25;
font-size:25px;
margin-right: 20px;
}
}