.tip {
position: absolute;
top: -52rpx;
background-color: #FF6634;
border: 1rpx solid #ccc;
border-radius: 10rpx;
padding: 10rpx;
font-size: 22rpx;
color: #fff;
box-shadow: 0 2rpx 4rpx rgba(0, 0, 0, 0.1);
}
.tip::before {
content: '';
position: absolute;
top: 100%;
left: 10%;
border-width: 8rpx;
border-style: solid;
border-color: #FF6634 transparent transparent transparent;
}
```
css 气泡框
最新推荐文章于 2024-08-30 10:03:46 发布