先看看效果:
tips:提示信息组件
参数:
javascript代码:
CSS:
.tip-wrap {
 position: absolute;
 display: none;
}
.tip-arr-a, .tip-arr-b {
 position: absolute;
 width: 0;
 height: 0;
 line-height: 0;
 border-style: dashed;
 border-color: transparent;
}
page:
 我是测试数据
我是测试数据">我是测试数据
效果: