Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 26d0b603 authored by 64160072's avatar 64160072
Browse files

user proof tranfer update

update font and update text color
parent b0392fc7
No related branches found
No related tags found
3 merge requests!12proof tranfer update,!10proof tranfer update,!1proof tranfer update
body {
font-family: 'Kanit', sans-serif;
}
body {
border: 2px;
border-color: #B2B2B2;
border-radius: 4px;
}
<!DOCTYPE html>
<head> <head>
<meta charset="utf-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>User_tranfer</title> <title>User_tranfer</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" href="css\user_tranfer.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet">
</head> </head>
<body> <body>
<div class="container"> <div class="container"><h1 class="head-tranfer">แจ้งหลักฐานการเติมเงิน</h1></div><br>
<h1>แจ้งหลักฐานการเติมเงิน</h1><br> <div class="container"><br>
<div class="card"> <div class="card">
<div class="d-flex align-items-end row"> <div>
<div class="col-7"> <h3 style="color: #36618D;">&emsp; ช่องทางการเติมเงิน</h3>
<div class="card-body text-nowrap"> <h5>&emsp; ชื่อบัญชี : การฌาปนกิจสงเคราะห์ สภาทนายความ</h5>
<h4 class="text-primary mb-1">ช่องทางการเติมเงิน</h4> <h5>&emsp; ธนาคาร : ธนาคารกสิกรไทย</h5>
<h5 class="card-title mb-0">ชื่อบัญชี : ฌาปนกิจสงเคราะห์</h5> <h5>&emsp; เลขที่บัญชี : XXX-X-XXXXX-X</h5><button onclick="myFunction()">คัดลอกบัญชี</button>
<h5 class="card-title mb-0">ธนาคาร : กสิกรไทย (K-BANK)</h5>
<h5 class="card-title mb-0">เลขที่บัญชี : XXX-X-XXXXX-X</h5>
<a href="javascript:;" class="btn btn-primary waves-effect waves-light">คัดลอกบัญชี</a>
</div>
</div> </div>
</div> </div><br>
</div>
<div class="card-body"> <div class="card-body">
<form> <form>
<div class="mb-3"> <div class="mb-3">
...@@ -35,12 +38,12 @@ ...@@ -35,12 +38,12 @@
<label class="form-label" for="deposit">กรุณาระบุจำนวนเงินที่ต้องการฝาก</label><br> <label class="form-label" for="deposit">กรุณาระบุจำนวนเงินที่ต้องการฝาก</label><br>
<div class="input-group input-group-merge"> <div class="input-group input-group-merge">
<input type="text" id="basic-default-email" class="form-control" placeholder="เช่น 1000.00" aria-label="1000.00" aria-describedby="basic-default-email2"> <input type="text" id="basic-default-email" class="form-control" placeholder="เช่น 1000.00" aria-label="1000.00" aria-describedby="basic-default-email2">
</div> </div><br>
<div class="mb-3"> <div class="mb-3">
<label for="formFile" class="form-label">กรุณาอัปโหลดสลิปการโอน (รองรับไฟล์ jpg/png เท่านั้น)</label><br> <label class="form-label" for="formFile">กรุณาอัปโหลดสลิปการโอน (รองรับไฟล์ jpg/png เท่านั้น)</label><br>
<input class="form-control" type="file" id="formFile"> <input class="form-control" type="file" id="formFile">
</div> </div>
<button type="submit" class="btn btn-primary waves-effect waves-light">ยืนยันการเติมเงิน</button> <button type="submit" class="btn btn-primary">ยืนยันการเติมเงิน</button>
</form> </form>
</div> </div>
</div> </div>
......
...@@ -4,21 +4,22 @@ ...@@ -4,21 +4,22 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>User_transaction</title> <title>User_transaction</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous"> <style>
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300&display=swap');
</style>
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<h1>รายการบัญชี</h1> <h1>รายการบัญชี</h1>
<h5>ดูรายการบัญชีย้อนหลัง และตรวจสอบรายละเอียดของบัญชี</h5> <h5>ดูรายการบัญชีย้อนหลัง และตรวจสอบรายละเอียดของบัญชี</h5>
<div class="card"> <div class="card">
<h5 class="card-header">ข้อมูลบัญชี</h5> <h5 class="card-header">ข้อมูลบัญชี</h5>
<div class="table-responsive text-nowrap"> <div class="table-responsive text-nowrap">
<table class="table"> <table class="table">
<thead> <thead>
<tr class="text-nowrap"> <tr class="text-nowrap">
<th>#</th>
<th>วันที่ทำรายการ</th> <th>วันที่ทำรายการ</th>
<th>ประเภทรายการ</th> <th>ประเภทรายการ</th>
<th>ยอดเงิน (บาท)</th> <th>ยอดเงิน (บาท)</th>
...@@ -44,7 +45,7 @@ ...@@ -44,7 +45,7 @@
</table> </table>
</div> </div>
</div> </div>
</div>f </div>
</body> </body>
</html> </html>
\ No newline at end of file
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment