摘要: <style type="text/css"> body{ margin:0 auto; min-width:1366px; } a{ text-decoration:none; color:black; } a:hover{ color:orange; } a:visited{ color:bla 阅读全文
posted @ 2016-07-25 14:06 Hey,Coder! 阅读(504) 评论(2) 推荐(0) 编辑
摘要: <html> <head> //当设备屏幕最大宽度小于1024px时加载如下CSS内容 @media screen and (max-width: 1024px){ body{ width:1024px; } #main{ background-image:url(img/bg1.jpg); } } 阅读全文
posted @ 2016-07-25 11:39 Hey,Coder! 阅读(209) 评论(0) 推荐(0) 编辑