前端怎么实现这种带尖角的图片聊天消息?

  • https://img1.mukewang.com/5c73519a00012d5502910257.jpg图片左边或者右边(自己发的消息)的部分隐藏,只显示尖角部分

叮当猫咪
浏览 780回答 2
2回答

猛跑小猪

<!DOCTYPE HTML><html>&nbsp; &nbsp; <head>&nbsp; &nbsp; &nbsp; &nbsp; <meta charset="utf-8">&nbsp; &nbsp; &nbsp; &nbsp; <title>无标题文档</title>&nbsp; &nbsp; </head>&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; <body>&nbsp; &nbsp; &nbsp; &nbsp; <style>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; body{margin:0;padding:0;}&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .demo{width:200px;height:100px;background:#ddd;position:relative;border-radius:8px;margin:20px auto;}&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .demo:before{content:'';position:absolute;margin:0;padding:0;font-size:0;line-height:0;border-width:10px;border-color:#ddd;border-style:dashed;border-left-width:0;border-right-style:solid;border-top-color:transparent;border-bottom-color:transparent;display:inline-block;left:-10px;top:50%;margin-top:-10px;}&nbsp; &nbsp; &nbsp; &nbsp; </style>&nbsp; &nbsp; &nbsp; &nbsp; <div class="demo"></div>&nbsp; &nbsp; </body></html>
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript