You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
835 B

/**
* weiphp jump
*/
*{ padding: 0; margin: 0; }
body{ background: #fff; font-family: '微软雅黑'; color: #333; font-size: 16px; }
.system-message{ height:300px; margin:150px auto; background-color:#e4e4e4; box-shadow:0 1px 3px #999; text-align:center }
.system-message h1.error{ height:150px; background:#e4e4e4 url(../images/jump_err.png) no-repeat center center }
.system-message h1.success{ height:150px; background:#e4e4e4 url(../images/jump_success.png) no-repeat center center }
.system-message .jump{ padding-top: 10px}
.system-message .jump a{ color: #333;}
.system-message .success,.system-message .error{ line-height: 1.8em; font-size: 36px }
.system-message .success{ color:#30c109}
.system-message .error{ color:#f23617}
.system-message .detail{ font-size: 12px; line-height: 20px; margin-top: 12px; display:none}
.