首页 前端知识 生动好看的css卡片样式

生动好看的css卡片样式

2024-10-28 20:10:01 前端知识 前端哥 380 52 我要收藏

样式一:

借鉴网址:https://www.vue3js.cn/

展示:
在这里插入图片描述
css

<div class='aa'></div>

.aa {
  width: 300px;
  height: 200px;
  background: #fbfbfb !important;
  border: 1px solid #f1f1f1;
  transition: all 0.2s ease-in-out;
}
.aa:hover {
  width: 300px;
  height: 200px;
  background: #fbfbfb !important;
  box-shadow: 0 18px 32px -18px #000 !important;
  transform: translateY(-3px);
  border: 1px solid #f1f1f1;
}

— 持续更新—

转载请注明出处或者链接地址:https://www.qianduange.cn//article/19379.html
标签
评论
发布的文章
大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!