九色国产,午夜在线视频,新黄色网址,九九色综合,天天做夜夜做久久做狠狠,天天躁夜夜躁狠狠躁2021a,久久不卡一区二区三区

打開APP
userphoto
未登錄

開通VIP,暢享免費(fèi)電子書等14項(xiàng)超值服

開通VIP
css帶邊框的小氣泡
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
.tag{
width:300px;
height:100px;
border:5px solid #09F;
position:relative;
background-color:#FFF;
}
.tag:before,.tag:after{
content:"";display:block;
border-width:20px;
position:absolute; bottom:-40px;
left:100px;
border-style:solid dashed dashed;
border-color:#09F transparent transparent;
font-size:0;
line-height:0;
}
.tag:after{
bottom:-33px;
border-color:#FFF transparent transparent;
}
</style>
</head>
<body>
<div class="tag">
css3氣泡框
</div>
</body>
</html>
如圖所示:
稍微修改修改,就可以得到自己想要的小氣泡彈框呦!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
.tag{
width: 280px;
height: 80px;
border: 1px solid #50e3c2;
position: relative;
background-color: #69748b;
border-radius: 5px;
color: #fff;
text-align: center;
padding: 20px 10px;
}
.tag:before,.tag:after{
content:"";display:block;
border-width:15px;
position:absolute; bottom:-31px;
left:100px;
border-style:solid dashed dashed;
border-color:#50e3c2 transparent transparent;
font-size:0;
line-height:0;
}
.tag:after{
bottom:-30px;
border-color:#69748b transparent transparent;
}
</style>
</head>
<body>
<div class="tag">
css3氣泡框
</div>
</body>
</html>
如圖所示:
 

本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊舉報(bào)
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
純CSS氣泡效果
純CSS打造Bubble氣泡提示框
純CSS實(shí)現(xiàn)箭頭、氣泡讓提示功能具有三角形圖標(biāo)
分享Css3設(shè)計(jì)---純Css實(shí)現(xiàn)超酷的iphone玻璃氣泡效果
制作CSS氣泡框
純CSS實(shí)現(xiàn)各類氣球泡泡對(duì)話框效果
更多類似文章 >>
生活服務(wù)
熱點(diǎn)新聞
分享 收藏 導(dǎo)長(zhǎng)圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服