html 对号图片 叉号图片 素材,SVG 勾号和叉号图标

.done {

width: 50px;

height: 50px;

border-radius: 50%;

display: block;

stroke-width: 2;

stroke: #fff;

stroke-miterlimit: 10;

margin: 20px auto;

box-shadow: inset 0px 0px 0px #7ac142;

animation: fill-green 0.5s ease-in-out 0.5s forwards, scale 0.3s ease-in-out 0.7s both;

}

.done .circle {

stroke-dasharray: 166;

stroke-dashoffset: 166;

stroke-width: 2;

stroke-miterlimit: 10;

stroke: #7ac142;

fill: none;

animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;

}

.done .check {

transform-origin: 50% 50%;

stroke-dasharray: 48;

stroke-dashoffset: 48;

animation: stroke 0.7s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;

}

.error {

width: 50px;

height: 50px;

border-radius: 50%;

display: block;

stroke-width: 2;

stroke: #fff;

stroke-miterlimit: 10;

margin: 20px auto;

box-shadow: inset 0px 0px 0px #e74c3c;

animation: fill-red 0.5s ease-in-out 0.5s forwards, scale 0.3s ease-in-out 0.7s both;

}

.error .circle {

stroke-dasharray: 166;

stroke-dashoffset: 166;

stroke-width: 2;

stroke-miterlimit: 10;

stroke: #e74c3c;

fill: none;

animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;

}

.error .line {

transform-origin: 50% 50%;

stroke-dasharray: 48;

stroke-dashoffset: 48;

animation: stroke 0.7s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;

}

.error .line:nth-child(1) {

animation-delay: 1s;

}

.error .line:nth-child(2) {

/* Animate */

animation-delay: 0.7s;

}

@keyframes stroke {

100% {

stroke-dashoffset: 0;

}

}

@keyframes scale {

0%, 100% {

transform: none;

}

50% {

transform: scale3d(1.2, 1.2, 1);

}

80% {

transform: scale3d(0.8, 0.8, 1);

}

}

@keyframes fill-green {

100% {

box-shadow: inset 0px 0px 0px 25px #7ac142;

}

}

@keyframes fill-red {

100% {

box-shadow: inset 0px 0px 0px 25px #e74c3c;

}

}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值