分享一段CSS样式代码

21 1
代码来自discuz X5.0 模板中

  1. /*自行行替换 portal-container 使用*/
  2. .portal-container::before {
  3.   content:'';
  4.   position:absolute;
  5.   top:0;
  6.   left:0;
  7.   z-index: 9999999;
  8.   right:0;
  9.   height:20px;
  10.   background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2400 100' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='waveGrad' x1='0%25' y1='0%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' style='stop-color:%231E90FF'/%3E%3Cstop offset='50%25' style='stop-color:%2300CED1'/%3E%3Cstop offset='100%25' style='stop-color:%231E90FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0,50 C200,20 400,80 600,50 C800,20 1000,80 1200,50 C1400,20 1600,80 1800,50 C2000,20 2200,80 2400,50 L2400,0 L0,0 Z' fill='url(%23waveGrad)'/%3E%3C/svg%3E") repeat-x;
  11.   background-size:600px 20px;
  12.   animation:wave-flow 10s linear infinite;
  13. }
  14. @keyframes wave-flow {
  15.   0% {
  16.     background-position-x:0;
  17.   }
  18.   100% {
  19.     background-position-x:600px;
  20.   }
  21. }
复制代码


1
回复1 收藏
分享
  • 微信

    微信扫码分享

  • 复制链接
老一辈人说打喷嚏是有人想你了。
小时候打喷嚏猜过很多人,唯独没猜过是长大后的自己。

全部评论1

沙发 昨天 21:29 | 只看Ta
这代码看着像是给论坛附件样式写的吧?能具体说下是用来美化什么效果的吗?我正好在找类似的样式参考。
[这只是一个小尾巴]
回复
0
恶作剧

举报

回复

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

hot.热文换一批
琥珀彩蛋
琥珀彩蛋
当前页面有彩蛋,请仔细寻找哦!
牛马论坛(niumabbs.com),一个专注于分享日常新鲜事、职场工作点滴、摸鱼乐趣与各类生活感悟的交流平台。

    关注我们

  • 加入Q群
  • 微信客服
  • QQ客服
Copyright © 2026 NIUMABBS 版权所有 All Rights Reserved. 劰载中...
关灯 在本版发帖
扫一扫添加微信客服
QQ客服返回顶部
快速回复 返回顶部 返回列表