You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

48 lines
1.0 KiB

.screen .middle-content{
position: absolute;
top: 64px; bottom: 0px;
right: 62%;
overflow-x: hidden;
overflow-y: auto;
border-right: dashed 1px rgb(215,215,215);
}
.screen .left-content.pc40{
right: 70% !important;
}
.screen .right-content.pc60{
left: 38% !important;
}
.quick_payment_list {
margin: 10px;
}
.quick_payment_list .button {
background: #e2e2e2;
line-height: 40px;
font-size: 16px;
width :60px;
border: solid 1px rgb(202, 202, 202);
border-top-width: 0px;
cursor: pointer;
text-align: center;
}
.quick_payment_list .button:first-child {
border-top-width: 1px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.quick_payment_list .button:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.quick_payment_list .button:active {
background: black;
border-color: black;
color: white;
}
.quick_payment_list .button.active {
background: #6EC89B;
color: white;
border-color: #6EC89B;
}