摘要:
代码已放到Github上 https://github.com/zhangwen9229/MagnifyingGlassEffect 阅读全文
摘要:
圆形进图条 带刻度释义 代码已放到github上 https://github.com/zhangwen9229/FabricApps 阅读全文
摘要:
弧度 = 角度/180 * Π 角度 = 弧度/Π * 180 阅读全文
摘要:
::-webkit-input-placeholder { /* WebKit browsers */ color: #999; } :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #999; } ::-moz-placeholder 阅读全文
摘要:
在chrome下: input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{ -webkit-appearance: none !important; margin: 0; } Firefox下: input[type="n 阅读全文
摘要:
$ wget https://svn.apache.org/repos/asf/oodt/tools/oodtsite.publisher/trunk/distribute_setup.py $ python distribute_setup.py 阅读全文
摘要:
请查看以下两个链接 http://www.tuicool.com/articles/Afq6Bzq http://www.sheng00.com/2148.html 阅读全文
摘要:
在线演示 <!doctype html> <html> <head> <meta charset="UTF-8"> <title>test</title> <style type="text/css"> *{ margin:0; padding:0;} body{font:12px/1 '微软雅黑' 阅读全文