首頁 > web前端 > css教學 > 主體

css怎麼修改input框的長度

青灯夜游
發布: 2021-11-10 17:28:00
原創
10666 人瀏覽過

css修改input框長度的方法:1.在input標籤中利用style屬性設定width樣式,語法「」;2、在style標籤對中,設定「input{width:寬度值;}」語句即可。

css怎麼修改input框的長度

本教學操作環境:windows7系統、CSS3&&HTML5版、Dell G3電腦。

css修改input框長度的方法

#方法1:

##就利用style屬性給input標籤新增width樣式。


<input type="text" /><br /><br />
<input type="text" style="width: 300px" />
登入後複製

css怎麼修改input框的長度

##

<!DOCTYPE html>
<html>
	<head>
		<style>
			.input {width: 100px;}
		</style>
	</head>
	<body>
		<input type="text" /><br /><br />
		<input type="text" class="input" />
	</body>
</html>
登入後複製

css怎麼修改input框的長度

r:rrreee

######### (學習影片分享:###css影片教學###)###

以上是css怎麼修改input框的長度的詳細內容。更多資訊請關注PHP中文網其他相關文章!

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板