countup模拟支付宝芝麻信用评分动画效果代码
代码语言:html
所属分类:图表
代码描述:countup模拟支付宝芝麻信用评分动画效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<style>
body {
background-color: #fff;
overflow: hidden;
}
.circle {
position: absolute;
top: 50%;
left: 50%;
width: 400px;
height: 400px;
text-align: center;
transform: translate(-50%, calc(-50% + 80px));
}
.circle > .text {
position: absolute;
z-index: 100;
left: 50%;
top: 50%;
text-align: center;
transform: translate(-50%, -50%);
}
.circle > .text > .beta {
color: #ccc;
text-transform: uppercase;
font-size: 20px;
letter-spacing: 1px;
}
.circle > .text > .number {
font-size: 5vmax;
color: #08C595;
font-family: arial, sans-serif;
}
.circle > .text > h3 {
color: #00c68d;
font-size: 2vmax;
}
.circle > .text > .time {
margin-top: 8px;
color: #aaa;
font-size: 14px;
}
.circle:before {
content: "";
position: absolute.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0