当前位置: 首页 > news >正文

矿业公司网站源码如何做线上销售和推广

矿业公司网站源码,如何做线上销售和推广,seo发展现状,电商网站基本功能之前为大家介绍了很多款由纯css3实现的特效。今天要再给大家带来一款纯css3实现的超炫动画背画特效。代码非常简单#xff0c;没有引用任何其它js代码。css代码也不多。效果非常炫。一起看下效果图#xff1a; 在线预览 源码下载 实现的代码。 html代码#xff1a; di…之前为大家介绍了很多款由纯css3实现的特效。今天要再给大家带来一款纯css3实现的超炫动画背画特效。代码非常简单没有引用任何其它js代码。css代码也不多。效果非常炫。一起看下效果图 在线预览   源码下载 实现的代码。 html代码 div classfake-gifspan classstripe/spanspan classstripe/spanspan classstripe/spanspan classstripe/spanspan classstripe/spanspan classstripe/spanspan classstripe/spanspan classstripe/spanspan classstripe/spanspan classstripe/spanspan classstripe/spanspan classstripe/spanspan classstripe/spanspan classstripe/spanspan classstripe/spanspan classstripe/spanspan classstripe/spanspan classstripe/spanspan classstripe/spanspan classstripe/spanspan classstripe/spanspan classstripe/spanspan classstripe/spanspan classstripe/spanspan classstripe/spanspan classstripe/span/div css3代码 body{background: #000;-webkit-perspective:35px;-moz-perspective:35px;-ms-perspective:35px;-o-perspective:35px;perspective:35px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform: rotateX(45deg) rotateY(0deg) rotateZ(45deg);-moz-transform:rotateX(45deg) rotateY(0deg) rotateZ(45deg);-ms-transform:rotateX(45deg) rotateY(0deg) rotateZ(45deg);-o-transform:rotateX(45deg) rotateY(0deg) rotateZ(45deg);transform:rotateX(45deg) rotateY(0deg) rotateZ(45deg);}.fake-gif {position: relative;margin: 10rem auto 0 auto;width: 20rem;height: 20rem;} .fake-gif .stripe {position: absolute;border-radius: 50%;-webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);-webkit-transform: translate3d(0px, 0px, 0px);transform: translate3d(0px, 0px, 0px); } .fake-gif .stripe:nth-child(odd) {left: 0;width: 100%;height: 5%; background-color: rgba(109, 60, 209, 0.5); box-shadow: 0px 6px 40px #5800FF, inset 0px 2px 5px #DF00FF;} .fake-gif .stripe:nth-child(even) {top: 0;width: 5%;height: 100%;background-color: rgba(0, 240, 40, 0.5); box-shadow: 0px 6px 40px #007D35, inset 0px 2px 5px #7CFFB5; } .fake-gif .stripe:nth-child(4n1) {z-index: 3; } .fake-gif .stripe:nth-child(4n2) {z-index: 4; } .fake-gif .stripe:nth-child(4n3) {z-index: 1; } .fake-gif .stripe:nth-child(4n) {z-index: 2; } .fake-gif .stripe:nth-child(2) {left: 4.7%;-webkit-animation: move-y 2.7s 0.2s infinite;animation: move-y 2.7s 0.2s infinite; } .fake-gif .stripe:nth-child(4) {left: 11.9%;-webkit-animation: move-y 2.7s 0.4s infinite;animation: move-y 2.7s 0.4s infinite; } .fake-gif .stripe:nth-child(6) {left: 19.1%;-webkit-animation: move-y 2.7s 0.6s infinite;animation: move-y 2.7s 0.6s infinite; } .fake-gif .stripe:nth-child(8) {left: 26.3%;-webkit-animation: move-y 2.7s 0.8s infinite;animation: move-y 2.7s 0.8s infinite; } .fake-gif .stripe:nth-child(10) {left: 33.5%;-webkit-animation: move-y 2.7s 1s infinite;animation: move-y 2.7s 1s infinite; } .fake-gif .stripe:nth-child(12) {left: 40.7%;-webkit-animation: move-y 2.7s 1.2s infinite;animation: move-y 2.7s 1.2s infinite; } .fake-gif .stripe:nth-child(14) {left: 47.9%;-webkit-animation: move-y 2.7s 1.4s infinite;animation: move-y 2.7s 1.4s infinite; } .fake-gif .stripe:nth-child(16) {left: 55.1%;-webkit-animation: move-y 2.7s 1.6s infinite;animation: move-y 2.7s 1.6s infinite; } .fake-gif .stripe:nth-child(18) {left: 62.3%;-webkit-animation: move-y 2.7s 1.8s infinite;animation: move-y 2.7s 1.8s infinite; } .fake-gif .stripe:nth-child(20) {left: 69.5%;-webkit-animation: move-y 2.7s 2s infinite;animation: move-y 2.7s 2s infinite; } .fake-gif .stripe:nth-child(22) {left: 76.7%;-webkit-animation: move-y 2.7s 2.2s infinite;animation: move-y 2.7s 2.2s infinite; } .fake-gif .stripe:nth-child(24) {left: 83.9%;-webkit-animation: move-y 2.7s 2.4s infinite;animation: move-y 2.7s 2.4s infinite; } .fake-gif .stripe:nth-child(26) {left: 91.1%;-webkit-animation: move-y 2.7s 2.6s infinite;animation: move-y 2.7s 2.6s infinite; } .fake-gif .stripe:nth-child(1) {top: 3.6%;-webkit-animation: move-x 2.7s 0.1s infinite;animation: move-x 2.7s 0.1s infinite; } .fake-gif .stripe:nth-child(3) {top: 10.8%;-webkit-animation: move-x 2.7s 0.3s infinite;animation: move-x 2.7s 0.3s infinite; } .fake-gif .stripe:nth-child(5) {top: 18%;-webkit-animation: move-x 2.7s 0.5s infinite;animation: move-x 2.7s 0.5s infinite; } .fake-gif .stripe:nth-child(7) {top: 25.2%;-webkit-animation: move-x 2.7s 0.7s infinite;animation: move-x 2.7s 0.7s infinite; } .fake-gif .stripe:nth-child(9) {top: 32.4%;-webkit-animation: move-x 2.7s 0.9s infinite;animation: move-x 2.7s 0.9s infinite; } .fake-gif .stripe:nth-child(11) {top: 39.6%;-webkit-animation: move-x 2.7s 1.1s infinite;animation: move-x 2.7s 1.1s infinite; } .fake-gif .stripe:nth-child(13) {top: 46.8%;-webkit-animation: move-x 2.7s 1.3s infinite;animation: move-x 2.7s 1.3s infinite; } .fake-gif .stripe:nth-child(15) {top: 54%;-webkit-animation: move-x 2.7s 1.5s infinite;animation: move-x 2.7s 1.5s infinite; } .fake-gif .stripe:nth-child(17) {top: 61.2%;-webkit-animation: move-x 2.7s 1.7s infinite;animation: move-x 2.7s 1.7s infinite; } .fake-gif .stripe:nth-child(19) {top: 68.4%;-webkit-animation: move-x 2.7s 1.9s infinite;animation: move-x 2.7s 1.9s infinite; } .fake-gif .stripe:nth-child(21) {top: 75.6%;-webkit-animation: move-x 2.7s 2.1s infinite;animation: move-x 2.7s 2.1s infinite; } .fake-gif .stripe:nth-child(23) {top: 82.8%;-webkit-animation: move-x 2.7s 2.3s infinite;animation: move-x 2.7s 2.3s infinite; } .fake-gif .stripe:nth-child(25) {top: 90%;-webkit-animation: move-x 2.7s 2.5s infinite;animation: move-x 2.7s 2.5s infinite; }-webkit-keyframes move-y {0%, 100% {-webkit-transform: translateZ(-25px);transform: translateZ(-25px);}50% {-webkit-transform: translateZ(25px);transform: translateZ(25px);} }-webkit-keyframes move {0%, 100% {-webkit-transform: rotateX(-25deg) rotateY(-25deg);transform: rotateX(-25deg) rotateY(-25deg);}50% {-webkit-transform: rotateX(25px) rotateY(25deg);transform: rotateX(25px) rotateY(25deg);} }keyframes move-y {0%, 100% {-webkit-transform: translateY(-25%);transform: translateY(-25%);}50% {-webkit-transform: translateY(25%);transform: translateY(25%);} } -webkit-keyframes move-x {0%, 100% {-webkit-transform: translateZ(-25px);transform: translateZ(-25px);}50% {-webkit-transform: translateZ(25px);transform: translateZ(25px);} } keyframes move-x {0%, 100% {-webkit-transform: translateX(-25%);transform: translateX(-25%);}50% {-webkit-transform: translateX(25%);transform: translateX(25%);} } 注本文爱编程原创文章转载请注明原文地址http://***/Article/7428转载于:https://www.cnblogs.com/liaohuolin/p/3994118.html
http://www.zqtcl.cn/news/874053/

相关文章:

  • 机关事业单位 网站建设方案书网站推送怎么做
  • php网站如何绑定一级域名到子目录做推广便宜的网站
  • 江苏省网站建设与管理历年自考试题商城网站 价格
  • 淘宝客网站建站源码icp备案查询官网入口
  • 环球资源网站网址微信管理中心
  • 青岛seo建站企业网址下载
  • 开发网站多少钱一个月做网站宽度
  • wordpress企业站主题哪个好做床上用品网站
  • 宜兴市做网站网站建设简讯
  • 点的排版设计网站音乐网站网页设计
  • 牛商网做网站的思路建设网站的机构
  • flash网站制作实例自适应网站做百度推广
  • 深圳建立网站电影里的做视频在线观看网站
  • 国家建设标准发布网站在哪里在线教育网站怎样建设
  • 徐州 商城网站设计winserver wordpress
  • 做网络课程的网站一般网站的架构
  • 网站建设包含哪些内容句容住房和城乡建设局网站
  • 做网站是做完给钱还是新房装修图片
  • 阿里云建站视频wordpress显示摘要插件
  • 济宁网站建设 企业谷网站开发有什么用
  • 网站建设一般多少钱官网代做网站公司哪家好
  • 页面简洁的网站深圳广告宣传片拍摄
  • 做外卖网站青岛助创网络科技有限公司
  • 怎么选择优秀的网站建设公司建设银行宁波分行 招聘网站
  • 工艺品网站模板下载-古色古香建站软件排名
  • 微视频网站源码网站建设目标个人博客dw
  • 山西省建设厅入晋备案网站洛阳网站在哪备案
  • 可以做物理试验的网站有哪些仿微博网站模板
  • 网站横幅怎做网站到期不想续费
  • 黑龙江网站备案管理局济南网站建设策划