摘要: //获取非行间样式 function getStyle(obj,attr){ if(obj.currentStyle){ return obj.currentStyle[attr]; }else{ return getComputedStyle(obj,false)[attr]; } } //运动 阅读全文
posted @ 2018-08-28 10:28 玩儿味_cai 阅读(149) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> //CSS部分 <style> *{margin:0;padding:0;} ul,li{ list-style: none; 阅读全文
posted @ 2018-08-28 10:24 玩儿味_cai 阅读(180) 评论(0) 推荐(0) 编辑