Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何更改字段的高度?
(我没有代码,不可行。我以本站为例:toster.ru/q/193633)
干得好:
HTML:
<input type="text" class="inputSize">
CSS:
.inputSize { font-size:18px; height: 75px; }