一、修改toolarrow
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #5cb85c;
}
二、修改toolinner的样式
tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
text-decoration: none;
background-color: #5cb85c;
border-radius: 4px;
}
网友评论