消息框尖尖

Posted 杜俊锋

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了消息框尖尖相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="renderer" content="webkit">
    <title>Title</title>
    <style>
        .box{
            width: 200px;
            height: 100px;
            border: 2px solid blue;
            margin: 100px auto;
            position: relative;
            border-radius: 20px;
        }
        .box:before{
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            top: 36px;
            left: -11px;
            border-right: 10px solid blue;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
        }
        .box:after{
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            top: 36px;
            left: -8px;
            border-right: 10px solid white;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
        }
    </style>
</head>
<body>
    <div class="box"></div>
</body>
</html>

 

Title

 

以上是关于消息框尖尖的主要内容,如果未能解决你的问题,请参考以下文章

小荷才露尖尖角

没有带有拉动刷新的互联网消息 webview 片段

SpringCloud系列十一:SpringCloudStream(SpringCloudStream 简介创建消息生产者创建消息消费者自定义消息通道分组与持久化设置 RoutingKey)(代码片段

IOS开发-OC学习-常用功能代码片段整理

WPF气泡样式弹窗效果

WPF气泡样式弹窗效果