coco-message插件实现多种类型效果提示效果代码
代码语言:html
所属分类:弹出层
代码描述:coco-message插件实现多种类型效果提示效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Coco Message Example</title>
<style>
body {
margin: 0;
}
#test {
margin: 0 auto;
width: 1000px;
height: calc(160vh - 100px);
display: flex;
justify-content: center;
align-items: center;
}
#test button {
margin: 0 20px;
}
.coco-btn {
font-size: 14px;
text-decoration: none;
padding: 6px 20px;
white-space.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0