问答详情
源自:3-2 精灵动画的实现

明明代码也没错,为什么就是没效果呢?

??????????有大神吗


提问者:qq_枫殿末世苍雪_03815765 2018-09-10 17:58

个回答

  • Zz皓
    2018-10-29 20:56:28

    原因是点击按钮被排挤到其他地方去了,加上下面的css代码就可以,需要触发点击事件啊

    .button {
      position: fixed;
      left: 20px;
      top: 30px;
    }
    button {
     padding: 5px 10px;
     outline: none;
     background-color: #CAE1FF;
     color: #fff;
     border: 1px solid #ccc;
     cursor: pointer;
    }


  • 笑傲独行侠
    2018-09-20 11:45:14

    这个编辑器可能有点问题,自己把代码拿出去用试试

  • lily_666
    2018-09-15 10:32:46

    是怎么样一个没效果????