ashinhhh 2017-03-12 05:39 采纳率: 50%
浏览 1258

大家麻烦看看兼容性问题 animation在360里不显示动画 ie里可显示

这是代码 麻烦大神看看 该如何修改 才能使360兼容

body{background: black;} .galaxy div{position: absolute;} *{ margin: 0; padding: 0; list-style: none; } Ul{ list-style: none;border: 3px solid orangered;padding: 0;width:190px;margin: 0 auto; font:20px "微软雅黑";color:#6495ED;background: bisque; } .galaxy{ position:relative;width:1000px;height: 1000px;margin: 0 auto ;margin-top: -200px; } .sun{ background:url(img/sun.png)0 0 no-repeat;height: 100px;width:100px;left:450px;top:450px; } .shuixing{ background: url(img/2.png);height: 50px;width: 50px;left:550px;top:475px; transform-origin:-50px 25px; animation:abcd 12s infinite linear; /*-webkit-animation:abcd 12s infinite linear;*/ } .sxgd{ height: 150px;width: 150px;border-radius: 75px;border:1px dashed white; left: 425px;top:425px; } .jinxing{background:url(img/3.png);height: 60px;width: 60px;left:600px;top:470px; transform-origin:-100px 30px ; animation: abcd 6s infinite linear; } .jxgd{ height: 260px;width:260px;border-radius:130px ;border: 1px dashed white;left: 370px;top:370px; } .dq{ background: url(img/4.png);height: 60px;width: 60px;left:660px;top:470px; transform-origin:-160px 30px ; animation: zxc 4s infinite linear; } .dqgd{ height: 380px;width: 380px;border-radius:190px ;border: 1px dashed orangered;left:310px;top:310px; } @keyframes abcd{ 0%{transform: rotate(0);} 100%{transform: rotate(360deg);} } /*@-webkit-keyframes abcd{ 0%{transform: rotate(0);} 100%{transform: rotate(360deg);} 0%{-webkit-transform: rotate(0);} 100%{-webkit-transform: rotate(360deg);} }*/ @keyframes zxc{ 0%{transform: rotate(0);} 100%{transform: rotate(-360deg);} }
</head>
<body>
<ul>
    <li>我的第一个自创作品</li>
</ul>

    <div class="galaxy">
        <div class="sun"></div>
        <div class="shuixing"></div>
        <div class="sxgd"></div>
        <div class="jinxing"></div>
        <div class="jxgd"></div>
        <div class="dq"></div>
        <div class="dqgd"></div>



    </div>


</body>
  • 写回答

1条回答 默认 最新

  • threenewbee 2017-03-13 00:05
    关注

    感染360等病毒就应该重装系统了。

    评论

报告相同问题?

悬赏问题

  • ¥15 对于相关问题的求解与代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料
  • ¥15 使用R语言marginaleffects包进行边际效应图绘制
  • ¥20 usb设备兼容性问题
  • ¥15 错误(10048): “调用exui内部功能”库命令的参数“参数4”不能接受空数据。怎么解决啊
  • ¥15 安装svn网络有问题怎么办