注册 登录
曲靖论坛 返回首页

薄荷的个人空间 https://0874bbs.com/?1 [收藏] [复制] [分享] [RSS]

日志

N7模板底部二维码出现彩色流动框代码

已有 592 次阅读2025-4-9 23:23 |个人分类:建站笔记

在模板文件common目录的extend_common.css最下方添加代码

.kmewm {
  position:relative;
}
.kmewm::before,
.kmewm::after {
  content:"";
  border:2px solid;
  border-image:linear-gradient(45deg,gold,deeppink) 1;
  position:absolute;
  top:-5px;
  left:-5px;
  right:-5px;
  bottom:-5px;
  animation:clippath 3s infinite;
}
.kmewm::before {
  animation:clippath 3s infinite -1.5s linear;
}
@keyframes clippath {
  0%,
  100% {
    clip-path:inset(0 0 96% 0);
    filter:hue-rotate(0deg);
  }
  25% {
    clip-path:inset(0 96% 0 0);
  }
  50% {
    clip-path:inset(96% 0 0 0);
    filter:hue-rotate(360deg);
  }
  75% {
    clip-path:inset(0 0 0 96%);
  }
}

路过

鸡蛋

鲜花

握手

雷人

评论 (0 个评论)

facelist doodle 涂鸦板

您需要登录后才可以评论 登录 | 注册

QQ|关于我们|小黑屋|手机访问|Archiver|曲靖论坛 ( 滇ICP备12002555号 )|网站地图滇公网安备53032402000512号 本站已运行

GMT+8, 2026-3-2 10:08

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

返回顶部