change read NFC UI

This commit is contained in:
nyanlinhtut
2023-05-25 13:46:59 +06:30
parent fe6b1057f3
commit 34b7cbb178
8 changed files with 180 additions and 125 deletions

View File

@@ -26,34 +26,34 @@ section .content{
.custom-card-block {
padding: 0.3rem !important;
}
#sxModal {
display: none;
overflow: auto;
width: 100%;
height: 100%;
background-color: #000;
background-color: rgba(0,0,0,0.4);
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1100;
}
// #sxModal {
// display: none;
// overflow: auto;
// width: 100%;
// height: 100%;
// background-color: #000;
// background-color: rgba(0,0,0,0.4);
// position: fixed;
// top: 0;
// right: 0;
// bottom: 0;
// left: 0;
// z-index: 1100;
// }
#sxModal-Content {
position: relative;
left: 42%;
top: 30%;
background-color: #32ad1a;
color: #fff;
text-align: center;
width: 200px;
height: 200px;
padding-top: 5%;
border-radius: 100px;
z-index: 1101;
}
// #sxModal-Content {
// position: relative;
// left: 42%;
// top: 30%;
// background-color: #32ad1a;
// color: #fff;
// text-align: center;
// width: 200px;
// height: 200px;
// padding-top: 5%;
// border-radius: 100px;
// z-index: 1101;
// }
@media (min-width: 34em) {
.custom-card-columns {

View File

@@ -113,16 +113,11 @@ select.form-control {
opacity:0.6,
}
.pay{
text-align:center;
font-size:20px;
color:white;
border-radius: 50% !important;
width: 45%;
height: 220px;
margin: 0 auto !important;
line-height: 210px;
}
// .btn_paymal_member{
// padding: 40px;
// font-size: 20px;
// font-weight: bolder;
// }
.move_table{
width: 100%;
@@ -318,34 +313,34 @@ select.form-control {
border-left:1px solid #fff;
}
#sxModal {
display: none;
overflow: auto;
width: 100%;
height: 100%;
background-color: #000;
background-color: rgba(0,0,0,0.4);
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1100;
}
// #sxModal {
// display: none;
// overflow: auto;
// width: 100%;
// height: 100%;
// background-color: #000;
// background-color: rgba(0,0,0,0.4);
// position: fixed;
// top: 0;
// right: 0;
// bottom: 0;
// left: 0;
// z-index: 1100;
// }
#sxModal-Content {
position: relative;
left: 42%;
top: 30%;
background-color: #32ad1a;
color: #fff;
text-align: center;
width: 200px;
height: 200px;
padding-top: 5%;
border-radius: 100px;
z-index: 1101;
}
// #sxModal-Content {
// position: relative;
// left: 42%;
// top: 30%;
// background-color: #32ad1a;
// color: #fff;
// text-align: center;
// width: 200px;
// height: 200px;
// padding-top: 5%;
// border-radius: 100px;
// z-index: 1101;
// }
/*Loading gif for payment*/
@@ -379,8 +374,10 @@ select.form-control {
width:43%;
}
.payment-left {
margin-left: 20px;
.btn_paymal_member {
padding: 40px !important;
font-size: 20px !important;
font-weight: bolder;
}
/* End Payment Page */