css 此css允许您从框元素创建一个箭头,以便为其提供聊天气泡效果。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 此css允许您从框元素创建一个箭头,以便为其提供聊天气泡效果。相关的知识,希望对你有一定的参考价值。

.dropdown-menu {
    top:90px;
    left:30px;
    padding:10px;
    background-color: #ebebeb;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
}
.dropdown-menu:before {
    content: ' ';
    height:0;
    position:absolute;
    width:0;
    border: 12px solid transparent;
    border-bottom-color: #c4c4c4;
    left: 20px;
    top:-25px;
}
.dropdown-menu:after {
    content: ' ';
    height:0;
    position:absolute;
    width:0;
    border: 12px solid transparent;
    border-bottom-color: #ebebeb;
    left: 20px;
    top:-24px;
}

以上是关于css 此css允许您从框元素创建一个箭头,以便为其提供聊天气泡效果。的主要内容,如果未能解决你的问题,请参考以下文章

如何在带有 CSS 的元素后添加向下箭头? [复制]

CSS 动画:曲线箭头

使用纯 CSS 在菜单下滑动箭头

css箭头

CSS 中的内容属性

css3怎样去掉select中三角箭头的背景