@charset "utf-8";
/* CSS PC */

html{background-image: url("../img/body/bg.png"); background-repeat: repeat;}
/* 系统报错页 */
.tips-error{background-image: url("../img/tips/error.png"); background-repeat: no-repeat; background-position: center center; background-size: 200px;}
.tips-success{background-image: url("../img/tips/success.png"); background-repeat: no-repeat; background-position: center center; background-size: 200px;}
.tips-search{background-image: url("../img/tips/search.png"); background-repeat: no-repeat; background-position: center center; background-size: 200px;}
.tips-empty-1{background-image: url("../img/tips/empty-1.png"); background-repeat: no-repeat; background-position: center center; background-size: 200px;}
.tips-empty-2{background-image: url("../img/tips/empty-2.png"); background-repeat: no-repeat; background-position: center center; background-size: 200px;}
.tips-class{background-image: url("../img/tips/class.png"); background-repeat: no-repeat; background-position: center center; background-size: 300px;}
/*内容格式化*/
#content{font-size:18px}
#content:is(pre){font-family:"KaiTi", serif;line-height:1.8}
/* 页尾位置 */
.footer{background-repeat: no-repeat; background-position: right bottom; background-image: url("../img/footer/bg.png"); background-size: 628px auto;}
