为什么我使用了absolute之后,div里面的文字会下沉呢?
.s3pic{
position: relative;
margin-bottom: 20px;
}
.pic2{
width: 458px;
height: 275px;
}
.opwrap{
position: absolute;
height: 61px;
width: 458px;
bottom: 0;
}
.wrap{
position: absolute;
width: 458px;
height: 61px;
opacity: 0.3;
background-color: black;
}
.line{
display: inline-block;
margin:8px 0 9px 25px;
width: 3px;
height: 44px;
background-color: #72b16a;
}
.bigword{
margin:0 10px;
font-size: 26px;
color:#fff;
}
.sword{
color: #72b16a;
font-style: italic;
word-spacing: 140%;
}
前端技术
前端技术前端技术