修改input显示宽度

This commit is contained in:
涵曦 2024-04-08 07:47:57 +08:00
parent 1fadc9a479
commit 601bff4404

View File

@ -25,7 +25,7 @@
} }
input { input {
margin: 10px; margin: 10px;
width: 200px; width: 300px;
height: 40px; height: 40px;
} }
</style> </style>
@ -45,7 +45,7 @@
<hr> <hr>
<div> <div>
<input id="music-name" type="text" placeholder="请输入搜索关键词(如:MV高清版 周杰伦 七里香)"></input> <input id="music-name" type="text" placeholder="请输入搜索关键词(如:MV高清版 周杰伦 七里香)"></input>
<input id="music-filename" type="text" placeholder="请输入保存为的文件名称(如:周杰伦-七里香)"></input> <input id="music-filename" type="text" placeholder="请输入保存为的文件名称(如:周杰伦七里香)"></input>
<button id="play">播放</button> <button id="play">播放</button>
</div> </div>
</body> </body>