Advertisement
Katsiree

withdraw

May 6th, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.40 KB | None | 0 0
  1. <div class="col-3">
  2.  
  3.                 <span class="badge badge-pill badge-success w-100">
  4.                     <h5 class="text-center font-weight-bold">ยอดคงเหลือ</h5>
  5.                 </span>
  6.  
  7.                 <div class="card mt-3" style="border-radius: 8px;">
  8.                     <div class="card-body">
  9.  
  10.                         <style>
  11.                             div.g_wallet .g_wallet_name i {
  12.                                 height: 45px;
  13.                                 width: 45px;
  14.                                 border-radius: 50%;
  15.                                 margin-left: 10px;
  16.                                 text-align: center;
  17.                                 font-size: 25px;
  18.                                 border: 1px #000 solid;
  19.                                 padding-top: 10px;
  20.                                 background: linear-gradient(to bottom, #000000, #434343);
  21.                                 color: #fff;
  22.                             }
  23.  
  24.                             div.g_wallet .g_wallet_name {
  25.                                 margin: -10px 0 0 -13px;
  26.                                 height: 60px;
  27.                                 display: block;
  28.                                 position: absolute;
  29.                                 z-index: 1;
  30.                             }
  31.  
  32.                             .g_agen {
  33.                                 font-size: 22px;
  34.                                 font-weight: bold;
  35.                                 clear: both;
  36.                             }
  37.  
  38.                             .g_qty {
  39.                                 margin-top: 2px;
  40.                                 font-size: 18px;
  41.                                 font-weight: bold;
  42.                                 float: right;
  43.                                 clear: both;
  44.                             }
  45.  
  46.                             .g_agenD {
  47.                                 clear: both;
  48.                                 margin: 15px 0;
  49.                                 border-bottom: 1px #f7f0f0 solid;
  50.                             }
  51.                         </style>
  52.  
  53.                         <div class="border-bottom border-primary" style="height: 70px;">
  54.                             <span class="g_agen">My Wallet</span>
  55.                             <span>(กระเป๋าหลัก)</span><br>
  56.                             <span class="g_qty">2,000.00</span>
  57.                             <a href=""><i class="fas fa-sync-alt" style="float: right;
  58.                                        margin-top: -55px;
  59.                                        font-size: 21px;
  60.                                        clear: both;"></i></a>
  61.                         </div>
  62.  
  63.                         <div class="g_agenD">
  64.                             <span class="g_agen">Villa555</span>
  65.                             <span class="g_qty">500.00</span>
  66.                         </div>
  67.                         <div class="g_agenD">
  68.                             <span class="g_agen">UFABET</span>
  69.                             <span class="g_qty">500.00</span>
  70.                         </div>
  71.                         <div class="g_agenD">
  72.                             <span class="g_agen">igaZ</span>
  73.                             <span class="g_qty">500.00</span>
  74.                         </div>
  75.                         <div class="g_agenD">
  76.                             <span class="g_agen">DG Casino</span>
  77.                             <span class="g_qty">500.00</span>
  78.                         </div>
  79.                         <div class="g_agenD">
  80.                             <span class="g_agen">IM Sport</span>
  81.                             <span class="g_qty">500.00</span>
  82.                         </div>
  83.                         <div class="g_agenD">
  84.                             <span class="g_agen">BG</span>
  85.                             <span class="g_qty">500.00</span>
  86.                         </div>
  87.                         <div class="g_agenD">
  88.                             <span class="g_agen">KKLotto</span>
  89.                             <span class="g_qty">500.00</span>
  90.                         </div>
  91.  
  92.                         <div class="mt-4">
  93.                             <div class="g_wallet">
  94.                                 <div class="g_wallet_name">
  95.                                     <i class="fas fa-dollar-sign"></i>
  96.                                 </div>
  97.                                 <span class="badge badge-pill badge-primary pr-4 pl-4"
  98.                                    style="position: relative; width: 100%; margin-top: -10px;height: 45px;">
  99.                                     <h6 class="text-center font-weight-bold"
  100.                                        style="font-size: 22px; margin-left: 30px; margin-top: 6px;">รวม 20,000.00</h6>
  101.                                 </span>
  102.                             </div>
  103.                         </div>
  104.  
  105.                     </div>
  106.                 </div>
  107.  
  108.                 <center>
  109.                     <button type="button" class="btn btn-outline-primary rounded-pill w-100 pt-2 pb-2;" style="margin: 0; margin-top:10px;"
  110.                ">
  111.                         <span style="font-size: 14px; font-weight: bold;"><i
  112.                                class="fas fa-wallet"></i>
  113.                             โยกมาไว้ที่ Wallet</span>
  114.                     </button>
  115.                 </center>
  116.  
  117.  
  118.             </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement