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.
我无法创建一个在居中时覆盖浏览器窗口宽度 80% 的输入字段。
<input style="margin-right:10%; margin-left:10%;" size="100%">
仅在浏览器最大化时有效。
试试这个
<input type="text" id="url" NAME="otherSite" style="width:70%" value=""/>