09 2018 档案

摘要:<section class="aui-centent aui-margin-t-10"> <ul class="aui-list aui-media-list"> <li class="aui-list-item aui-list-item-middle" id="id-1-content" on 阅读全文
posted @ 2018-09-27 15:42 小平头~ 阅读(144) 评论(0) 推荐(0)
摘要:点赞收藏 <footer class="aui-bar aui-bar-tab " id="footer"> <div class="aui-bar-tab-item" id="laud_btn" style="width: 2.2rem;" tapmode onclick="fnlaud()"> 阅读全文
posted @ 2018-09-25 14:14 小平头~ 阅读(334) 评论(0) 推荐(0)
摘要:为 <div> 元素添加 class: document.getElementById("myDIV").classList.add("mystyle"); 为 <div> 元素添加多个类: document.getElementById("myDIV").classList.add("mystyl 阅读全文
posted @ 2018-09-25 11:46 小平头~ 阅读(3193) 评论(0) 推荐(0)
摘要:在一个对象上触发某类事件(比如单击onclick事件),如果此对象定义了此事件的处理程序,那么此事件就会调用这个处理程序,如果没有定义此事件处理程序或者事件返回true,那么这个事件会向这个对象的父级对象传播,从里到外,直至它被处理(父级对象所有同类事件都将被激活),或者它到达了对象层次的最顶层,即 阅读全文
posted @ 2018-09-25 09:37 小平头~ 阅读(2727) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> .container{ width: 1000px; margin: 10px auto; border: 1px 阅读全文
posted @ 2018-09-19 14:17 小平头~ 阅读(2659) 评论(0) 推荐(0)