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.
如果有人可以请帮助我。实际上我想在邮箱左上角的相同位置显示类别名称,但是当我更改帖子的标题名称时,我的意思是当标题的长度发生变化时,类别名称的位置也是改变但不,我想将类别名称固定在该位置。那么我该怎么做呢。谢谢。
可以通过使元素相对于元素绝对位于左上角来做到这.cat一点.post
.cat
.post
将以下样式添加到.postand .cat:
.block-type-content .post{ position:relative; } .cat { position: absolute; top: 0; left: 0; }