2015-03-03 63 views
-2

enter image description here如何更改select2框高(自举)

如何更改字段的高度?

(我没有代码,这是不可行的我把这个网站的例子:toster.ru/q/193633

+1

你可以发布你的代码或演示吗? – Stella 2015-03-03 01:44:03

+0

我没有代码,这是不可行的。我拿这个网站的例子:https://toster.ru/q/193633 – Fabio 2015-03-03 02:05:20

+0

你使用Chosen Select(http://harvesthq.github.io/chosen)吗? – AskYous 2015-03-03 02:09:22

回答

0

在这里你去:

HTML:

<input type="text" class="inputSize"> 

CSS:

.inputSize { 
    font-size:18px; 
    height: 75px; 
}