瓶中玫瑰动画
代码语言:html
所属分类:动画
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title> Beauty and the Beast's Enchanted Rose</title>
<style>
body {
height: 100%;
width: 100%;
background: #080f1a;
overflow: hidden;
}
.container {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.glass {
height: 350px;
width: 200px;
background: #122139;
border-radius: 300px 300px 0px 0px;
}
.glass:before {
content: "";
height: 10px;
width: 10px;
transform-origin: center;
border: 10px solid #122139;
border-radius: 100%;
position: absolute;
left: 87px;
top: -25px;
}
.glass:after {
content: "";
position: absolute;
height: 15px;
.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0