html带箭头的提示框

.tooltip .tooltiptext:after {
    content: " ";
    position: absolute;
    top: 100%; /* 提示工具底部 */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

你可能感兴趣的:(html带箭头的提示框)