如何将图像放在输入框Bootstrap的左侧

时间:2015-10-28 19:30:42

标签: javascript twitter-bootstrap-3

This is what it looks like on my website

这是我的fiddle

它们相距甚远,因为我使用左拉和拉右。我希望他们在彼此旁边。我尝试过Bootstrap列,但它没有解决任何问题。什么是其他可能的解决方案?

    $('form').card({
   // container to render to
   container: '.card-wrapper',

   // input boxes to pull from
   formSelectors: {
     numberInput: 'input#number',
     expiryInput: 'input#expiry',
     cvcInput:  'input#cvc',
     nameInput:   'input#name'
  },

  // placeholders on the virtual card
  placeholders: {
    number: '•••• •••• •••• ••••',
    name: 'Full Name',
    expiry: '••/••',
    cvc: '•••'
  },
});

0 个答案:

没有答案