tplus-pos
Version:
pos module
143 lines (132 loc) • 3.22 kB
text/less
.modal-form{
// margin-top : 50px;
.modal-form-content{
display: flex;
height: 100%;
flex-direction: column;
.weight-content:nth-child(1){
margin-top: 30px;
}
.weight-content{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin:0 auto;
margin-bottom:15px;
.prices{
width: 210px;
font-size: 32px;
line-height: 32px;
color: #FF595E;
margin-right: 20px;
}
label{
flex:1;
text-align: right;
}
span{
display: inline-block;
width: 210px;
height: 32px;
border: 1px solid #C8C8CD;
border-radius: 2px;
font-size: 13px;
color: #999999;
line-height: 32px;
margin-right: 20px;
text-indent:10px;
}
}
}
.modal-head-left{
padding-left:41px;
margin-top:16px;
font-size: 14px;
letter-spacing: 0;
line-height: 30px;
.modal-head-title{
color: #666666;
}
.modal-head-value{
color: #151515;
}
}
.u-form-around{
justify-content: space-around;
}
.u-form{
margin-top:16px;
flex-grow: 1;
display: flex;
flex-direction: column;
height: 100%;
.u-form-item{
.input-wrapper-2 {
margin-top:10px;
}
text-align:center;
input{
border: 1px solid #C8C8CD;
border-radius: 2px;
}
padding:0px 8px;
height:52px;
.u-label{
width:100px;
min-width:100px;
font-size:14px;
}
.datepicker-container{
vertical-align: middle;
width:253px;
input{
width:253px;
}
}
textarea{
height: 63px;
}
}
}
.u-label{
line-height: 32px;
}
.u-input-group.simple .u-input-group-btn{
top:8px;
}
}
.numberboard-modal.black-modal{
.u-modal-content{
background: rgba(0,0,0,0.60);
border-radius: 6px;
width:320px;
.u-modal-header{
border-bottom: none;
font-family: PingFangSC-Medium;
h4{
font-size: 18px;
color: #FFFFFF;
}
}
.u-modal-body{
height: 274px;
}
}
}
/* 日期控件 去掉描边 */
.rc-calendar{
box-shadow: none;
}
.modal-form-weight{
.u-modal-content{
width:320px;
height: 315px;
.u-modal-body{
height: 210px;
}
}
.u-modal-title {
font-weight:300;
}
}