我正在尝试设置博客布局的样式,但博客标题(条目内容)与博客标题较长而不是推下该段落时的摘录段落重叠。如何让它不重叠?谢谢,这是它看起来重叠的方式。http://rebelde.website/test6/blog/
.brick img {
clear: both;
display: block;
float: none;
height: 200px !important;
margin-bottom: 50px;
mix-blend-mode: inherit;
position: relative;
z-index: 1;
}
.brick .entry-title {
font-size: 40px;
font-family: oswald;
font-weight: 700;
color: #000;
position: absolute;
float: right;
top: 227px;
clear: both;
}
p {
color: #072701;
display: block;
font-family: oswald;
margin: 0 0 16px;
overflow: auto;
padding-left: 10px;
padding-right: 1px;
position: relative;
clear:both;
}
答案 0 :(得分:0)