/*覆盖默认的小字体*/
.postBody{font-size:16px;}
.btn{width: 120px; display: inline-block; height: 40px; line-height: 40px; text-align: center; color: #fff !important; font-size: 14px; text-decoration: none !important; border-radius: 5px;}
.btn_success{background-color:#5cb85c;border-color:#4cae4c}
.btn_success:hover{ background-color: #449d44; border-color: #398439;}
.btn_danger{background-color: #d9534f; border-color: #d43f3a;}
.btn_danger:hover{background-color:#c9302c;border-color:#ac2925}
/*蓝色背景标题*/
.question{background-color: #EBF3FB; height: 40px; line-height: 40px; padding-left: 20px; border-radius: 5px; color: #259; font-size: 14px; font-family: "Microsoft YaHei"; font-weight: bold; letter-spacing: 1px;}
/*jquery常用方法页面*/
#method h1{font-size: 18px;}
/*demo*/
.demo{width: 300px; text-align: center; border: 1px solid #F2F2F2; box-shadow: 2px 3px 12px #f2f2f2; border-radius: 5px;padding:10px;}
.img_con{width:300px;height:200px;display:inline-block}
.demo_img{max-width:300px !important;max-height: 200px !important;}
.demo .tit{margin: 5px 0;}
/*viewer*/