摘要:
1、文字在div中居中 :text-align:center 垂直居中 line-height:500px;height:500;或者display: table-cell; vertical-align:middle 2.背景图片 适应大小的话 backgroud backgroud-size i 阅读全文
摘要:
禁止鼠标右键:οncοntextmenu="return false"; 禁止选择:onselectstart="return false"; 禁止拖放:οndragstart="return false"; 禁止拷贝:οncοpy=document.selection.empty() 。 禁止复制 阅读全文