Advertisement
AlexM1SHOP

Untitled

May 3rd, 2020
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. <form style=" display: block;
  2. max-width: 100%;
  3. width: 480px;
  4. margin: 10px auto;
  5. border: 2px dashed #555;
  6. padding: 15px;
  7. background: #fffacd none repeat scroll 0% 0%;" class="orderForm x_order_form order_all" action="" method="post" onsubmit="if(this.name.value==''){alert('Введите Ваше имя!');return false}if(this.phone.value==''){alert('Введите Ваш номер телефона!');return false}urlGen(this);return true;">
  8. <div class="order_form">
  9. <div class="block_form">
  10. <label class="block_form_label">ชื่อของคุณ:</label>
  11. <div>
  12. <input style="display: block;
  13. height: 38px;
  14. padding-left: 2px;
  15. border: #888 1px solid;
  16. font-size: 15px;
  17. -webkit-border-radius: 5px;
  18. -moz-border-radius: 5px;
  19. border-radius: 5px;
  20. width: 100%;
  21. background: #fff;" class="form_input -metrika-nokeys" name="name" placeholder="ชื่อของคุณ">
  22. </div>
  23. </div>
  24. <div class="block_form">
  25. <label class="block_form_label">โทรศัพท์ของคุณ:</label>
  26. <div>
  27. <input style="display: block;
  28. height: 38px;
  29. padding-left: 2px;
  30. border: #888 1px solid;
  31. font-size: 15px;
  32. -webkit-border-radius: 5px;
  33. -moz-border-radius: 5px;
  34. border-radius: 5px;
  35. width: 100%;
  36. background: #fff;" class="form_input phone_n -metrika-nokeys" name="phone" id="phone" placeholder="โทรศัพท์ของคุณ" type="tel">
  37. <input type="hidden" name="product_id" value="2499"/>
  38. <input type="hidden" name="ref" value="29532"/>
  39. </div>
  40. </div>
  41. <div class="clear"></div>
  42. <button style="cursor: pointer;
  43. letter-spacing: .4px;
  44. font-weight: 600!important;
  45. border: none;
  46. border-bottom-color: currentcolor;
  47. border-bottom-style: none;
  48. border-bottom-width: medium;
  49. font-family: calibri,roboto,arial;
  50. display: block;
  51. margin: 20px auto;
  52. color: #fff;
  53. font-size: 20px;
  54. text-decoration: none;
  55. text-align: center;
  56. width: auto;
  57. line-height: 32px;
  58. height: auto;
  59. background: #e74c3c;
  60. border-bottom: 2px solid #c0392b;
  61. -webkit-border-radius: 3px;
  62. -moz-border-radius: 3px;
  63. border-radius: 3px;
  64. min-height: 51px;
  65. padding: 0 14px;" class="button order-btn" type="submit">ที่จะได้รับ <span class="hidden-pzero">สำหรับ</span> <font class="price_only4156">900</font> <span class="price_land_curr" style="text-transform:uppercase;"><font class="price_currency">руб</font></span></button>
  66. </div>
  67. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement