diff --git a/.classpath b/.classpath deleted file mode 100644 index c1ac533..0000000 --- a/.classpath +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.gitignore b/.gitignore index ea8c4bf..8544823 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +backend/target diff --git a/.project b/.project deleted file mode 100644 index 05c1989..0000000 --- a/.project +++ /dev/null @@ -1,46 +0,0 @@ - - - domt - - - - - - org.eclipse.wst.jsdt.core.javascriptValidator - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.wst.common.project.facet.core.builder - - - - - org.eclipse.wst.validation.validationbuilder - - - - - com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator - - - - - com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder - - - - - - org.eclipse.jem.workbench.JavaEMFNature - org.eclipse.wst.common.modulecore.ModuleCoreNature - org.eclipse.wst.common.project.facet.core.nature - org.eclipse.jdt.core.javanature - org.eclipse.wst.jsdt.core.jsNature - - diff --git a/.settings/.jsdtscope b/.settings/.jsdtscope deleted file mode 100644 index 3437951..0000000 --- a/.settings/.jsdtscope +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index 234fe07..0000000 --- a/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,4 +0,0 @@ -eclipse.preferences.version=1 -encoding//WebRoot/WEB-INF/pages/anno/create.jsp=UTF-8 -encoding//WebRoot/WEB-INF/pages/basic/login.jsp=UTF-8 -encoding//WebRoot/WEB-INF/pages/student/list.jsp=UTF-8 diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 11f6e46..0000000 --- a/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,7 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 -org.eclipse.jdt.core.compiler.compliance=1.7 -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.7 diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component deleted file mode 100644 index 3a40a9b..0000000 --- a/.settings/org.eclipse.wst.common.component +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/.settings/org.eclipse.wst.common.project.facet.core.xml b/.settings/org.eclipse.wst.common.project.facet.core.xml deleted file mode 100644 index 7ab718f..0000000 --- a/.settings/org.eclipse.wst.common.project.facet.core.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/.settings/org.eclipse.wst.jsdt.ui.superType.container b/.settings/org.eclipse.wst.jsdt.ui.superType.container deleted file mode 100644 index 3bd5d0a..0000000 --- a/.settings/org.eclipse.wst.jsdt.ui.superType.container +++ /dev/null @@ -1 +0,0 @@ -org.eclipse.wst.jsdt.launching.baseBrowserLibrary \ No newline at end of file diff --git a/.settings/org.eclipse.wst.jsdt.ui.superType.name b/.settings/org.eclipse.wst.jsdt.ui.superType.name deleted file mode 100644 index 05bd71b..0000000 --- a/.settings/org.eclipse.wst.jsdt.ui.superType.name +++ /dev/null @@ -1 +0,0 @@ -Window \ No newline at end of file diff --git a/README.MD b/README.MD deleted file mode 100644 index 956ced2..0000000 --- a/README.MD +++ /dev/null @@ -1,40 +0,0 @@ -# 高校宿舍管理系统 - -## 项目简介 - -这是一个基于Spring + SpringMVC + MyBatis开发的高校宿舍管理系统,提供学生宿舍日常管理所需的各项功能。 - -## 技术栈 - -- **开发工具**: MyEclipse 2014, Oracle XE -- **后端框架**: Spring + SpringMVC + MyBatis -- **项目管理**: Maven - -## 功能特性 - -- 宿舍、学生、公寓、班级、学院、公告、用户等全面管理 -- 支持按学院、班级、个人分配和腾空宿舍 -- 提供宿舍、班级、学生等信息的统计和打印功能 -- 基于角色的权限管理系统 - -## 系统截图 - -![系统截图1](https://raw.githubusercontent.com/forgeekscn/domt/master/note/domt_v/domt1.png) -![系统截图2](https://raw.githubusercontent.com/forgeekscn/domt/master/note/domt_v/domt2.png) -![系统截图3](https://raw.githubusercontent.com/forgeekscn/domt/master/note/domt_v/domt3.png) -![系统截图4](https://raw.githubusercontent.com/forgeekscn/domt/master/note/domt_v/domt4.png) - -## 部署说明 - -1. 克隆项目到本地 -2. 配置Oracle数据库连接 -3. 导入相关依赖(通过Maven) -4. 在MyEclipse中运行或部署到Tomcat服务器 - -## 许可证 - -MIT License - -## 免责声明 - -本项目仅用于学习和研究目的。 \ No newline at end of file diff --git a/SUMMARY.md b/SUMMARY.md deleted file mode 100644 index 5da1733..0000000 --- a/SUMMARY.md +++ /dev/null @@ -1,4 +0,0 @@ -# Table of contents - -* [Initial page](README.md) - diff --git a/WebRoot/META-INF/MANIFEST.MF b/WebRoot/META-INF/MANIFEST.MF deleted file mode 100644 index 5e94951..0000000 --- a/WebRoot/META-INF/MANIFEST.MF +++ /dev/null @@ -1,3 +0,0 @@ -Manifest-Version: 1.0 -Class-Path: - diff --git a/WebRoot/WEB-INF/.gitignore b/WebRoot/WEB-INF/.gitignore deleted file mode 100644 index 8ba548b..0000000 --- a/WebRoot/WEB-INF/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/classes diff --git a/WebRoot/WEB-INF/lib/aopalliance-1.0.jar b/WebRoot/WEB-INF/lib/aopalliance-1.0.jar deleted file mode 100644 index 578b1a0..0000000 Binary files a/WebRoot/WEB-INF/lib/aopalliance-1.0.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/aspectjweaver-1.7.2.jar b/WebRoot/WEB-INF/lib/aspectjweaver-1.7.2.jar deleted file mode 100644 index e347352..0000000 Binary files a/WebRoot/WEB-INF/lib/aspectjweaver-1.7.2.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/c3p0-0.9.1.2.jar b/WebRoot/WEB-INF/lib/c3p0-0.9.1.2.jar deleted file mode 100644 index 0f42d60..0000000 Binary files a/WebRoot/WEB-INF/lib/c3p0-0.9.1.2.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar b/WebRoot/WEB-INF/lib/com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar deleted file mode 100644 index 7bbb83a..0000000 Binary files a/WebRoot/WEB-INF/lib/com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/commons-beanutils-1.9.2.jar b/WebRoot/WEB-INF/lib/commons-beanutils-1.9.2.jar deleted file mode 100644 index 289461d..0000000 Binary files a/WebRoot/WEB-INF/lib/commons-beanutils-1.9.2.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/commons-codec-1.5.jar b/WebRoot/WEB-INF/lib/commons-codec-1.5.jar deleted file mode 100644 index e9013fe..0000000 Binary files a/WebRoot/WEB-INF/lib/commons-codec-1.5.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/commons-collections-3.2.1.jar b/WebRoot/WEB-INF/lib/commons-collections-3.2.1.jar deleted file mode 100644 index c35fa1f..0000000 Binary files a/WebRoot/WEB-INF/lib/commons-collections-3.2.1.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/commons-fileupload-1.2.2.jar b/WebRoot/WEB-INF/lib/commons-fileupload-1.2.2.jar deleted file mode 100644 index 131f192..0000000 Binary files a/WebRoot/WEB-INF/lib/commons-fileupload-1.2.2.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/commons-io-2.0.1.jar b/WebRoot/WEB-INF/lib/commons-io-2.0.1.jar deleted file mode 100644 index 5b64b7d..0000000 Binary files a/WebRoot/WEB-INF/lib/commons-io-2.0.1.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/commons-lang-2.4.jar b/WebRoot/WEB-INF/lib/commons-lang-2.4.jar deleted file mode 100644 index 532939e..0000000 Binary files a/WebRoot/WEB-INF/lib/commons-lang-2.4.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/commons-logging-1.1.1.jar b/WebRoot/WEB-INF/lib/commons-logging-1.1.1.jar deleted file mode 100644 index 8758a96..0000000 Binary files a/WebRoot/WEB-INF/lib/commons-logging-1.1.1.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/dom4j-1.6.1.jar b/WebRoot/WEB-INF/lib/dom4j-1.6.1.jar deleted file mode 100644 index c8c4dbb..0000000 Binary files a/WebRoot/WEB-INF/lib/dom4j-1.6.1.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/ezmorph-1.0.6.jar b/WebRoot/WEB-INF/lib/ezmorph-1.0.6.jar deleted file mode 100644 index 30fad12..0000000 Binary files a/WebRoot/WEB-INF/lib/ezmorph-1.0.6.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/hamcrest-core-1.1.jar b/WebRoot/WEB-INF/lib/hamcrest-core-1.1.jar deleted file mode 100644 index e5149be..0000000 Binary files a/WebRoot/WEB-INF/lib/hamcrest-core-1.1.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/jackson-core-asl-1.9.2.jar b/WebRoot/WEB-INF/lib/jackson-core-asl-1.9.2.jar deleted file mode 100644 index c506567..0000000 Binary files a/WebRoot/WEB-INF/lib/jackson-core-asl-1.9.2.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/jackson-jaxrs-1.8.3.jar b/WebRoot/WEB-INF/lib/jackson-jaxrs-1.8.3.jar deleted file mode 100644 index 1065a63..0000000 Binary files a/WebRoot/WEB-INF/lib/jackson-jaxrs-1.8.3.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/jackson-mapper-asl-1.9.2.jar b/WebRoot/WEB-INF/lib/jackson-mapper-asl-1.9.2.jar deleted file mode 100644 index 6407dc0..0000000 Binary files a/WebRoot/WEB-INF/lib/jackson-mapper-asl-1.9.2.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/jackson-xc-1.8.3.jar b/WebRoot/WEB-INF/lib/jackson-xc-1.8.3.jar deleted file mode 100644 index 9e168ec..0000000 Binary files a/WebRoot/WEB-INF/lib/jackson-xc-1.8.3.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/jcommon-1.0.16.jar b/WebRoot/WEB-INF/lib/jcommon-1.0.16.jar deleted file mode 100644 index 63d42cf..0000000 Binary files a/WebRoot/WEB-INF/lib/jcommon-1.0.16.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/jfreechart-1.0.13.jar b/WebRoot/WEB-INF/lib/jfreechart-1.0.13.jar deleted file mode 100644 index 8b9f952..0000000 Binary files a/WebRoot/WEB-INF/lib/jfreechart-1.0.13.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/json-lib-2.4-jdk15.jar b/WebRoot/WEB-INF/lib/json-lib-2.4-jdk15.jar deleted file mode 100644 index 68d4f3b..0000000 Binary files a/WebRoot/WEB-INF/lib/json-lib-2.4-jdk15.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/jsp-api-2.1.jar b/WebRoot/WEB-INF/lib/jsp-api-2.1.jar deleted file mode 100644 index c0195af..0000000 Binary files a/WebRoot/WEB-INF/lib/jsp-api-2.1.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/jstl-api-1.2.jar b/WebRoot/WEB-INF/lib/jstl-api-1.2.jar deleted file mode 100644 index 30d4d92..0000000 Binary files a/WebRoot/WEB-INF/lib/jstl-api-1.2.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/jstl-impl-1.2.jar b/WebRoot/WEB-INF/lib/jstl-impl-1.2.jar deleted file mode 100644 index 25803b4..0000000 Binary files a/WebRoot/WEB-INF/lib/jstl-impl-1.2.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/junit-4.9.jar b/WebRoot/WEB-INF/lib/junit-4.9.jar deleted file mode 100644 index 1420815..0000000 Binary files a/WebRoot/WEB-INF/lib/junit-4.9.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/jxl-2.4.2.jar b/WebRoot/WEB-INF/lib/jxl-2.4.2.jar deleted file mode 100644 index 397e85f..0000000 Binary files a/WebRoot/WEB-INF/lib/jxl-2.4.2.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/log4j-1.2.13.jar b/WebRoot/WEB-INF/lib/log4j-1.2.13.jar deleted file mode 100644 index dde9972..0000000 Binary files a/WebRoot/WEB-INF/lib/log4j-1.2.13.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/mybatis-3.2.2.jar b/WebRoot/WEB-INF/lib/mybatis-3.2.2.jar deleted file mode 100644 index 70c8737..0000000 Binary files a/WebRoot/WEB-INF/lib/mybatis-3.2.2.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/mybatis-spring-1.2.0.jar b/WebRoot/WEB-INF/lib/mybatis-spring-1.2.0.jar deleted file mode 100644 index 9e845c9..0000000 Binary files a/WebRoot/WEB-INF/lib/mybatis-spring-1.2.0.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/mysql-connector-java-5.1.10.jar b/WebRoot/WEB-INF/lib/mysql-connector-java-5.1.10.jar deleted file mode 100644 index 33c35c6..0000000 Binary files a/WebRoot/WEB-INF/lib/mysql-connector-java-5.1.10.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/ojdbc14.jar b/WebRoot/WEB-INF/lib/ojdbc14.jar deleted file mode 100644 index 2bcaa01..0000000 Binary files a/WebRoot/WEB-INF/lib/ojdbc14.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/poi-3.9.jar b/WebRoot/WEB-INF/lib/poi-3.9.jar deleted file mode 100644 index 0f46288..0000000 Binary files a/WebRoot/WEB-INF/lib/poi-3.9.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/poi-ooxml-3.9.jar b/WebRoot/WEB-INF/lib/poi-ooxml-3.9.jar deleted file mode 100644 index 8792d46..0000000 Binary files a/WebRoot/WEB-INF/lib/poi-ooxml-3.9.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/poi-ooxml-schemas-3.9.jar b/WebRoot/WEB-INF/lib/poi-ooxml-schemas-3.9.jar deleted file mode 100644 index eda4ef4..0000000 Binary files a/WebRoot/WEB-INF/lib/poi-ooxml-schemas-3.9.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/servlet-api-2.5-6.1.9.jar b/WebRoot/WEB-INF/lib/servlet-api-2.5-6.1.9.jar deleted file mode 100644 index 2c9d1ee..0000000 Binary files a/WebRoot/WEB-INF/lib/servlet-api-2.5-6.1.9.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/spring-aop-3.2.2.RELEASE.jar b/WebRoot/WEB-INF/lib/spring-aop-3.2.2.RELEASE.jar deleted file mode 100644 index 386fe32..0000000 Binary files a/WebRoot/WEB-INF/lib/spring-aop-3.2.2.RELEASE.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/spring-beans-3.2.2.RELEASE.jar b/WebRoot/WEB-INF/lib/spring-beans-3.2.2.RELEASE.jar deleted file mode 100644 index 52d0ae6..0000000 Binary files a/WebRoot/WEB-INF/lib/spring-beans-3.2.2.RELEASE.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/spring-context-3.2.2.RELEASE.jar b/WebRoot/WEB-INF/lib/spring-context-3.2.2.RELEASE.jar deleted file mode 100644 index b027ab8..0000000 Binary files a/WebRoot/WEB-INF/lib/spring-context-3.2.2.RELEASE.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/spring-context-support-3.2.2.RELEASE.jar b/WebRoot/WEB-INF/lib/spring-context-support-3.2.2.RELEASE.jar deleted file mode 100644 index f1df10b..0000000 Binary files a/WebRoot/WEB-INF/lib/spring-context-support-3.2.2.RELEASE.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/spring-core-3.2.2.RELEASE.jar b/WebRoot/WEB-INF/lib/spring-core-3.2.2.RELEASE.jar deleted file mode 100644 index 906326d..0000000 Binary files a/WebRoot/WEB-INF/lib/spring-core-3.2.2.RELEASE.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/spring-expression-3.2.2.RELEASE.jar b/WebRoot/WEB-INF/lib/spring-expression-3.2.2.RELEASE.jar deleted file mode 100644 index b5c6f1a..0000000 Binary files a/WebRoot/WEB-INF/lib/spring-expression-3.2.2.RELEASE.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/spring-jdbc-3.2.2.RELEASE.jar b/WebRoot/WEB-INF/lib/spring-jdbc-3.2.2.RELEASE.jar deleted file mode 100644 index 51a5f9d..0000000 Binary files a/WebRoot/WEB-INF/lib/spring-jdbc-3.2.2.RELEASE.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/spring-orm-3.2.2.RELEASE.jar b/WebRoot/WEB-INF/lib/spring-orm-3.2.2.RELEASE.jar deleted file mode 100644 index e00f779..0000000 Binary files a/WebRoot/WEB-INF/lib/spring-orm-3.2.2.RELEASE.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/spring-tx-3.2.2.RELEASE.jar b/WebRoot/WEB-INF/lib/spring-tx-3.2.2.RELEASE.jar deleted file mode 100644 index 413bec2..0000000 Binary files a/WebRoot/WEB-INF/lib/spring-tx-3.2.2.RELEASE.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/spring-web-3.2.2.RELEASE.jar b/WebRoot/WEB-INF/lib/spring-web-3.2.2.RELEASE.jar deleted file mode 100644 index f11f3b2..0000000 Binary files a/WebRoot/WEB-INF/lib/spring-web-3.2.2.RELEASE.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/spring-webmvc-3.2.2.RELEASE.jar b/WebRoot/WEB-INF/lib/spring-webmvc-3.2.2.RELEASE.jar deleted file mode 100644 index 991f4d3..0000000 Binary files a/WebRoot/WEB-INF/lib/spring-webmvc-3.2.2.RELEASE.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/stax-api-1.0.1.jar b/WebRoot/WEB-INF/lib/stax-api-1.0.1.jar deleted file mode 100644 index d9a1665..0000000 Binary files a/WebRoot/WEB-INF/lib/stax-api-1.0.1.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/xml-apis-1.0.b2.jar b/WebRoot/WEB-INF/lib/xml-apis-1.0.b2.jar deleted file mode 100644 index ad33a5a..0000000 Binary files a/WebRoot/WEB-INF/lib/xml-apis-1.0.b2.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/lib/xmlbeans-2.3.0.jar b/WebRoot/WEB-INF/lib/xmlbeans-2.3.0.jar deleted file mode 100644 index ccd8163..0000000 Binary files a/WebRoot/WEB-INF/lib/xmlbeans-2.3.0.jar and /dev/null differ diff --git a/WebRoot/WEB-INF/pages/anno/create.jsp b/WebRoot/WEB-INF/pages/anno/create.jsp deleted file mode 100644 index 3b4ead0..0000000 --- a/WebRoot/WEB-INF/pages/anno/create.jsp +++ /dev/null @@ -1,54 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
增加内容
-
-
- -
-
- -
-
- -
-
- - -
-
- -
-
- -
-
-
- - - -
-
- -
-
- -
-
-
-
-
- - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/anno/list.jsp b/WebRoot/WEB-INF/pages/anno/list.jsp deleted file mode 100644 index 372b0e4..0000000 --- a/WebRoot/WEB-INF/pages/anno/list.jsp +++ /dev/null @@ -1,406 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - - -
-
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
时间标题操作
${obj.createTime}${obj.title}
- - 修改 - 删除 - - - -
- - - 删除 - -
-
-
-
- - - - - - - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/anno/update.jsp b/WebRoot/WEB-INF/pages/anno/update.jsp deleted file mode 100644 index 78fe615..0000000 --- a/WebRoot/WEB-INF/pages/anno/update.jsp +++ /dev/null @@ -1,55 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
更改内容
-
-
- - -
-
- -
-
- -
-
- - -
-
- -
-
- -
-
-
- - - -
-
- -
-
- -
-
-
-
-
- - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/apm/create.jsp b/WebRoot/WEB-INF/pages/apm/create.jsp deleted file mode 100644 index 022b5b3..0000000 --- a/WebRoot/WEB-INF/pages/apm/create.jsp +++ /dev/null @@ -1,74 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
增加公寓
-
-
- -
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
- - -
-
- -
-
- -
-
-
-
-
- - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/apm/getdata.jsp b/WebRoot/WEB-INF/pages/apm/getdata.jsp deleted file mode 100644 index d6ac6b3..0000000 --- a/WebRoot/WEB-INF/pages/apm/getdata.jsp +++ /dev/null @@ -1,2 +0,0 @@ - -${data} diff --git a/WebRoot/WEB-INF/pages/apm/list.jsp b/WebRoot/WEB-INF/pages/apm/list.jsp deleted file mode 100644 index bf58fde..0000000 --- a/WebRoot/WEB-INF/pages/apm/list.jsp +++ /dev/null @@ -1,395 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - - -
-
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
公寓名称类型入住人数最高楼层管理员id
${obj.apartmentName}${obj.sex}${obj.totalPeople}${obj.totalFloor}${obj.managerId}
- - 修改 - 删除 - -
- - - 删除 - -
-
-
-
- - - - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/apm/update.jsp b/WebRoot/WEB-INF/pages/apm/update.jsp deleted file mode 100644 index e62d85b..0000000 --- a/WebRoot/WEB-INF/pages/apm/update.jsp +++ /dev/null @@ -1,76 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
更改内容
-
-
- - -
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
- - - -
-
- -
-
- -
-
-
-
-
- - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/basic/base.jsp b/WebRoot/WEB-INF/pages/basic/base.jsp deleted file mode 100644 index 0da8d29..0000000 --- a/WebRoot/WEB-INF/pages/basic/base.jsp +++ /dev/null @@ -1,12 +0,0 @@ -<%@ page language="java" pageEncoding="UTF-8"%> -<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> - - - - - - - - - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/basic/default.jsp b/WebRoot/WEB-INF/pages/basic/default.jsp deleted file mode 100644 index 0eabfa2..0000000 --- a/WebRoot/WEB-INF/pages/basic/default.jsp +++ /dev/null @@ -1,15 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - - - - - - - - -

forgeeks 已上线 !

-

: )

- - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/basic/login.jsp b/WebRoot/WEB-INF/pages/basic/login.jsp deleted file mode 100644 index 42a9c07..0000000 --- a/WebRoot/WEB-INF/pages/basic/login.jsp +++ /dev/null @@ -1,69 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> -<%@ include file="base.jsp"%> - - - - - - - -登录 - - - - - - -
-
-
-
-
-
-
-
-
-

纺大宿舍管理平台 V1.0

-
-
-
-
- -
-
-
-
- -
-
-
-
- - - -
-
-
-
- -
-
-
-
-
-
- - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/br/create.jsp b/WebRoot/WEB-INF/pages/br/create.jsp deleted file mode 100644 index 383bc07..0000000 --- a/WebRoot/WEB-INF/pages/br/create.jsp +++ /dev/null @@ -1,98 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
增加可用宿舍
-
-
- -
-
-
-
- -
- - - -
- -
-
- - - -
-
- -
-
- -
-
-
-
- -
-
- -
-
- - - -
-
- -
-
- -
-
-
-
-
- - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/br/list.jsp b/WebRoot/WEB-INF/pages/br/list.jsp deleted file mode 100644 index b1adbff..0000000 --- a/WebRoot/WEB-INF/pages/br/list.jsp +++ /dev/null @@ -1,407 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - - -
-
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
宿舍名称所属公寓已住人数是否住满
- ${obj.bedroomName}${obj.apartmentId}${obj.totalBed}${obj.status}
- - 修改 - 删除 - -
- - 删除 - -
-
-
-
- - - - - - - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/br/update.jsp b/WebRoot/WEB-INF/pages/br/update.jsp deleted file mode 100644 index 46e3f4d..0000000 --- a/WebRoot/WEB-INF/pages/br/update.jsp +++ /dev/null @@ -1,100 +0,0 @@ - - - -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
增加可用宿舍
-
-
- -
-
-
-
- -
- - - -
- -
-
- - - -
-
- -
-
- -
-
-
-
- -
-
- -
-
- - - -
-
- -
-
- -
-
-
-
-
- - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/cl/create.jsp b/WebRoot/WEB-INF/pages/cl/create.jsp deleted file mode 100644 index b380864..0000000 --- a/WebRoot/WEB-INF/pages/cl/create.jsp +++ /dev/null @@ -1,41 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
增加学院
-
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
-
- - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/cl/list.jsp b/WebRoot/WEB-INF/pages/cl/list.jsp deleted file mode 100644 index ebd5903..0000000 --- a/WebRoot/WEB-INF/pages/cl/list.jsp +++ /dev/null @@ -1,383 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - - -
-
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - -
学院ID学院名称
${obj.collegeId}${obj.collegeName}
- - 修改 - 删除 - - -
- - - 删除 - -
-
-
-
- - - - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/cl/update.jsp b/WebRoot/WEB-INF/pages/cl/update.jsp deleted file mode 100644 index 19b3b53..0000000 --- a/WebRoot/WEB-INF/pages/cl/update.jsp +++ /dev/null @@ -1,42 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
更改内容
-
-
- - -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
-
- - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/cla/create.jsp b/WebRoot/WEB-INF/pages/cla/create.jsp deleted file mode 100644 index ba3cc12..0000000 --- a/WebRoot/WEB-INF/pages/cla/create.jsp +++ /dev/null @@ -1,109 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
增加班级
-
-
- - -
- - - -
- -
-
- - - - - -
-
- -
-
- -
-
-
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
-
- - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/cla/getdata.jsp b/WebRoot/WEB-INF/pages/cla/getdata.jsp deleted file mode 100644 index aea9127..0000000 --- a/WebRoot/WEB-INF/pages/cla/getdata.jsp +++ /dev/null @@ -1,2 +0,0 @@ -${data} -<%@ page language="java" contentType="application/Json; charset=UTF-8" pageEncoding="UTF-8"%> diff --git a/WebRoot/WEB-INF/pages/cla/list.jsp b/WebRoot/WEB-INF/pages/cla/list.jsp deleted file mode 100644 index c98a4fb..0000000 --- a/WebRoot/WEB-INF/pages/cla/list.jsp +++ /dev/null @@ -1,409 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - - -
-
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
班级名称辅导员辅导员电话所属学院年级
${obj.className}${obj.coach}${obj.coachCall}数学与计算机学院${obj.grade}
- - - 修改 - 删除 - - - -
- - 删除 - -
-
-
-
- - - - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/cla/update.jsp b/WebRoot/WEB-INF/pages/cla/update.jsp deleted file mode 100644 index 8e71525..0000000 --- a/WebRoot/WEB-INF/pages/cla/update.jsp +++ /dev/null @@ -1,95 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
更改内容
-
-
- - -
-
- -
-
- -
-
- -
- - -
- -
-
- - - - - -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- - - - - - -
-
- -
-
- -
-
-
-
-
- - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/index.jsp b/WebRoot/WEB-INF/pages/index.jsp deleted file mode 100644 index e2a278c..0000000 --- a/WebRoot/WEB-INF/pages/index.jsp +++ /dev/null @@ -1,212 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> -<%@ include file="basic/base.jsp"%> - - - - - - - - - - - - - -
- - -
-
- - -
-
  操作菜单
- -

基本管理

- - - -

分配宿舍

- - -

腾空宿舍

- - -

系统管理

- - - -

统计打印

- -
-
- - - - - -
-
  操作菜单
-

基本管理

- - - -

分配宿舍

- - -

腾空宿舍

- - -

统计打印

- -
- -
- - - - - -
-
  操作菜单
-

基本信息

- - - -

统计打印

- -
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
-
-
- - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/man/create.jsp b/WebRoot/WEB-INF/pages/man/create.jsp deleted file mode 100644 index 8ae93cd..0000000 --- a/WebRoot/WEB-INF/pages/man/create.jsp +++ /dev/null @@ -1,117 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
增加管理员
-
-
- -
- - - - - - -
-
- - -
- - -
-
- - - - - - - - - -
-
- -
-
- -
-
-
- - -
-
- - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/man/list.jsp b/WebRoot/WEB-INF/pages/man/list.jsp deleted file mode 100644 index d495909..0000000 --- a/WebRoot/WEB-INF/pages/man/list.jsp +++ /dev/null @@ -1,374 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
管理员姓名联系方式
${obj.managerName}${obj.managerCall}
- 修改 - 删除 - - -
- 删除 -
-
-
-
- - - - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/man/update.jsp b/WebRoot/WEB-INF/pages/man/update.jsp deleted file mode 100644 index 8fe47ca..0000000 --- a/WebRoot/WEB-INF/pages/man/update.jsp +++ /dev/null @@ -1,61 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
更改管理员
-
-
- -
-
- -
-
- -
-
-
-
- -
-
- -
-
- -
-
- -
-
- - - -
- - - -
-
- -
-
- -
-
-
-
-
- - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/static/add.html b/WebRoot/WEB-INF/pages/static/add.html deleted file mode 100644 index a8ed9fe..0000000 --- a/WebRoot/WEB-INF/pages/static/add.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - - - - - - -
-
增加内容
-
-
-
-
- -
-
- -
-
-
-
-
- -
-
- - -
图片尺寸:500*500
-
-
- - -
-
- -
-
- -
-
-
-
-
- -
-
- 首页 - 推荐 - 置顶 - -
-
-
-
-
- -
-
- -
-
-
-
-
- -
-
- -
-
-
- -
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
-
- -
-
- - -
-
-
-
-
- -
-
- -
-
-
-
-
- -
-
- -
-
-
-
-
- -
-
- -
-
-
-
-
- - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/static/adv.html b/WebRoot/WEB-INF/pages/static/adv.html deleted file mode 100644 index 079530d..0000000 --- a/WebRoot/WEB-INF/pages/static/adv.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - - - - - - - -
-
内容列表
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ID图片名称描述排序操作
1首页焦点图描述文字....1
2首页焦点图描述文字....1
3首页焦点图描述文字....1
-
- -
-
增加内容
-
-
-
-
- -
-
- -
-
-
-
-
- -
-
- -
-
-
-
-
- -
-
- - -
图片尺寸:1920*500
-
-
-
-
- -
-
- -
-
-
-
-
- -
-
- -
-
-
-
-
- -
-
- -
-
-
-
-
- \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/static/book.html b/WebRoot/WEB-INF/pages/static/book.html deleted file mode 100644 index 92b8fc1..0000000 --- a/WebRoot/WEB-INF/pages/static/book.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - - - - -
-
-
留言管理
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ID姓名电话邮箱其他内容留言时间操作
- 1神夜13420925611564379992@qq.com深圳市民治街道这是一套后台UI,喜欢的朋友请多多支持谢谢。2016-07-01
- 1神夜13420925611564379992@qq.com深圳市民治街道这是一套后台UI,喜欢的朋友请多多支持谢谢。2016-07-01
- 1神夜13420925611564379992@qq.com深圳市民治街道这是一套后台UI,喜欢的朋友请多多支持谢谢。2016-07-01
- 1神夜13420925611564379992@qq.com深圳市民治街道这是一套后台UI,喜欢的朋友请多多支持谢谢。2016-07-01
- 1神夜13420925611564379992@qq.com深圳市民治街道这是一套后台UI,喜欢的朋友请多多支持谢谢。2016-07-01
-
-
- - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/static/cate.html b/WebRoot/WEB-INF/pages/static/cate.html deleted file mode 100644 index f30a0a2..0000000 --- a/WebRoot/WEB-INF/pages/static/cate.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - - - - - - -
-
内容列表
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ID一级分类排序操作
1产品分类1
1产品分类1
1产品分类1
1产品分类1
1产品分类1
1产品分类1
-
- -
-
添加内容
-
-
-
-
- -
-
- -
不选择上级分类默认为一级分类
-
-
-
-
- -
-
- -
-
-
-
-
- -
-
- -
多个分类标题请转行
-
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
-
- -
-
- -
-
-
-
-
- - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/static/cateedit.html b/WebRoot/WEB-INF/pages/static/cateedit.html deleted file mode 100644 index 3bda33a..0000000 --- a/WebRoot/WEB-INF/pages/static/cateedit.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - -
-
修改分类
-
-
-
-
- -
-
- -
-
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
-
- -
-
- -
-
-
-
-
- \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/static/column.html b/WebRoot/WEB-INF/pages/static/column.html deleted file mode 100644 index b9d17c4..0000000 --- a/WebRoot/WEB-INF/pages/static/column.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - - - 网站信息 - - - - - - -
-
内容列表
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ID栏目名称排序操作
17公司简介1 - -
17产品中心1 - -
17新闻资讯1 - -
17人才招聘1 - -
17联系我们1 - -
-
- -
-
增加内容
-
-
- -
-
- -
-
- -
-
-
-
-
- -
-
- - -
图片尺寸:1920*200
-
-
-
-
- -
-
- -
-
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
- -
-
- -
-
-
- - - - -
-
-
-
-
- -
-
- -
-
-
-
-
- -
-
- -
-
-
-
-
- \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/static/index.html b/WebRoot/WEB-INF/pages/static/index.html deleted file mode 100644 index 892cf28..0000000 --- a/WebRoot/WEB-INF/pages/static/index.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - 后台管理中心 - - - - - -
- - -
-
-
菜单列表
-

基本设置

- -

栏目管理

- -
- - -
- -
-
-

来源:源码之家

-
- - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/static/info.html b/WebRoot/WEB-INF/pages/static/info.html deleted file mode 100644 index bebc5ad..0000000 --- a/WebRoot/WEB-INF/pages/static/info.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - - - 网站信息 - - - - - - -
-
网站信息
-
-
-
-
- -
-
- -
-
-
-
-
- -
-
- - -
-
-
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
-
- -
-
- -
-
-
-
-
- -
-
- -
-
-
-
-
- -
-
- -
-
-
-
-
- -
-
- -
-
-
- -
-
- -
-
- -
-
-
-
-
- -
-
- -
-
-
- - -
-
- -
-
- -
-
-
-
-
- -
-
- -
-
-
- -
-
- -
-
- -
-
-
-
-
- -
-
- -
-
-
-
-
- \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/static/list.html b/WebRoot/WEB-INF/pages/static/list.html deleted file mode 100644 index 8c3cc74..0000000 --- a/WebRoot/WEB-INF/pages/static/list.html +++ /dev/null @@ -1,354 +0,0 @@ - - - - - - - - - - - - - - -
-
-
内容列表 添加字段
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ID排序图片名称属性分类名称更新时间操作
- 1这是一套MUI后台精美管理系统,感谢您的支持首页产品分类2016-07-01
- 1这是一套MUI后台精美管理系统,感谢您的支持首页产品分类2016-07-01
- 1这是一套MUI后台精美管理系统,感谢您的支持首页产品分类2016-07-01
- 1这是一套MUI后台精美管理系统,感谢您的支持首页产品分类2016-07-01
- 1这是一套MUI后台精美管理系统,感谢您的支持首页产品分类2016-07-01
- 1这是一套MUI后台精美管理系统,感谢您的支持首页产品分类2016-07-01
- 全选 删除 排序 操作: - - - -     - - 移动到: - -
-
-
- - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/static/login.html b/WebRoot/WEB-INF/pages/static/login.html deleted file mode 100644 index 7736b4d..0000000 --- a/WebRoot/WEB-INF/pages/static/login.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - 登录 - - - - - - -
-
-
-
-
-
-
-
-
-

后台管理中心

-
-
-
- - -
-
-
-
- - -
-
-
-
- - - -
-
-
-
-
-
-
-
-
- - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/static/page.html b/WebRoot/WEB-INF/pages/static/page.html deleted file mode 100644 index c689644..0000000 --- a/WebRoot/WEB-INF/pages/static/page.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - -
-
单页信息
-
-
-
-
- -
-
- -
-
-
-
-
- -
-
- - -
图片尺寸:500*200
-
-
-
-
- -
-
- -
-
-
-
-
- -
-
- -
-
-
-
-
- \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/static/pass.html b/WebRoot/WEB-INF/pages/static/pass.html deleted file mode 100644 index 48565c0..0000000 --- a/WebRoot/WEB-INF/pages/static/pass.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - - - - -
-
修改会员密码
-
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
-
- \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/static/tips.html b/WebRoot/WEB-INF/pages/static/tips.html deleted file mode 100644 index 3eb16bb..0000000 --- a/WebRoot/WEB-INF/pages/static/tips.html +++ /dev/null @@ -1,42 +0,0 @@ - - - -系统信息 - - - - -
-

后台管理系统-信息提示

-
- 操作成功 - 操作失败! - -
-

页面自动 跳转 等待时间:

- -
- - - - diff --git a/WebRoot/WEB-INF/pages/statis/disbycla.jsp b/WebRoot/WEB-INF/pages/statis/disbycla.jsp deleted file mode 100644 index c946f2e..0000000 --- a/WebRoot/WEB-INF/pages/statis/disbycla.jsp +++ /dev/null @@ -1,198 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
按班级快速分配宿舍
-
-
-
- -
-
- - - - -
-
-
- - - -
- - -
-
- - - -
- -
-
- -
- -
-
-
-
- -
- -
-
- -
- - - -
-
- - - -
-
- -
-
- -
-
- -
- - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/statis/disbycollege.jsp b/WebRoot/WEB-INF/pages/statis/disbycollege.jsp deleted file mode 100644 index 1449112..0000000 --- a/WebRoot/WEB-INF/pages/statis/disbycollege.jsp +++ /dev/null @@ -1,243 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
按学院快速给未分配宿舍的同学分配宿舍
-
-
-
- -
-
- - - -
- -
-
-
- - - -
- -
- - - -
- -
-
- -
- -
- -
- -

-
- -
-
- -
- -
- -
- - -
-
- - - -
-
- -
-
- -
-
- -
- - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/statis/disbystu.jsp b/WebRoot/WEB-INF/pages/statis/disbystu.jsp deleted file mode 100644 index 2ab2fad..0000000 --- a/WebRoot/WEB-INF/pages/statis/disbystu.jsp +++ /dev/null @@ -1,205 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
按个人快速分配宿舍
-
-
-
- -
-
- - - - - -
-
-
- - - -
- - -
-
- - - -
- -
-
- -
- - - -
-
-
-
- - - - -
-
- - - -
-
- -
-
- -
-
- -
- - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/statis/empbyclass.jsp b/WebRoot/WEB-INF/pages/statis/empbyclass.jsp deleted file mode 100644 index cb77bbf..0000000 --- a/WebRoot/WEB-INF/pages/statis/empbyclass.jsp +++ /dev/null @@ -1,90 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
按班级快速腾空宿舍
-
-
-
- -
-
- - - - -
-
-
- - -
- - -
-
- - - -
-
- -
-
- -
-
-
-
-
- - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/statis/empbycollege.jsp b/WebRoot/WEB-INF/pages/statis/empbycollege.jsp deleted file mode 100644 index e7a2be6..0000000 --- a/WebRoot/WEB-INF/pages/statis/empbycollege.jsp +++ /dev/null @@ -1,83 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
按学院快速腾空宿舍
-
-
-
- -
-
- - - -
-
-
- - -
- - -
-
- - -
-
- -
-
- -
-
-
-
-
- - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/statis/empbystu.jsp b/WebRoot/WEB-INF/pages/statis/empbystu.jsp deleted file mode 100644 index 0112747..0000000 --- a/WebRoot/WEB-INF/pages/statis/empbystu.jsp +++ /dev/null @@ -1,132 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
按个人腾空宿舍
-
-
-
- -
-
- - - - - -
-
-
- -
- -
- - - -
- - -
-
- - - - - -
-
- -
-
- -
-
-
-
-
- - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/statis/info.jsp b/WebRoot/WEB-INF/pages/statis/info.jsp deleted file mode 100644 index 34c9b39..0000000 --- a/WebRoot/WEB-INF/pages/statis/info.jsp +++ /dev/null @@ -1,18 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - - 导出Excel
-
- ${info} - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/statis/sInfo.jsp b/WebRoot/WEB-INF/pages/statis/sInfo.jsp deleted file mode 100644 index 9520711..0000000 --- a/WebRoot/WEB-INF/pages/statis/sInfo.jsp +++ /dev/null @@ -1,61 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
- 导出Excel
-
- - - -
-

-
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - -
姓名学号性别班级年级学院
${stu.studentName}${stu.studentNo}${stu.sex}${stu.className}${stu.grade}${stu.collegeName}
-
-
- \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/statis/sInfo1.jsp b/WebRoot/WEB-INF/pages/statis/sInfo1.jsp deleted file mode 100644 index 874262c..0000000 --- a/WebRoot/WEB-INF/pages/statis/sInfo1.jsp +++ /dev/null @@ -1,64 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
- 导出Excel
-
- - - -
-

-
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - -
姓名状态(Y已分配/N未分配)宿舍学号性别班级年级学院
${stu.studentName}${stu.status}${stu.bedroomName}${stu.studentNo}${stu.sex}${stu.className}${stu.grade}${stu.collegeName}
-
-
- \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/statis/sInfo2.jsp b/WebRoot/WEB-INF/pages/statis/sInfo2.jsp deleted file mode 100644 index 2433ae3..0000000 --- a/WebRoot/WEB-INF/pages/statis/sInfo2.jsp +++ /dev/null @@ -1,30 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
- 导出Excel
-
- - - -
-

-
-
-
- \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/statis/statisstubycla.jsp b/WebRoot/WEB-INF/pages/statis/statisstubycla.jsp deleted file mode 100644 index cbbe261..0000000 --- a/WebRoot/WEB-INF/pages/statis/statisstubycla.jsp +++ /dev/null @@ -1,163 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
统计班级所有学生名单
-
-
-
- -
-
- - - - - - - -
-
-
- - -
- - -
-
- - - -
-
- - - -
-
- -
-
- -
-
- -
- - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/statis/statisstubycollege.jsp b/WebRoot/WEB-INF/pages/statis/statisstubycollege.jsp deleted file mode 100644 index b22e47f..0000000 --- a/WebRoot/WEB-INF/pages/statis/statisstubycollege.jsp +++ /dev/null @@ -1,159 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
统计班级所有学生名单
-
-
-
- -
-
- - - - - - -
-
-
- - -
- - -
-
- - - -
-
- - - -
-
- -
-
- -
-
- -
- - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/statis/viewdisbycla.jsp b/WebRoot/WEB-INF/pages/statis/viewdisbycla.jsp deleted file mode 100644 index 3afefc6..0000000 --- a/WebRoot/WEB-INF/pages/statis/viewdisbycla.jsp +++ /dev/null @@ -1,159 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
查看班级学生宿舍分配情况
-
-
-
- -
-
- - - - -
-
-
- - -
- - -
-
- - -
-
- - - -
-
- -
-
- -
-
- -
- - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/statis/viewdisbycollege.jsp b/WebRoot/WEB-INF/pages/statis/viewdisbycollege.jsp deleted file mode 100644 index cb816c0..0000000 --- a/WebRoot/WEB-INF/pages/statis/viewdisbycollege.jsp +++ /dev/null @@ -1,155 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
查看college学生宿舍分配情况
-
-
-
- -
-
- - - -
-
-
- - -
- - -
-
- - -
-
- - - -
-
- -
-
- -
-
- -
- - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/stu/acelist.jsp b/WebRoot/WEB-INF/pages/stu/acelist.jsp deleted file mode 100644 index 58804a9..0000000 --- a/WebRoot/WEB-INF/pages/stu/acelist.jsp +++ /dev/null @@ -1,536 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - - -
-
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
姓名学号性别是否分配宿舍所在宿舍班级年级学院
${obj.studentName}${obj.studentNo}${obj.sex}${obj.status}${obj.bedroomName}${obj.className}${obj.grade}${obj.collegeName}
- - - 修改 - 删除 - - -
- - - 删除 - -
- - - - - -
-
-
- - - - - - - - - - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/stu/create.jsp b/WebRoot/WEB-INF/pages/stu/create.jsp deleted file mode 100644 index a612051..0000000 --- a/WebRoot/WEB-INF/pages/stu/create.jsp +++ /dev/null @@ -1,191 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
增加学生
-
-
- - - -
-
- -
-
- -
-
-
-
- -
-
- -
-
- - - - - - - -
- - - - - - -
- -
-
-
-
-
-
- - - - -
- -
- - - - -
-
- - - -
-
- -
-
- -
-
-
-
-
- - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/stu/getdata.jsp b/WebRoot/WEB-INF/pages/stu/getdata.jsp deleted file mode 100644 index d6ac6b3..0000000 --- a/WebRoot/WEB-INF/pages/stu/getdata.jsp +++ /dev/null @@ -1,2 +0,0 @@ - -${data} diff --git a/WebRoot/WEB-INF/pages/stu/info.jsp b/WebRoot/WEB-INF/pages/stu/info.jsp deleted file mode 100644 index 73f9e75..0000000 --- a/WebRoot/WEB-INF/pages/stu/info.jsp +++ /dev/null @@ -1,19 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -${info} - - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/stu/list.jsp b/WebRoot/WEB-INF/pages/stu/list.jsp deleted file mode 100644 index 58804a9..0000000 --- a/WebRoot/WEB-INF/pages/stu/list.jsp +++ /dev/null @@ -1,536 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - - -
-
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
姓名学号性别是否分配宿舍所在宿舍班级年级学院
${obj.studentName}${obj.studentNo}${obj.sex}${obj.status}${obj.bedroomName}${obj.className}${obj.grade}${obj.collegeName}
- - - 修改 - 删除 - - -
- - - 删除 - -
- - - - - -
-
-
- - - - - - - - - - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/stu/update.jsp b/WebRoot/WEB-INF/pages/stu/update.jsp deleted file mode 100644 index c41b85b..0000000 --- a/WebRoot/WEB-INF/pages/stu/update.jsp +++ /dev/null @@ -1,248 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
修改学生信息
-
- -
- - -
-
- -
-
- -
-
-
-
- -
-
- -
-
- - -
-
- -
-
- -
-
-
- - -
-
- -
-
- -
-
-
-
- -
-
- -
-
- -
- - - - - - - - - - - -
- - - - - - -
-
-
-
-
-
-
- - - - - - - - -
-
-
- - -
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
- -
-
- -
-
- -
-
-
-
-
- - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/student/list.jsp b/WebRoot/WEB-INF/pages/student/list.jsp deleted file mode 100644 index d02bbcb..0000000 --- a/WebRoot/WEB-INF/pages/student/list.jsp +++ /dev/null @@ -1,359 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - - - - - - -
-
-
内容列表 添加字段
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ID排序图片名称属性分类名称更新时间操作
- 1这是一套MUI后台精美管理系统,感谢您的支持首页产品分类2016-07-01
- 1这是一套MUI后台精美管理系统,感谢您的支持首页产品分类2016-07-01
- 1这是一套MUI后台精美管理系统,感谢您的支持首页产品分类2016-07-01
- 1这是一套MUI后台精美管理系统,感谢您的支持首页产品分类2016-07-01
- 1这是一套MUI后台精美管理系统,感谢您的支持首页产品分类2016-07-01
- 1这是一套MUI后台精美管理系统,感谢您的支持首页产品分类2016-07-01
- 全选 删除 排序 操作: - - - -     - - 移动到: - -
-
-
- - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/student/profile.jsp b/WebRoot/WEB-INF/pages/student/profile.jsp deleted file mode 100644 index d02bbcb..0000000 --- a/WebRoot/WEB-INF/pages/student/profile.jsp +++ /dev/null @@ -1,359 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - - - - - - -
-
-
内容列表 添加字段
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ID排序图片名称属性分类名称更新时间操作
- 1这是一套MUI后台精美管理系统,感谢您的支持首页产品分类2016-07-01
- 1这是一套MUI后台精美管理系统,感谢您的支持首页产品分类2016-07-01
- 1这是一套MUI后台精美管理系统,感谢您的支持首页产品分类2016-07-01
- 1这是一套MUI后台精美管理系统,感谢您的支持首页产品分类2016-07-01
- 1这是一套MUI后台精美管理系统,感谢您的支持首页产品分类2016-07-01
- 1这是一套MUI后台精美管理系统,感谢您的支持首页产品分类2016-07-01
- 全选 删除 排序 操作: - - - -     - - 移动到: - -
-
-
- - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/visit/create.jsp b/WebRoot/WEB-INF/pages/visit/create.jsp deleted file mode 100644 index 20aa5fe..0000000 --- a/WebRoot/WEB-INF/pages/visit/create.jsp +++ /dev/null @@ -1,84 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
来访登记
-
-
- - - -
-
- -
-
- -
-
-
-
- -
-
- -
-
- - -
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
- -
- -
-
- -
-
- -
-
- -
-
- -
-
- - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/visit/list.jsp b/WebRoot/WEB-INF/pages/visit/list.jsp deleted file mode 100644 index c262484..0000000 --- a/WebRoot/WEB-INF/pages/visit/list.jsp +++ /dev/null @@ -1,480 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - - -
-
- - - -
- -
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
访客姓名电话性别来访宿舍备注日期
${obj.visitorName}${obj.visitorCall}${obj.visitorSex}${obj.bedroomName}${obj.reason}${obj.visitorDate}
- - 修改 - 删除 - - - -
- - 删除 -
-
-
-
- - - - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/pages/visit/update.jsp b/WebRoot/WEB-INF/pages/visit/update.jsp deleted file mode 100644 index e9428e4..0000000 --- a/WebRoot/WEB-INF/pages/visit/update.jsp +++ /dev/null @@ -1,86 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" - pageEncoding="UTF-8"%> - -<%@ include file="../basic/base.jsp"%> - - - - - - - - - - -
-
来访登记
-
-
- - -
-
- -
-
- -
-
-
-
- -
-
- -
-
- - - -
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
- -
- -
-
- -
-
- -
-
- -
-
- -
-
- - \ No newline at end of file diff --git a/WebRoot/WEB-INF/web.xml b/WebRoot/WEB-INF/web.xml deleted file mode 100644 index e756d98..0000000 --- a/WebRoot/WEB-INF/web.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - Archetype Created Web Application - - - - contextConfigLocation - classpath:beans.xml - - - org.springframework.web.context.ContextLoaderListener - - - - - springmvc - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - classpath:springmvc-servlet.xml - - - - - springmvc - *.action - - - - - - SpringEncoding - org.springframework.web.filter.CharacterEncodingFilter - - encoding - utf-8 - - - - SpringEncoding - /* - - - diff --git a/WebRoot/css/admin.css b/WebRoot/css/admin.css deleted file mode 100644 index 4ea8258..0000000 --- a/WebRoot/css/admin.css +++ /dev/null @@ -1,78 +0,0 @@ -body{ color:#333; font-size:13px;} -input,select,textarea{color:#333;} -.bg{ width:100%; height:100%; position:absolute; background:url(../images/bg.jpg) } -.panel{background:#fff;} -form .form-group:last-child{padding-bottom:0;} -.passcode{position:absolute;right:0;bottom:0;height:32px;margin:1px;border-left:solid 1px #ddd;text-align:center;line-height:32px;border-radius:0 4px 4px 0;} -ul,li{ list-style-type:none;} - -.lefter{position:relative;float:left;width:180px;margin-right:-180px;background:#e6f2fb;text-align:center;} -.righter{float:right;width:100%;padding-top:15px;background:#e6f2fb;} -.mainer{margin-left:180px;} -.field-icon-right .icon{ bottom:0px; top:auto} -.logo{ float:left; color:#FFF; margin-top:10px; line-height:45px;} -.logo img{ float:left; margin-right:10px;} -.loginbox { background:url(../images/tmbg-white.png); border:0px;} -/********头部******/ -.header{height:70px; overflow:hidden; background:url(../images/bg.jpg) no-repeat 0 -1000px; } -.head-l{ float:left; margin-top:17px; margin-left:15px; } -.head-l .button{ padding:8px 15px;} -.head-l .bg-blue:hover{ background-color:#03b6fd;} -.leftnav{width:180px; height:100%; position:fixed; top:70px; left:0px;} -.leftnav-title { height:50px; background:url(../images/bg.jpg) no-repeat 0 -1000px; color:#FFF; padding-left:22px; font-size:14px; line-height:50px;} -.leftnav-title span{ margin-right:10px;} -.leftnav h2{ padding:10px 0 10px 22px; transition:all .1s ease-in-out; display:block; cursor:pointer; font-weight:bold; font-size:14px; border-top:1px solid #b5cfd9;} -.leftnav h2.on{ color:#09c;} -.leftnav .border-bottom{ border-bottom:1px solid #b5cfd9;} -.leftnav h2 span{ margin-right:10px;} -.leftnav h2:hover{ color:#09c;} -.leftnav ul {display:none; border-top:1px solid #b5cfd9; padding:5px 0; opacity:1;} -.leftnav ul li{ list-style-type:none; } -.leftnav ul li a{ display:block;padding-left:30px;line-height:30px; } -.leftnav ul li span{ margin-right:8px;} -.leftnav ul li a:hover,.leftnav ul li a.on{ color:#09c;} - -/***主要内容***/ -.admin{background:#fff;position:fixed;border-left:solid 1px #b5cfd9;right:0;bottom:0;top:110px;left:180px; padding:15px; padding-right:0px; padding-bottom:0px; overflow:auto; border-top:1px solid #b5cfd9; padding-right:15px;} -.content{width:100%;} -.body-content{padding:20px 0; overflow:hidden;} -.content .title{ border-bottom:1px solid #dfdfdf; line-height:35px; font-size:14px; font-weight:bold; color:#09c} -.form-x .form-group .label{ width:10%;} -.form-x .form-button { margin-left:10%;} -.w50 { width:25%; float:left;} -.form-x .tipss{ float:left; padding-left:10px; color:#888; line-height:42px;} -.input-help { float:left; line-height:30px;} -.input-help li{ float:left;margin-left:10px;} -.bread{ margin-left:190px; margin-top:4px;} -.bread li{ float:left;} -.label label{ font-weight:normal; color:#333;} -.form-group{ margin-bottom:12px;} -.button{ padding:10px 15px;} -.form-group .field .file{ background:#FFF; border:0px;} -.form-group .field input[type=radio]{ vertical-align:middle; line-height:35px; margin-right:5px;} -.form-group .radio { line-height:35px;} -.table th{ text-align:center;} -.table td { vertical-align:middle;} -.tip img{width:100px; height:100px;} -.clear{ clear:both; overflow:hidden;} -.pagelist {padding:10px 0; text-align:center;} -.pagelist span,.pagelist a{ border-radius:3px; border:1px solid #dfdfdf;display:inline-block; padding:5px 12px;} -.pagelist a{ margin:0 3px;} -.pagelist span.current{ background:#09F; color:#FFF; border-color:#09F; margin:0 2px;} -.pagelist a:hover{background:#09F; color:#FFF; border-color:#09F; } -.pagelist label{ padding-left:15px; color:#999;} -.pagelist label b{color:red; font-weight:normal; margin:0 3px;} - -.search{ overflow:hidden;} -.search li{float:left; margin-right:15px; line-height:35px;} - -.button.bg-main.icon-check-square-o{ padding:10px 30px;} -.button.bg-main.icon-check-square-o:hover{ background:#08bbe1;} -input[type="checkbox"], input[type="radio"]{ width:15px; height:15px; vertical-align:-3px; margin-right:5px;} - -textarea[name=content]{width:100%; height:500px; border:1px solid #ddd; border-radius:3px; -webkit-border-radius:3px;} - - - - - diff --git a/WebRoot/css/pintuer.css b/WebRoot/css/pintuer.css deleted file mode 100644 index 9724d07..0000000 --- a/WebRoot/css/pintuer.css +++ /dev/null @@ -1,1083 +0,0 @@ -html{margin:0;padding:0;border:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);} -body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, nav, section{margin:0;padding:0;border:0;font-size:14px;font:inherit;vertical-align:baseline;} -article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section{display:block;} -body{font-size:14px;color:#333;background:#fff;font-family:"Microsoft YaHei","simsun","Helvetica Neue", Arial, Helvetica, sans-serif;} -img{border:0;vertical-align:bottom;} -::-webkit-input-placeholder{color:#999;} -:-moz-placeholder{color:#999;} -::-moz-placeholder{color:#999;} -:-ms-input-placeholder{color:#ccc;} -*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} -*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} -button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;} -textarea{overflow:auto;} -input:focus,textarea:focus,button:focus,select:focus{outline:none;} -input::-ms-clear{display:none;} -article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;} -audio,canvas,progress,video{display:inline-block;vertical-align:baseline;} -audio:not([controls]){display:none;height:0;} -[hidden],template{display:none;} -a{background:transparent;} -a:active,a:hover{outline:0;} -a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;} -abbr[title]{border-bottom:1px dotted;} -b,strong{font-weight:bold;} -dfn{font-style:italic;} -mark{color:#000;background:#ff0;} -small{font-size:80%;} -sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline;} -sup{top:-.5em;} -sub{bottom:-.25em;} -svg:not(:root){overflow:hidden;} -figure{margin:1em 40px;} -hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box;} -pre{overflow:auto;} -code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em;} -button,input,optgroup,select,textarea{margin:0;font:inherit;} -button{overflow:visible;} -button,select{text-transform:none;} -button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;} -button[disabled],html input[disabled]{cursor:default;} -button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;} -input{line-height:normal;} -input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;} -input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;} -input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;} -input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;} -fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0;} -legend{padding:0;border:0;} -optgroup{font-weight:bold;} -table{border-spacing:0;border-collapse:collapse;} -td,th{padding:0;} -.button{border:solid 1px #ddd;background:transparent;border-radius:4px;font-size:14px;padding:6px 15px;margin:0;display:inline-block;line-height:20px;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;} -.button[disabled]{pointer-events:none;cursor:not-allowed;webkit-box-shadow:none;box-shadow:none;filter:alpha(opacity=50);opacity:.5;} -.button:active{background-image:none;outline:0;transition:all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;} -.button:hover{transition:all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;} -.button-block{display:block;width:100%;} -.button-large{padding:15px 20px;font-size:24px;line-height:24px;} -.button-big{padding:10px 15px;font-size:18px;line-height:22px;} -.button-small{padding:5px 10px;font-size:12px;font-weight:normal;line-height:18px;} -.button-little{padding:3px 5px;font-size:12px;font-weight:normal;line-height:16px;} -.button.bg-main,.button.bg-sub,.button.bg-dot,.button.bg-black,.button.bg-gray,.button.bg-red,.button.bg-yellow,.button.bg-blue,.button.bg-green{color:#fff;} -.layout{width:100%;} -.container,.container-layout{margin:0 auto;padding:0 10px;} -@media (min-width:760px){.container{width:760px;}} -@media (min-width:1000px){.container{width:1000px;}} -@media (min-width:1200px){.container{width:1200px;}} -.line{margin:0;padding:0;} -.x1,.x2,.x3,.x4,.x5,.x6,.x7,.x8,.x9,.x10,.x11,.x12,.xl1,.xl2,.xl3,.xl4,.xl5,.xl6,.xl7,.xl8,.xl9,.xl10,.xl11,.xl12,.xs1,.xs2,.xs3,.xs4,.xs5,.xs6,.xs7,.xs8,.xs9,.xs10,.xs11,.xs12,.xm1,.xm2,.xm3,.xm4,.xm5,.xm6,.xm7,.xm8,.xm9,.xm10,.xm11,.xm12,.xb1,.xb2,.xb3,.xb4,.xb5,.xb6,.xb7,.xb8,.xb9,.xb10,.xb11,.xb12{position:relative;min-height:1px;} -.line-big{margin-left:-10px;margin-right:-10px;} -.line-big .x1,.line-big .x2,.line-big .x3,.line-big .x4,.line-big .x5,.line-big .x6,.line-big .x7,.line-big .x8,.line-big .x9,.line-big .x10,.line-big .x11,.line-big .x12, -.line-big .xl1,.line-big .xl2,.line-big .xl3,.line-big .xl4,.line-big .xl5,.line-big .xl6,.line-big .xl7,.line-big .xl8,.line-big .xl9,.line-big .xl10,.line-big .xl11,.line-big .xl12, -.line-big .xs1,.line-big .xs2,.line-big .xs3,.line-big .xs4,.line-big .xs5,.line-big .xs6,.line-big .xs7,.line-big .xs8,.line-big .xs9,.line-big .xs10,.line-big .xs11,.line-big .xs12, -.line-big .xm1,.line-big .xm2,.line-big .xm3,.line-big .xm4,.line-big .xm5,.line-big .xm6,.line-big .xm7,.line-big .xm8,.line-big .xm9,.line-big .xm10,.line-big .xm11,.line-big .xm12, -.line-big .xb1,.line-big .xb2,.line-big .xb3,.line-big .xb4,.line-big .xb5,.line-big .xb6,.line-big .xb7,.line-big .xb8,.line-big .xb9,.line-big .xb10,.line-big .xb11,.line-big .xb12{position:relative;min-height:1px;padding-right:10px;padding-left:10px;} -.line-middle{margin-left:-5px;margin-right:-5px;} -.line-middle .x1,.line-middle .x2,.line-middle .x3,.line-middle .x4,.line-middle .x5,.line-middle .x6,.line-middle .x7,.line-middle .x8,.line-middle .x9,.line-middle .x10,.line-middle .x11,.line-middle .x12, -.line-middle .xl1,.line-middle .xl2,.line-middle .xl3,.line-middle .xl4,.line-middle .xl5,.line-middle .xl6,.line-middle .xl7,.line-middle .xl8,.line-middle .xl9,.line-middle .xl10,.line-middle .xl11,.line-middle .xl12, -.line-middle .xs1,.line-middle .xs2,.line-middle .xs3,.line-middle .xs4,.line-middle .xs5,.line-middle .xs6,.line-middle .xs7,.line-middle .xs8,.line-middle .xs9,.line-middle .xs10,.line-middle .xs11,.line-middle .xs12, -.line-middle .xm1,.line-middle .xm2,.line-middle .xm3,.line-middle .xm4,.line-middle .xm5,.line-middle .xm6,.line-middle .xm7,.line-middle .xm8,.line-middle .xm9,.line-middle .xm10,.line-middle .xm11,.line-middle .xm12, -.line-middle .xb1,.line-middle .xb2,.line-middle .xb3,.line-middle .xb4,.line-middle .xb5,.line-middle .xb6,.line-middle .xb7,.line-middle .xb8,.line-middle .xb9,.line-middle .xb10,.line-middle .xb11,.line-middle .xb12{position:relative;min-height:1px;padding-right:5px;padding-left:5px;} -.line-small{margin-left:-2px;margin-right:-2px;} -.line-small .x1,.line-small .x2,.line-small .x3,.line-small .x4,.line-small .x5,.line-small .x6,.line-small .x7,.line-small .x8,.line-small .x9,.line-small .x10,.line-small .x11,.line-small .x12, -.line-small .xl1,.line-small .xl2,.line-small .xl3,.line-small .xl4,.line-small .xl5,.line-small .xl6,.line-small .xl7,.line-small .xl8,.line-small .xl9,.line-small .xl10,.line-small .xl11,.line-small .xl12, -.line-small .xs1,.line-small .xs2,.line-small .xs3,.line-small .xs4,.line-small .xs5,.line-small .xs6,.line-small .xs7,.line-small .xs8,.line-small .xs9,.line-small .xs10,.line-small .xs11,.line-small .xs12, -.line-small .xm1,.line-small .xm2,.line-small .xm3,.line-small .xm4,.line-small .xm5,.line-small .xm6,.line-small .xm7,.line-small .xm8,.line-small .xm9,.line-small .xm10,.line-small .xm11,.line-small .xm12, -.line-small .xb1,.line-small .xb2,.line-small .xb3,.line-small .xb4,.line-small .xb5,.line-small .xb6,.line-small .xb7,.line-small .xb8,.line-small .xb9,.line-small .xb10,.line-small .xb11,.line-small .xb12{position:relative;min-height:1px;padding-right:2px;padding-left:2px;} -.x1,.x2,.x3,.x4,.x5,.x6,.x7,.x8,.x9,.x10,.x11,.x12{float:left;} -.x1{width:8.33333333%;}.x2{width:16.66666667%;}.x3{width:25%;}.x4{width:33.33333333%;}.x5{width:41.66666667%;}.x6{width:50%;}.x7{width:58.33333333%;}.x8{width:66.66666667%;}.x9{width:75%;}.x10{width:83.33333333%;}.x11{width:91.66666667%;}.x12{width:100%;} -.x0-left{left:0;}.x1-left{left:8.33333333%;}.x2-left{left:16.66666667%;}.x3-left{left:25%;}.x4-left{left:33.33333333%;}.x5-left{left:41.66666667%;}.x6-left{left:50%;}.x7-left{left:58.33333333%;}.x8-left{left:66.66666667%;}.x9-left{left:75%;}.x10-left{left:83.33333333%;}.x11-left{left:91.66666667%;}.x12-left{left:100%;} -.x0-right{right:0;}.x1-right{right:8.33333333%;}.x2-right{right:16.66666667%;}.x3-right{right:25%;}.x4-right{right:33.33333333%;}.x5-right{right:41.66666667%;}.x6-right{right:50%;}.x7-right{right:58.33333333%;}.x8-right{right:66.66666667%;}.x9-right{right:75%;}.x10-right{right:83.33333333%;}.x11-right{right:91.66666667%;}.x12-right{right:100%;} -.x0-move{margin-left:0;}.x1-move{margin-left:8.33333333%;}.x2-move{margin-left:16.66666667%;}.x3-move{margin-left:25%;}.x4-move{margin-left:33.33333333%;}.x5-move{margin-left:41.66666667%;}.x6-move{margin-left:50%;}.x7-move{margin-left:58.33333333%;}.x8-move{margin-left:66.66666667%;}.x9-move{margin-left:75%;}.x10-move{margin-left:83.33333333%;}.x11-move{margin-left:91.66666667%;}.x12-move{margin-left:100%;} -@media (min-width:300px){ -.xl1,.xl2,.xl3,.xl4,.xl5,.xl6,.xl7,.xl8,.xl9,.xl10,.xl11,.xl12{float:left;} -.xl1{width:8.33333333%;}.xl2{width:16.66666667%;}.xl3{width:25%;}.xl4{width:33.33333333%;}.xl5{width:41.66666667%;}.xl6{width:50%;}.xl7{width:58.33333333%;}.xl8{width:66.66666667%;}.xl9{width:75%;}.xl10{width:83.33333333%;}.xl11{width:91.66666667%;}.xl12{width:100%;} -.xl0-left{left:0;}.xl1-left{left:8.33333333%;}.xl2-left{left:16.66666667%;}.xl3-left{left:25%;}.xl4-left{left:33.33333333%;}.xl5-left{left:41.66666667%;}.xl6-left{left:50%;}.xl7-left{left:58.33333333%;}.xl8-left{left:66.66666667%;}.xl9-left{left:75%;}.xl10-left{left:83.33333333%;}.xl11-left{left:91.66666667%;}.xl12-left{left:100%;} -.xl0-right{right:0;}.xl1-right{right:8.33333333%;}.xl2-right{right:16.66666667%;}.xl3-right{right:25%;}.xl4-right{right:33.33333333%;}.xl5-right{right:41.66666667%;}.xl6-right{right:50%;}.xl7-right{right:58.33333333%;}.xl8-right{right:66.66666667%;}.xl9-right{right:75%;}.xl10-right{right:83.33333333%;}.xl11-right{right:91.66666667%;}.xl12-right{right:100%;} -.xl0-move{margin-left:0;}.xl1-move{margin-left:8.33333333%;}.xl2-move{margin-left:16.66666667%;}.xl3-move{margin-left:25%;}.xl4-move{margin-left:33.33333333%;}.xl5-move{margin-left:41.66666667%;}.xl6-move{margin-left:50%;}.xl7-move{margin-left:58.33333333%;}.xl8-move{margin-left:66.66666667%;}.xl9-move{margin-left:75%;}.xl10-move{margin-left:83.33333333%;}.xl11-move{margin-left:91.66666667%;}.xl12-move{margin-left:100%;} -} -@media (min-width:760px){ -.xs1,.xs2,.xs3,.xs4,.xs5,.xs6,.xs7,.xs8,.xs9,.xs10,.xs11,.xs12{float:left;} -.xs1{width:8.33333333%;}.xs2{width:16.66666667%;}.xs3{width:25%;}.xs4{width:33.33333333%;}.xs5{width:41.66666667%;}.xs6{width:50%;}.xs7{width:58.33333333%;}.xs8{width:66.66666667%;}.xs9{width:75%;}.xs10{width:83.33333333%;}.xs11{width:91.66666667%;}.xs12{width:100%;} -.xs0-left{left:0;}.xs1-left{left:8.33333333%;}.xs2-left{left:16.66666667%;}.xs3-left{left:25%;}.xs4-left{left:33.33333333%;}.xs5-left{left:41.66666667%;}.xs6-left{left:50%;}.xs7-left{left:58.33333333%;}.xs8-left{left:66.66666667%;}.xs9-left{left:75%;}.xs10-left{left:83.33333333%;}.xs11-left{left:91.66666667%;}.xs12-left{left:100%;} -.xs0-right{right:0;}.xs1-right{right:8.33333333%;}.xs2-right{right:16.66666667%;}.xs3-right{right:25%;}.xs4-right{right:33.33333333%;}.xs5-right{right:41.66666667%;}.xs6-right{right:50%;}.xs7-right{right:58.33333333%;}.xs8-right{right:66.66666667%;}.xs9-right{right:75%;}.xs10-right{right:83.33333333%;}.xs11-right{right:91.66666667%;}.xs12-right{right:100%;} -.xs0-move{margin-left:0;}.xs1-move{margin-left:8.33333333%;}.xs2-move{margin-left:16.66666667%;}.xs3-move{margin-left:25%;}.xs4-move{margin-left:33.33333333%;}.xs5-move{margin-left:41.66666667%;}.xs6-move{margin-left:50%;}.xs7-move{margin-left:58.33333333%;}.xs8-move{margin-left:66.66666667%;}.xs9-move{margin-left:75%;}.xs10-move{margin-left:83.33333333%;}.xs11-move{margin-left:91.66666667%;}.xs12-move{margin-left:100%;} -} -@media (min-width:1000px){ -.xm1,.xm2,.xm3,.xm4,.xm5,.xm6,.xm7,.xm8,.xm9,.xm10,.xm11,.xm12{float:left;} -.xm1{width:8.33333333%;}.xm2{width:16.66666667%;}.xm3{width:25%;}.xm4{width:33.33333333%;}.xm5{width:41.66666667%;}.xm6{width:50%;}.xm7{width:58.33333333%;}.xm8{width:66.66666667%;}.xm9{width:75%;}.xm10{width:83.33333333%;}.xm11{width:91.66666667%;}.xm12{width:100%;} -.xm0-left{left:0;}.xm1-left{left:8.33333333%;}.xm2-left{left:16.66666667%;}.xm3-left{left:25%;}.xm4-left{left:33.33333333%;}.xm5-left{left:41.66666667%;}.xm6-left{left:50%;}.xm7-left{left:58.33333333%;}.xm8-left{left:66.66666667%;}.xm9-left{left:75%;}.xm10-left{left:83.33333333%;}.xm11-left{left:91.66666667%;}.xm12-left{left:100%;} -.xm0-right{right:0;}.xm1-right{right:8.33333333%;}.xm2-right{right:16.66666667%;}.xm3-right{right:25%;}.xm4-right{right:33.33333333%;}.xm5-right{right:41.66666667%;}.xm6-right{right:50%;}.xm7-right{right:58.33333333%;}.xm8-right{right:66.66666667%;}.xm9-right{right:75%;}.xm10-right{right:83.33333333%;}.xm11-right{right:91.66666667%;}.xm12-right{right:100%;} -.xm0-move{margin-left:0;}.xm1-move{margin-left:8.33333333%;}.xm2-move{margin-left:16.66666667%;}.xm3-move{margin-left:25%;}.xm4-move{margin-left:33.33333333%;}.xm5-move{margin-left:41.66666667%;}.xm6-move{margin-left:50%;}.xm7-move{margin-left:58.33333333%;}.xm8-move{margin-left:66.66666667%;}.xm9-move{margin-left:75%;}.xm10-move{margin-left:83.33333333%;}.xm11-move{margin-left:91.66666667%;}.xm12-move{margin-left:100%;} -} -@media (min-width:1200px){ -.xb1,.xb2,.xb3,.xb4,.xb5,.xb6,.xb7,.xb8,.xb9,.xb10,.xb11,.xb12{float:left;} -.xb1{width:8.33333333%;}.xb2{width:16.66666667%;}.xb3{width:25%;}.xb4{width:33.33333333%;}.xb5{width:41.66666667%;}.xb6{width:50%;}.xb7{width:58.33333333%;}.xb8{width:66.66666667%;}.xb9{width:75%;}.xb10{width:83.33333333%;}.xb11{width:91.66666667%;}.xb12{width:100%;} -.xb0-left{left:0;}.xb1-left{left:8.33333333%;}.xb2-left{left:16.66666667%;}.xb3-left{left:25%;}.xb4-left{left:33.33333333%;}.xb5-left{left:41.66666667%;}.xb6-left{left:50%;}.xb7-left{left:58.33333333%;}.xb8-left{left:66.66666667%;}.xb9-left{left:75%;}.xb10-left{left:83.33333333%;}.xb11-left{left:91.66666667%;}.xb12-left{left:100%;} -.xb0-right{right:0;}.xb1-right{right:8.33333333%;}.xb2-right{right:16.66666667%;}.xb3-right{right:25%;}.xb4-right{right:33.33333333%;}.xb5-right{right:41.66666667%;}.xb6-right{right:50%;}.xb7-right{right:58.33333333%;}.xb8-right{right:66.66666667%;}.xb9-right{right:75%;}.xb10-right{right:83.33333333%;}.xb11-right{right:91.66666667%;}.xb12-right{right:100%;} -.xb0-move{margin-left:0;}.xb1-move{margin-left:8.33333333%;}.xb2-move{margin-left:16.66666667%;}.xb3-move{margin-left:25%;}.xb4-move{margin-left:33.33333333%;}.xb5-move{margin-left:41.66666667%;}.xb6-move{margin-left:50%;}.xb7-move{margin-left:58.33333333%;}.xb8-move{margin-left:66.66666667%;}.xb9-move{margin-left:75%;}.xb10-move{margin-left:83.33333333%;}.xb11-move{margin-left:91.66666667%;}.xb12-move{margin-left:100%;} -} -@media (max-width:760px){ -.show-l{display:block !important;} -.hidden-l{display:none !important;} -} -@media (min-width:761px) and (max-width:1000px){ -.show-s{display:block !important;} -.hidden-s{display:none !important;} -} -@media (min-width:1001px) and (max-width:1200px){ -.show-m{display:block !important;} -.hidden-m{display:none !important;} -} -@media (min-width:1201px){ -.show-b{display:block !important;} -.hidden-b{display:none !important;} -} - -@font-face{ -font-family:'FontAwesome'; -src:url('http://libs.baidu.com/fontawesome/4.1.0/fonts/fontawesome-webfont.eot?v=4.1.0'); -src:url('http://libs.baidu.com/fontawesome/4.1.0/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('http://libs.baidu.com/fontawesome/4.1.0/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('http://libs.baidu.com/fontawesome/4.1.0/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('http://libs.baidu.com/fontawesome/4.1.0/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg'); -font-weight:normal;font-style:normal; -} - - -[class*='icon-']:before{display:inline-block;font-family:"FontAwesome";font-weight:normal;font-style:normal;vertical-align:baseline;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;} -.icon-glass:before{content:"\f000";}.icon-music:before{content:"\f001";}.icon-search:before{content:"\f002";}.icon-envelope-o:before{content:"\f003";}.icon-heart:before{content:"\f004";}.icon-star:before{content:"\f005";}.icon-star-o:before{content:"\f006";}.icon-user:before{content:"\f007";}.icon-film:before{content:"\f008";}.icon-th-large:before{content:"\f009";}.icon-th:before{content:"\f00a";}.icon-th-list:before{content:"\f00b";}.icon-check:before{content:"\f00c";}.icon-times:before{content:"\f00d";}.icon-search-plus:before{content:"\f00e";} -.icon-search-minus:before{content:"\f010";}.icon-power-off:before{content:"\f011";}.icon-signal:before{content:"\f012";}.icon-gear:before,.icon-cog:before{content:"\f013";}.icon-trash-o:before{content:"\f014";}.icon-home:before{content:"\f015";}.icon-file-o:before{content:"\f016";}.icon-clock-o:before{content:"\f017";}.icon-road:before{content:"\f018";}.icon-download:before{content:"\f019";}.icon-arrow-circle-o-down:before{content:"\f01a";}.icon-arrow-circle-o-up:before{content:"\f01b";}.icon-inbox:before{content:"\f01c";}.icon-play-circle-o:before{content:"\f01d";}.icon-rotate-right:before,.icon-repeat:before{content:"\f01e";} -.icon-refresh:before{content:"\f021";}.icon-list-alt:before{content:"\f022";}.icon-lock:before{content:"\f023";}.icon-flag:before{content:"\f024";}.icon-headphones:before{content:"\f025";}.icon-volume-off:before{content:"\f026";}.icon-volume-down:before{content:"\f027";}.icon-volume-up:before{content:"\f028";}.icon-qrcode:before{content:"\f029";}.icon-barcode:before{content:"\f02a";}.icon-tag:before{content:"\f02b";}.icon-tags:before{content:"\f02c";}.icon-book:before{content:"\f02d";}.icon-bookmark:before{content:"\f02e";}.icon-print:before{content:"\f02f";} -.icon-camera:before{content:"\f030";}.icon-font:before{content:"\f031";}.icon-bold:before{content:"\f032";}.icon-italic:before{content:"\f033";}.icon-text-height:before{content:"\f034";}.icon-text-width:before{content:"\f035";}.icon-align-left:before{content:"\f036";}.icon-align-center:before{content:"\f037";}.icon-align-right:before{content:"\f038";}.icon-align-justify:before{content:"\f039";}.icon-list:before{content:"\f03a";}.icon-dedent:before,.icon-outdent:before{content:"\f03b";}.icon-indent:before{content:"\f03c";}.icon-video-camera:before{content:"\f03d";}.icon-photo:before,.icon-image:before,.icon-picture-o:before{content:"\f03e";} -.icon-pencil:before{content:"\f040";}.icon-map-marker:before{content:"\f041";}.icon-adjust:before{content:"\f042";}.icon-tint:before{content:"\f043";}.icon-edit:before,.icon-pencil-square-o:before{content:"\f044";}.icon-share-square-o:before{content:"\f045";}.icon-check-square-o:before{content:"\f046";}.icon-arrows:before{content:"\f047";}.icon-step-backward:before{content:"\f048";}.icon-fast-backward:before{content:"\f049";}.icon-backward:before{content:"\f04a";}.icon-play:before{content:"\f04b";}.icon-pause:before{content:"\f04c";}.icon-stop:before{content:"\f04d";}.icon-forward:before{content:"\f04e";} -.icon-fast-forward:before{content:"\f050";}.icon-step-forward:before{content:"\f051";}.icon-eject:before{content:"\f052";}.icon-chevron-left:before{content:"\f053";}.icon-chevron-right:before{content:"\f054";}.icon-plus-circle:before{content:"\f055";}.icon-minus-circle:before{content:"\f056";}.icon-times-circle:before{content:"\f057";}.icon-check-circle:before{content:"\f058";}.icon-question-circle:before{content:"\f059";}.icon-info-circle:before{content:"\f05a";}.icon-crosshairs:before{content:"\f05b";}.icon-times-circle-o:before{content:"\f05c";}.icon-check-circle-o:before{content:"\f05d";}.icon-ban:before{content:"\f05e";} -.icon-arrow-left:before{content:"\f060";}.icon-arrow-right:before{content:"\f061";}.icon-arrow-up:before{content:"\f062";}.icon-arrow-down:before{content:"\f063";}.icon-mail-forward:before,.icon-share:before{content:"\f064";}.icon-expand:before{content:"\f065";}.icon-compress:before{content:"\f066";}.icon-plus:before{content:"\f067";}.icon-minus:before{content:"\f068";}.icon-asterisk:before{content:"\f069";}.icon-exclamation-circle:before{content:"\f06a";}.icon-gift:before{content:"\f06b";}.icon-leaf:before{content:"\f06c";}.icon-fire:before{content:"\f06d";}.icon-eye:before{content:"\f06e";} -.icon-eye-slash:before{content:"\f070";}.icon-warning:before,.icon-exclamation-triangle:before{content:"\f071";}.icon-plane:before{content:"\f072";}.icon-calendar:before{content:"\f073";}.icon-random:before{content:"\f074";}.icon-comment:before{content:"\f075";}.icon-magnet:before{content:"\f076";}.icon-chevron-up:before{content:"\f077";}.icon-chevron-down:before{content:"\f078";}.icon-retweet:before{content:"\f079";}.icon-shopping-cart:before{content:"\f07a";}.icon-folder:before{content:"\f07b";}.icon-folder-open:before{content:"\f07c";}.icon-arrows-v:before{content:"\f07d";}.icon-arrows-h:before{content:"\f07e";} -.icon-bar-chart-o:before{content:"\f080";}.icon-twitter-square:before{content:"\f081";}.icon-facebook-square:before{content:"\f082";}.icon-camera-retro:before{content:"\f083";}.icon-key:before{content:"\f084";}.icon-gears:before,.icon-cogs:before{content:"\f085";}.icon-comments:before{content:"\f086";}.icon-thumbs-o-up:before{content:"\f087";}.icon-thumbs-o-down:before{content:"\f088";}.icon-star-half:before{content:"\f089";}.icon-heart-o:before{content:"\f08a";}.icon-sign-out:before{content:"\f08b";}.icon-linkedin-square:before{content:"\f08c";}.icon-thumb-tack:before{content:"\f08d";}.icon-external-link:before{content:"\f08e";} -.icon-sign-in:before{content:"\f090";}.icon-trophy:before{content:"\f091";}.icon-github-square:before{content:"\f092";}.icon-upload:before{content:"\f093";}.icon-lemon-o:before{content:"\f094";}.icon-phone:before{content:"\f095";}.icon-square-o:before{content:"\f096";}.icon-bookmark-o:before{content:"\f097";}.icon-phone-square:before{content:"\f098";}.icon-twitter:before{content:"\f099";}.icon-facebook:before{content:"\f09a";}.icon-github:before{content:"\f09b";}.icon-unlock:before{content:"\f09c";}.icon-credit-card:before{content:"\f09d";}.icon-rss:before{content:"\f09e";} -.icon-hdd-o:before{content:"\f0a0";}.icon-bullhorn:before{content:"\f0a1";}.icon-bell:before{content:"\f0f3";}.icon-certificate:before{content:"\f0a3";}.icon-hand-o-right:before{content:"\f0a4";}.icon-hand-o-left:before{content:"\f0a5";}.icon-hand-o-up:before{content:"\f0a6";}.icon-hand-o-down:before{content:"\f0a7";}.icon-arrow-circle-left:before{content:"\f0a8";}.icon-arrow-circle-right:before{content:"\f0a9";}.icon-arrow-circle-up:before{content:"\f0aa";}.icon-arrow-circle-down:before{content:"\f0ab";}.icon-globe:before{content:"\f0ac";}.icon-wrench:before{content:"\f0ad";}.icon-tasks:before{content:"\f0ae";} -.icon-filter:before{content:"\f0b0";}.icon-briefcase:before{content:"\f0b1";}.icon-arrows-alt:before{content:"\f0b2";}.icon-group:before,.icon-users:before{content:"\f0c0";}.icon-chain:before,.icon-link:before{content:"\f0c1";}.icon-cloud:before{content:"\f0c2";}.icon-flask:before{content:"\f0c3";}.icon-cut:before,.icon-scissors:before{content:"\f0c4";}.icon-copy:before,.icon-files-o:before{content:"\f0c5";}.icon-paperclip:before{content:"\f0c6";}.icon-save:before,.icon-floppy-o:before{content:"\f0c7";}.icon-square:before{content:"\f0c8";}.icon-navicon:before,.icon-reorder:before,.icon-bars:before{content:"\f0c9";}.icon-list-ul:before{content:"\f0ca";}.icon-list-ol:before{content:"\f0cb";}.icon-strikethrough:before{content:"\f0cc";}.icon-underline:before{content:"\f0cd";}.icon-table:before{content:"\f0ce";} -.icon-magic:before{content:"\f0d0";}.icon-truck:before{content:"\f0d1";}.icon-pinterest:before{content:"\f0d2";}.icon-pinterest-square:before{content:"\f0d3";}.icon-google-plus-square:before{content:"\f0d4";}.icon-google-plus:before{content:"\f0d5";}.icon-money:before{content:"\f0d6";}.icon-caret-down:before{content:"\f0d7";}.icon-caret-up:before{content:"\f0d8";}.icon-caret-left:before{content:"\f0d9";}.icon-caret-right:before{content:"\f0da";}.icon-columns:before{content:"\f0db";}.icon-unsorted:before,.icon-sort:before{content:"\f0dc";}.icon-sort-down:before,.icon-sort-desc:before{content:"\f0dd";}.icon-sort-up:before,.icon-sort-asc:before{content:"\f0de";} -.icon-envelope:before{content:"\f0e0";}.icon-linkedin:before{content:"\f0e1";}.icon-rotate-left:before,.icon-undo:before{content:"\f0e2";}.icon-legal:before,.icon-gavel:before{content:"\f0e3";}.icon-dashboard:before,.icon-tachometer:before{content:"\f0e4";}.icon-comment-o:before{content:"\f0e5";}.icon-comments-o:before{content:"\f0e6";}.icon-flash:before,.icon-bolt:before{content:"\f0e7";}.icon-sitemap:before{content:"\f0e8";}.icon-umbrella:before{content:"\f0e9";}.icon-paste:before,.icon-clipboard:before{content:"\f0ea";}.icon-lightbulb-o:before{content:"\f0eb";}.icon-exchange:before{content:"\f0ec";}.icon-cloud-download:before{content:"\f0ed";}.icon-cloud-upload:before{content:"\f0ee";} -.icon-user-md:before{content:"\f0f0";}.icon-stethoscope:before{content:"\f0f1";}.icon-suitcase:before{content:"\f0f2";}.icon-bell-o:before{content:"\f0a2";}.icon-coffee:before{content:"\f0f4";}.icon-cutlery:before{content:"\f0f5";}.icon-file-text-o:before{content:"\f0f6";}.icon-building-o:before{content:"\f0f7";}.icon-hospital-o:before{content:"\f0f8";}.icon-ambulance:before{content:"\f0f9";}.icon-medkit:before{content:"\f0fa";}.icon-fighter-jet:before{content:"\f0fb";}.icon-beer:before{content:"\f0fc";}.icon-h-square:before{content:"\f0fd";}.icon-plus-square:before{content:"\f0fe";} -.icon-angle-double-left:before{content:"\f100";}.icon-angle-double-right:before{content:"\f101";}.icon-angle-double-up:before{content:"\f102";}.icon-angle-double-down:before{content:"\f103";}.icon-angle-left:before{content:"\f104";}.icon-angle-right:before{content:"\f105";}.icon-angle-up:before{content:"\f106";}.icon-angle-down:before{content:"\f107";}.icon-desktop:before{content:"\f108";}.icon-laptop:before{content:"\f109";}.icon-tablet:before{content:"\f10a";}.icon-mobile-phone:before,.icon-mobile:before{content:"\f10b";}.icon-circle-o:before{content:"\f10c";}.icon-quote-left:before{content:"\f10d";}.icon-quote-right:before{content:"\f10e";} -.icon-spinner:before{content:"\f110";}.icon-circle:before{content:"\f111";}.icon-mail-reply:before,.icon-reply:before{content:"\f112";}.icon-github-alt:before{content:"\f113";}.icon-folder-o:before{content:"\f114";}.icon-folder-open-o:before{content:"\f115";}.icon-smile-o:before{content:"\f118";}.icon-frown-o:before{content:"\f119";}.icon-meh-o:before{content:"\f11a";}.icon-gamepad:before{content:"\f11b";}.icon-keyboard-o:before{content:"\f11c";}.icon-flag-o:before{content:"\f11d";}.icon-flag-checkered:before{content:"\f11e";} -.icon-terminal:before{content:"\f120";}.icon-code:before{content:"\f121";}.icon-mail-reply-all:before,.icon-reply-all:before{content:"\f122";}.icon-star-half-empty:before,.icon-star-half-full:before,.icon-star-half-o:before{content:"\f123";}.icon-location-arrow:before{content:"\f124";}.icon-crop:before{content:"\f125";}.icon-code-fork:before{content:"\f126";}.icon-unlink:before,.icon-chain-broken:before{content:"\f127";}.icon-question:before{content:"\f128";}.icon-info:before{content:"\f129";}.icon-exclamation:before{content:"\f12a";}.icon-superscript:before{content:"\f12b";}.icon-subscript:before{content:"\f12c";}.icon-eraser:before{content:"\f12d";}.icon-puzzle-piece:before{content:"\f12e";} -.icon-microphone:before{content:"\f130";}.icon-microphone-slash:before{content:"\f131";}.icon-shield:before{content:"\f132";}.icon-calendar-o:before{content:"\f133";}.icon-fire-extinguisher:before{content:"\f134";}.icon-rocket:before{content:"\f135";}.icon-maxcdn:before{content:"\f136";}.icon-chevron-circle-left:before{content:"\f137";}.icon-chevron-circle-right:before{content:"\f138";}.icon-chevron-circle-up:before{content:"\f139";}.icon-chevron-circle-down:before{content:"\f13a";}.icon-html5:before{content:"\f13b";}.icon-css3:before{content:"\f13c";}.icon-anchor:before{content:"\f13d";}.icon-unlock-alt:before{content:"\f13e";} -.icon-bullseye:before{content:"\f140";}.icon-ellipsis-h:before{content:"\f141";}.icon-ellipsis-v:before{content:"\f142";}.icon-rss-square:before{content:"\f143";}.icon-play-circle:before{content:"\f144";}.icon-ticket:before{content:"\f145";}.icon-minus-square:before{content:"\f146";}.icon-minus-square-o:before{content:"\f147";}.icon-level-up:before{content:"\f148";}.icon-level-down:before{content:"\f149";}.icon-check-square:before{content:"\f14a";}.icon-pencil-square:before{content:"\f14b";}.icon-external-link-square:before{content:"\f14c";}.icon-share-square:before{content:"\f14d";}.icon-compass:before{content:"\f14e";} -.icon-toggle-down:before,.icon-caret-square-o-down:before{content:"\f150";}.icon-toggle-up:before,.icon-caret-square-o-up:before{content:"\f151";}.icon-toggle-right:before,.icon-caret-square-o-right:before{content:"\f152";}.icon-euro:before,.icon-eur:before{content:"\f153";}.icon-gbp:before{content:"\f154";}.icon-dollar:before,.icon-usd:before{content:"\f155";}.icon-rupee:before,.icon-inr:before{content:"\f156";}.icon-cny:before,.icon-rmb:before,.icon-yen:before,.icon-jpy:before{content:"\f157";}.icon-ruble:before,.icon-rouble:before,.icon-rub:before{content:"\f158";}.icon-won:before,.icon-krw:before{content:"\f159";}.icon-bitcoin:before,.icon-btc:before{content:"\f15a";}.icon-file:before{content:"\f15b";}.icon-file-text:before{content:"\f15c";}.icon-sort-alpha-asc:before{content:"\f15d";}.icon-sort-alpha-desc:before{content:"\f15e";} -.icon-sort-amount-asc:before{content:"\f160";}.icon-sort-amount-desc:before{content:"\f161";}.icon-sort-numeric-asc:before{content:"\f162";}.icon-sort-numeric-desc:before{content:"\f163";}.icon-thumbs-up:before{content:"\f164";}.icon-thumbs-down:before{content:"\f165";}.icon-youtube-square:before{content:"\f166";}.icon-youtube:before{content:"\f167";}.icon-xing:before{content:"\f168";}.icon-xing-square:before{content:"\f169";}.icon-youtube-play:before{content:"\f16a";}.icon-dropbox:before{content:"\f16b";}.icon-stack-overflow:before{content:"\f16c";}.icon-instagram:before{content:"\f16d";}.icon-flickr:before{content:"\f16e";} -.icon-adn:before{content:"\f170";}.icon-bitbucket:before{content:"\f171";}.icon-bitbucket-square:before{content:"\f172";}.icon-tumblr:before{content:"\f173";}.icon-tumblr-square:before{content:"\f174";}.icon-long-arrow-down:before{content:"\f175";}.icon-long-arrow-up:before{content:"\f176";}.icon-long-arrow-left:before{content:"\f177";}.icon-long-arrow-right:before{content:"\f178";}.icon-apple:before{content:"\f179";}.icon-windows:before{content:"\f17a";}.icon-android:before{content:"\f17b";}.icon-linux:before{content:"\f17c";}.icon-dribbble:before{content:"\f17d";}.icon-skype:before{content:"\f17e";} -.icon-foursquare:before{content:"\f180";}.icon-trello:before{content:"\f181";}.icon-female:before{content:"\f182";}.icon-male:before{content:"\f183";}.icon-gittip:before{content:"\f184";}.icon-sun-o:before{content:"\f185";}.icon-moon-o:before{content:"\f186";}.icon-archive:before{content:"\f187";}.icon-bug:before{content:"\f188";}.icon-vk:before{content:"\f189";}.icon-weibo:before{content:"\f18a";}.icon-renren:before{content:"\f18b";}.icon-pagelines:before{content:"\f18c";}.icon-stack-exchange:before{content:"\f18d";}.icon-arrow-circle-o-right:before{content:"\f18e";} -.icon-arrow-circle-o-left:before{content:"\f190";}.icon-toggle-left:before,.icon-caret-square-o-left:before{content:"\f191";}.icon-dot-circle-o:before{content:"\f192";}.icon-wheelchair:before{content:"\f193";}.icon-vimeo-square:before{content:"\f194";}.icon-turkish-lira:before,.icon-try:before{content:"\f195";}.icon-plus-square-o:before{content:"\f196";}.icon-space-shuttle:before{content:"\f197";}.icon-slack:before{content:"\f198";}.icon-envelope-square:before{content:"\f199";}.icon-wordpress:before{content:"\f19a";}.icon-openid:before{content:"\f19b";}.icon-institution:before,.icon-bank:before,.icon-university:before{content:"\f19c";}.icon-mortar-board:before,.icon-graduation-cap:before{content:"\f19d";}.icon-yahoo:before{content:"\f19e";} -.icon-google:before{content:"\f1a0";}.icon-reddit:before{content:"\f1a1";}.icon-reddit-square:before{content:"\f1a2";}.icon-stumbleupon-circle:before{content:"\f1a3";}.icon-stumbleupon:before{content:"\f1a4";}.icon-delicious:before{content:"\f1a5";}.icon-digg:before{content:"\f1a6";}.icon-pied-piper-square:before,.icon-pied-piper:before{content:"\f1a7";}.icon-pied-piper-alt:before{content:"\f1a8";}.icon-drupal:before{content:"\f1a9";}.icon-joomla:before{content:"\f1aa";}.icon-language:before{content:"\f1ab";}.icon-fax:before{content:"\f1ac";}.icon-building:before{content:"\f1ad";}.icon-child:before{content:"\f1ae";} -.icon-paw:before{content:"\f1b0";}.icon-spoon:before{content:"\f1b1";}.icon-cube:before{content:"\f1b2";}.icon-cubes:before{content:"\f1b3";}.icon-behance:before{content:"\f1b4";}.icon-behance-square:before{content:"\f1b5";}.icon-steam:before{content:"\f1b6";}.icon-steam-square:before{content:"\f1b7";}.icon-recycle:before{content:"\f1b8";}.icon-automobile:before,.icon-car:before{content:"\f1b9";}.icon-cab:before,.icon-taxi:before{content:"\f1ba";}.icon-tree:before{content:"\f1bb";}.icon-spotify:before{content:"\f1bc";}.icon-deviantart:before{content:"\f1bd";}.icon-soundcloud:before{content:"\f1be";} -.icon-database:before{content:"\f1c0";}.icon-file-pdf-o:before{content:"\f1c1";}.icon-file-word-o:before{content:"\f1c2";}.icon-file-excel-o:before{content:"\f1c3";}.icon-file-powerpoint-o:before{content:"\f1c4";}.icon-file-photo-o:before,.icon-file-picture-o:before,.icon-file-image-o:before{content:"\f1c5";}.icon-file-zip-o:before,.icon-file-archive-o:before{content:"\f1c6";}.icon-file-sound-o:before,.icon-file-audio-o:before{content:"\f1c7";}.icon-file-movie-o:before,.icon-file-video-o:before{content:"\f1c8";}.icon-file-code-o:before{content:"\f1c9";}.icon-vine:before{content:"\f1ca";}.icon-codepen:before{content:"\f1cb";}.icon-jsfiddle:before{content:"\f1cc";}.icon-life-bouy:before,.icon-life-saver:before,.icon-support:before,.icon-life-ring:before{content:"\f1cd";}.icon-circle-o-notch:before{content:"\f1ce";} -.icon-ra:before,.icon-rebel:before{content:"\f1d0";}.icon-ge:before,.icon-empire:before{content:"\f1d1";}.icon-git-square:before{content:"\f1d2";}.icon-git:before{content:"\f1d3";}.icon-hacker-news:before{content:"\f1d4";}.icon-tencent-weibo:before{content:"\f1d5";}.icon-qq:before{content:"\f1d6";}.icon-wechat:before,.icon-weixin:before{content:"\f1d7";}.icon-send:before,.icon-paper-plane:before{content:"\f1d8";}.icon-send-o:before,.icon-paper-plane-o:before{content:"\f1d9";}.icon-history:before{content:"\f1da";}.icon-circle-thin:before{content:"\f1db";}.icon-header:before{content:"\f1dc";}.icon-paragraph:before{content:"\f1dd";}.icon-sliders:before{content:"\f1de";}.icon-share-alt:before{content:"\f1e0";}.icon-share-alt-square:before{content:"\f1e1";}.icon-bomb:before{content:"\f1e2";} -.close{display:inline-block;font-size:24px;cursor:pointer;line-height:24px;} -.close:before{content:"\00d7";} -.leftward{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-right:4px solid;border-top:4px solid transparent;border-bottom:4px solid transparent;} -.rightward{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-left:4px solid;border-top:4px solid transparent;border-bottom:4px solid transparent;} -.upward{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-bottom:4px solid;border-right:4px solid transparent;border-left:4px solid transparent;} -.downward,.arrow{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent;} -.tag{font-size:75%;border-radius:0.25em;background:#999;padding:0.1em 0.5em 0.2em;color:#fff;} -.tag.bg-back,.tag.bg-mix,.tag.bg-white,.tag.bg-red-light,.tag.bg-yellow-light,.tag.bg-blue-light,.tag.bg-green-light{color:inherit;} -.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:2em;} -.badge:empty{display:none} -.badge.bg-back,.badge.bg-mix{color:inherit;} -.badge.bg-white,.badge.bg-red-light,.badge.bg-yellow-light,.badge.bg-blue-light,.badge.bg-green-light{color:#333;} -.badge-corner{position:relative;} -.badge-corner .badge{position:absolute;right:-10px;top:-9px;font-weight:normal;cursor:pointer;} -.progress{height:14px;overflow:hidden;background-color:#f5f5f5;border-radius:7px;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, .1);box-shadow:inset 0 1px 2px rgba(0, 0, 0, .1);} -.progress-bar{color:#fff;float:left;background-color:#0a0;display:inline-block;font-size:12px;line-height:14px;text-align:center;} -.progress-bar:after{content:"\3000";} -.progress .progress-bar:last-child{border-radius:0 7px 7px 0;} -.progress-big{height:26px;border-radius:13px;} -.progress-big .progress-bar{font-size:14px;line-height:26px;} -.progress-big .progress-bar:last-child{border-radius:0 13px 13px 0;} -.progress-small{height:6px;border-radius:3px;} -.progress-small .progress-bar{font-size:6px;line-height:6px;} -.progress-small .progress-bar:last-child{border-radius:0 3px 3px 0;} -.progress-bar.bg-back,.progress-bar.bg-mix,.progress-bar.bg-white{color:inherit;} -@-webkit-keyframes progress-bar-active{from{background-position:30px 0;}to{background-position:0 0;}} -@keyframes progress-bar-active{from{background-position:30px 0;}to{background-position:0 0;}} -.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, .25) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, .25) 75%, transparent 75%, transparent);background-size:30px 30px;} -.progress.active .progress-bar{-webkit-animation:progress-bar-active 2s linear infinite normal;animation:progress-bar-active 2s linear infinite normal;} -.range{position:raelative;height:10px;background-color:#f5f5f5;border-radius:5px;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, .1);box-shadow:inset 0 1px 2px rgba(0, 0, 0, .1);} -.range-scroll{position:aabsolute;width:16px;height:16px;margin-top:-3px;border-radius:8px;cursor:pointer;-webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, .175);box-shadow:1px 1px 1px rgba(0, 0, 0, .175);} -.range-bar{position:absaolute;height:10px;float:left;display:inline-block;border-radius:5px;} -.range-bar span{position:relative;} -.range-scroll-left{float:left;margin-left:-8px;} -.range-scroll-right{float:right;margin-right:-8px;} -.range-group{display:table;} -.range-group .range-area,.range-group input{display:table-cell;} -.range-group .range-area{width:100%;} -.range-group input{width:1%;} -.drop{position:relative;} -.drop-menu{position:absolute;display:none;top:100%;left:0;z-index:1;float:left;min-width:160px;padding:5px 0;margin:1px 0 0;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, .15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0, 0, 0, .175);box-shadow:0 6px 12px rgba(0, 0, 0, .175);} -.drop-menu.pull-right{right:0;left:auto;} -.drop-menu a{color:#333;padding:5px 20px;display:block;clear:both;white-space:nowrap;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;} -.drop-menu a:hover,.drop-menu a:focus{background:#f5f5f5;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;} -.drop-menu .disabled a{color:#999;pointer-events:none;} -.drop-menu .disabled a:hover,.drop-menu .disabled a:focus{cursor:not-allowed;} -.drop-menu .divider{background-color:#ddd;height:1px;overflow:hidden;margin:8px 0;} -.drop-menu .drop-meun-head{display:block;padding:5px 20px;font-size:12px;color:#999;} -.open .drop-menu{display:block;} -.button-group, .button-group-y{display:inline-block;position:relative;vertical-align:middle;} -.button-group .button, .button-group .button-group{float:left;position:relative;font-weight:normal;} -.button-group :not(:first-child):not(:last-child):not(.dropdown-toggle).button,.button-group .button-group .button{border-radius:0;} -.button-group .button, .button-group .button-group .button{margin-left:-1px;} -.button-group :first-child:not(:last-child).button:not(.dropdown-toggle){border-top-right-radius:0px;border-bottom-right-radius:0px;} -.button-group :last-child:not(:first-child).button:not(.dropdown-toggle){border-bottom-left-radius:0px;border-top-left-radius:0px;} -.button-group .button-group:first-child .button:last-child, -.button-group .button-group:first-child .dropdown-toggle{border-top-left-radius:5px;border-bottom-left-radius:5px;} -.button-group .button-group:last-child .button:first-child{border-top-right-radius:5px;border-bottom-right-radius:5px;} -.button-group :not(:first-child).dropdown-toggle{border-bottom-left-radius:0px;border-top-left-radius:0px;padding:6px;} -.button-toolbar{display:inline-block;} -.button-toolbar .button-group{display:inline-block;} -.button-group-y .button, .button-group-y .button-group{float:none;clear:both;display:block;width:100%;font-weight:normal;} -.button-group-y :not(:first-child):not(:last-child):not(.dropdown-toggle).button, -.button-group-y .button-group .button{border-radius:0;} -.button-group-y .button, .button-group-y .button-group-y .button, .button-group-y .button-group .button{margin-left:0;margin-top:-1px;} -.button-group-y :first-child:not(:last-child).button:not(.dropdown-toggle){border-bottom-left-radius:0px;border-bottom-right-radius:0px;} -.button-group-y :last-child:not(:first-child).button:not(.dropdown-toggle){border-top-right-radius:0px;border-top-left-radius:0px;} -.button-group-y .button-group:first-child .button:last-child, -.button-group-y .button-group:first-child .dropdown-toggle{border-top-left-radius:5px;border-top-right-radius:5px;} -.button-group-y .button-group:last-child .button:first-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px;} -.button-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate;text-align:center;} -.button-group-justified > .button,.button-group-justified > .button-group{display:table-cell;float:none;width:1%;} -.button-group-justified > .button-group .button{width:100%;margin:0;} -.button-group-justified .drop-menu{text-align:left;} -.button-group-large .button{padding:15px 20px;font-size:24px;line-height:24px;font-weight:bold;} -.button-group-big .button{padding:10px 15px;font-size:18px;line-height:22px;} -.button-group-small .button{padding:5px 10px;font-size:12px;font-weight:normal;line-height:18px;} -.button-group-little .button{padding:3px 5px;font-size:12px;font-weight:normal;line-height:16px;} -.button-group label input{position:absolute;filter:alpha(opacity=0);opacity:0;z-index:-1;} -.border-red .button.active,.border-yellow .button.active,.border-blue .button.active,.border-green .button.active,.border-main .button.active,.border-sub .button.active,.border-dot .button.active,.border-black .button.active,.border-gray .button.active{color:#fff;} -.dropup .drop-menu{top:auto;bottom:100%;margin-bottom:1px;} -.selected-inline li{position:relative;display:inline-block;width:auto;border:solid 1px #ddd;border-radius:4px;margin-right:5px;padding:3px 9px;cursor:pointer;} -.selected-inline .selected{border:solid 2px #f60;padding:2px 8px;} -.txt{display:inline-block;width:48px;height:48px;line-height:48px;text-align:center;background-color:#f5f5f5;} -.txt-border{display:inline-block;width:48px;height:48px;line-height:48px;border:solid 1px #ddd;padding:3px;vertical-align:bottom;} -.txt-border .txt{display:block;width:100%;height:100%;line-height:40px;} -.txt.bg-main,.txt.bg-sub,.txt.bg-dot,.txt.bg-black,.txt.bg-gray,.txt.bg-red,.txt.bg-yellow,.txt.bg-blue,.txt.bg-green{color:#fff;} -.txt .bg-main,.txt .bg-sub,.txt .bg-dot,.txt .bg-black,.txt .bg-gray,.txt .bg-red,.txt .bg-yellow,.txt .bg-blue,.txt .bg-green{color:#fff;} -.txt span{font-size:12px;} -.txt-border.txt-large{padding:5px;} -.txt-large{width:128px;height:128px;line-height:128px;font-size:36px;} -.txt-large .txt{width:116px;height:116px;line-height:116px;} -.txt-large strong{font-size:80px;font-weight:normal;} -.txt-border.txt-big{padding:4px;} -.txt-big{width:64px;height:64px;line-height:64px;font-size:20px;} -.txt-big .txt{width:54px;height:54px;line-height:54px;} -.txt-big strong{font-size:36px;font-weight:normal;} -.txt-border.txt-small{padding:2px;} -.txt-small{width:32px;height:32px;line-height:32px;} -.txt-small .txt{width:26px;height:26px;line-height:26px;} -.txt-border.txt-little{padding:1px;} -.txt-little{width:16px;height:16px;line-height:16px;font-size:12px;} -.txt-little .txt{width:12px;height:12px;line-height:12px;font-size:12px;} -.media, .media-body{overflow:hidden;zoom:1;} -.media, .media .media{margin-top:15px;} -.media:first-child{margin-top:0;} -.media-body{margin-top:3px;} -.media strong{display:block;} -.media p{margin:5px 0 0 0;text-align:justify;line-height:18px;} -.media.media-y{text-align:center;} -.media.media-x .media-body{margin:0;} -.media.media-x .float-left{margin-right:10px;} -.media.media-x .float-right{margin-left:10px;} -.media.media-x strong{margin-bottom:5px;} -.media-inline .media{display:inline-block;margin-right:15px;margin-top:0;} -.media-inline .media:last-child{margin-right:0;} -.input{font-size:14px;padding:10px;border:solid 1px #ddd; width:100%;line-height:20px;display:block; border-radius:3px; -webkit-appearance:none;} -.label{padding-bottom:7px;display:block;line-height:20px; color:#202020;} -.label label{font-weight:bold;} -.input-file{display:inline-block;position:relative;overflow:hidden;text-align:center;width:auto;color:#333;} -.input-file input[type="file"]{position:absolute;top:0;right:0;font-size:14px;background-color:#fff;transform:translate(-300px, 0px) scale(4);height:40px;opacity:0;filter:alpha(opacity=0);} -.input:focus{border-color:#0ae;transition:all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;} -.input-auto{width:auto;display:inline-block;} -input[disabled],input[readonly],textarea[disabled],textarea[readonly],select[disabled],select[readonly]{cursor:not-allowed;background:#eee;}/*IE6无效*/ -textarea.input{height:auto;} -.input-note, .label .float-right{color:#999;font-size:12px;padding-top:2px;line-height:18px;} -.field{position:relative;} -.form-group{padding-bottom:10px;} -.field-icon .input{text-indent:25px;} -.field-icon .icon{position:absolute;left:0;right:auto;width:34px;height:34px;text-align:center;line-height:34px;font-size:16px;font-weight:normal;} -.field-icon-right .icon{position:absolute;right:0;top:0;width:34px;height:34px;text-align:center;line-height:34px;font-size:16px;font-weight:normal;} -.form-x .form-group:after, .form-inline:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden;} -@media (min-width:760px){ -.form-x .form-group .label{float:left;width:15%;text-align:right;padding:7px 7px 7px 0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;} -.form-x .form-group .field{float:left;width:85%;} -.form-x .form-button{margin-left:15%;} -} -@media (min-width:760px){ -.form-inline{display:inline-block;} -.form-inline .input{width:auto;display:inline-block;} -.form-inline .form-group{display:inline-table;padding-bottom:0;vertical-align:middle;} -.form-inline .form-group .input-group{display:inline-table;width:auto;vertical-align:middle;} -.form-inline .form-group .input-group .input{width:auto;} -.form-inline .form-group .label{display:inline-block;} -.form-inline .form-group .field{display:inline-block;} -.form-inline .form-button{display:inline-block;vertical-align:middle;} -.form-inline .form-button .button{width:auto;} -.form-auto .input{width:auto;display:inline-block;} -.form-auto .input-group{display:inline-table;width:auto;display:inline-block;} -.form-auto .input-group .input{width:auto;display:inline-block;} -.input-inline{padding-left:1px;} -.input-inline input{position:relative;float:left;border-radius:0;margin-left:-1px;width:auto;} -.form-small .input-inline input,.form-big .input-inline input{border-radius:0;} -.input-inline input:first-child{left:1px;border-radius:4px 0 0 4px;} -.input-inline input:last-child{border-radius:0 4px 4px 0;} -} -.input-block{padding-top:8px;} -.input-block:first-child{padding-top:1px;} -.input-block input{position:relative;margin-top:-1px;border-radius:0;} -.form-small .input-block input,.form-big .input-block input{border-radius:0;} -.input-block input:first-child{border-radius:4px 4px 0 0;} -.input-block input:last-child{border-radius:0 0 4px 4px;} -.label-block label{display:block;line-height:24px;} -.input-group{border-collapse:separate;display:table;position:relative;} -.input-group .addon, .input-group .addbtn, .input-group .input{display:table-cell;} -.input-group .addon, .input-group .addbtn{width:1%;white-space:nowrap;vertical-align:middle;} -.input-group .addbtn .button{font-weight:normal;} -.input-group .input{width:100%;} -.input-group .addon{background-color:#f5f5f5;border:1px solid #ddd;border-radius:4px;line-height:1;padding:6px 12px;text-align:center;} -.input-group .addon:first-child, .input-group .addbtn:first-child .button{border-right:0 none;} -.input-group .addon:first-child, .input-group .addbtn:first-child .button, .input-group .input:first-child{border-top-right-radius:0;border-bottom-right-radius:0;} -.input-group .addon:last-child, .input-group .addbtn:last-child .button{border-left:0 none;} -.input-group .addon:last-child, .input-group .addbtn:last-child .button, .input-group .input:last-child{border-top-left-radius:0;border-bottom-left-radius:0;} -.input-group .addon:not(:first-child):not(:last-child),.input-group .addbtn:not(:first-child):not(:last-child) .button,.input-group .input:not(:first-child):not(:last-child){border-radius:0;} -.form-tips .form-group .field{position:relative;zoom:1;} -.form-tips .input-help{position:absolute;z-index:1;float:left;left:0;top:100%;} -.form-tips .input-help ul{border:solid 1px #ddd;background:#fff;padding:10px 10px 10px 25px;box-shadow:0 0 5px #ddd;border-radius:4px;width:160px;min-width:160px;width:auto;_width:160px;} -.input-big, .form-big .input, .form-big .button{padding:10px;font-size:16px;line-height:24px;height:46px;} -.input-small, .form-small .input, .form-small .button{padding:5px;font-size:12px;line-height:18px;height:28px;} -.form-small .addon,.form-small .addbtn{padding:5px 8px;font-size:12px;} -.list-group, .list-link{border:solid 1px #ddd;border-radius:4px;list-style:none;padding:0;} -.list-group li, .list-link a{padding:10px 15px;display:block;border-bottom:solid 1px #ddd;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;} -.list-group li:last-child, .list-link a:last-child{border-bottom:0 none;} -.list-striped li:nth-child(odd){background-color:#f5f5f5;} -.list-link a{color:#333;} -.list-link a:hover{background-color:#f5f5f5;transition:all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;} -.list-link a.active:link,.list-link a.active:visited{background-color:#f5f5f5;} -.panel{border:solid 1px #ddd;border-radius:4px;} -.panel-head{background-color:#fcfcfc;padding:10px 15px;border-radius:4px 4px 0 0;border-bottom:solid 1px #ddd;} -.panel-foot{background-color:#f5f5f5;padding:10px 15px;border-radius:0 0 4px 4px;border-top:solid 1px #ddd;} -.panel-body{padding:15px;} -.panel .bg-main,.panel .bg-sub,.panel .bg-dot,.panel .bg-red,.panel .bg-yellow,.panel .bg-green{color:#fff;} -.panel .panel-body + .table, .panel .panel-body + .list-group{border-top:solid 1px #ddd;} -.panel .list-group{border:none;border-radius:0;} -.tab .tab-head strong{float:left;padding:8px 20px 0 0;line-height:20px;} -.tab .tab-more{float:right;margin:10px 0 0 10px;font-size:12px;} -.tab .tab-nav{list-style:none;} -.tab .tab-nav li{display:inline-block;} -.tab .tab-nav li a{color:#333;padding:8px 20px;display:block;border:solid 1px #ddd;line-height:20px;border-bottom:none;border-radius:4px 4px 0 0;} -.tab .tab-nav .active{background-color:#fff;} -.tab .tab-nav .active a{cursor:default;} -.tab .tab-body{border-top:solid 1px #ddd;margin-top:-1px;padding-top:15px;} -.tab .tab-body-bordered{border:solid 1px #ddd;border-radius:4px;padding:15px;} -.tab .tab-body .tab-panel{display:none;} -.tab .tab-body .active{display:block;} -.tab.tab-small strong{padding-top:3px;} -.tab.tab-small .tab-more{margin:5px 0 0 10px;} -.tab.tab-small li a{padding:3px 10px;} -.dialog-mask{position:fixed;left:0;top:0;right:0;bottom:0;background:#000;z-index:10;filter:alpha(opacity=50);opacity:.5;display:block;overflow-x:hidden;overflow-y:auto;} -.dialog{border:1px solid #ddd;box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);border-radius:4px;background-color:#fff;display:none;} -.dialog .dialog-head,.dialog .dialog-foot{padding:10px 20px;} -.dialog .dialog-head{border-bottom:solid 1px #ddd;background-color:#f5f5f5;border-radius:4px 4px 0 0;} -.dialog .dialog-head strong{font-size:16px;} -.dialog .dialog-head .close{float:right;line-height:24px;} -.dialog .dialog-body{padding:15px 20px;} -.dialog .dialog-foot{text-align:right;border-top:solid 1px #ddd;} -.dialog.open{display:block;} -.tip{display:inline-block;background-color:#f5f5f5;border:1px solid #ddd;border-radius:3px;box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);} -.tip p{margin:0px;} -.tip .tip-line{margin:0px;padding:2px 5px;font-size:12px;line-height:16px;} -.tip .tip-title{padding:2px 8px;} -.tip .tip-body{padding:8px;background:#fff;color:#666;border-radius:0 0 3px 3px;font-size:12px;line-height:20px;} -.tip .image{border-radius:3px;} -.tip-bottom.border-red .arrow{border-bottom-color:#f00;} -.tip.bg-main,.tip.bg-sub,.tip.bg-dot,.tip.bg-red,.tip.bg-yellow,.tip.bg-green{color:#fff;} -.alert{border-radius:5px;padding:15px;border:solid 1px #ddd;background-color:#f5f5f5;} -.alert .close{float:right;line-height:18px;} -.radio .icon,.checkbox .icon{display:none;} -.radio .active .icon,.checkbox .active .icon{display:inline-block;} -.collapse .panel{margin-bottom:5px;} -.collapse .panel:last-child{margin-bottom:0;} -.collapse .panel .panel-head{border-bottom-width:0;} -.collapse .panel .panel-body{display:none;} -.collapse .panel.active .panel-head{border-bottom-width:1px;} -.collapse .panel.active .panel-body{display:block;} -.banner{position:relative;width:100%;overflow:hidden;} -.carousel{position:relative;list-style:none;padding:0;} -.carousel .item{display:nones;float:left;position:relative;} -.carousel .active{display:block;} -.carousel img{display:block;max-width:100%;height:auto;} -.banner .pointer{position:absolute;bottom:0;padding:15px;} -.banner .pager-prev, .banner .pager-next{position:absolute;display:none;top:50%;margin-top:-25px;} -.banner .pager-prev{left:20px;} -.banner .pager-next{right:20px;} -.banner:hover .pager-prev,.banner:hover .pager-next{display:block;} -.icon-navicon{display:none;} -@media (max-width:760px){ -.icon-navicon{display:block;} -.nav-navicon, .nav.nav-navicon,.navbar-body.nav-navicon{display:none;} -} -.nav{list-style:none;padding:5px 0 0 0;margin:0;} -.nav li{position:relative;} -.nav a{color:#333;line-height:20px;padding:5px 0;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;display:block;} -.nav a:hover{transition:all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;} -.nav .arrow{display:none;} -.nav .active a{font-weight:bold;} -.nav-head{font-size:14px;font-weight:bold;height:30px;line-height:30px;} -@media (min-width:760px){ -.nav{padding:0;} -.nav-inline .nav-head{padding-right:20px;} -.nav-inline li{display:inline-block;vertical-align:top;} -.nav-inline li a{padding:5px 20px;line-height:20px;display:block;} -.nav-inline .nav-more{float:right;} -.nav-split .nav-head{height:20px;line-height:20px;} -.nav-split li{border-right:solid 1px rgba(0, 0, 0, .20);} -.nav-split li a{padding:0px 20px;} -.nav-split .nav-head, .nav-split ul li, .nav-split li:last-child{border-right-width:0;} -.nav-right{text-align:right;} -.nav-right .nav-head{float:left;} -.nav.nav-justified{display:table;width:100%;} -.nav-justified .nav-head{padding:0 20px;float:none;} -.nav-justified .nav-more{float:none;} -.nav-justified li{display:table-cell;} -.nav-justified .nav-head, .nav-justified li a{text-align:center;display:block;} -.nav-justified.nav-split .nav-head{padding:0 20px;border-right-width:1px;} -.nav-big .nav-head{font-size:18px;height:30px;line-height:30px;padding:0 20px;} -.nav-big a{font-size:18px;line-height:30px;} -.nav-big.nav-split a{line-height:30px;} -} -.nav-main .nav-head{border:solid 1px #ddd;background:#ddd;padding:0 20px;line-height:28px;} -.nav-main li{margin-top:-1px;} -.nav-main a{border:solid 1px #ddd;padding:4px 20px;} -.nav-main a:hover{background:#f5f5f5;transition:all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;} -.nav-main .active{background-color:#f5f5f5;} -.nav-main li:first-child,.nav-main li:first-child a{border-radius:4px 4px 0 0;} -.nav-main li:last-child a{border-radius:0 0 4px 4px;} -.nav-main ul li:first-child a,.nav-main ul li:last-child a{border-radius:0;} -@media (min-width:760px){ -.nav-main.nav-inline{padding:0 0 0 1px;} -.nav-main.nav-inline a{padding:4px 20px;} -.nav-main.nav-inline li{float:left;margin:0 0 0 -1px;} -.nav-main.nav-inline li:first-child,.nav-main.nav-inline li:first-child a{border-radius:4px 0 0 4px;} -.nav-main.nav-inline li:last-child a{border-radius:0 4px 4px 0;} -.nav-main.nav-inline ul li{float:none;margin:0;} -.nav-main.nav-justified .nav-head{float:none;} -.nav-main.nav-justified{width:100%;display:table;} -.nav-main.nav-justified li{width:auto;float:none;margin-left:-1px;} -.nav-main.nav-justified > li + li > a{border-left:0 none;} -.nav-main.nav-big .nav-head{height:40px;line-height:38px;} -.nav-main.nav-big.nav-inline a{line-height:30px;} -} -.nav-main.border-main .nav-head, .nav-main.border-sub .nav-head, .nav-main.border-dot .nav-head, -.nav-main.border-black .nav-head, .nav-main.border-gray .nav-head, .nav-main.border-red .nav-head, -.nav-main.border-yellow .nav-head, .nav-main.border-blue .nav-head, .nav-main.border-green .nav-head{color:#fff;} -.nav-sub .nav-head{border-bottom:solid 2px #ddd;margin-bottom:2px;padding:0 20px;height:30px;line-height:28px;} -.nav-sub a{border-bottom:solid 2px #ddd;display:block;margin-bottom:2px;border-radius:4px 4px 0 0;padding:4px 20px;} -.nav-sub a:hover{background:#f5f5f5;} -.nav-sub .active a{border-color:#333;} -@media (min-width:760px){ -.nav-sub.nav-inline li{float:left;margin:0;} -.nav-sub.nav-inline a{padding:4px 20px;margin:0;} -.nav-sub.nav-justified{width:100%;display:table;} -.nav-sub.nav-justified li{width:auto;float:none;} -.nav-sub.nav-big .nav-head{line-height:38px;height:40px;} -.nav-sub.nav-big a{line-height:30px;} -} -.nav-tabs .nav-head{line-height:30px;padding:0 20px;} -.nav-tabs a{display:block;border-radius:4px;padding:5px 20px;margin-bottom:2px;} -.nav-tabs .active a{border:solid 1px #ddd;padding-top:4px;padding-bottom:4px;} -.nav-tabs a:hover{background:#f5f5f5;} -@media (min-width:760px){ -.nav-tabs.nav-inline{border-bottom:solid 1px #ddd;position:relative;} -.nav-tabs.nav-inline .nav-head{height:29px;line-height:29px;} -.nav-tabs.nav-inline a{border-radius:4px 4px 0 0;text-align:center;margin:0;position:relative;padding-bottom:4px;} -.nav-tabs.nav-inline .active a{border-bottom:none;background:#fff;margin-bottom:-1px;padding:4px 20px 5px 20px;} -.nav-tabs.nav-big .nav-head{line-height:39px;height:39px;} -.nav-tabs.nav-big a{padding:10px 20px 9px 20px;} -.nav-tabs.nav-big .active a{padding:9px 20px 10px 20px;} -} -.nav-pills .nav-head{line-height:30px;padding:0 20px;} -.nav-pills a{display:block;border-radius:2em;margin-bottom:2px;padding:5px 20px;} -.nav-pills .active a, .nav-pills a:hover{background:#f5f5f5;} -.nav-pills .active ul a{background:#fff;} -@media (min-width:760px){ -.nav-pills.nav-inline a{margin:0;} -.nav-pills.nav-justified{width:100%;display:table;} -.nav-pills.nav-justified li{width:auto;} -.nav-pills.nav-big .nav-head{line-height:40px;height:40px;} -.nav-pills.nav-big.nav-inline a{line-height:30px;} -} -.nav-pills.border-main .active a,.nav-pills.border-sub .active a, .nav-pills.border-dot .active a,.nav-pills.border-black .active a,.nav-pills.border-gray .active a,.nav-pills.border-red .active a,.nav-pills.border-yellow .active a,.nav-pills.border-blue .active a,.nav-pills.border-green .active a{color:#fff;} -.nav.nav-sitemap{list-style:none;display:table;width:100%;margin-bottom:15px;} -.nav-sitemap ul{padding-left:0;} -.nav-sitemap li{font-weight:bold;display:table-cell;text-align:left;} -.nav-sitemap ul li{display:block;float:none;font-weight:normal;line-height:25px;} -.bg-inverse .nav{padding:5px 0;} -.bg-inverse .nav li a:hover,.bg-inverse .nav .active a{background-color:rgba(0, 0, 0, .20);color:#fff;} -.bg-inverse .nav-inline .nav-head, .bg-inverse .nav-inline li a{text-indent:1em;}/*for mobile*/ -@media (min-width:760px){ -.bg-inverse .nav{padding:0;} -.bg-inverse .nav-inline .nav-head{height:40px;line-height:40px;padding:0 20px;text-indent:0;} -.bg-inverse .nav-inline li{float:left;margin-right:1px;} -.bg-inverse .nav-inline li a{line-height:30px;padding:5px 20px;text-indent:0;} -.bg-inverse .nav-split .nav-head{border-right-width:1px;} -.bg-inverse .nav-split li{margin:0;} -.bg-inverse .nav-justified li{float:none;} -.bg-inverse .nav-inline.nav-big li a{line-height:40px;} -.bg-inverse .nav-inline.nav-big .nav-head{height:50px;line-height:50px;padding:0 20px;} -} -.bg-inverse .nav-tabs{padding:5px;} -.bg-inverse .nav-tabs .nav-head,.bg-inverse .nav-tabs li a{text-indent:0;} -.bg-inverse .nav-tabs.nav-inline,.bg-inverse .nav-tabs li a{border:none;} -.bg-inverse .nav.nav-tabs .active a,.bg-inverse .nav.nav-tabs a:hover{color:#333;background-color:#fff;padding-top:5px;padding-bottom:5px;} -@media (min-width:760px){ -.bg-inverse .nav-tabs{padding:0;} -.bg-inverse .nav-tabs li a{margin:5px 0;padding:5px 20px;line-height:20px;border-radius:4px;} -.bg-inverse .nav.nav-tabs .active a{margin:5px 0 0 0;border:none;line-height:25px;border-radius:4px 4px 0 0;} -.bg-inverse .nav.nav-tabs.nav-big a{margin:5px 0;padding:0 20px;} -.bg-inverse .nav.nav-tabs.nav-big .active a{margin:5px 0 0 0;padding:0 20px;line-height:45px;} -} -.bg-inverse .nav-pills{padding:5px;} -.bg-inverse .nav-pills .nav-head,.bg-inverse .nav-pills li a{text-indent:0;} -@media (min-width:760px){ -.bg-inverse .nav-pills{padding:0;} -.bg-inverse .nav-pills li a{line-height:20px;margin:5px 0;} -.bg-inverse .nav-pills.nav-big li a{line-height:30px;margin:5px 0;padding:5px 20px;} -} -.bg-inverse .nav-sitemap li a{text-indent:0.5em;} -.bg-inverse .nav.nav-pills .active a,.bg-inverse .nav.nav-pills.nav-inline a:hover{color:#333;background-color:#fff;} -.navbar{position:relative;} -.navbar-head{padding:5px;line-height:30px;} -.navbar-head .logo{padding:3px 0;display:block;} -.navbar-head .icon-navicon{padding:4px 12px;font-size:16px;float:right;} -.navbar-big .navbar-head .icon-navicon{margin-top:5px;} -.navbar-big .navbar-head .logo{padding:2px 0;display:block;} -.navbar p{margin:0;} -.navbar-body{border:solid 1px rgba(0, 0, 0, .2);margin-top:1px;border-top:none;display:block;background:rgba(0, 0, 0, .05);position:absolute-bak;width:100%;} -.navbar-body .nav{margin-top:-1px;padding:0;} -.navbar-body .nav a{text-indent:1em;} -.navbar-body .nav li{border-top:solid 1px rgba(0, 0, 0, .2);} -.navbar-form input{vertical-align:bottom;} -.navbar-form, .navbar-text{border-top:solid 1px rgba(0, 0, 0, .2);padding:5px 14px;margin-top:-1px;} -.navbar-body .input,.navbar-body .button{padding:4px 10px;height:30px;} -.navbar-body .nav-pills a{text-indent:0;} -@media (max-width:760px){ -.navbar-body .nav a{border-radius:0;margin-bottom:0px;} -.navbar-body .nav a:hover{background:#fff;} -} -@media (min-width:760px){ -.navbar-body,.navbar-body .nav,.navbar-form, .navbar-text{margin-top:0;border:0;} -.navbar-body .nav a{text-indent:0;} -.navbar-head{float:left;padding:0 5px 0 0;} -.navbar-body{background:transparent;margin:0;position:relative;} -.navbar-body .nav li{float:left;border:0;} -.navbar-body .nav ul li{float:none;} -.navbar-form{padding:0 10px;} -.navbar-text{padding:0;line-height:30px;} -.navbar-left{float:left;} -.navbar-right{float:right;} -.bg-inverse .navbar-head,.bg-inverse .navbar-text{padding:5px;} -.bg-inverse .navbar-form{padding:5px 10px;} -.navbar-big .navbar-head{line-height:40px;} -.navbar-big .navbar-text{padding:8px;font-size:18px;} -.navbar-big .navbar-form{padding:8px 10px;} -.navbar-big .navbar-body .input,.navbar-big .navbar-body .button{padding:5px 10px;height:34px;} -.navbar-big .nav-pills a{margin:5px 0;} -} -.nav ul{display:block;list-style:none;padding:0;} -.nav ul a{font-weight:normal;padding:5px 20px;} -.nav ul ul a{padding-left:40px;} -.nav ul ul ul a{padding-left:60px;} -.nav ul ul ul ul a{padding-left:80px;} -.nav .active ul a{font-weight:normal;} -.nav-menu .drop-menu{display:none;margin-top:-1px;} -.nav-menu ul{padding:5px 0;} -.nav-menu .arrow{display:inline-block;} -.nav-menu ul .arrow{display:none;} -.nav-menu li:hover ul{display:block;} -.nav-menu.nav-big ul a{line-height:20px;} -.nav-menu ul ul,.nav-menu.nav-main ul ul,.nav-menu.nav-sub ul ul,.nav-menu.nav-tabs ul ul,.nav-menu.nav-pills ul ul{padding:0;} -.nav-menu ul a,.nav-menu.nav-tabs ul a,.nav-menu.nav-pills .active ul a,.nav-menu.nav-big.nav-inline ul a,.bg-inverse .nav-menu.nav-inline ul a,.bg-inverse .nav-menu.nav-inline .active ul a,.bg-inverse .nav-menu.nav-inline.nav-big ul a,.bg-inverse .nav-menu.nav-inline.nav-big .active ul a,.navbar-body .nav ul a -{line-height:20px;background:#fff;font-size:inherit;border:none;border-radius:0;padding-top:5px;padding-bottom:5px;margin:0;text-indent:0;} -.nav-menu ul a,.nav-menu.nav-pills .active ul a,.bg-inverse .nav-menu ul a,.bg-inverse .nav-menu .active ul a{color:#333;} -.navbar-body .nav ul li{border:0;} -@media (min-width:760px){ -.nav-menu ul{position:absolute;display:none;left:100%;top:-6px;z-index:1;float:left;min-width:160px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, .15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0, 0, 0, .175);box-shadow:0 6px 12px rgba(0, 0, 0, .175);} -.nav-menu .arrow{display:inline-block;float:right;margin-top:6px;border-left:4px solid;border-top:4px solid transparent;border-bottom:4px solid transparent;} -.nav-menu ul .arrow{margin:6px -10px 0 0;display:inline-block;} -.nav-menu ul a,.nav-menu ul ul a,.nav-menu ul ul ul a,.nav-menu ul ul ul ul a{padding-left:20px;} -.nav-menu ul ul{padding:5px 0;} -.nav-menu li:hover ul ul, .nav-menu li:hover ul ul ul, .nav-menu li:hover ul ul ul ul{display:none;} -.nav-menu li:hover ul, .nav-menu li li:hover ul, .nav-menu li li li:hover ul, .nav-menu li li li li:hover ul{display:block;} -.nav-inline.nav-menu ul{top:100%;left:0;} -.nav-inline.nav-menu ul li{display:block;} -.nav-inline.nav-menu ul ul{top:-6px;left:100%;} -.nav-inline.nav-menu ul a{display:block;padding:5px 20px;text-align:left;font-size:inherit;} -.nav-inline.nav-menu ul a:hover{background:#f5f5f5;} -.nav-inline.nav-menu .arrow{float:none;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent;margin-top:0;} -.nav-inline.nav-menu ul .arrow{float:right;margin-top:6px;border-left:4px solid;border-top:4px solid transparent;border-bottom:4px solid transparent;} -.nav-main .arrow,.nav-main.nav-inline ul .arrow,.nav-sub .arrow,.nav-sub.nav-inline ul .arrow,.nav-tabs .arrow,.nav-tabs.nav-inline ul .arrow,.nav-pills .arrow,.nav-pills.nav-inline ul .arrow{margin-right:-10px;} -.nav-main.nav-inline .arrow,.nav-sub.nav-inline .arrow,.nav-tabs.nav-inline .arrow,.nav-pills.nav-inline .arrow{margin-right:0;} -.nav-menu ul ul,.nav-menu.nav-main ul ul,.nav-menu.nav-sub ul ul,.nav-menu.nav-tabs ul ul,.nav-menu.nav-pills ul ul{padding:5px 0;} -.nav-main.nav-inline ul li,.nav-sub.nav-inline ul li,.bg-inverse .nav-inline ul li{float:none;} -} -.fixed-top{position:fixed;top:0;} -.fixed-bottom{position:fixed;bottom:0;} -.fixed-left{position:fixed;left:0;} -.fixed-right{position:fixed;right:0;} -.fixed-top-left{position:fixed;top:0;left:0;} -.fixed-top-right{position:fixed;top:0;right:0;} -.fixed-bottom-left{position:fixed;bottom:0;left:0;} -.fixed-bottom-right{position:fixed;bottom:0;right:0;} -.bread{border-radius:4px;padding:8px 15px;font-size:12px;margin-bottom:15px;color:#999;} -.bread li{display:inline-block;} -.bread li:after{content:"\002f";padding:0 8px;color:#ddd;} -.bread li:last-child:after{content:"";} -.step{position:relative;height:10px;border-radius:5px;background-color:#f5f5f5;margin-bottom:30px;border-radius:5px;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, .1);box-shadow:inset 0 1px 2px rgba(0, 0, 0, .1);} -.step-bar{position:relative;height:10px;float:left;display:inline-block;text-align:center;color:#aaa;} -.step-bar:first-child{border-radius:5px 0 0 5px;} -.step-bar:last-child{border-radius:0 5px 5px 0;} -.step-point{position:relative;display:inline-block;width:20px;height:20px;line-height:20px;top:-5px;border-radius:50%;color:#fff;background-color:#bbb;-webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, .175);box-shadow:1px 1px 1px rgba(0, 0, 0, .175);} -.step-text{display:block;} -.step .complete, .step .complete .step-point{background:#cf9;} -.step .active, .step .active .step-point{background:#0a0;} -.list-text{list-style:inside;padding:0;} -.list-text li{line-height:24px;} -.list-text .date{font-size:12px;float:right;} -.list-text .divider{list-style-type:none;background-color:#ddd;height:1px;overflow:hidden;margin:15px 0;} -.list-text.list-underline{list-style:outside;padding-left:15px;} -.list-text.list-underline li{border-bottom:solid 1px #ddd;line-height:36px;} -.list-underline.list-striped li{padding:0 10px;} -.list-text.list-striped{list-style:none;padding:0;} -.list-box a{background-color:#f5f5f5;display:block;padding:15px;height:150px;text-align:justify;font-size:16px;text-overflow:ellipsis;overflow:hidden;} -.list-box .date{display:block;font-size:12px;} -.list-media{list-style:none;padding:0;} -.list-media li{margin-bottom:10px;} -.list-media.list-underline li{padding-bottom:15px;border-bottom:solid 1px #ddd;line-height:inherit;} -.pagination{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;} -.pagination li{display:inline-block;border:solid 1px #ddd;border-radius:4px;} -.pagination a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;} -.pagination .disabled a:link, .pagination .disabled a:visited, .pagination .disabled a:hover{cursor:not-allowed;pointer-events:none;color:#ddd;} -.pagination .active{pointer-events:none;} -.pagination .active,.pagination a:hover{background:#f5f5f5;border-radius:4px;transition:all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;} -.pagination-group{border-right:solid 1px #ddd;border-radius:4px;} -.pagination-group li{float:left;border-right:none;border-radius:0;} -.pagination-group li:not(:first-child):not(:last-child){border-radius:0;} -.pagination-group li:first-child{border-radius:4px 0 0 4px;} -.pagination-group li:last-child{border-radius:0 4px 4px 0;} -.pagination-group .active,.pagination-group a:hover{background:#f5f5f5;border-radius:0;} -.pagination-big a{padding:10px 16px;font-size:16px;} -.pagination-small a{padding:5px 10px;font-size:12px;} -.pagination.border-main .active a, .pagination.border-sub .active a, .pagination.border-dot .active a, -.pagination.border-black .active a, .pagination.border-gray .active a, .pagination.border-red .active a, -.pagination.border-yellow .active a, .pagination.border-blue .active a, .pagination.border-green .active a{color:#fff;} -.pager{list-style:none;padding:0;text-align:center;clear:both;} -.pager li{display:inline-block;} -.pager li a{color:#333;border:solid 1px #ddd;border-radius:15px;padding:5px 15px;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;} -.pager li a:hover{background-color:#f5f5f5;transition:all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;} -.pager-prev, .pager .pager-prev, .pager-next, .pager .pager-next{font-size:36px;padding:0;color:#ddd;border:solid 1px #ddd;background-color:rgba(255, 255, 255, .2);width:50px;height:50px;line-height:45px;display:inline-block;border-radius:50%;text-align:center;cursor:pointer;} -.pager-prev:hover, .pager-next:hover{background-color:rgba(0, 0, 0, .2);} -.pager-group li{float:left;display:inline-block;} -.pager-group li:not(:first-child):not(:last-child){border-radius:0;} -.pager-group li a:first-child{border-radius:4px 0 0 4px;} -.pager-group li a:last-child{border-radius:0 4px 4px 0;} -.pointer{padding:0px;} -.pointer li{border:solid 1px #ddd;width:10px;height:10px;margin:1px;display:inline-block;border-radius:10px;cursor:pointer;} -.pointer .active{border:none;background:#ddd;width:12px;height:12px;margin:0;} -.keypoint{padding:50px;} -.keypoint h1{font-size:48px;margin-bottom:15px;} -.keypoint p{font-size:18px;} -.detail h1{text-align:center;} -.detail p{text-indent:2em;} -h1,.h1{font-size:24px;} -h2,.h2{font-size:20px;} -h3,.h3{font-size:18px;} -h4,.h4{font-size:16px;} -h5,.h5{font-size:14px;} -h6,.h6{font-size:12px;} -h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small{font-size:60%;filter:alpha(opacity=60);opacity:.6;} -h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small{font-size:12px;filter:alpha(opacity=60);opacity:.6;} -p,.p{margin-bottom:15px;line-height:24px;} -.text-indent,.text-indent p,.text-indent div{text-indent:2em;} -.text-left{text-align:left;} -.text-center{text-align:center;} -.text-right{text-align:right;} -.text-justify{text-align:justify;} -.text-large{font-size:24px;} -.text-big{font-size:16px;} -.text-default{font-size:14px;} -.text-small{font-size:12px;} -.text-little{font-size:10px;} -.height-large{line-height:40px;} -.height-big{line-height:30px;} -.height{line-height:24px;} -.height-small{line-height:20px;} -.height-little{line-height:16px;} -.border{border:solid 1px #ddd;} -.border-top{border-top:solid 1px #ddd;} -.border-right{border-right:solid 1px #ddd;} -.border-bottom{border-bottom:solid 1px #ddd;} -.border-left{border-left:solid 1px #ddd;} -.border-left-right{border-left:solid 1px #ddd;border-right:solid 1px #ddd;} -.border-top-bottom{border-top:solid 1px #ddd;border-bottom:solid 1px #ddd;} -.border-large{border-width:10px;} -.border-big{border-width:5px;} -.border-middle{border-width:3px;} -.border-small{border-width:2px;} -hr{background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:1px;margin:10px 0;border:none;-moz-box-sizing:content-box;box-sizing:content-box;} -hr.space{background:#fff;color:#fff;visibility:hidden;} -.img-border{border:solid 1px #ddd;padding:4px;} -.img-responsive{display:block;max-width:100%;height:auto;} -ul{padding-left:20px;} -ol{padding-left:24px;} -.list-cn{list-style-type:cjk-ideographic;} -.list-alpha{list-style-type:upper-alpha;} -.list-unstyle{list-style:none;padding-left:0;} -.list-unstyle ul{list-style:disc;} -.list-inline li{display:inline-block;padding:0 10px;width:auto;} -dt{font-weight:bold;} -dd{padding:8px 0 15px 0;} -@media (min-width:760px){ -.dl-inline dt{width:15%;display:inline-block;float:left;text-align:right;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;} -.dl-inline dd{width:85%;display:inline-block;float:left;padding:0 0 15px 15px;} -} -.table{width:100%;max-width:100%;border-collapse:collapse;border-spacing:0;} -.table th{border-bottom:2px solid #ddd;vertical-align:bottom;padding:8px;text-align:left;} -.table td{border-top:1px solid #ddd;padding:8px;vertical-align:top;} -.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th{background-color:#f9f9f9;}/*条纹-IE9以下无效果*/ -.table-bordered th,.table-bordered td{border:solid 1px #ddd;} -.table-bordered th{border-bottom:2px solid #ddd;} -.table-hover > tbody > tr:hover > td,.table-hover > tbody > tr:hover > th{background-color:#f9f9f9;}/*不支持IE6*/ -.table-condensed th,.table-condensed td{padding:5px;} -@media (max-width:760px){ -.table-responsive{width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;} -.table-responsive .table tr th, .table-responsive .table tr td{white-space:nowrap;} -} -blockquote{border:solid 1px #ddd;border-left-width:6px;padding:20px;border-radius:4px;} -blockquote strong{display:block;font-size:16px;margin-bottom:10px;} -blockquote p:last-child{margin:0;} -.quote-floatright{border-left-width:1px;border-right-width:6px;text-align:right;} -.float-left{float:left !important;} -.float-right{float:right !important;} -.clearfix:after, .layout:after, .container:after, .container-layout:after, .line:after, .line-small:after, .line-middle:after, .line-big:after, .nav-main:after, .nav-sub:after, .navbar:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;} -.clearfix, .layout, .container, .container-layout, .line, .line-small, .line-middle, .line-big, .nav-main, .nav-sub, .navbar{display:block;} -.clear{clear:both;} -.print-show{display:none !important;} -@media print{ - .print-show{display:block !important;} - table.print-show{display:table;} - tr.print-show{display:table-row !important;} - th.print-show,td.print-show{display:table-cell !important;} - .print-hidden{display:none !important;} -} -.show{display:block !important;} -.hidden{display:none !important;visibility:hidden !important;} -.padding-large{padding:30px;} -.padding-large-top{padding-top:30px;} -.padding-large-right{padding-right:30px;} -.padding-large-bottom{padding-bottom:30px;} -.padding-large-left{padding-left:30px;} -.padding-big{padding:20px;} -.padding-big-top{padding-top:20px;} -.padding-big-right{padding-right:20px;} -.padding-big-bottom{padding-bottom:20px;} -.padding-big-left{padding-left:20px;} -.padding{padding:10px;} -.padding-top{padding-top:10px;} -.padding-right{padding-right:10px;} -.padding-bottom{padding-bottom:10px;} -.padding-left{padding-left:10px;} -.padding-small{padding:5px;} -.padding-small-top{padding-top:5px;} -.padding-small-right{padding-right:5px;} -.padding-small-bottom{padding-bottom:5px;} -.padding-small-left{padding-left:5px;} -.padding-little{padding:2px;} -.padding-little-top{padding-top:2px;} -.padding-little-right{padding-right:2px;} -.padding-little-bottom{padding-bottom:2px;} -.padding-little-left{padding-left:2px;} -.margin-large{margin:30px;} -.margin-large-top{margin-top:30px;} -.margin-large-right{margin-right:30px;} -.margin-large-bottom{margin-bottom:30px;} -.margin-large-left{margin-left:30px;} -.margin-big{margin:20px;} -.margin-big-top{margin-top:20px;} -.margin-big-right{margin-right:20px;} -.margin-big-bottom{margin-bottom:20px;} -.margin-big-left{margin-left:20px;} -.margin{margin:10px !important;clear:both;} -.margin-top{margin-top:10px;} -.margin-right{margin-right:10px;} -.margin-bottom{margin-bottom:10px;} -.margin-left{margin-left:10px;} -.margin-small{margin:5px;} -.margin-small-top{margin-top:5px;} -.margin-small-right{margin-right:5px;} -.margin-small-bottom{margin-bottom:5px;} -.margin-small-left{margin-left:5px;} -.margin-little{margin:2px;} -.margin-little-top{margin-top:2px;} -.margin-little-right{margin-right:2px;} -.margin-little-bottom{margin-bottom:2px;} -.margin-little-left{margin-left:2px;} -.radius-none{border-radius:0;} -.radius-small{border-radius:2px;} -.radius{border-radius:4px;} -.radius-big{border-radius:6px;} -.radius-rounded{border-radius:2em;padding-left:1em;padding-right:1em;} -.radius-circle{border-radius:50%;} -.bounce,.bounce-hover,.flash,.flash-hover,.shake,.shake-hover,.swing,.swing-hover,.wobble,.wobble-hover,.ring,.ring-hover{-webkit-animation:1s ease;-moz-animation:1s ease;-ms-animation:1s ease;animation:1s ease;} -.fadein,.fadein-top,.fadein-right,.fadein-bottom,.fadein-left,.bouncein,.rotatein{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;} -.fadeout,.fadeout-top,.fadeout-right,.fadeout-bottom,.fadeout-left,.bounceout,.rotateout{-webkit-animation:1s ease-in forwards;-moz-animation:1s ease-in forwards;-ms-animation:1s ease-in forwards;animation:1s ease-in forwards;} -.rotate,.rotate-hover{-webkit-animation:2s infinite linear;-moz-animation:2s infinite linear;-ms-animation:2s infinite linear;animation:2s infinite linear;} -.fadein{-webkit-animation-name:a-fadein;-moz-animation-name:a-fadein;-ms-animation-name:a-fadein;animation-name:a-fadein;} -@-webkit-keyframes a-fadein{0%{opacity:0;}100%{opacity:1;}} -@-moz-keyframes a-fadein{0%{opacity:0;}100%{opacity:1;}} -@-ms-keyframes a-fadein{0%{opacity:0;}100%{opacity:1;}} -@keyframes a-fadein{0%{opacity:0;}100%{opacity:1;}} -.fadein-top{-webkit-animation-name:fadeinT;-moz-animation-name:fadeinT;-ms-animation-name:fadeinT;animation-name:fadeinT;} -@-webkit-keyframes fadeinT{0%{opacity:0;-webkit-transform:translateY(-50px);}100%{opacity:1;-webkit-transform:translateY(0);}} -@-moz-keyframes fadeinT{0%{opacity:0;-moz-transform:translateY(-50px);}100%{opacity:1;-moz-transform:translateY(0);}} -@-ms-keyframes fadeinT{0%{opacity:0;-ms-transform:translateY(-50px);}100%{opacity:1;-ms-transform:translateY(0);}} -@keyframes fadeinT{0%{opacity:0;transform:translateY(-50px);}100%{opacity:1;transform:translateY(0);}} -.fadein-right{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;} -@-webkit-keyframes fadeinR{0%{opacity:0;-webkit-transform:translateX(50px);}100%{opacity:1;-webkit-transform:translateX(0);}} -@-moz-keyframes fadeinR{0%{opacity:0;-moz-transform:translateX(50px);}100%{opacity:1;-moz-transform:translateX(0);}} -@-ms-keyframes fadeinR{0%{opacity:0;-ms-transform:translateX(50px);}100%{opacity:1;-ms-transform:translateX(0);}} -@keyframes fadeinR{0%{opacity:0;transform:translateX(50px);}100%{opacity:1;transform:translateX(0);}} -.fadein-bottom{-webkit-animation-name:fadeinB;-moz-animation-name:fadeinB;-ms-animation-name:fadeinB;animation-name:fadeinB;} -@-webkit-keyframes fadeinB{0%{opacity:0;-webkit-transform:translateY(50px);}100%{opacity:1;-webkit-transform:translateY(0);}} -@-moz-keyframes fadeinB{0%{opacity:0;-moz-transform:translateY(50px);}100%{opacity:1;-moz-transform:translateY(0);}} -@-ms-keyframes fadeinB{0%{opacity:0;-ms-transform:translateY(50px);}100%{opacity:1;-ms-transform:translateY(0);}} -@keyframes fadeinB{0%{opacity:0;transform:translateY(50px);}100%{opacity:1;transform:translateY(0);}} -.fadein-left{-webkit-animation-name:fadeinL;-moz-animation-name:fadeinL;-ms-animation-name:fadeinL;animation-name:fadeinL;} -@-webkit-keyframes fadeinL{0%{opacity:0;-webkit-transform:translateX(-50px);}100%{opacity:1;-webkit-transform:translateX(0);}} -@-moz-keyframes fadeinL{0%{opacity:0;-moz-transform:translateX(-50px);}100%{opacity:1;-moz-transform:translateX(0);}} -@-ms-keyframes fadeinL{0%{opacity:0;-ms-transform:translateX(-50px);}100%{opacity:1;-ms-transform:translateX(0);}} -@keyframes fadeinL{0%{opacity:0;transform:translateX(-50px);}100%{opacity:1;transform:translateX(0);}} -.fadeout{-webkit-animation-name:a-fadeout;-moz-animation-name:a-fadeout;-ms-animation-name:a-fadeout;animation-name:a-fadeout;} -@-webkit-keyframes a-fadeout{0%{opacity:1;}100%{opacity:0;}} -@-moz-keyframes a-fadeout{0%{opacity:1;}100%{opacity:0;}} -@-ms-keyframes a-fadeout{0%{opacity:1;}100%{opacity:0;}} -@keyframes a-fadeout{0%{opacity:1;}100%{opacity:0;}} -.fadeout-top{-webkit-animation-name:fadeoutT;-moz-animation-name:fadeoutT;-ms-animation-name:fadeoutT;animation-name:fadeoutT;} -@-webkit-keyframes fadeoutT{0%{opacity:1;-webkit-transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(-100px);}} -@-moz-keyframes fadeoutT{0%{opacity:1;-moz-transform:translateY(0);}100%{opacity:0;-moz-transform:translateY(-100px);}} -@-ms-keyframes fadeoutT{0%{opacity:1;-ms-transform:translateY(0);}100%{opacity:0;-ms-transform:translateY(-100px);}} -@keyframes fadeoutT{0%{opacity:1;transform:translateY(0);}100%{opacity:0;transform:translateY(-100px);}} -.fadeout-right{-webkit-animation-name:fadeoutR;-moz-animation-name:fadeoutR;-ms-animation-name:fadeoutR;animation-name:fadeoutR;} -@-webkit-keyframes fadeoutR{0%{opacity:1;-webkit-transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(100px);}} -@-moz-keyframes fadeoutR{0%{opacity:1;-moz-transform:translateX(0);}100%{opacity:0;-moz-transform:translateX(100px);}} -@-ms-keyframes fadeoutR{0%{opacity:1;-ms-transform:translateX(0);}100%{opacity:0;-ms-transform:translateX(100px);}} -@keyframes fadeoutR{0%{opacity:1;transform:translateX(0);}100%{opacity:0;transform:translateX(100px);}} -.fadeout-bottom{-webkit-animation-name:fadeoutB;-moz-animation-name:fadeoutB;-ms-animation-name:fadeoutB;animation-name:fadeoutB;} -@-webkit-keyframes fadeoutB{0%{opacity:1;-webkit-transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(100px);}} -@-moz-keyframes fadeoutB{0%{opacity:1;-moz-transform:translateY(0);}100%{opacity:0;-moz-transform:translateY(100px);}} -@-ms-keyframes fadeoutB{0%{opacity:1;-ms-transform:translateY(0);}100%{opacity:0;-ms-transform:translateY(100px);}} -@keyframes fadeoutB{0%{opacity:1;transform:translateY(0);}100%{opacity:0;transform:translateY(100px);}} -.fadeout-left{-webkit-animation-name:fadeoutL;-moz-animation-name:fadeoutL;-ms-animation-name:fadeoutL;animation-name:fadeoutL;} -@-webkit-keyframes fadeoutL{0%{opacity:1;-webkit-transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(-100px);}} -@-moz-keyframes fadeoutL{0%{opacity:1;-moz-transform:translateX(0);}100%{opacity:0;-moz-transform:translateX(-100px);}} -@-ms-keyframes fadeoutL{0%{opacity:1;-ms-transform:translateX(0);}100%{opacity:0;-ms-transform:translateX(-100px);}} -@keyframes fadeoutL{0%{opacity:1;transform:translateX(0);}100%{opacity:0;transform:translateX(-100px);}} -.bounce,.bounce-hover:hover{-webkit-animation-name:a-bounce;-moz-animation-name:a-bounce;-ms-animation-name:a-bounce;animation-name:a-bounce;} -@-webkit-keyframes a-bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);}40%{-webkit-transform:translateY(-30px);}60%{-webkit-transform:translateY(-15px);}} -@-moz-keyframes a-bounce{0%,20%,50%,80%,100%{-moz-transform:translateY(0);}40%{-moz-transform:translateY(-30px);}60%{-moz-transform:translateY(-15px);}} -@-ms-keyframes a-bounce{0%,20%,50%,80%,100%{-ms-transform:translateY(0);}40%{-ms-transform:translateY(-30px);}60%{-ms-transform:translateY(-15px);}} -@keyframes a-bounce{0%,20%,50%,80%,100%{transform:translateY(0);}40%{transform:translateY(-30px);}60%{transform:translateY(-15px);}} -.bouncein{-webkit-animation-name:a-bouncein;-moz-animation-name:a-bouncein;-ms-animation-name:a-bouncein;animation-name:a-bouncein;} -@-webkit-keyframes a-bouncein{0%{opacity:0;-webkit-transform:scale(0.3);}50%{opacity:1;-webkit-transform:scale(1.05);}70%{-webkit-transform:scale(0.9);}100%{-webkit-transform:scale(1);}} -@-moz-keyframes a-bouncein{0%{opacity:0;-moz-transform:scale(0.3);}50%{opacity:1;-moz-transform:scale(1.05);}70%{-moz-transform:scale(0.9);}100%{-moz-transform:scale(1);}} -@-ms-keyframes a-bouncein{0%{opacity:0;-ms-transform:scale(0.3);}50%{opacity:1;-ms-transform:scale(1.05);}70%{-ms-transform:scale(0.9);}100%{-ms-transform:scale(1);}} -@keyframes a-bouncein{0%{opacity:0;transform:scale(0.3);}50%{opacity:1;transform:scale(1.05);}70%{transform:scale(0.9);}100%{transform:scale(1);}} -.bounceout{-webkit-animation-name:a-bounceout;-moz-animation-name:a-bounceout;-ms-animation-name:a-bounceout;animation-name:a-bounceout;} -@-webkit-keyframes a-bounceout{0%{-webkit-transform:scale(1);}25%{-webkit-transform:scale(0.95);}50%{opacity:1;-webkit-transform:scale(1.1);}100%{opacity:0;-webkit-transform:scale(0.3);}} -@-moz-keyframes a-bounceout{0%{-moz-transform:scale(1);}25%{-moz-transform:scale(0.95);}50%{opacity:1;-moz-transform:scale(1.1);}100%{opacity:0;-moz-transform:scale(0.3);}} -@-ms-keyframes a-bounceout{0%{-ms-transform:scale(1);}25%{-ms-transform:scale(0.95);}50%{opacity:1;-ms-transform:scale(1.1);}100%{opacity:0;-ms-transform:scale(0.3);}} -@keyframes a-bounceout{0%{transform:scale(1);}25%{transform:scale(0.95);}50%{opacity:1;transform:scale(1.1);}100%{opacity:0;transform:scale(0.3);}} -.rotatein{-webkit-animation-name:a-rotatein;-moz-animation-name:a-rotatein;-ms-animation-name:a-rotatein;animation-name:a-rotatein;} -@-webkit-keyframes a-rotatein{0%{opacity:0;-webkit-transform:rotate(-200deg);}100%{opacity:1;-webkit-transform:rotate(0);}} -@-moz-keyframes a-rotatein{0%{opacity:0;-moz-transform:rotate(-200deg);}100%{opacity:1;-moz-transform:rotate(0);}} -@-ms-keyframes a-rotatein{0%{opacity:0;-ms-transform:rotate(-200deg);}100%{opacity:1;-ms-transform:rotate(0);}} -@keyframes a-rotatein{0%{opacity:0;transform:rotate(-200deg);}100%{opacity:1;transform:rotate(0);}} -.rotateout{-webkit-animation-name:a-rotateout;-moz-animation-name:a-rotateout;-ms-animation-name:a-rotateout;animation-name:a-rotateout;} -@-webkit-keyframes a-rotateout{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(200deg);opacity:0;}} -@-moz-keyframes a-rotateout{0%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1;}100%{-moz-transform-origin:center center;-moz-transform:rotate(200deg);opacity:0;}} -@-ms-keyframes a-rotateout{0%{-ms-transform-origin:center center;-ms-transform:rotate(0);opacity:1;}100%{-ms-transform-origin:center center;-ms-transform:rotate(200deg);opacity:0;}} -@keyframes a-rotateout{0%{transform-origin:center center;transform:rotate(0);opacity:1;}100%{transform-origin:center center;transform:rotate(200deg);opacity:0;}} -.flash,.flash-hover:hover{-webkit-animation-name:a-flash;-moz-animation-name:a-flash;-ms-animation-name:a-flash;animation-name:a-flash;} -@-webkit-keyframes a-flash{0%,50%,100%{opacity:1;}25%,75%{opacity:0;}} -@-moz-keyframes a-flash{0%,50%,100%{opacity:1;}25%,75%{opacity:0;}} -@-ms-keyframes a-flash{0%,50%,100%{opacity:1;}25%,75%{opacity:0;}} -@keyframes a-flash{0%,50%,100%{opacity:1;}25%,75%{opacity:0;}} -.shake,.shake-hover:hover{-webkit-animation-name:a-shake;-moz-animation-name:a-shake;-ms-animation-name:a-shake;animation-name:a-shake;} -@-webkit-keyframes a-shake{0%,100%{-webkit-transform:translateX(0);}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);}20%,40%,60%,80%{-webkit-transform:translateX(10px);}} -@-moz-keyframes a-shake{0%,100%{-moz-transform:translateX(0);}10%,30%,50%,70%,90%{-moz-transform:translateX(-10px);}20%,40%,60%,80%{-moz-transform:translateX(10px);}} -@-ms-keyframes a-shake{0%,100%{-ms-transform:translateX(0);}10%,30%,50%,70%,90%{-ms-transform:translateX(-10px);}20%,40%,60%,80%{-ms-transform:translateX(10px);}} -@keyframes a-shake{0%,100%{transform:translateX(0);}10%,30%,50%,70%,90%{transform:translateX(-10px);}20%,40%,60%,80%{transform:translateX(10px);}} -.swing,.swing-hover:hover{-webkit-animation-name:a-swing;-moz-animation-name:a-swing;-ms-animation-name:a-swing;animation-name:a-swing;} -@-webkit-keyframes a-swing{20%{-webkit-transform:rotate(15deg);}40%{-webkit-transform:rotate(-10deg);}60%{-webkit-transform:rotate(5deg);}80%{-webkit-transform:rotate(-5deg);}100%{-webkit-transform:rotate(0);}} -@-moz-keyframes a-swing{20%{-moz-transform:rotate(15deg);}40%{-moz-transform:rotate(-10deg);}60%{-moz-transform:rotate(5deg);}80%{-moz-transform:rotate(-5deg);}100%{-moz-transform:rotate(0);}} -@-ms-keyframes a-swing{20%{-ms-transform:rotate(15deg);}40%{-ms-transform:rotate(-10deg);}60%{-ms-transform:rotate(5deg);}80%{-ms-transform:rotate(-5deg);}100%{-ms-transform:rotate(0);}} -@keyframes a-swing{20%{transform:rotate(15deg);}40%{transform:rotate(-10deg);}60%{transform:rotate(5deg);}80%{transform:rotate(-5deg);}100%{transform:rotate(0);}} -.wobble,.wobble-hover:hover{-webkit-animation-name:a-wobble;-moz-animation-name:a-wobble;-ms-animation-name:a-wobble;animation-name:a-wobble;} -@-webkit-keyframes a-wobble{0%{-webkit-transform:translateX(0);}15%{-webkit-transform:translateX(-50px) rotate(-5deg);}30%{-webkit-transform:translateX(40px) rotate(3deg);}45%{-webkit-transform:translateX(-33px) rotate(-3deg);}60%{-webkit-transform:translateX(10px) rotate(2deg);}75%{-webkit-transform:translateX(-10px) rotate(-1deg);}100%{-webkit-transform:translateX(0);}} -@-moz-keyframes a-wobble{0%{-moz-transform:translateX(0);}15%{-moz-transform:translateX(-50px) rotate(-5deg);}30%{-moz-transform:translateX(40px) rotate(3deg);}45%{-moz-transform:translateX(-33px) rotate(-3deg);}60%{-moz-transform:translateX(10px) rotate(2deg);}75%{-moz-transform:translateX(-10px) rotate(-1deg);}100%{-moz-transform:translateX(0);}} -@-ms-keyframes a-wobble{0%{-ms-transform:translateX(0);}15%{-ms-transform:translateX(-50px) rotate(-5deg);}30%{-ms-transform:translateX(40px) rotate(3deg);}45%{-ms-transform:translateX(-33px) rotate(-3deg);}60%{-ms-transform:translateX(10px) rotate(2deg);}75%{-ms-transform:translateX(-10px) rotate(-1deg);}100%{-ms-transform:translateX(0);}} -@keyframes a-wobble{0%{transform:translateX(0);}15%{transform:translateX(-50px) rotate(-5deg);}30%{transform:translateX(40px) rotate(3deg);}45%{transform:translateX(-33px) rotate(-3deg);}60%{transform:translateX(10px) rotate(2deg);}75%{transform:translateX(-10px) rotate(-1deg);}100%{transform:translateX(0);}} -.ring,.ring-hover:hover{-webkit-animation-name:a-ring;-moz-animation-name:a-ring;-ms-animation-name:a-ring;animation-name:a-ring;} -@-webkit-keyframes a-ring{0%{-webkit-transform:scale(1);}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);}100%{-webkit-transform:scale(1) rotate(0);}} -@-moz-keyframes a-ring{0%{-moz-transform:scale(1);}10%,20%{-moz-transform:scale(0.9) rotate(-3deg);}30%,50%,70%,90%{-moz-transform:scale(1.1) rotate(3deg);}40%,60%,80%{-moz-transform:scale(1.1) rotate(-3deg);}100%{-moz-transform:scale(1) rotate(0);}} -@-ms-keyframes a-ring{0%{-ms-transform:scale(1);}10%,20%{-ms-transform:scale(0.9) rotate(-3deg);}30%,50%,70%,90%{-ms-transform:scale(1.1) rotate(3deg);}40%,60%,80%{-ms-transform:scale(1.1) rotate(-3deg);}100%{-ms-transform:scale(1) rotate(0);}} -@keyframes a-ring{0%{transform:scale(1);}10%,20%{transform:scale(0.9) rotate(-3deg);}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg);}40%,60%,80%{transform:scale(1.1) rotate(-3deg);}100%{transform:scale(1) rotate(0);}} -.rotate,.rotate-hover:hover{-webkit-animation-name:a-rotate;-moz-animation-name:a-rotate;-ms-animation-name:a-rotate;animation-name:a-rotate;} -@-webkit-keyframes a-rotate{0%{-webkit-transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);}} -@-moz-keyframes a-rotate{0%{-moz-transform:rotate(0deg);}100%{-moz-transform:rotate(359deg);}} -@-ms-keyframes a-rotate{0%{-ms-transform:rotate(0deg);}100%{-ms-transform:rotate(359deg);}} -@keyframes a-rotate{0%{transform:rotate(0deg);}100%{transform:rotate(359deg);}} -.text-black, a.text-black:link, a.text-black:visited,.button.border-black,blockquote.border-black strong,.pager.border-black a,.pager-prev.border-black,.pager-next.border-black -{color:#000;} -a.text-black:hover{color:#666;} -.text-gray, a.text-gray:link, a.text-gray:visited,.button.border-gray,blockquote.border-gray strong,.pager.border-gray a,.pager-prev.border-gray,.pager-next.border-gray -{color:#999;} -.text-white, a.text-white:link, a.text-white:visited,.button.border-white,blockquote.border-white,.pager.border-white a,.pager-prev.border-white,.pager-next.border-white -{color:#fff;} -.text-red, a.text-red:link, a.text-red:visited,.button.border-red,.button.bg-red-light,blockquote.border-red strong,.pager.border-red a,.pager-prev.border-red,.pager-next.border-red,.badge.bg-red-light,.alert-red,.check-error -{color:#e33;} -.text-yellow, a.text-yellow:link, a.text-yellow:visited,.button.border-yellow,.button.bg-yellow-light,blockquote.border-yellow strong,.pager.border-yellow a,.pager-prev.border-yellow,.pager-next.border-yellow,.badge.bg-yellow-light,.alert-yellow,.check-warning -{color:#f60;} -.text-blue, a.text-blue:link, a.text-blue:visited,.button.border-blue,.button.bg-blue-light,blockquote.border-blue strong,.pager.border-blue a,.pager-prev.border-blue,.pager-next.border-blue,.badge.bg-blue-light,.alert-blue -{color:#0ae;} -.text-green, a.text-green:link, a.text-green:visited,.button.border-green,.button.bg-green-light,blockquote.border-green strong,.pager.border-green a,.pager-prev.border-green,.pager-next.border-green,.badge.bg-green-light,.alert-green,.check-success -{color:#2c7;} -.text-red-light, a.text-red-light:link, a.text-red-light:visited,.button.border-red-light,blockquote.border-red-light strong,.pager.border-red-light a -{color:#fdc;} -.text-yellow-light, a.text-yellow-light:link, a.text-yellow-light:visited,.button.border-yellow-light,blockquote.border-yellow-light strong,.pager.border-yellow-light a,.pager-prev.border-yellow-light,.pager-next.border-yellow-light -{color:#fec;} -.text-blue-light, a.text-blue-light:link, a.text-blue-light:visited,.button.border-blue-light,blockquote.border-blue-light strong,.pager.border-blue-light a,.pager-prev.border-blue-light,.pager-next.border-blue-light -{color:#def;} -.text-green-light, a.text-green-light:link, a.text-green-light:visited,.button.border-green-light,blockquote.border-green-light strong,.pager.border-green-light a,.pager-prev.border-green-light,.pager-next.border-green-light -{color:#ded;} -.bg-inverse, .bg-inverse a{color:#fff;} -a.text-white:hover, .bg-inverse a:hover{color:#ddd;} -.bg,.table .current, .table .current td,.table .current th,.button.active,.pointer.border .active,.nav-menu ul a:hover,.nav-menu.nav-pills .active ul a:hover,.bg-inverse .nav.nav-menu ul a:hover,.bg-inverse .nav.nav-menu .active ul a:hover,.bg-inverse .nav.nav-menu.nav-tabs ul a:hover,.bg-inverse .nav.nav-menu.nav-pills ul a:hover,.bg-inverse .nav-menu.nav-inline.nav-big ul a:hover,.navbar-body .nav ul a:hover -{background-color:#f5f5f5;} -.bg-black,.border-black .button.active,.pointer.border-black .active,.nav-pills.border-black .active a,.nav-main.border-black .nav-head,.pagination.border-black .active -{background-color:#000;} -.bg-gray,.border-gray .button.active,.pointer.border-gray .active,.nav-pills.border-gray .active a,.nav-main.border-gray .nav-head,.pagination.border-gray .active -{background-color:#999;} -.bg-white,.button.bg,.border-white .button.active,.pointer.border-white .active,.nav-pills.border-white .active a,.nav-main.border-white .nav-head,.pagination.border-white .active -{background-color:#fff;} -.bg-red,.border-red .button.active,.pointer.border-red .active,.nav-pills.border-red .active a,.nav-main.border-red .nav-head,.pagination.border-red .active -{background-color:#e33;} -.bg-yellow,.border-yellow .button.active,.pointer.border-yellow .active,.nav-pills.border-yellow .active a,.nav-main.border-yellow .nav-head,.pagination.border-yellow .active -{background-color:#f60;} -.bg-blue,.border-blue .button.active,.pointer.border-blue active,.nav-pills.border-blue .active a,.nav-main.border-blue .nav-head,.pagination.border-blue .active -{background-color:#0ae;} -.bg-green,.border-green .button.active,.pointer.border-green .active,.nav-pills.border-green .active a,.pagination.border-green .active -{background-color:#2c7;} -.bg-red-light,.table .red, .table .red td, .table .red th,.alert-red,.border-red-light .button.active,.pointer.border-red-light .active,.nav-pills.border-red-light .active a,.nav-main.border-red-light .nav-head,.pagination.border-red-light .active -{background-color:#fee;} -.bg-yellow-light,.table .yellow, .table .yellow td, .table .yellow th,.alert-yellow,.border-yellow-light .button.active,.pointer.border-yellow-light .active,.nav-pills.border-yellow-light .active a,.nav-main.border-yellow-light .nav-head,.pagination.border-yellow-light .active -{background-color:#ffd;} -.bg-blue-light,.table .blue, .table .blue td, .table .blue th,.alert-blue,.border-blue-light .button.active,.pointer.border-blue-light .active,.nav-pills.border-blue-light .active a,.nav-main.border-blue-light .nav-head,.pagination.border-blue-light .active -{background-color:#eff;} -.bg-green-light,.table .green, .table .green td, .table .green th,.alert-green,.border-green-light .button.active,.pointer.border-green-light .active,.nav-pills.border-green-light .active a,.nav-main.border-green-light .nav-head,.pagination.border-green-light .active -{background-color:#efd;} -.border-dashed{border-style:dashed;} -.border-dotted{border-style:dotted;} -.border-double{border-style:double;} -.border-inset{border-style:inset;} -.border-outset{border-style:outset;} -.border-black,.border-black .button,.border-black .tab-nav li a,.border-black .tab-body,.button.bg-black,.selected.border-black,.pointer.border-black li,.nav.border-black .active a,.nav.nav-tabs.border-black,.nav-main.border-black a, .nav-main.border-black .nav-head,.pagination.border-black li,.pager.border-black a -{border-color:#000;} -.border-gray,.border-gray .button,.border-gray .tab-nav li a,.border-gray .tab-body,.button.bg-gray,.selected.border-gray,.pointer.border-gray li,.nav.border-gray .active a,.nav.nav-tabs.border-gray,.nav-main.border-gray a, .nav-main.border-gray .nav-head,.pagination.border-gray li,.pager.border-gray a -{border-color:#999;} -.border-white,.border-white .button,.border-white .tab-nav li a,.border-white .tab-body,.button.bg-white,.selected.border-white,.pointer.border-white li,.nav.border-white .active a,.nav.nav-tabs.border-white,.nav-main.border-white a, .nav-main.border-white .nav-head,.pagination.border-white li,.pager.border-white a -{border-color:#fff;} -.border-red,.border-red .button,.border-red .tab-nav li a,.border-red .tab-body,.button.bg-red,.selected.border-red,.pointer.border-red li,.check-error .input,.nav.border-red .active a,.nav.nav-tabs.border-red,.nav-main.border-red a, .nav-main.border-red .nav-head,.pagination.border-red li,.pager.border-red a -{border-color:#e33;} -.border-yellow,.border-yellow .button,.border-yellow .tab-nav li a,.border-yellow .tab-body,.button.bg-yellow,.selected.border-yellow,.pointer.border-yellow li,.check-warning .input,.nav.border-yellow .active a,.nav.nav-tabs.border-yellow,.nav-main.border-yellow a, .nav-main.border-yellow .nav-head,.pagination.border-yellow li,.pager.border-yellow a -{border-color:#f60;} -.border-blue,.border-blue .button,.border-blue .tab-nav li a,.border-blue .tab-body,.button.bg-blue,.selected.border-blue,.pointer.border-blue li,.nav.border-blue .active a,.nav.nav-tabs.border-blue,.nav-main.border-blue a, .nav-main.border-blue .nav-head,.pagination.border-blue li,.pager.border-blue a -{border-color:#0ae;} -.border-green,.border-green .button,.border-green .tab-nav li a,.border-green .tab-body,.button.bg-green,.selected.border-green,.pointer.border-green li,.check-success .input,.nav.border-green .active a,.nav.nav-tabs.border-green,.nav-main.border-green a, .nav-main.border-green .nav-head,.pagination.border-green li,.pager.border-green a -{border-color:#2c7;} -.border-red-light,.border-red-light .button,.border-red-light .tab-nav li a,.border-red-light .tab-body,.button.bg-red-light,.selected.border-red-light,.alert-red,.pointer.border-red-light li,.nav.border-red-light .active a,.nav.nav-tabs.border-red-light,.nav-main.border-red-light a, .nav-main.border-red-light .nav-head,.pagination.border-red-light li,.pager.border-red-light a -{border-color:#fee;} -.border-yellow-light,.border-yellow-light .button,.border-yellow-light .tab-nav li a,.border-yellow-light .tab-body,.button.bg-yellow-light,.selected.border-yellow-light,.alert-yellow,.pointer.border-yellow-light li,.nav.border-yellow-light .active a,.nav.nav-tabs.border-yellow-light,.nav-main.border-yellow-light a, .nav-main.border-yellow-light .nav-head,.pagination.border-yellow-light li,.pager.border-yellow-light a -{border-color:#ffd;} -.border-blue-light,.border-blue-light .button,.border-blue-light .tab-nav li a,.border-blue-light .tab-body,.button.bg-blue-light,.selected.border-blue-light,.alert-blue,.pointer.border-blue-light li,.nav.border-blue-light .active a,.nav.nav-tabs.border-blue-light,.nav-main.border-blue-light a, .nav-main.border-blue-light .nav-head,.pagination.border-blue-light li,.pager.border-blue-light a -{border-color:#eff;} -.border-green-light,.border-green-light .button,.border-green-light .tab-nav li a,.border-green-light .tab-body,.button.bg-green-light,.selected.border-green-light,.alert-green,.pointer.border-green-light li,.nav.border-green-light .active a,.nav.nav-tabs.border-green-light,.nav-main.border-green-light a, .nav-main.border-green-light .nav-head,.pagination.border-green-light li,.pager.border-green-light a -{border-color:#efd;} -.button:hover,.button:focus,.button.bg:hover,.button.bg:focus{background-color:#f5f5f5;} -.button.border-black:hover,.button.border-black:focus,.button.bg-black:hover,.button.bg-black:focus{color:#fff;border-color:#666;background-color:#666;} -.button.border-gray:hover,.button.border-gray:focus,.button.bg-gray:hover,.button.bg-gray:focus{color:#fff;border-color:#aaa;background-color:#aaa;} -.button.border-white:hover,.button.border-white:focus,.button.bg-white:hover,.button.bg-white:focus{color:#333;border-color:#f5f5f5;background-color:#f5f5f5;} -.button.border-red:hover,.button.border-red:focus,.button.bg-red:hover,.button.bg-red:focus{color:#fff;border-color:#f00;background-color:#f00;} -.button.border-yellow:hover,.button.border-yellow:focus,.button.bg-yellow:hover,.button.bg-yellow:focus{color:#fff;border-color:#f90;background-color:#f90;} -.button.border-blue:hover,.button.border-blue:focus,.button.bg-blue:hover,.button.bg-blue:focus{color:#fff;border-color:#3bd;background-color:#3bd;} -.button.border-green:hover,.button.border-green:focus,.button.bg-green:hover,.button.bg-green:focus{color:#fff;border-color:#5d8;background-color:#5d8;} -.button.border-red-light:hover,.button.border-red-light:focus,.button.bg-red-light:hover,.button.bg-red-light:focus,.alert-red:hover{color:#e33;border-color:#fdc;background-color:#fdc;} -.button.border-yellow-light:hover,.button.border-yellow-light:focus,.button.bg-yellow-light:hover,.button.bg-yellow-light:focus,.alert-yellow:hover{color:#f60;border-color:#fec;background-color:#fec;} -.button.border-blue-light:hover,.button.border-blue-light:focus,.button.bg-blue-light:hover,.button.bg-blue-light:focus,.alert-blue:hover{color:#0ae;border-color:#def;background-color:#def;} -.button.border-green-light:hover,.button.border-green-light:focus,.button.bg-green-light:hover,.button.bg-green-light:focus,.alert-green:hover{color:#2c7;border-color:#cfa;background-color:#cfa;} - - - - -/*--------自定义链接颜色(可选)--------*/ -a{color:#333;text-decoration:none;} /*链接-颜色*/ -a:focus,a:hover{color:#0ae;} /*链接-悬浮颜色*/ -/*--------自定义文本颜色--------*/ -.text-main, a.text-main:link, a.text-main:visited,.button.border-main,blockquote.border-main strong,.pager.border-main a,.pager-prev.border-main,.pager-next.border-main,.nav a:hover,.nav-menu.nav-pills .active ul a:hover,.bg-inverse .nav-menu ul a:hover,.bg-inverse .nav.nav-menu.nav-tabs ul a:hover,.bg-inverse .nav.nav-menu.nav-tabs .active ul a:hover,.bg-inverse .nav.nav-menu.nav-pills ul a:hover,.bg-inverse .nav.nav-menu.nav-pills .active ul a:hover -{color:#0ae;} /*文本-主色*/ -.text-sub, a.text-sub:link, a.text-sub:visited,.button.border-sub,blockquote.border-sub strong,.pager.border-sub a,.pager-prev.border-sub,.pager-next.border-sub -{color:#2c7;} /*文本-辅色*/ -.text-back, a.text-back:link, a.text-back:visited,.button.border-back,blockquote.border-back,.pager.border-back a,.pager-prev.border-back,.pager-next.border-back -{color:#b5cfd9;} /*文本-背景色*/ -.text-mix, a.text-mix:link, a.text-mix:visited,.button.border-mix,blockquote.border-mix,.pager.border-mix a,.pager-prev.border-mix,.pager-next.border-mix -{color:#5cd;}/*文本-融合色*/ -.text-dot, a.text-dot:link, a.text-dot:visited,.button.border-dot,blockquote.border-dot strong,.pager.border-dot a,.pager-prev.border-dot,.pager-next.border-dot -{color:#f60;}/*文本-点缀色*/ -/*--------自定义背景色--------*/ -.bg-main,.border-main .button.active,.pointer.border-main .active,.nav-pills.border-main .active a,.nav-main.border-main .nav-head,.pagination.border-main .active -{background-color:#0ae;} /*背景-主色*/ -.bg-sub,.border-sub .button.active,.pointer.border-sub .active,.nav-pills.border-sub .active a,.nav-main.border-sub .nav-head,.pagination.border-sub .active -{background-color:#2c7;} /*背景-辅色*/ -.bg-back,.border-back .button.active,.pointer.border-back .active,.nav-pills.border-back .active a,.nav-main.border-back .nav-head,.pagination.border-back .active -{background-color:#f2f9fd;} /*背景-背景色*/ -.bg-mix,.border-mix .button.active,.pointer.border-mix .active,.nav-pills.border-mix .active a,.pagination.border-mix .active -{background-color:#5cd;} /*背景-融合色*/ -.bg-dot,.border-dot .button.active,.pointer.border-dot .active,.nav-pills.border-dot .active a,.nav-main.border-dot .nav-head,.pagination.border-dot .active -{background-color:#f60;} /*背景-点缀色*/ -/*--------自定义边框色--------*/ -.border-main,.border-main .button,.border-main .tab-nav li a,.border-main .tab-body,.button.bg-main,.selected.border-main,.pointer.border-main li,.nav.border-main .active a,.nav.nav-tabs.border-main,.nav-main.border-main a, .nav-main.border-main .nav-head,.pagination.border-main li,.pager.border-main a -{border-color:#0ae;} /*边框-主色*/ -.border-sub,.border-sub .button,.border-sub .tab-nav li a,.border-sub .tab-body,.button.bg-sub,.selected.border-sub,.pointer.border-sub li,.nav.border-sub .active a,.nav.nav-tabs.border-sub,.nav-main.border-sub a, .nav-main.border-sub .nav-head,.pagination.border-sub li,.pager.border-sub a -{border-color:#2c7;}/*边框-辅色*/ -.border-back,.border-back .button,.border-back .tab-nav li a,.border-back .tab-body,.button.bg-back,.selected.border-back,.pointer.border-back li,.nav.border-back .active a,.nav.nav-tabs.border-back,.nav-main.border-back a, .nav-main.border-back .nav-head,.pagination.border-back li,.pager.border-back a -{border-color:#b5cfd9;}/*边框-背景色*/ -.border-mix,.border-mix .button,.border-mix .tab-nav li a,.border-mix .tab-body,.button.bg-mix,.selected.border-mix,.pointer.border-mix li,.nav.border-mix .active a,.nav.nav-tabs.border-mix,.nav-main.border-mix a, .nav-main.border-mix .nav-head,.pagination.border-mix li,.pager.border-mix a -{border-color:#5cd;} /*边框-融合色*/ -.border-dot,.border-dot .button,.border-dot .tab-nav li a,.border-dot .tab-body,.button.bg-dot,.selected.border-dot,.pointer.border-dot li,.nav.border-dot .active a,.nav.nav-tabs.border-dot,.nav-main.border-dot a, .nav-main.border-dot .nav-head,.pagination.border-dot li,.pager.border-dot a -{border-color:#f60;} /*边框-点缀色*/ -/*--------自定义按钮悬浮文本、边框及背景色--------*/ -.button.border-main:hover,.button.border-main:focus,.button.bg-main:hover,.button.bg-main:focus -{color:#fff;border-color:#0ae;background-color:#0ae;} /*主色-文本-边框-背景*/ -.button.border-sub:hover,.button.border-sub:focus,.button.bg-sub:hover,.button.bg-sub:focus -{color:#fff;border-color:#b5cfd9;background-color:#b5cfd9;} /*配色-文本-边框-背景*/ -.button.border-back:hover,.button.border-back:focus,.button.bg-back:hover,.button.bg-back:focus -{color:#333;border-color:#def;background-color:#def;} /*背景色-文本-边框-背景*/ -.button.border-mix:hover,.button.border-mix:focus,.button.bg-mix:hover,.button.bg-mix:focus -{color:#333;border-color:#3bc;background-color:#3bc;} /*融合-文本色-边框-背景*/ -.button.border-dot:hover,.button.border-dot:focus,.button.bg-dot:hover,.button.bg-dot:focus -{color:#fff;border-color:#f00;background-color:#f00;} /*点缀色-文本-边框-背景*/ \ No newline at end of file diff --git a/WebRoot/images/11.jpg b/WebRoot/images/11.jpg deleted file mode 100644 index 0ac79cd..0000000 Binary files a/WebRoot/images/11.jpg and /dev/null differ diff --git a/WebRoot/images/Thumbs.db b/WebRoot/images/Thumbs.db deleted file mode 100644 index 75887be..0000000 Binary files a/WebRoot/images/Thumbs.db and /dev/null differ diff --git a/WebRoot/images/bg.jpg b/WebRoot/images/bg.jpg deleted file mode 100644 index 06ae58b..0000000 Binary files a/WebRoot/images/bg.jpg and /dev/null differ diff --git a/WebRoot/images/passcode.jpg b/WebRoot/images/passcode.jpg deleted file mode 100644 index 85d9af0..0000000 Binary files a/WebRoot/images/passcode.jpg and /dev/null differ diff --git a/WebRoot/images/tmbg-white.png b/WebRoot/images/tmbg-white.png deleted file mode 100644 index c809ca3..0000000 Binary files a/WebRoot/images/tmbg-white.png and /dev/null differ diff --git a/WebRoot/images/y.jpg b/WebRoot/images/y.jpg deleted file mode 100644 index 4660ec5..0000000 Binary files a/WebRoot/images/y.jpg and /dev/null differ diff --git a/WebRoot/index.jsp b/WebRoot/index.jsp deleted file mode 100644 index ae3f984..0000000 --- a/WebRoot/index.jsp +++ /dev/null @@ -1,10 +0,0 @@ -<%@ page contentType="text/html; charset=utf-8"%> - - - - - - - diff --git a/WebRoot/js/jquery.js b/WebRoot/js/jquery.js deleted file mode 100644 index 73f33fb..0000000 --- a/WebRoot/js/jquery.js +++ /dev/null @@ -1,4 +0,0 @@ -/*! jQuery v1.11.0 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */ -!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k="".trim,l={},m="1.11.0",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return n.each(this,a,b)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(n.isPlainObject(c)||(b=n.isArray(c)))?(b?(b=!1,f=a&&n.isArray(a)?a:[]):f=a&&n.isPlainObject(a)?a:{},g[d]=n.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray||function(a){return"array"===n.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return a-parseFloat(a)>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==n.type(a)||a.nodeType||n.isWindow(a))return!1;try{if(a.constructor&&!j.call(a,"constructor")&&!j.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(l.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(b){b&&n.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=s(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:k&&!k.call("\ufeff\xa0")?function(a){return null==a?"":k.call(a)}:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(g)return g.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=s(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(f=a[b],b=a,a=f),n.isFunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||n.guid++,e):void 0},now:function(){return+new Date},support:l}),n.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s="sizzle"+-new Date,t=a.document,u=0,v=0,w=eb(),x=eb(),y=eb(),z=function(a,b){return a===b&&(j=!0),0},A="undefined",B=1<<31,C={}.hasOwnProperty,D=[],E=D.pop,F=D.push,G=D.push,H=D.slice,I=D.indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(this[b]===a)return b;return-1},J="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",K="[\\x20\\t\\r\\n\\f]",L="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",M=L.replace("w","w#"),N="\\["+K+"*("+L+")"+K+"*(?:([*^$|!~]?=)"+K+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+M+")|)|)"+K+"*\\]",O=":("+L+")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+N.replace(3,8)+")*)|.*)\\)|)",P=new RegExp("^"+K+"+|((?:^|[^\\\\])(?:\\\\.)*)"+K+"+$","g"),Q=new RegExp("^"+K+"*,"+K+"*"),R=new RegExp("^"+K+"*([>+~]|"+K+")"+K+"*"),S=new RegExp("="+K+"*([^\\]'\"]*?)"+K+"*\\]","g"),T=new RegExp(O),U=new RegExp("^"+M+"$"),V={ID:new RegExp("^#("+L+")"),CLASS:new RegExp("^\\.("+L+")"),TAG:new RegExp("^("+L.replace("w","w*")+")"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+O),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+K+"*(even|odd|(([+-]|)(\\d*)n|)"+K+"*(?:([+-]|)"+K+"*(\\d+)|))"+K+"*\\)|)","i"),bool:new RegExp("^(?:"+J+")$","i"),needsContext:new RegExp("^"+K+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+K+"*((?:-\\d)?\\d*)"+K+"*\\)|)(?=[^-]|$)","i")},W=/^(?:input|select|textarea|button)$/i,X=/^h\d$/i,Y=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,$=/[+~]/,_=/'|\\/g,ab=new RegExp("\\\\([\\da-f]{1,6}"+K+"?|("+K+")|.)","ig"),bb=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)};try{G.apply(D=H.call(t.childNodes),t.childNodes),D[t.childNodes.length].nodeType}catch(cb){G={apply:D.length?function(a,b){F.apply(a,H.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function db(a,b,d,e){var f,g,h,i,j,m,p,q,u,v;if((b?b.ownerDocument||b:t)!==l&&k(b),b=b||l,d=d||[],!a||"string"!=typeof a)return d;if(1!==(i=b.nodeType)&&9!==i)return[];if(n&&!e){if(f=Z.exec(a))if(h=f[1]){if(9===i){if(g=b.getElementById(h),!g||!g.parentNode)return d;if(g.id===h)return d.push(g),d}else if(b.ownerDocument&&(g=b.ownerDocument.getElementById(h))&&r(b,g)&&g.id===h)return d.push(g),d}else{if(f[2])return G.apply(d,b.getElementsByTagName(a)),d;if((h=f[3])&&c.getElementsByClassName&&b.getElementsByClassName)return G.apply(d,b.getElementsByClassName(h)),d}if(c.qsa&&(!o||!o.test(a))){if(q=p=s,u=b,v=9===i&&a,1===i&&"object"!==b.nodeName.toLowerCase()){m=ob(a),(p=b.getAttribute("id"))?q=p.replace(_,"\\$&"):b.setAttribute("id",q),q="[id='"+q+"'] ",j=m.length;while(j--)m[j]=q+pb(m[j]);u=$.test(a)&&mb(b.parentNode)||b,v=m.join(",")}if(v)try{return G.apply(d,u.querySelectorAll(v)),d}catch(w){}finally{p||b.removeAttribute("id")}}}return xb(a.replace(P,"$1"),b,d,e)}function eb(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function fb(a){return a[s]=!0,a}function gb(a){var b=l.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function hb(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function ib(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||B)-(~a.sourceIndex||B);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function jb(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function kb(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function lb(a){return fb(function(b){return b=+b,fb(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function mb(a){return a&&typeof a.getElementsByTagName!==A&&a}c=db.support={},f=db.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},k=db.setDocument=function(a){var b,e=a?a.ownerDocument||a:t,g=e.defaultView;return e!==l&&9===e.nodeType&&e.documentElement?(l=e,m=e.documentElement,n=!f(e),g&&g!==g.top&&(g.addEventListener?g.addEventListener("unload",function(){k()},!1):g.attachEvent&&g.attachEvent("onunload",function(){k()})),c.attributes=gb(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=gb(function(a){return a.appendChild(e.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Y.test(e.getElementsByClassName)&&gb(function(a){return a.innerHTML="
",a.firstChild.className="i",2===a.getElementsByClassName("i").length}),c.getById=gb(function(a){return m.appendChild(a).id=s,!e.getElementsByName||!e.getElementsByName(s).length}),c.getById?(d.find.ID=function(a,b){if(typeof b.getElementById!==A&&n){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ab,bb);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ab,bb);return function(a){var c=typeof a.getAttributeNode!==A&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return typeof b.getElementsByTagName!==A?b.getElementsByTagName(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return typeof b.getElementsByClassName!==A&&n?b.getElementsByClassName(a):void 0},p=[],o=[],(c.qsa=Y.test(e.querySelectorAll))&&(gb(function(a){a.innerHTML="",a.querySelectorAll("[t^='']").length&&o.push("[*^$]="+K+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||o.push("\\["+K+"*(?:value|"+J+")"),a.querySelectorAll(":checked").length||o.push(":checked")}),gb(function(a){var b=e.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&o.push("name"+K+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||o.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),o.push(",.*:")})),(c.matchesSelector=Y.test(q=m.webkitMatchesSelector||m.mozMatchesSelector||m.oMatchesSelector||m.msMatchesSelector))&&gb(function(a){c.disconnectedMatch=q.call(a,"div"),q.call(a,"[s!='']:x"),p.push("!=",O)}),o=o.length&&new RegExp(o.join("|")),p=p.length&&new RegExp(p.join("|")),b=Y.test(m.compareDocumentPosition),r=b||Y.test(m.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},z=b?function(a,b){if(a===b)return j=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===e||a.ownerDocument===t&&r(t,a)?-1:b===e||b.ownerDocument===t&&r(t,b)?1:i?I.call(i,a)-I.call(i,b):0:4&d?-1:1)}:function(a,b){if(a===b)return j=!0,0;var c,d=0,f=a.parentNode,g=b.parentNode,h=[a],k=[b];if(!f||!g)return a===e?-1:b===e?1:f?-1:g?1:i?I.call(i,a)-I.call(i,b):0;if(f===g)return ib(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)k.unshift(c);while(h[d]===k[d])d++;return d?ib(h[d],k[d]):h[d]===t?-1:k[d]===t?1:0},e):l},db.matches=function(a,b){return db(a,null,null,b)},db.matchesSelector=function(a,b){if((a.ownerDocument||a)!==l&&k(a),b=b.replace(S,"='$1']"),!(!c.matchesSelector||!n||p&&p.test(b)||o&&o.test(b)))try{var d=q.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return db(b,l,null,[a]).length>0},db.contains=function(a,b){return(a.ownerDocument||a)!==l&&k(a),r(a,b)},db.attr=function(a,b){(a.ownerDocument||a)!==l&&k(a);var e=d.attrHandle[b.toLowerCase()],f=e&&C.call(d.attrHandle,b.toLowerCase())?e(a,b,!n):void 0;return void 0!==f?f:c.attributes||!n?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},db.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},db.uniqueSort=function(a){var b,d=[],e=0,f=0;if(j=!c.detectDuplicates,i=!c.sortStable&&a.slice(0),a.sort(z),j){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return i=null,a},e=db.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=db.selectors={cacheLength:50,createPseudo:fb,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ab,bb),a[3]=(a[4]||a[5]||"").replace(ab,bb),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||db.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&db.error(a[0]),a},PSEUDO:function(a){var b,c=!a[5]&&a[2];return V.CHILD.test(a[0])?null:(a[3]&&void 0!==a[4]?a[2]=a[4]:c&&T.test(c)&&(b=ob(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ab,bb).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=w[a+" "];return b||(b=new RegExp("(^|"+K+")"+a+"("+K+"|$)"))&&w(a,function(a){return b.test("string"==typeof a.className&&a.className||typeof a.getAttribute!==A&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=db.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),t=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&t){k=q[s]||(q[s]={}),j=k[a]||[],n=j[0]===u&&j[1],m=j[0]===u&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[u,n,m];break}}else if(t&&(j=(b[s]||(b[s]={}))[a])&&j[0]===u)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(t&&((l[s]||(l[s]={}))[a]=[u,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||db.error("unsupported pseudo: "+a);return e[s]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?fb(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=I.call(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:fb(function(a){var b=[],c=[],d=g(a.replace(P,"$1"));return d[s]?fb(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),!c.pop()}}),has:fb(function(a){return function(b){return db(a,b).length>0}}),contains:fb(function(a){return function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:fb(function(a){return U.test(a||"")||db.error("unsupported lang: "+a),a=a.replace(ab,bb).toLowerCase(),function(b){var c;do if(c=n?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===m},focus:function(a){return a===l.activeElement&&(!l.hasFocus||l.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return X.test(a.nodeName)},input:function(a){return W.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:lb(function(){return[0]}),last:lb(function(a,b){return[b-1]}),eq:lb(function(a,b,c){return[0>c?c+b:c]}),even:lb(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:lb(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:lb(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:lb(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function qb(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=v++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[u,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[s]||(b[s]={}),(h=i[d])&&h[0]===u&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function rb(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function sb(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function tb(a,b,c,d,e,f){return d&&!d[s]&&(d=tb(d)),e&&!e[s]&&(e=tb(e,f)),fb(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||wb(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:sb(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=sb(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?I.call(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=sb(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):G.apply(g,r)})}function ub(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],i=g||d.relative[" "],j=g?1:0,k=qb(function(a){return a===b},i,!0),l=qb(function(a){return I.call(b,a)>-1},i,!0),m=[function(a,c,d){return!g&&(d||c!==h)||((b=c).nodeType?k(a,c,d):l(a,c,d))}];f>j;j++)if(c=d.relative[a[j].type])m=[qb(rb(m),c)];else{if(c=d.filter[a[j].type].apply(null,a[j].matches),c[s]){for(e=++j;f>e;e++)if(d.relative[a[e].type])break;return tb(j>1&&rb(m),j>1&&pb(a.slice(0,j-1).concat({value:" "===a[j-2].type?"*":""})).replace(P,"$1"),c,e>j&&ub(a.slice(j,e)),f>e&&ub(a=a.slice(e)),f>e&&pb(a))}m.push(c)}return rb(m)}function vb(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,i,j,k){var m,n,o,p=0,q="0",r=f&&[],s=[],t=h,v=f||e&&d.find.TAG("*",k),w=u+=null==t?1:Math.random()||.1,x=v.length;for(k&&(h=g!==l&&g);q!==x&&null!=(m=v[q]);q++){if(e&&m){n=0;while(o=a[n++])if(o(m,g,i)){j.push(m);break}k&&(u=w)}c&&((m=!o&&m)&&p--,f&&r.push(m))}if(p+=q,c&&q!==p){n=0;while(o=b[n++])o(r,s,g,i);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=E.call(j));s=sb(s)}G.apply(j,s),k&&!f&&s.length>0&&p+b.length>1&&db.uniqueSort(j)}return k&&(u=w,h=t),r};return c?fb(f):f}g=db.compile=function(a,b){var c,d=[],e=[],f=y[a+" "];if(!f){b||(b=ob(a)),c=b.length;while(c--)f=ub(b[c]),f[s]?d.push(f):e.push(f);f=y(a,vb(e,d))}return f};function wb(a,b,c){for(var d=0,e=b.length;e>d;d++)db(a,b[d],c);return c}function xb(a,b,e,f){var h,i,j,k,l,m=ob(a);if(!f&&1===m.length){if(i=m[0]=m[0].slice(0),i.length>2&&"ID"===(j=i[0]).type&&c.getById&&9===b.nodeType&&n&&d.relative[i[1].type]){if(b=(d.find.ID(j.matches[0].replace(ab,bb),b)||[])[0],!b)return e;a=a.slice(i.shift().value.length)}h=V.needsContext.test(a)?0:i.length;while(h--){if(j=i[h],d.relative[k=j.type])break;if((l=d.find[k])&&(f=l(j.matches[0].replace(ab,bb),$.test(i[0].type)&&mb(b.parentNode)||b))){if(i.splice(h,1),a=f.length&&pb(i),!a)return G.apply(e,f),e;break}}}return g(a,m)(f,b,!n,e,$.test(a)&&mb(b.parentNode)||b),e}return c.sortStable=s.split("").sort(z).join("")===s,c.detectDuplicates=!!j,k(),c.sortDetached=gb(function(a){return 1&a.compareDocumentPosition(l.createElement("div"))}),gb(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||hb("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&gb(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||hb("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),gb(function(a){return null==a.getAttribute("disabled")})||hb(J,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),db}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=n.expr.match.needsContext,v=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,w=/^.[^:#\[\.,]*$/;function x(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(w.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return n.inArray(a,b)>=0!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;e>b;b++)if(n.contains(d[b],this))return!0}));for(b=0;e>b;b++)n.find(a,d[b],c);return c=this.pushStack(e>1?n.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(x(this,a||[],!1))},not:function(a){return this.pushStack(x(this,a||[],!0))},is:function(a){return!!x(this,"string"==typeof a&&u.test(a)?n(a):a||[],!1).length}});var y,z=a.document,A=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,B=n.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:A.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||y).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:z,!0)),v.test(c[1])&&n.isPlainObject(b))for(c in b)n.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=z.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return y.find(a);this.length=1,this[0]=d}return this.context=z,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof y.ready?y.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};B.prototype=n.fn,y=n(z);var C=/^(?:parents|prev(?:Until|All))/,D={children:!0,contents:!0,next:!0,prev:!0};n.extend({dir:function(a,b,c){var d=[],e=a[b];while(e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!n(e).is(c)))1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),n.fn.extend({has:function(a){var b,c=n(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(n.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=u.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.unique(f):f)},index:function(a){return a?"string"==typeof a?n.inArray(this[0],n(a)):n.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.unique(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function E(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return n.dir(a,"parentNode")},parentsUntil:function(a,b,c){return n.dir(a,"parentNode",c)},next:function(a){return E(a,"nextSibling")},prev:function(a){return E(a,"previousSibling")},nextAll:function(a){return n.dir(a,"nextSibling")},prevAll:function(a){return n.dir(a,"previousSibling")},nextUntil:function(a,b,c){return n.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return n.dir(a,"previousSibling",c)},siblings:function(a){return n.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return n.sibling(a.firstChild)},contents:function(a){return n.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(D[a]||(e=n.unique(e)),C.test(a)&&(e=e.reverse())),this.pushStack(e)}});var F=/\S+/g,G={};function H(a){var b=G[a]={};return n.each(a.match(F)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?G[a]||H(a):n.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function f(b){n.each(b,function(b,c){var d=n.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&n.each(arguments,function(a,c){var d;while((d=n.inArray(c,h,d))>-1)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?n.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},fireWith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!d}};return k},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&n.isFunction(a.promise)?e:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var I;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){if(a===!0?!--n.readyWait:!n.isReady){if(!z.body)return setTimeout(n.ready);n.isReady=!0,a!==!0&&--n.readyWait>0||(I.resolveWith(z,[n]),n.fn.trigger&&n(z).trigger("ready").off("ready"))}}});function J(){z.addEventListener?(z.removeEventListener("DOMContentLoaded",K,!1),a.removeEventListener("load",K,!1)):(z.detachEvent("onreadystatechange",K),a.detachEvent("onload",K))}function K(){(z.addEventListener||"load"===event.type||"complete"===z.readyState)&&(J(),n.ready())}n.ready.promise=function(b){if(!I)if(I=n.Deferred(),"complete"===z.readyState)setTimeout(n.ready);else if(z.addEventListener)z.addEventListener("DOMContentLoaded",K,!1),a.addEventListener("load",K,!1);else{z.attachEvent("onreadystatechange",K),a.attachEvent("onload",K);var c=!1;try{c=null==a.frameElement&&z.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!n.isReady){try{c.doScroll("left")}catch(a){return setTimeout(e,50)}J(),n.ready()}}()}return I.promise(b)};var L="undefined",M;for(M in n(l))break;l.ownLast="0"!==M,l.inlineBlockNeedsLayout=!1,n(function(){var a,b,c=z.getElementsByTagName("body")[0];c&&(a=z.createElement("div"),a.style.cssText="border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px",b=z.createElement("div"),c.appendChild(a).appendChild(b),typeof b.style.zoom!==L&&(b.style.cssText="border:0;margin:0;width:1px;padding:1px;display:inline;zoom:1",(l.inlineBlockNeedsLayout=3===b.offsetWidth)&&(c.style.zoom=1)),c.removeChild(a),a=b=null)}),function(){var a=z.createElement("div");if(null==l.deleteExpando){l.deleteExpando=!0;try{delete a.test}catch(b){l.deleteExpando=!1}}a=null}(),n.acceptData=function(a){var b=n.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b};var N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(O,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}n.data(a,b,c)}else c=void 0}return c}function Q(a){var b;for(b in a)if(("data"!==b||!n.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function R(a,b,d,e){if(n.acceptData(a)){var f,g,h=n.expando,i=a.nodeType,j=i?n.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||n.guid++:h),j[k]||(j[k]=i?{}:{toJSON:n.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=n.extend(j[k],b):j[k].data=n.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[n.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[n.camelCase(b)])):f=g,f -}}function S(a,b,c){if(n.acceptData(a)){var d,e,f=a.nodeType,g=f?n.cache:a,h=f?a[n.expando]:n.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){n.isArray(b)?b=b.concat(n.map(b,n.camelCase)):b in d?b=[b]:(b=n.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!Q(d):!n.isEmptyObject(d))return}(c||(delete g[h].data,Q(g[h])))&&(f?n.cleanData([a],!0):l.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}n.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?n.cache[a[n.expando]]:a[n.expando],!!a&&!Q(a)},data:function(a,b,c){return R(a,b,c)},removeData:function(a,b){return S(a,b)},_data:function(a,b,c){return R(a,b,c,!0)},_removeData:function(a,b){return S(a,b,!0)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=n.data(f),1===f.nodeType&&!n._data(f,"parsedAttrs"))){c=g.length;while(c--)d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d]));n._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){n.data(this,a)}):arguments.length>1?this.each(function(){n.data(this,a,b)}):f?P(f,a,n.data(f,a)):void 0},removeData:function(a){return this.each(function(){n.removeData(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=n._data(a,b),c&&(!d||n.isArray(c)?d=n._data(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return n._data(a,c)||n._data(a,c,{empty:n.Callbacks("once memory").add(function(){n._removeData(a,b+"queue"),n._removeData(a,c)})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.lengthh;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},X=/^(?:checkbox|radio)$/i;!function(){var a=z.createDocumentFragment(),b=z.createElement("div"),c=z.createElement("input");if(b.setAttribute("className","t"),b.innerHTML="
a",l.leadingWhitespace=3===b.firstChild.nodeType,l.tbody=!b.getElementsByTagName("tbody").length,l.htmlSerialize=!!b.getElementsByTagName("link").length,l.html5Clone="<:nav>"!==z.createElement("nav").cloneNode(!0).outerHTML,c.type="checkbox",c.checked=!0,a.appendChild(c),l.appendChecked=c.checked,b.innerHTML="",l.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,a.appendChild(b),b.innerHTML="",l.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,l.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){l.noCloneEvent=!1}),b.cloneNode(!0).click()),null==l.deleteExpando){l.deleteExpando=!0;try{delete b.test}catch(d){l.deleteExpando=!1}}a=b=c=null}(),function(){var b,c,d=z.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(l[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),l[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var Y=/^(?:input|select|textarea)$/i,Z=/^key/,$=/^(?:mouse|contextmenu)|click/,_=/^(?:focusinfocus|focusoutblur)$/,ab=/^([^.]*)(?:\.(.+)|)$/;function bb(){return!0}function cb(){return!1}function db(){try{return z.activeElement}catch(a){}}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=n.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof n===L||a&&n.event.triggered===a.type?void 0:n.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(F)||[""],h=b.length;while(h--)f=ab.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=n.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=n.event.special[o]||{},l=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},i),(m=g[o])||(m=g[o]=[],m.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,l):m.push(l),n.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n.hasData(a)&&n._data(a);if(r&&(k=r.events)){b=(b||"").match(F)||[""],j=b.length;while(j--)if(h=ab.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=m.length;while(f--)g=m[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(m.splice(f,1),g.selector&&m.delegateCount--,l.remove&&l.remove.call(a,g));i&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(k)&&(delete r.handle,n._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,m,o=[d||z],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||z,3!==d.nodeType&&8!==d.nodeType&&!_.test(p+n.event.triggered)&&(p.indexOf(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexOf(":")<0&&"on"+p,b=b[n.expando]?b:new n.Event(p,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:n.makeArray(c,[b]),k=n.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!n.isWindow(d)){for(i=k.delegateType||p,_.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||z)&&o.push(l.defaultView||l.parentWindow||a)}m=0;while((h=o[m++])&&!b.isPropagationStopped())b.type=m>1?i:k.bindType||p,f=(n._data(h,"events")||{})[b.type]&&n._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&n.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&n.acceptData(d)&&g&&d[p]&&!n.isWindow(d)){l=d[g],l&&(d[g]=null),n.event.triggered=p;try{d[p]()}catch(r){}n.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(n._data(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((n.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?n(c,this).index(i)>=0:n.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h]","i"),ib=/^\s+/,jb=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,kb=/<([\w:]+)/,lb=/\s*$/g,sb={option:[1,""],legend:[1,"
","
"],area:[1,"",""],param:[1,"",""],thead:[1,"","
"],tr:[2,"","
"],col:[2,"","
"],td:[3,"","
"],_default:l.htmlSerialize?[0,"",""]:[1,"X
","
"]},tb=eb(z),ub=tb.appendChild(z.createElement("div"));sb.optgroup=sb.option,sb.tbody=sb.tfoot=sb.colgroup=sb.caption=sb.thead,sb.th=sb.td;function vb(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==L?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==L?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||n.nodeName(d,b)?f.push(d):n.merge(f,vb(d,b));return void 0===b||b&&n.nodeName(a,b)?n.merge([a],f):f}function wb(a){X.test(a.type)&&(a.defaultChecked=a.checked)}function xb(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function yb(a){return a.type=(null!==n.find.attr(a,"type"))+"/"+a.type,a}function zb(a){var b=qb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function Ab(a,b){for(var c,d=0;null!=(c=a[d]);d++)n._data(c,"globalEval",!b||n._data(b[d],"globalEval"))}function Bb(a,b){if(1===b.nodeType&&n.hasData(a)){var c,d,e,f=n._data(a),g=n._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)n.event.add(b,c,h[c][d])}g.data&&(g.data=n.extend({},g.data))}}function Cb(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!l.noCloneEvent&&b[n.expando]){e=n._data(b);for(d in e.events)n.removeEvent(b,d,e.handle);b.removeAttribute(n.expando)}"script"===c&&b.text!==a.text?(yb(b).text=a.text,zb(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),l.html5Clone&&a.innerHTML&&!n.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&X.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}n.extend({clone:function(a,b,c){var d,e,f,g,h,i=n.contains(a.ownerDocument,a);if(l.html5Clone||n.isXMLDoc(a)||!hb.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(ub.innerHTML=a.outerHTML,ub.removeChild(f=ub.firstChild)),!(l.noCloneEvent&&l.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(d=vb(f),h=vb(a),g=0;null!=(e=h[g]);++g)d[g]&&Cb(e,d[g]);if(b)if(c)for(h=h||vb(a),d=d||vb(f),g=0;null!=(e=h[g]);g++)Bb(e,d[g]);else Bb(a,f);return d=vb(f,"script"),d.length>0&&Ab(d,!i&&vb(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,k,m=a.length,o=eb(b),p=[],q=0;m>q;q++)if(f=a[q],f||0===f)if("object"===n.type(f))n.merge(p,f.nodeType?[f]:f);else if(mb.test(f)){h=h||o.appendChild(b.createElement("div")),i=(kb.exec(f)||["",""])[1].toLowerCase(),k=sb[i]||sb._default,h.innerHTML=k[1]+f.replace(jb,"<$1>")+k[2],e=k[0];while(e--)h=h.lastChild;if(!l.leadingWhitespace&&ib.test(f)&&p.push(b.createTextNode(ib.exec(f)[0])),!l.tbody){f="table"!==i||lb.test(f)?""!==k[1]||lb.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;while(e--)n.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j)}n.merge(p,h.childNodes),h.textContent="";while(h.firstChild)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));h&&o.removeChild(h),l.appendChecked||n.grep(vb(p,"input"),wb),q=0;while(f=p[q++])if((!d||-1===n.inArray(f,d))&&(g=n.contains(f.ownerDocument,f),h=vb(o.appendChild(f),"script"),g&&Ab(h),c)){e=0;while(f=h[e++])pb.test(f.type||"")&&c.push(f)}return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=n.expando,j=n.cache,k=l.deleteExpando,m=n.event.special;null!=(d=a[h]);h++)if((b||n.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)m[e]?n.event.remove(d,e):n.removeEvent(d,e,g.handle);j[f]&&(delete j[f],k?delete d[i]:typeof d.removeAttribute!==L?d.removeAttribute(i):d[i]=null,c.push(f))}}}),n.fn.extend({text:function(a){return W(this,function(a){return void 0===a?n.text(this):this.empty().append((this[0]&&this[0].ownerDocument||z).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=xb(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=xb(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?n.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||n.cleanData(vb(c)),c.parentNode&&(b&&n.contains(c.ownerDocument,c)&&Ab(vb(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&n.cleanData(vb(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&n.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return W(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(gb,""):void 0;if(!("string"!=typeof a||nb.test(a)||!l.htmlSerialize&&hb.test(a)||!l.leadingWhitespace&&ib.test(a)||sb[(kb.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(jb,"<$1>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(vb(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,n.cleanData(vb(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,k=this.length,m=this,o=k-1,p=a[0],q=n.isFunction(p);if(q||k>1&&"string"==typeof p&&!l.checkClone&&ob.test(p))return this.each(function(c){var d=m.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(k&&(i=n.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=n.map(vb(i,"script"),yb),f=g.length;k>j;j++)d=i,j!==o&&(d=n.clone(d,!0,!0),f&&n.merge(g,vb(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,n.map(g,zb),j=0;f>j;j++)d=g[j],pb.test(d.type||"")&&!n._data(d,"globalEval")&&n.contains(h,d)&&(d.src?n._evalUrl&&n._evalUrl(d.src):n.globalEval((d.text||d.textContent||d.innerHTML||"").replace(rb,"")));i=c=null}return this}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=0,e=[],g=n(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),n(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Db,Eb={};function Fb(b,c){var d=n(c.createElement(b)).appendTo(c.body),e=a.getDefaultComputedStyle?a.getDefaultComputedStyle(d[0]).display:n.css(d[0],"display");return d.detach(),e}function Gb(a){var b=z,c=Eb[a];return c||(c=Fb(a,b),"none"!==c&&c||(Db=(Db||n("