为了账号安全,请及时绑定邮箱和手机立即绑定

前端如何实现这种不规则的三角形?

前端如何实现这种不规则的三角形?

MMMHUHU 2018-08-23 20:22:54
如图所示各个城市的这种不规则提示框该怎么实现呢?每个城市直接贴图片的话有些城市会点击不到,因为太密集了。
查看完整描述

1 回答

?
慕虎7371278

TA贡献1802条经验 获得超4个赞

      #talkbubble {           width: 120px;           height: 46px;           background: red;           position: relative;           border : 5px solid red;           border-radius : 5px;           margin: 30px 0 0 200px;           color: #fff;           display: flex;           justify-content: center;           align-items: center;
        }        #talkbubble:before {           content:"";           position: absolute;           right: 100%;           top: 24px;           width: 0;           height: 0;           border-top: 16px solid transparent;           border-right: 100px solid red;           transform:rotate(-10deg);
        }


查看完整回答
反对 回复 2018-08-26
  • 1 回答
  • 0 关注
  • 878 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信