摘要:
JS代码如下:<script> $(window).load(function(){ var width=$(window).width(); var img_1=$(".hot_img_auto").css("height");//获取图片高 if(980<=width<=1920){ $(".h 阅读全文
摘要:
<ul style="list-style: none;"> <li><input type="checkbox" name="ids[]" value="1">葡萄</li> <li><input type="checkbox" name="ids[]" value="1">香蕉</li> <li 阅读全文
摘要:
<!-- 关键字,搜所引擎 SEO --><meta http-equiv="keywords" content="关键字1,关键字2,..."> <!-- 页面描述 --><meta http-equiv="description" content="网页描述"> <!-- content的取值为 阅读全文
摘要:
去掉点击后的阴影 -webkit-tap-highlight-color:rgba(0,0,0,0) ; 将a标签做成一个按钮 a { display: block; height: 34px; width: 107px; line-height: 2; text-align: center; ba 阅读全文
摘要:
☆☆☆☆☆ input:disabled { -webkit-text-fill-color: rgba(0, 0, 0, 1); -webkit-opacity: 1; } 去掉button/select的默认按钮样式 appearance:none; -moz-appearance:none; 阅读全文
摘要:
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>弹性盒布局-宽度自动分配-图片自适应</title> <style> *{ margin:0; padding:0} #parent { width:100%; 阅读全文
摘要:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o 阅读全文
摘要:
<!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <script src="js/jquery.min.js"></script></head><body><div class=" 阅读全文
摘要:
<!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>选项卡</title> <style> *{ margin:0; padding: 0; } div{ width: 300px; height: 300px; b 阅读全文
摘要:
<!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style> * { margin: 0; padding: 0; } ul { height: 30px; backgroun 阅读全文