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.
我需要一点帮助。我正在从 PSD 编码 html/css。它涉及自定义输入。这是供您参考的链接。
当您从下拉列表中选择任何选项,然后单击与其平行的输入框(卖家名称)时,它会自动向下移动。我不知道是什么导致了这个问题......
只需添加一个垂直对齐顶部,它就像一个魅力;)
.styled-select-search { vertical-align: top; }
在您的样式表中 reset.css 更改为:
Line #15: vertical-align: top;
或者设置一个等效的新 div:
div { vertical-align: top; }