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 中为您的链接指定宽度和高度。
.fleft.block{ width: "your image width"; height: "your image height"; }
您的代码运行良好。如果您想更改图像上的光标,请在您的 CSS 中尝试此操作;
.logo{ cursor: pointer; }