太空卫星大战飞碟
代码语言:html
所属分类:布局界面
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<style>
body {
margin: 0;
padding: 0;
height: 100vh;
}
svg {
position: absolute;
min-width: 100vw;
max-height: 100vh;
margin: 0 auto;
top: 50%;
transform: translateY(-50%);
}
</style>
</head>
<body translate="no">
<svg viewBox="0 0 1271 792" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"><path id="Artboard1" fill="none" d="M0 0h1270.36v791.855H0z" /><clipPath id="_clip1"><path d="M0 0h1270.36v791.855H0z" /></clipPath><g clip-path="url(#_clip1)"><g id="Background"><path fill="url(#_Radial2)" d="M-1.689-4.853h1278.18v800.791H-1.689z" /></g><g id="ufo" fill-rule="nonzero"><path d="M163.967 239.895l.141.079" fill="none" stroke="#fdff94" /><path d="M183.85 269.343c-2.239-20.85-20.956-35.937-41.806-33.698-20.85 2.239-35.937 20.955-33.698 41.805 2.238 20.85 20.956 35.937 41.805 33.699 20.85-2.239 35.937-20.956 33.699-41.806" fill="#b1c681" /><path d="M183.85 269.343c-.546-3.674-1.469-7.285-2.959-10.674-1.529-3.362-3.451-6.542-5.828-9.365-2.432-2.77-5.178-5.251-8.235-7.309a41.78 41.78 0 00-9.977-4.627c-3.536-1.022-7.198-1.538-10.88-1.6-1.834.121-3.683.113-5.502.413-1.816.293-3.627.648-5.391 1.183-7.068 2.086-13.515 6.286-18.329 11.943a38.63 38.63 0 018.118-7.611 37.992 37.992 0 0110.043-4.883c1.78-.582 3.616-.972 5.462-1.273 1.849-.316 3.729-.322 5.596-.454 3.749.039 7.485.54 11.098 1.564a42.515 42.515 0 0110.138 4.776c3.091 2.121 5.9 4.637 8.299 7.51 2.36 2.91 4.251 6.165 5.724 9.591 1.393 3.47 2.197 7.129 2.623 10.816" fill="#fdff94" /><path d="M272.471 295.249c1.221 11.372-39.313 33.283-119.528 41.896-69.395 7.451-124.456-3.993-125.699-15.565-1.703-15.868 51.811-34.625 119.529-41..........完整代码请登录后点击上方下载按钮下载查看
网友评论0