0
点赞
收藏
分享

微信扫一扫

Sentinel —实时监控

Alex富贵 2023-09-06 阅读 43
css前端

效果

在这里插入图片描述

源码

<!doctype html>
<html>
	<head>
		<meta charset="utf-8">
		<title>Animated Circular Progress | CSS Only</title>
		<link rel="stylesheet" href="style.css">
	</head>
	<body>
		<div class="container">
			<div class="card">
				<div class="percent" style="--clr:#04fc43;--num:85;">
					<div class="dot"></div>
					<svg>
						<circle cx="70" cy="70" r="70"></circle>
						<circle cx="70" cy="70" r="70"></circle>
					</svg>
					<div class="number">
						<h2>85<span>%</span></h2>
						&l
举报

相关推荐

0 条评论