css按钮编辑问题

时间:2016-10-26 17:46:48

标签: html css twitter-bootstrap css3

我正在尝试编辑css按钮,在那个css按钮中,我不得不添加带有加号和减号按钮的数字字段,以使其更具动态性

现在按钮就像这样

http://prntscr.com/cza7s0

我有这样的CSS:

   .thumbnail input.productcart_btn {
        border: none;
        background: #f25c27 url(../img/prodcutcart.png) right 7px no-repeat;
        color: #fff;
        float: right;
        padding: 8px 27px 8px 8px;
        font-size: 13px;
}

和html一样

<input type="submit" value="ADD TO CART" class="productcart_btn">

准备将文字修改为相关内容,例如AddCart,以便qty 选择框和< em> minus 按钮可以放在里面

我试了一下,但不确定它是否能在响应模式下工作

https://jsfiddle.net/vnk17uoe/

0 个答案:

没有答案