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.
我需要垂直对齐图像。因此,进入页面时屏幕大小无关紧要。
我需要创建 .css 吗?
您可以尝试使用此代码
<img class="yourNeed"> .yourNeed { vertical-align: top; }
您可以vertical-align:top在 css 中使用它。
vertical-align:top