|
|
|
@ -56,6 +56,7 @@
|
|
|
|
|
.form-content {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-pay-table-container {
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
@ -86,13 +87,14 @@
|
|
|
|
|
width: 50%;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-pay-table-container {
|
|
|
|
|
width: 40%;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-line {
|
|
|
|
|
width:100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
border-bottom: 1px solid #DDDDDD;
|
|
|
|
|
}
|
|
|
|
@ -105,6 +107,12 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-warning {
|
|
|
|
|
color: #fff;
|
|
|
|
|
background-color: #FF6600 !important;
|
|
|
|
|
border-color: #FF6600 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-input-box {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|