Advertisement
Katsiree

content_vietnam-tab

Aug 20th, 2019
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 37.58 KB | None | 0 0
  1.  <div class="tab-pane fade" id="nav-vietnam" role="tabpanel" aria-labelledby="nav-vietnam-tab">
  2.      <div class="row">
  3.          <div class="col-7 p-0 m-0">
  4.              <div class="card-body border border-danger bg-tb_vietnam">
  5.                  <ul class="mb-1 nav nav-tabs tab-solid tab-solid-danger" role="tablist">
  6.                      <li class="nav-item mx-1 border rounded border-danger">
  7.                          <a class="nav-link active" id="tab-lotto-1" data-toggle="tab" href="#home-lotto-1" role="tab"
  8.                             aria-controls="home-lotto-1" aria-selected="true">แทงเลข 1ตัว/2ตัว/3ตัว</a>
  9.                      </li>
  10.                  </ul>
  11.                  <div class="tab-content tab-content-solid">
  12.                      <div class="tab-pane fade show active" id="home-lotto-1" role="tabpanel"
  13.                         aria-labelledby="tab-lotto-1">
  14.                          <div class="row">
  15.                              <form id="play_form" method="post">
  16.                                  <table class="table table-striped w-100">
  17.                                      <thead>
  18.                                          <tr bgcolor="#f6949c" class="text-center">
  19.                                              <th class="border" bgcolor="#f6949c"
  20.                                                 style="font-size: 0.9rem;font-weight: 600!important;width:130px">
  21.                                                  หมายเลข</th>
  22.                                              <th class="border" bgcolor="#f6949c"
  23.                                                 style="font-size: 0.9rem;font-weight: 600!important;">
  24.                                                  ตัวบน
  25.                                              </th>
  26.                                              <th class="border" bgcolor="#f6949c"
  27.                                                 style="font-size: 0.9rem;font-weight: 600!important;">
  28.                                                  ตัวล่าง</th>
  29.                                              <th class="border" bgcolor="#f6949c"
  30.                                                 style="font-size: 0.9rem;font-weight: 600!important;">
  31.                                                  ตัวโต้ด</th>
  32.                                          </tr>
  33.                                          <tr class="table-light text-center">
  34.                                              <th class="border p-1 text-danger">
  35.                                                  จำกัด
  36.                                              </th>
  37.                                              <th class="border p-1" id="topLimit">
  38.  
  39.                                              </th>
  40.                                              <th class="border p-1" id="btmLimit">
  41.  
  42.                                              </th>
  43.                                              <th class="border p-1" id="todLimit">
  44.  
  45.                                              </th>
  46.                                          </tr>
  47.                                          <tr class="table-light text-center">
  48.                                              <th class="border p-1"><button onClick="addNumber()"
  49.                                                     style="font-size: 0.7rem;" class="py-1 px-2 btn btn-outline-danger"
  50.                                                     id="">เพิ่ม 5 แถว</button>
  51.                                              </th>
  52.                                              <th class="border p-1"><button data-nth="2" style="font-size: 0.7rem;"
  53.                                                     class="py-1 px-2 btn btn-outline-danger copy-num"
  54.                                                     onClick="copy('Top')">คัดลอกยอด</button>
  55.                                              </th>
  56.                                              <th class="border p-1"><button data-nth="3" style="font-size: 0.7rem;"
  57.                                                     class="py-1 px-2 btn btn-outline-danger copy-num"
  58.                                                     onClick="copy('Btm')">คัดลอกยอด</button>
  59.                                              </th>
  60.                                              <th class="border p-1"><button data-nth="4" style="font-size: 0.7rem;"
  61.                                                     class="py-1 px-2 btn btn-outline-danger copy-num"
  62.                                                     onClick="copy('Tod')">คัดลอกยอด</button>
  63.                                              </th>
  64.                                          </tr>
  65.                                      </thead>
  66.                                      <tbody class="tab-1-body" id="play_table">
  67.                                          <tr id="box_1">
  68.                                              <td class="py-1">
  69.                                                  <div style="display: inline-flex;">
  70.                                                      <input onfocusout="bill_summary(1)" onKeyUp="onEmpty(this)"
  71.                                                         onChange="onEmpty(this)" type="number" min="0" minlength="1"
  72.                                                         maxlength="3" name="numberPlay[]"
  73.                                                         style="font-size:0.8rem;height: 25px;" inputmode="numeric"
  74.                                                         pattern="[0-9]*" placeholder="หวยไทย"
  75.                                                         onblur="checkNumber(this)" id="numberPlay_1"
  76.                                                         class="border-0 numberplay numonly form-control form-control-sm col-10 text-center py-0">
  77.                                                      <button tabIndex="-1" onclick="addNumber(1, '1')"
  78.                                                         style="font-size: 0.7rem;"
  79.                                                         class="p-0 pr-1 pl-1 btn btn-info rounded-0" id="">
  80.                                                          <div style="transform: skew(-35deg, 25deg);">
  81.                                                              กลับ</div>
  82.                                                      </button>
  83.                                                  </div>
  84.                                              </td>
  85.                                              <td class="py-1">
  86.                                                  <div class="input-group input-group-sm" style="height: 25px;"><input
  87.                                                         onfocus="checkLimit(this)" onfocusout="bill_summary(1)"
  88.                                                         type="number" min="0" max="20000" id="playTop_1"
  89.                                                         placeholder="0" data-role="1"
  90.                                                         style="font-size:0.8rem;height: 25px;" inputmode="numeric"
  91.                                                         pattern="[0-9]*" name="playTop[]"
  92.                                                         class="form-control form-control-sm numonly text-right py-0 playtop">
  93.                                                  </div>
  94.                                              </td>
  95.                                              <td class="py-1">
  96.                                                  <div class="input-group input-group-sm" style="height: 25px;"><input
  97.                                                         onfocus="checkLimit(this)" onfocusout="bill_summary(1)"
  98.                                                         type="number" min="0" max="20000" id="playBtm_1"
  99.                                                         placeholder="0" data-role="2"
  100.                                                         style="font-size:0.8rem;height: 25px;" inputmode="numeric"
  101.                                                         pattern="[0-9]*" name="playBtm[]"
  102.                                                         class="text-right form-control form-control-sm numonly py-0">
  103.                                                  </div>
  104.                                              </td>
  105.                                              <td class="py-1">
  106.                                                  <div class="input-group input-group-sm" style="height: 25px;"><input
  107.                                                         onfocus="checkLimit(this)" onfocusout="bill_summary(1)"
  108.                                                         type="number" min="0" max="20000" id="playTod_1"
  109.                                                         placeholder="0" data-role="3"
  110.                                                         style="font-size:0.8rem;height: 25px;" inputmode="numeric"
  111.                                                         pattern="[0-9]*" name="playTod[]"
  112.                                                         class="text-right form-control form-control-sm numonly py-0">
  113.                                                  </div>
  114.                                              </td>
  115.                                          </tr>
  116.                                          <tr id="box_2">
  117.                                              <td class="py-1">
  118.                                                  <div style="display: inline-flex;">
  119.                                                      <input onfocusout="bill_summary(1)" onKeyUp="onEmpty(this)"
  120.                                                         onChange="onEmpty(this)" type="number" min="0" minlength="1"
  121.                                                         maxlength="3" name="numberPlay[]"
  122.                                                         style="font-size:0.8rem;height: 25px;" inputmode="numeric"
  123.                                                         pattern="[0-9]*" placeholder="หวยไทย"
  124.                                                         onblur="checkNumber(this)" id="numberPlay_2"
  125.                                                         class="border-0 numberplay numonly form-control form-control-sm col-10 text-center py-0">
  126.                                                      <button tabIndex="-1" onclick="addNumber(1, '2')"
  127.                                                         style="font-size: 0.7rem;"
  128.                                                         class="p-0 pr-1 pl-1 btn btn-info rounded-0" id="">
  129.                                                          <div style="transform: skew(-35deg, 25deg);">
  130.                                                              กลับ</div>
  131.                                                      </button>
  132.                                                  </div>
  133.                                              </td>
  134.                                              <td class="py-1">
  135.                                                  <div class="input-group input-group-sm" style="height: 25px;"><input
  136.                                                         onfocus="checkLimit(this)" onfocusout="bill_summary(1)"
  137.                                                         type="number" min="0" max="20000" id="playTop_2"
  138.                                                         placeholder="0" data-role="1"
  139.                                                         style="font-size:0.8rem;height: 25px;" inputmode="numeric"
  140.                                                         pattern="[0-9]*" name="playTop[]"
  141.                                                         class="form-control form-control-sm numonly text-right py-0 playtop">
  142.                                                  </div>
  143.                                              </td>
  144.                                              <td class="py-1">
  145.                                                  <div class="input-group input-group-sm" style="height: 25px;"><input
  146.                                                         onfocus="checkLimit(this)" onfocusout="bill_summary(1)"
  147.                                                         type="number" min="0" max="20000" id="playBtm_2"
  148.                                                         placeholder="0" data-role="2"
  149.                                                         style="font-size:0.8rem;height: 25px;" inputmode="numeric"
  150.                                                         pattern="[0-9]*" name="playBtm[]"
  151.                                                         class="text-right form-control form-control-sm numonly py-0">
  152.                                                  </div>
  153.                                              </td>
  154.                                              <td class="py-1">
  155.                                                  <div class="input-group input-group-sm" style="height: 25px;"><input
  156.                                                         onfocus="checkLimit(this)" onfocusout="bill_summary(1)"
  157.                                                         type="number" min="0" max="20000" id="playTod_2"
  158.                                                         placeholder="0" data-role="3"
  159.                                                         style="font-size:0.8rem;height: 25px;" inputmode="numeric"
  160.                                                         pattern="[0-9]*" name="playTod[]"
  161.                                                         class="text-right form-control form-control-sm numonly py-0">
  162.                                                  </div>
  163.                                              </td>
  164.                                          </tr>
  165.                                          <tr id="box_3">
  166.                                              <td class="py-1">
  167.                                                  <div style="display: inline-flex;">
  168.                                                      <input onfocusout="bill_summary(1)" onKeyUp="onEmpty(this)"
  169.                                                         onChange="onEmpty(this)" type="number" min="0" minlength="1"
  170.                                                         maxlength="3" name="numberPlay[]"
  171.                                                         style="font-size:0.8rem;height: 25px;" inputmode="numeric"
  172.                                                         pattern="[0-9]*" placeholder="หวยไทย"
  173.                                                         onblur="checkNumber(this)" id="numberPlay_3"
  174.                                                         class="border-0 numberplay numonly form-control form-control-sm col-10 text-center py-0">
  175.                                                      <button tabIndex="-1" onclick="addNumber(1, '3')"
  176.                                                         style="font-size: 0.7rem;"
  177.                                                         class="p-0 pr-1 pl-1 btn btn-info rounded-0" id="">
  178.                                                          <div style="transform: skew(-35deg, 25deg);">
  179.                                                              กลับ</div>
  180.                                                      </button>
  181.                                                  </div>
  182.                                              </td>
  183.                                              <td class="py-1">
  184.                                                  <div class="input-group input-group-sm" style="height: 25px;"><input
  185.                                                         onfocus="checkLimit(this)" onfocusout="bill_summary(1)"
  186.                                                         type="number" min="0" max="20000" id="playTop_3"
  187.                                                         placeholder="0" data-role="1"
  188.                                                         style="font-size:0.8rem;height: 25px;" inputmode="numeric"
  189.                                                         pattern="[0-9]*" name="playTop[]"
  190.                                                         class="form-control form-control-sm numonly text-right py-0 playtop">
  191.                                                  </div>
  192.                                              </td>
  193.                                              <td class="py-1">
  194.                                                  <div class="input-group input-group-sm" style="height: 25px;"><input
  195.                                                         onfocus="checkLimit(this)" onfocusout="bill_summary(1)"
  196.                                                         type="number" min="0" max="20000" id="playBtm_3"
  197.                                                         placeholder="0" data-role="2"
  198.                                                         style="font-size:0.8rem;height: 25px;" inputmode="numeric"
  199.                                                         pattern="[0-9]*" name="playBtm[]"
  200.                                                         class="text-right form-control form-control-sm numonly py-0">
  201.                                                  </div>
  202.                                              </td>
  203.                                              <td class="py-1">
  204.                                                  <div class="input-group input-group-sm" style="height: 25px;"><input
  205.                                                         onfocus="checkLimit(this)" onfocusout="bill_summary(1)"
  206.                                                         type="number" min="0" max="20000" id="playTod_3"
  207.                                                         placeholder="0" data-role="3"
  208.                                                         style="font-size:0.8rem;height: 25px;" inputmode="numeric"
  209.                                                         pattern="[0-9]*" name="playTod[]"
  210.                                                         class="text-right form-control form-control-sm numonly py-0">
  211.                                                  </div>
  212.                                              </td>
  213.                                          </tr>
  214.                                          <tr id="box_4">
  215.                                              <td class="py-1">
  216.                                                  <div style="display: inline-flex;">
  217.                                                      <input onfocusout="bill_summary(1)" onKeyUp="onEmpty(this)"
  218.                                                         onChange="onEmpty(this)" type="number" min="0" minlength="1"
  219.                                                         maxlength="3" name="numberPlay[]"
  220.                                                         style="font-size:0.8rem;height: 25px;" inputmode="numeric"
  221.                                                         pattern="[0-9]*" placeholder="หวยไทย"
  222.                                                         onblur="checkNumber(this)" id="numberPlay_4"
  223.                                                         class="border-0 numberplay numonly form-control form-control-sm col-10 text-center py-0">
  224.                                                      <button tabIndex="-1" onclick="addNumber(1, '4')"
  225.                                                         style="font-size: 0.7rem;"
  226.                                                         class="p-0 pr-1 pl-1 btn btn-info rounded-0" id="">
  227.                                                          <div style="transform: skew(-35deg, 25deg);">
  228.                                                              กลับ</div>
  229.                                                      </button>
  230.                                                  </div>
  231.                                              </td>
  232.                                              <td class="py-1">
  233.                                                  <div class="input-group input-group-sm" style="height: 25px;"><input
  234.                                                         onfocus="checkLimit(this)" onfocusout="bill_summary(1)"
  235.                                                         type="number" min="0" max="20000" id="playTop_4"
  236.                                                         placeholder="0" data-role="1"
  237.                                                         style="font-size:0.8rem;height: 25px;" inputmode="numeric"
  238.                                                         pattern="[0-9]*" name="playTop[]"
  239.                                                         class="form-control form-control-sm numonly text-right py-0 playtop">
  240.                                                  </div>
  241.                                              </td>
  242.                                              <td class="py-1">
  243.                                                  <div class="input-group input-group-sm" style="height: 25px;"><input
  244.                                                         onfocus="checkLimit(this)" onfocusout="bill_summary(1)"
  245.                                                         type="number" min="0" max="20000" id="playBtm_4"
  246.                                                         placeholder="0" data-role="2"
  247.                                                         style="font-size:0.8rem;height: 25px;" inputmode="numeric"
  248.                                                         pattern="[0-9]*" name="playBtm[]"
  249.                                                         class="text-right form-control form-control-sm numonly py-0">
  250.                                                  </div>
  251.                                              </td>
  252.                                              <td class="py-1">
  253.                                                  <div class="input-group input-group-sm" style="height: 25px;"><input
  254.                                                         onfocus="checkLimit(this)" onfocusout="bill_summary(1)"
  255.                                                         type="number" min="0" max="20000" id="playTod_4"
  256.                                                         placeholder="0" data-role="3"
  257.                                                         style="font-size:0.8rem;height: 25px;" inputmode="numeric"
  258.                                                         pattern="[0-9]*" name="playTod[]"
  259.                                                         class="text-right form-control form-control-sm numonly py-0">
  260.                                                  </div>
  261.                                              </td>
  262.                                          </tr>
  263.                                          <tr id="box_5">
  264.                                              <td class="py-1">
  265.                                                  <div style="display: inline-flex;">
  266.                                                      <input onfocusout="bill_summary(1)" onKeyUp="onEmpty(this)"
  267.                                                         onChange="onEmpty(this)" type="number" min="0" minlength="1"
  268.                                                         maxlength="3" name="numberPlay[]"
  269.                                                         style="font-size:0.8rem;height: 25px;" inputmode="numeric"
  270.                                                         pattern="[0-9]*" placeholder="หวยไทย"
  271.                                                         onblur="checkNumber(this)" id="numberPlay_5"
  272.                                                         class="border-0 numberplay numonly form-control form-control-sm col-10 text-center py-0">
  273.                                                      <button tabIndex="-1" onclick="addNumber(1, '5')"
  274.                                                         style="font-size: 0.7rem;"
  275.                                                         class="p-0 pr-1 pl-1 btn btn-info rounded-0" id="">
  276.                                                          <div style="transform: skew(-35deg, 25deg);">
  277.                                                              กลับ</div>
  278.                                                      </button>
  279.                                                  </div>
  280.                                              </td>
  281.                                              <td class="py-1">
  282.                                                  <div class="input-group input-group-sm" style="height: 25px;"><input
  283.                                                         onfocus="checkLimit(this)" onfocusout="bill_summary(1)"
  284.                                                         type="number" min="0" max="20000" id="playTop_5"
  285.                                                         placeholder="0" data-role="1"
  286.                                                         style="font-size:0.8rem;height: 25px;" inputmode="numeric"
  287.                                                         pattern="[0-9]*" name="playTop[]"
  288.                                                         class="form-control form-control-sm numonly text-right py-0 playtop">
  289.                                                  </div>
  290.                                              </td>
  291.                                              <td class="py-1">
  292.                                                  <div class="input-group input-group-sm" style="height: 25px;"><input
  293.                                                         onfocus="checkLimit(this)" onfocusout="bill_summary(1)"
  294.                                                         type="number" min="0" max="20000" id="playBtm_5"
  295.                                                         placeholder="0" data-role="2"
  296.                                                         style="font-size:0.8rem;height: 25px;" inputmode="numeric"
  297.                                                         pattern="[0-9]*" name="playBtm[]"
  298.                                                         class="text-right form-control form-control-sm numonly py-0">
  299.                                                  </div>
  300.                                              </td>
  301.                                              <td class="py-1">
  302.                                                  <div class="input-group input-group-sm" style="height: 25px;"><input
  303.                                                         onfocus="checkLimit(this)" onfocusout="bill_summary(1)"
  304.                                                         type="number" min="0" max="20000" id="playTod_5"
  305.                                                         placeholder="0" data-role="3"
  306.                                                         style="font-size:0.8rem;height: 25px;" inputmode="numeric"
  307.                                                         pattern="[0-9]*" name="playTod[]"
  308.                                                         class="text-right form-control form-control-sm numonly py-0">
  309.                                                  </div>
  310.                                              </td>
  311.                                          </tr>
  312.                                      </tbody>
  313.                                      <tfoot>
  314.                                          <tr class="table-light text-center">
  315.                                              <th class="border p-1"><button onClick="addNumber()"
  316.                                                     style="font-size: 0.7rem;" class="py-1 px-2 btn btn-outline-danger"
  317.                                                     id="">เพิ่ม 5 แถว</button>
  318.                                              </th>
  319.                                              <th class="border p-1"><button data-nth="2" style="font-size: 0.7rem;"
  320.                                                     class="py-1 px-2 btn btn-outline-danger copy-num"
  321.                                                     onClick="copy('Top')">คัดลอกยอด</button>
  322.                                              </th>
  323.                                              <th class="border p-1"><button data-nth="3" style="font-size: 0.7rem;"
  324.                                                     class="py-1 px-2 btn btn-outline-danger copy-num"
  325.                                                     onClick="copy('Btm')">คัดลอกยอด</button>
  326.                                              </th>
  327.                                              <th class="border p-1"><button data-nth="4" style="font-size: 0.7rem;"
  328.                                                     class="py-1 px-2 btn btn-outline-danger copy-num"
  329.                                                     onClick="copy('Tod')">คัดลอกยอด</button>
  330.                                              </th>
  331.                                          </tr>
  332.                                      </tfoot>
  333.                                  </table>
  334.                          </div>
  335.                      </div>
  336.                  </div>
  337.                  <div class="mt-4">
  338.                      <div class="row">
  339.                          <label style="font-size:0.8rem;"
  340.                             class="col-2 p-0 pt-2 col-form-label fsz_rem08 text-right">บันทึกช่วยจำ</label>
  341.                          <div class="col-4">
  342.                              <input style="font-size: 0.8rem;" id="note" name="note" type="text"
  343.                                 class="form-control form-control-sm">
  344.                          </div>
  345.                          </form>
  346.                          <div class="col-6">
  347.                              <div style="position: relative; top: -10px;" id="bill_total">
  348.                                  <label style="font-size:14px;" class="font-weight-bold col-4">ยอดแทง</label>
  349.                                  <label style="font-size:16px;text-align: right;"
  350.                                     class="font-weight-bold shadow-sm badge badge-light col-7 text-dark">0</label>
  351.                                  <br>
  352.                                  <label style="font-size:16px;" class="font-weight-bold col-4">ส่วนลด</label>
  353.                                  <label style="font-size:16px;text-align: right;"
  354.                                     class="font-weight-bold shadow-sm badge badge-light col-7 text-danger">0</label>
  355.                                  <br>
  356.                                  <label style="font-size:22px;" class="font-weight-bold col-4">รวม</label>
  357.                                  <label style="font-size:22px;text-align: right;"
  358.                                     class="font-weight-bold shadow-sm badge badge-light col-7 text-success">0</label>
  359.                              </div>
  360.                              <br>
  361.                              <div class="text-center mt-3">
  362.                                  <span class="font-weight-bold text-danger" style="font-size:16px;">**
  363.                                      ส่วนลดจะทำการคืนเข้าบัญชีทันที</span>
  364.                              </div>
  365.                          </div>
  366.                      </div>
  367.                      <div class="row">
  368.                          <div class="col-10 col-offset-2 col-form-label text-center"><button
  369.                                 class="btn btn-primary btn-sm" onClick="clear_bill()">ล้างตาราง</button>
  370.                              <button class="btn btn-success btn-sm" onClick="bill_summary()">บันทึก</button></div>
  371.                      </div>
  372.                  </div>
  373.              </div>
  374.          </div>
  375.          <div class="col-5 p-1">
  376.              <div class="row numhot">
  377.                  <div class="col-12">
  378.                      <table class="table-striped table-bordered border border-secondary w-100">
  379.                          <thead>
  380.                              <tr>
  381.                                  <th colspan="2" class="text-center">เลขดังมาแรง ! <span
  382.                                         class="text-danger">(จ่ายครึ่งราคา)</span></th>
  383.                              </tr>
  384.                          </thead>
  385.                          <tbody>
  386.                              <tr>
  387.                                  <td class="font-weight-bolder bg-danger text-white text-center" style="width: 70px;">
  388.                                      3 ตัวบน (จ่าย 250) </td>
  389.                                  <td class="pl-2 pr-2">
  390.                                      122, 128, 204, 222, 224, 228, 229, 242, 282, 292, 319, 422, 475,
  391.                                      622, 728, 812, 822, 887, 910 </td>
  392.                              </tr>
  393.                              <tr>
  394.                                  <td class="font-weight-bolder bg-danger text-white text-center" style="width: 70px;">
  395.                                      3 ตัวโต๊ด (จ่าย 50) </td>
  396.                                  <td class="pl-2 pr-2">
  397.                                      019, 024, 049, 128, 278 </td>
  398.                              </tr>
  399.                              <tr>
  400.                                  <td class="font-weight-bolder bg-danger text-white text-center" style="width: 70px;">
  401.                                      2 ตัวบน (จ่าย 35) </td>
  402.                                  <td class="pl-2 pr-2">
  403.                                      12, 21, 22, 28, 40, 78, 82, 87, 89 </td>
  404.                              </tr>
  405.                              <tr>
  406.                                  <td class="font-weight-bolder bg-danger text-white text-center" style="width: 70px;">
  407.                                      2 ตัวล่าง (จ่าย 35) </td>
  408.                                  <td class="pl-2 pr-2">
  409.                                      12, 21, 22, 28, 40, 78, 82, 87, 89 </td>
  410.                              </tr>
  411.                          </tbody>
  412.  
  413.                      </table>
  414.                  </div>
  415.                  <div class="alert alert-primary mt-4" style="margin-left: 16px;margin-right: 16px;" role="alert">
  416.                      <strong>*** ระบบจะทำการจ่ายเรทในอัตราตาม ณ เวลาที่เดิมพัน
  417.                          โปรดตรวจสอบในรายละเอียดของแต่ละบิล</strong>
  418.                  </div>
  419.              </div>
  420.  
  421.              <div class="row numhot">
  422.                  <div class="col-12">
  423.                      <table class="table-striped table-bordered border border-secondary w-100">
  424.                          <thead>
  425.                              <tr>
  426.                                  <th colspan="2" class="text-center"><span class="text-danger">เลขเต็ม</span> / ใกล้เต็ม
  427.                                  </th>
  428.                              </tr>
  429.                          </thead>
  430.                          <tbody>
  431.                              <tr>
  432.                                  <td class="font-weight-bolder bg-danger text-white text-center" style="width: 70px;">
  433.                                      3 ตัวบน </td>
  434.                                  <td class="pl-2">
  435.                                      <span class="text-danger">195</span>, <span class="text-danger">196</span> </td>
  436.                              </tr>
  437.                              <tr>
  438.                                  <td class="font-weight-bolder bg-danger text-white text-center" style="width: 70px;">
  439.                                      2 ตัวบน </td>
  440.                                  <td class="pl-2">
  441.                                      22, 89, 96 </td>
  442.                              </tr>
  443.                              <tr>
  444.                                  <td class="font-weight-bolder bg-danger text-white text-center" style="width: 70px;">
  445.                                      2 ตัวล่าง </td>
  446.                                  <td class="pl-2">
  447.                                      22, <span class="text-danger">24</span>, <span class="text-danger">89</span> </td>
  448.                              </tr>
  449.                          </tbody>
  450.  
  451.                      </table>
  452.                  </div>
  453.              </div>
  454.              <div class="col-12 latest-bill-div py-2">
  455.                  <div class="table">
  456.                      <table class="table-striped table-bordered border border-secondary" style="width: 100%">
  457.                          <thead>
  458.                              <tr>
  459.                                  <td colspan="7" class="font-weight-bold py-1 pl-2 bg-tb_order">
  460.                                      <div class="w-100 d-flex">
  461.                                          <span class="ml-2 align-middle">รายการบิลล่าสุด (5
  462.                                              รายการ)</span>
  463.  
  464.                                      </div>
  465.                                  </td>
  466.                              </tr>
  467.                              <tr>
  468.                                  <th class="font-weight-bold border text-center">Ref</th>
  469.                                  <th class="font-weight-bold border text-center">เวลาเดิมพัน</th>
  470.                                  <th class="font-weight-bold border text-center">บันทึกช่วยจำ</th>
  471.                                  <th class="font-weight-bold border text-center">รายการ</th>
  472.                                  <th class="font-weight-bold border text-right">บาท</th>
  473.                                  <th class="font-weight-bold border text-center">ดูบิล</th>
  474.                              </tr>
  475.  
  476.  
  477.                          </thead>
  478.                      </table>
  479.                  </div>
  480.              </div>
  481.          </div>
  482.      </div>
  483.  </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement