Advertisement
Katsiree

ปุ่มกลับ

Jun 14th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <div style="display: inline-flex;">
  2. <input onfocusout="bill_summary(1)" type="number" min="0" minlength="1" maxlength="3" name="numberPlay[]"
  3. style="font-size:0.8rem;height: 25px;" inputmode="numeric" pattern="[0-9]*" placeholder="หวยไทย"
  4. onblur="checkNumber(this)" id="numberPlay_1"
  5. class="numberplay numonly form-control form-control-sm col-10 text-center py-0 rounded-left">
  6. <button onclick="addNumber(1, 1)" style="font-size: 0.7rem;" class="p-0 pr-1 pl-1 btn btn-info rounded-0" id="">
  7. <div style="transform: skew(-35deg, 25deg);">กลับ</div>
  8. </button>
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement