﻿/* PR-CSS 全局设置 */
* {font:12px "Arial", 宋体,sans-serif;color:#000;}/*12px大，字体优先：Arial,然后：宋体、sans-serif，设置文本颜色*/
html,body {height:100%;}/*设置浏览器高度为100%*/
body,form,p,pre,ul,ol,dl,h1,h2,h3,h4,h5,h6 {padding:0;margin:0;}/*设置form、p、pre、ul、ol、dl、h1、h2、h3、h4、h5、h6内外补丁为0*/
div,p {display:block;}/*所有div/p为块元素*/
ul,ol,dl {list-style:none;}/*所有项目符号显示无*/
img {border:0;}/*所有图片边框无*/
a {text-decoration:none;}/*所有链接无修饰[上、下划线，虚线...]*/
a:hover {text-decoration:underline;}/*所有链接鼠标放上时为下划线*/
button {cursor:pointer;}/*所有按钮鼠标放上时为手型标志*/
/* 全局设置完毕 */
