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.
我的网站主页在这里。当我单击登录按钮时,一切看起来都很好。它正确对齐,一切都正确。但是,当我将完全相同的代码复制并粘贴到我的密码更改页面时,文本字段会变得很乱,并且与它们各自的图标不一致。
关于可能导致这种对齐方式的任何想法?顺便说一句,如果你不知道,我正在使用 Twitter Bootstrap。
可以在此处找到页面的屏幕截图及其各自的源代码。
我认为您的 css 文件相互干扰,或者您的顺序错误。当我通过删除 CSS 并插入 Bootstrap CSS ref 来测试 HTML 时,它可以工作。