
.dr_payoff>ul>li>a>p:first-of-type{
font-size: 12px;
background: #E21A27;
height: 19px;
line-height: 19px;
color: #fff;
margin: -6px auto;
}
元素还有没有宽度,使用定位怎么样做到元素居中;
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
用
transform可以比较简单的实现position:absolute;
left:0;
top:0;
right:0;
bottom:0;
margin:auto auto;