This commit is contained in:
suresh 2023-06-23 13:57:28 +05:30
parent d0415328fe
commit b3f1f9464b
3 changed files with 59 additions and 16 deletions

View File

@ -19,8 +19,8 @@ class App extends BaseConfig
*/
// public string $baseURL = 'https://mprkv.co.in/devbook';
// public string $baseURL = 'http://localhost/golf_backend';
public string $baseURL = 'http://localhost:88/golf_backend';
public string $baseURL = 'http://localhost/golf_backend';
// public string $baseURL = 'http://localhost:88/golf_backend';

View File

@ -110,7 +110,7 @@
</svg></span><span>Credits</span></button>
<button class="tablinks" onclick="openCity(event, 'Your_Orders')"><span class="dash-icon"><svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.8 20.4C8.79411 20.4 9.6 21.2059 9.6 22.2C9.6 23.1941 8.79411 24 7.8 24C6.80589 24 6 23.1941 6 22.2C6 21.2059 6.80589 20.4 7.8 20.4ZM18.6 20.4C19.5941 20.4 20.4 21.2059 20.4 22.2C20.4 23.1941 19.5941 24 18.6 24C17.6059 24 16.8 23.1941 16.8 22.2C16.8 21.2059 17.6059 20.4 18.6 20.4ZM1.2 0H3.6C4.14673 0 4.61797 0.368208 4.75807 0.885287L4.78605 1.01753L5.36796 4.8H22.8C23.5197 4.8 24.0659 5.42481 23.9941 6.12042L23.9714 6.26032L21.9891 15.181C21.6389 16.7565 20.2871 17.8972 18.6935 17.9934L18.4748 18H8.05901C6.35322 18 4.89236 16.8052 4.53918 15.1559L4.50087 14.9474L2.5705 2.4H1.2C0.537258 2.4 0 1.86274 0 1.2C0 0.584597 0.463248 0.0773914 1.06005 0.00807328L1.2 0H3.6H1.2ZM21.3041 7.2H5.73721L6.87297 14.5825C6.9561 15.1228 7.39169 15.5326 7.92406 15.5925L8.05902 15.6H18.4748C18.9904 15.6 19.4425 15.2718 19.6083 14.7941L19.6462 14.6603L21.3041 7.2Z" />
</svg></span><span>Your Orders</span></button>
</svg></span><span>Orders</span></button>
<button class="tablinks" onclick="openCity(event, 'Profile')"><span class="dash-icon"><svg width="20" height="24" viewBox="0 0 20 24" xmlns="http://www.w3.org/2000/svg">
<path d="M19.3846 2.85C19.3846 1.275 18.1172 0 16.5515 0H2.83314C1.26746 0 0 1.275 0 2.85V21.15C0 22.725 1.26746 24 2.83314 24H16.5515C18.1172 24 19.3846 22.725 19.3846 21.15V2.85ZM17.8935 21.15C17.8935 21.9 17.297 22.5 16.5515 22.5H2.83314C2.08757 22.5 1.49112 21.9 1.49112 21.15V2.85C1.49112 2.1 2.08757 1.5 2.83314 1.5H16.5515C17.297 1.5 17.8935 2.1 17.8935 2.85V21.15Z" />
<path d="M5.14438 13.5H13.942C14.1657 13.5 14.3893 13.425 14.5385 13.2C14.6876 13.05 14.7621 12.825 14.6876 12.6C14.3893 10.8 13.271 9.375 11.7799 8.7C12.2272 8.175 12.5254 7.5 12.5254 6.675C12.5254 5.025 11.1834 3.675 9.54319 3.675C7.90296 3.675 6.56095 5.025 6.56095 6.675C6.56095 7.425 6.85917 8.1 7.30651 8.7C5.81538 9.45 4.62249 10.875 4.39882 12.6C4.39882 12.825 4.39882 13.05 4.54793 13.2C4.69704 13.425 4.92071 13.5 5.14438 13.5ZM8.05207 6.75C8.05207 5.925 8.72308 5.25 9.54319 5.25C10.3633 5.25 11.0343 5.925 11.0343 6.75C11.0343 7.575 10.3633 8.25 9.54319 8.25C8.72308 8.25 8.05207 7.575 8.05207 6.75ZM9.54319 9.75C11.0343 9.75 12.3763 10.65 12.9728 12H6.11361C6.71006 10.65 8.05207 9.75 9.54319 9.75Z" />
@ -130,10 +130,10 @@
<div class="row">
<div class="col-lg-5">
<div class="dash-head">
<div class="col-lg-5">
<div class="col-4 col-sm-5">
<img src="<?= base_url()."/public/"; ?>assets/member_images/icon-white.png" alt="">
</div>
<div class="col-lg-7 text-center">
<div class="col-8 col-sm-7 text-center">
<h1><?= $avaiable_credit; ?></h1><p>Credits Avaiable</p>
<!-- <?php if($avaiable_credit <= 1) { echo '<p>Credit Balance</p>'; } else { echo '<p>Credits Balance</p>'; } ?> -->
</div>
@ -147,7 +147,7 @@
<!---------------------------table--------------------------------->
<div class="row">
<div class="col-lg-12">
<div class="col-lg-12 credit-respo">
<table class="table-design w-100 mt-4 mb-5 credit-custom-table">
<thead>
<tr class="table-head">
@ -201,10 +201,10 @@
</div>
</div>
<div id="Your_Orders" class="tabcontent" style="display:none;">
<h5 class="dashboard-maintitle">Your Order</h5>
<h5 class="dashboard-maintitle">Orders</h5>
<div class="row">
<div class="col-lg-12">
<div class="col-lg-12 order-respo">
<table class="table-white mb-5 order-custom-table">
<tr>
<th>Order ID</th>
@ -296,7 +296,7 @@
<input type="hidden" name="country_code" id="country_code_post"/>
<div class="row information mb-5">
<div class="col-6 col-lg-6">
<div class="col-12 col-lg-6">
<h5 class="dashboard-maintitle">Personal Information</h5>
</div>
<div class="col-6 col-lg-6"></div>

View File

@ -1368,6 +1368,53 @@ body.checkout .select2-container--default .select2-selection--single .select2-s
.tab, .tabcontent {
width:100%;
}
.tab{
display: flex;
flex-wrap: wrap;
}
.tab .tablinks{
width:25%!important;
text-align:center!important;
}
.memberaccess .dash-icon{
width:100%!important;
margin-bottom:5px;
}
.tabcontent{
border-left: 1px solid #ccc;
}
#Credits .credit-respo, #Your_Orders .order-respo{
overflow-x: scroll;
}
#Credits .credit-respo table, #Your_Orders .order-respo table{
width:600px!important;
}
#Credits .credit-respo::-webkit-scrollbar-track, #Your_Orders .order-respo::-webkit-scrollbar-track {
background-color: #f5f5f5;
}
#Credits .credit-respo::-webkit-scrollbar-thumb, #Your_Orders .order-respo::-webkit-scrollbar-thumb {
background-color: #596a7e;
border-radius: 15px;
height: 5px;
}
#Credits .credit-respo::-webkit-scrollbar, #Your_Orders .order-respo::-webkit-scrollbar {
width: 8px;
background-color: #f5f5f5;
}
.dash-head h1{
font-size: 35px!important;
margin-bottom:0;
}
#member-pass-save .show-password1 #pswd_info{
top: 95px!important;
left:50px!important;
right:0!important
}
#member-pass-save .show-password1 #pswd_info:before{
transform: rotate(45deg);
top:0;
left:45%;
}
}
/*-----------------dashboard- start--------------*/
.dash-head{
@ -1586,15 +1633,11 @@ body.checkout .select2-container--default .select2-selection--single .select2-s
.table-bottom{
border-bottom: none;
}
.table-grey{
display: none
}
@media only screen and (min-width: 992px) {
.table-grey{
display: none
}
}
.memberaccess .dash-icon{
display:inline-block;
width:35px;