07 2020 档案
摘要:效果如下: 代码如下: <!doctype html> <html> <head> <meta charset="utf-8"> <title>Document</title> </head> <style> .box{ width: 402px; height:500px; border:2px
阅读全文
摘要:css样式: <style> *{ margin: 0; padding: 0; list-style: none; text-decoration: none; } .banner{ width: 1263px; height: 460px; position: relative; overflo
阅读全文
摘要:css样式: <style> * { padding: 0; margin: 0; font-family: "微软雅黑"; font-size: 14px;} ul,li { list-style: none; } a { text-decoration: none; color: black;
阅读全文
摘要:1.非行内样式的获取: IE浏览器:element.currentstyle+attr 其他浏览器(chrome,FF):getComputedStyle(element,false)+attr 封装函数(兼容写法): function getStyle(ele,attr){ var a = "";
阅读全文

浙公网安备 33010602011771号