tplus-pos
Version:
pos module
101 lines (95 loc) • 2.58 kB
text/less
.pwdKeyboardVer{
>div{
position: relative;
}
input{
width:720px;
height: 90px;
background: #FFFFFF;
border-radius: 5.62px;
font-family: PingFangSC-Regular;
font-size: 34px;
color: #999999;
letter-spacing: 0;
line-height: 45px;
padding-left:70px;
// background: red;
outline:none;
border:0px ;
}
.icon{
position: absolute;
left:20px;
font-size:28px;
line-height: 87px;
}
.key{
height: 100px;
width:150px;
color:#FF8C25;
margin:22px 11px 22px 11px;
border:none;
box-shadow: none;
}
.simple-keyboard{
float: left;
width:500px;
height: 620px;
margin-top:0px;
background: #f8f8f8;
font-size:60px;
.hg-standardBtn{
.key;
}
}
.control-key{
float: left;
// background: red;
width:200px;
padding: 5px;
span{
display: inline-block;
height: 100px;
width:150px;
line-height: 100px;
font-size: 40px;
color: #FF8C25;
text-align: center;
.key;
i{
position: initial;
}
}
.control-key-sure{
height: 260px;
background: #FF8C25;;
font-family: PingFang-SC-Medium;
font-size: 45px;
text-align: center;
color:white;
padding:50px;
line-height: 80px;
border-radius: 16.88px;
}
}
.cardinfo{
font-family: PingFangSC-Regular;
font-size: 34px;
color: #333333;
letter-spacing: 0;
line-height: 34px;
width: 720px;
margin-top: 40px;
margin-bottom: 20px;
span:nth-child(2){
margin-left:8px;
}
span:nth-child(3){
float: right;
padding-left: 8px;
}
span:nth-child(4){
float: right;
}
}
}