实现效果
实现代码
CSS Code复制内容到剪贴板
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <link rel="shortcut icon" href="resources/img/logo-color.png" type="image/x-icon">
- <title>测试</title>
- <style>
- .out-div {
- color: #FFFFFF;
- font-size: 16px;
- line-height: 40px;
- display: inline-block;
- height: 40px;
- width: 200px;
- text-align: center;
- border-radius: 5px;
- margin-left: 32px;
- vertical-align: top;
- background-color: maroon;
- }
- .arrow {
- width: 0px;
- height: 0px;
- border-top: 10px solid transparent;
- border-right: 10px solid;
- border-bottom: 10px solid transparent;
版权声明:本站所有图片/内容除标明原创外,均来自网络转载,版权归原作者所有,如果有侵犯到您的权益,请联系本站删除,谢谢!