调整文件结构,为全面优化javascript代码做准备

This commit is contained in:
yubaolee
2016-04-06 23:28:27 +08:00
parent 38e2628b15
commit 4ced496da9
449 changed files with 70356 additions and 44446 deletions

View File

@@ -0,0 +1,6 @@
/*IE 7及以下*/
#errorie {position: fixed; top: 0; z-index: 100000; height: 30px; background: #FCF8E3;}
#errorie div {width: 900px; margin: 0 auto; line-height: 30px; color: orange; font-size: 14px; text-align: center;}
#errorie div a {color: #459f79;font-size: 14px;}
#errorie div a:hover {text-decoration: underline;}