博客文章点赞收藏按钮点击效果代码

代码语言:html

所属分类:布局界面

代码描述:博客文章点赞收藏按钮点击效果代码

代码标签: 收藏 按钮 点击 效果

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


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

<head>

  <meta charset="UTF-8">

<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/reset.min.css">
  <link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Inter:400,500,600,&amp;display=swap'>
  
<style>
.like {
  --color: #000;
  --background: #fff;
  --stroke: #6b7280;
  --border-color: #e5e7eb;
  --fill: #e5e7eb;
  --a-color: #10b981;
  --a-background: #ecfdf5;
  --a-stroke: #10b981;
  --a-border-color: #a7f3d0;
  --a-fill: #a7f3d0;
  --height: 66px;
  --width: 66px;
  --radius: 6px;
  --duration: 0.3s;
  --function: cubic-bez.........完整代码请登录后点击上方下载按钮下载查看

网友评论0