.person a{
display: block;
position: absolute;
width: 109px;
height: 33px;
bottom: 19px;
right: 40px;
/*添加透明背景*/
background:#fff;
opacity:;
filter:alpha(opacity=0);
}
添加透明背景即可
2024-03-07 20:34:03
.person a{
display: block;
position: absolute;
width: 109px;
height: 33px;
bottom: 19px;
right: 40px;
/*添加透明背景*/
background:#fff;
opacity:;
filter:alpha(opacity=0);
}
添加透明背景即可