css+attr属性实现无js环状图表效果代码

代码语言:html

所属分类:图表

代码描述:css+attr属性实现无js环状图表效果代码,不用js,纯css就能实现环状图表

代码标签: css attr 属性 环状 图表

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en" >

<head>
  <meta charset="UTF-8">

  
<style>
@import url(https://fonts.bunny.net/css?family=jura:300,500);
@layer base, demo;

@layer demo {
	/* register the cusotm property to allow it to be altered via the keyframes animation */
	@property --percent-1 {
		syntax: "<percentage>";
		initial-value: 0%;
		inherits: false;
	}
	@property --percent-2 {
		syntax: "<percentage>";
		initial-value: 0%;
		inherits: false;
	}
	@property --percent-3 {
		syntax: "<percentag.........完整代码请登录后点击上方下载按钮下载查看

网友评论0