打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
css3div仿微信聊天气泡的制作
使用向左、向右悬浮,实现聊天气泡的效果,使用:before和:after选择器显示气泡箭头定位。使用百分比保证响应式web 因为有一些代码博客时里屏蔽了,所以在一些代码前加一个'-',使用时去掉,

 

<-style>
div.speech {
 margin: 10px 0;
 padding: 8px;
 ;
 word-break: break-all;
 position: relative;
 background: -webkit-gradient( linear, 50% 0%, 50% 100%, from(#ffffff), color-stop(0.1, #ececec), color-stop(0.5, #dbdbdb), color-stop(0.9, #dcdcdc), to(#8c8c8c) );
 border: 1px solid #989898;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 border-radius: 8px;
}
div.speech:before {
 content: '';
 position: absolute;
 width: 0;
 height: 0;
 left: 15px;
 top: -20px;
 border: 10px solid;
 border-color: transparent transparent #989898 transparent;
}
div.speech:after {
 content: '';
 position: absolute;
 width: 0;
 height: 0;
 left: 17px;
 top: -16px;
 border: 8px solid;
 border-color: transparent transparent #ffffff transparent;
}
div.speech.right {
 box-shadow: -2px 2px 5px #CCC;
 margin-right: 10px;
 width: 75%;
 float: right;
 background: -webkit-gradient( linear, 50% 0%, 50% 100%, from(#e4ffa7), color-stop(0.1, #bced50), color-stop(0.4, #aed943), color-stop(0.8, #a7d143), to(#99BF40) );
}
div.speech.right:before {
 content: '';
 position: absolute;
 width: 0;
 height: 0;
 top: 9px;
 bottom: auto;
 left: auto;
 right: -10px;
 border-width: 9px 0 9px 10px;
 border-color: transparent #989898;
}
div.speech.right:after {
 content: '';
 position: absolute;
 width: 0;
 height: 0;
 top: 10px;
 bottom: auto;
 left: auto;
 right: -8px;
 border-width: 8px 0 8px 9px;
 border-color: transparent #bced50;
}
div.speech.left {
 box-shadow: 2px 2px 2px #CCCCCC;
 margin-left: 10px;
 width: 75%;
 float: left;
 background: -webkit-gradient( linear, 50% 0%, 50% 100%, from(#ffffff), color-stop(0.1, #eae8e8), color-stop(0.4, #E3E3E3), color-stop(0.8, #DFDFDF), to(#D9D9D9) );
}
div.speech.left:before {
 content: '';
 position: absolute;
 width: 0;
 height: 0;
 top: 9px;
 bottom: auto;
 left: -10px;
 border-width: 9px 10px 9px 0;
 border-color: transparent #989898;
}
div.speech.left:after {
 content: '';
 position: absolute;
 width: 0;
 height: 0;
 top: 10px;
 bottom: auto;
 left: -8px;
 border-width: 8px 9px 8px 0;
 border-color: transparent #eae8e8;
}
.leftimg {
 float: left;
 margin-top: 10px;
}
.rightimg {
 float: right;
 margin-top: 10px;
}
.leftd {
 clear: both;
 float: left;
 background: url(jquerymobile/images/icon3.png) 0px 10px no-repeat;
 padding-left: 40px;
}
.rightd {
 clear: both;
 float: right;
 background: url(jquerymobile/images/icon10.png) right 10px no-repeat;
 padding-right: 40px;
}
.clear {
 clear: both;
}
</-style>
<-body>
<-div class="leftd">
  <-div class="speech left" > 你好!在晚上好!我在!明天早上8点要开会!晚上好!我在!明天早上8点要开会!晚上好!我在!明天早上8点要开会!晚上好!我在!明天早上8点要开会!晚上好晚上好!我在!明天早上8点要开会!晚上好!我在!明天早上8点要开会! </-div>
</-div>
<-div class="rightd">
  <-div class="rightimg"> </-div>
  <-div class="speech right" > 晚上好!我在!明天早上8点要开会!晚上好!我在!明天早上8点要开会!晚上好!我在!明天早上8点要开会!晚上好!我在!明天早上8点要开会!晚上好晚上好!我在!明天早上8点要开会!晚上好!我在!明天早上8点要开会! </-div>
</-div>
<-div class="leftd">
  <-div class="speech left"> 请把资料准备好! </-div>
</-div>
<-div class="rightd">
  <-div class="speech right"> 好的!</-br>
    没问题!</-br>
    搞定了 </-div>
</-div>
</-body>

本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
纯CCS绘制成的三角形箭头图案技术详解 | WebTian
使用bootstrap3做的响应式网站
纯CSS写三角形
各种少见的边框代码
博客技术:用动画图做公示栏播放器
大厂前端推荐纯css实现气泡效果
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服