- ssmbootstrap-table
-
- contextConfigLocation
- classpath:spring-mybatis.xml
-
-
- encodingFilter
- org.springframework.web.filter.CharacterEncodingFilter
- true
-
- encoding
- UTF-8
-
-
- forceEncoding
- true
-
-
-
- encodingFilter
- /*
-
-
- LoginFilter
- cn.com.ttblog.ssmbootstrap_table.filter.LoginFilter
-
- noFilterTags
- index.html;login;register;captcha;.css;.js;.jpg
-
-
- enable
- true
-
-
-
- LoginFilter
- /*
-
-
-
- injectionAttackFilter
- cn.com.ttblog.ssmbootstrap_table.filter.InjectionAttackFilter
-
-
- filter_xss
- true
-
-
- filter_sql_injection
- true
-
-
-
- click_jacking_header
- true
-
-
-
-
- injectionAttackFilter
- /*
-
-
- timerFilter
- cn.com.ttblog.ssmbootstrap_table.filter.TimerFilter
-
- enable
- true
-
-
-
- timerFilter
- /*
-
-
-
- trimFilter
- cn.com.ttblog.ssmbootstrap_table.filter.TrimFilter
-
- enable
- true
-
-
-
- trimFilter
- /*
-
-
-
- org.springframework.web.util.IntrospectorCleanupListener
-
-
- org.springframework.web.context.ContextLoaderListener
-
-
-
- SpringMVC
- org.springframework.web.servlet.DispatcherServlet
-
- contextConfigLocation
- classpath:spring-mvc.xml
-
-
- debug
- 0
-
- 0
- true
-
-
- SpringMVC
-
-
- /
-
-
- 404
- /404.html
-
-
- index.html
- index.jsp
-
-
+
+
+
+ ssmbootstrap-table
+
+
+ 关于Spring profile:在确定哪个profile处于激活状态时,需要依赖两个独立的属性:spring.profiles.active和spring.profiles.default。如果设置了spring.profiles.active属性的话,
+ 那么它的值就会用来确定哪个profile是激活的。但如果没有设置spring.profiles.active属性的话,那Spring将会查找spring.profiles.default的值。如果spring.profiles.active和spring.profiles.default均没有设置的话,
+ 那就没有激活的profile,因此只会创建那些没有定义在profile中的bean;当应用程序部署到QA、生产或其他环境之中时,负责部署的人根据情况使用系统属性、环境变量或JNDI设置spring.profiles.active即可。
+ 当设置spring.profiles.active以后,至于spring.profiles.default置成什么值就已经无所谓了;系统会优先使用spring.profiles.active中所设置的profile
+
+ spring.profiles.default
+ develop
+
+
+ webAppRootKey
+ webapp.root
+
+
+ contextConfigLocation
+
+ classpath:spring/spring-context.xml
+
+
+
+
+ encodingFilter
+ org.springframework.web.filter.CharacterEncodingFilter
+ true
+
+ encoding
+ UTF-8
+
+
+ forceEncoding
+ true
+
+
+
+ encodingFilter
+ /*
+ ASYNC
+ ERROR
+ FORWARD
+ INCLUDE
+ REQUEST
+
+
+
+ domainFilter
+ cn.netbuffer.ssmbootstrap_table.filter.DomainFilter
+ true
+
+ enable
+ false
+
+
+
+ domainFilter
+ /*
+ ASYNC
+ ERROR
+ FORWARD
+ INCLUDE
+ REQUEST
+
+
+
+ injectionAttackFilter
+ cn.netbuffer.ssmbootstrap_table.filter.InjectionAttackFilter
+ true
+
+
+ filter_xss
+ true
+
+
+ filter_sql_injection
+ true
+
+
+
+ click_jacking_header
+ true
+
+
+
+ injectionAttackFilter
+ /*
+ ASYNC
+ ERROR
+ FORWARD
+ INCLUDE
+ REQUEST
+
+
+
+
+ LoginFilter
+ org.springframework.web.filter.DelegatingFilterProxy
+ true
+
+ targetBeanName
+ loginFilter
+
+
+ targetFilterLifecycle
+ true
+
+
+ enable
+ true
+
+
+ noFilterTags
+
+ /*/index.html*
+ /*/login/**
+ /*/register/**
+ /*/captcha/**
+ /*/static/**
+ /*/css/**
+ /*/js/**
+ /*/image/**
+ /*/jsonp/**
+ /*/cxf/**
+ /testservlet
+
+
+
+
+ LoginFilter
+ /*
+ ASYNC
+ ERROR
+ FORWARD
+ INCLUDE
+ REQUEST
+
+
+
+ druidfilter
+ com.alibaba.druid.support.http.WebStatFilter
+ true
+
+ exclusions
+ *.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*
+
+
+
+ druidfilter
+ /*
+ ASYNC
+ ERROR
+ FORWARD
+ INCLUDE
+ REQUEST
+
+
+
+
+ jsonpReferFilter
+ cn.netbuffer.ssmbootstrap_table.filter.JsonpReferFilter
+ true
+
+ enable
+ false
+
+
+ refers
+ www.abc.com;www.bcd.com
+
+
+
+
+ jsonpReferFilter
+ *.json
+ ASYNC
+ ERROR
+ FORWARD
+ INCLUDE
+ REQUEST
+
+
+
+
+ jsonpCallbackFilter
+ org.springframework.web.filter.DelegatingFilterProxy
+ true
+
+
+
+ jsonpCallbackFilter
+ *.json
+
+
+
+ timerFilter
+ cn.netbuffer.ssmbootstrap_table.filter.TimerFilter
+ true
+
+ enable
+ true
+
+
+
+ timerFilter
+ /*
+ ASYNC
+ ERROR
+ FORWARD
+ INCLUDE
+ REQUEST
+
+
+
+ trimFilter
+ cn.netbuffer.ssmbootstrap_table.filter.TrimFilter
+ true
+
+ enable
+ true
+
+
+
+ trimFilter
+ /*
+ ASYNC
+ ERROR
+ FORWARD
+ INCLUDE
+ REQUEST
+
+
+
+
+ CORS
+ com.thetransactioncompany.cors.CORSFilter
+ true
+
+ cors.allowOrigin
+ *
+
+
+
+ CORS
+ /*
+
+
+
+
+
+
+ org.springframework.web.util.IntrospectorCleanupListener
+
+
+ org.springframework.web.context.ContextLoaderListener
+
+
+ cn.netbuffer.ssmbootstrap_table.listener.ApplicationListener
+
+
+ cn.netbuffer.ssmbootstrap_table.listener.HealthCheckServletContextListener
+
+
+ cn.netbuffer.ssmbootstrap_table.listener.MetricsServletContextListener
+
+
+
+
+ druidstat
+ com.alibaba.druid.support.http.StatViewServlet
+
+
+ loginUsername
+ admin
+
+
+
+ loginPassword
+ admin
+
+
+ allow
+ 127.0.0.1
+
+
+
+
+ druidstat
+ /druid/*
+
+
+
+ SpringMVC
+ org.springframework.web.servlet.DispatcherServlet
+
+ contextConfigLocation
+ classpath:spring/spring-mvc.xml
+
+
+ debug
+ 0
+
+ 0
+
+ true
+
+
+ SpringMVC
+
+
+ /
+
+
+
+ CXF Servlet
+ CXFServlet
+ org.apache.cxf.transport.servlet.CXFServlet
+ 1
+
+
+ CXFServlet
+ /cxf/*
+
+
+
+ metrics
+ com.codahale.metrics.servlets.AdminServlet
+
+
+ metrics
+ /metrics/*
+
+
+
+
+
+
+
+
+
+ 30
+
+
+ false
+
+ false
+
+
+ COOKIE
+
+
+
+ 404
+ /404.html
+
+
+ index.html
+ index.jsp
+
+
\ No newline at end of file
diff --git a/src/main/webapp/coda.jspf b/src/main/webapp/coda.jspf
new file mode 100644
index 00000000..2c7a7242
--- /dev/null
+++ b/src/main/webapp/coda.jspf
@@ -0,0 +1,3 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+ pageEncoding="UTF-8"%>
+这是结尾部分-可以做公共的footer处理
\ No newline at end of file
diff --git a/src/main/webapp/css/css.css b/src/main/webapp/css/css.css
index 5a6fcf1f..ab18e671 100644
--- a/src/main/webapp/css/css.css
+++ b/src/main/webapp/css/css.css
@@ -22,3 +22,6 @@
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(http://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}
+.formError .formErrorContent {
+ background-color: #c0c0c0;
+}
\ No newline at end of file
diff --git a/src/main/webapp/css/jquery-weui.css b/src/main/webapp/css/jquery-weui.css
new file mode 100644
index 00000000..84de63e9
--- /dev/null
+++ b/src/main/webapp/css/jquery-weui.css
@@ -0,0 +1,2007 @@
+.preloader {
+ width: 20px;
+ height: 20px;
+ -webkit-transform-origin: 50%;
+ transform-origin: 50%;
+ -webkit-animation: preloader-spin 1s steps(12, end) infinite;
+ animation: preloader-spin 1s steps(12, end) infinite;
+}
+.preloader:after {
+ display: block;
+ width: 100%;
+ height: 100%;
+ content: "";
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
+ background-repeat: no-repeat;
+ background-position: 50%;
+ background-size: 100%;
+}
+@-webkit-keyframes preloader-spin {
+ 100% {
+ -webkit-transform: rotate(360deg);
+ transform: rotate(360deg);
+ }
+}
+@keyframes preloader-spin {
+ 100% {
+ -webkit-transform: rotate(360deg);
+ transform: rotate(360deg);
+ }
+}
+/*
+.hairline(@position, @color) when (@position = top) {
+ border-top: 1px solid @color;
+}
+.hairline(@position, @color) when (@position = left) {
+ border-left: 1px solid @color;
+}
+.hairline(@position, @color) when (@position = bottom) {
+ border-bottom: 1px solid @color;
+}
+.hairline(@position, @color) when (@position = right) {
+ border-right: 1px solid @color;
+}
+// For right and bottom
+.hairline-remove(@position) when not (@position = left) and not (@position = top) {
+ border-left: 0;
+ border-bottom: 0;
+}
+// For left and top
+.hairline-remove(@position) when not (@position = right) and not (@position = bottom) {
+ border-right: 0;
+ border-top: 0;
+}
+// For right and bottom
+.hairline-color(@position, @color) when not (@position = left) and not (@position = top) {
+ border-right-color: @color;
+ border-bottom-color: @color;
+}
+// For left and top
+.hairline-color(@position, @color) when not (@position = right) and not (@position = bottom) {
+ border-left-color: @color;
+ border-top-color: @color;
+}
+*/
+html {
+ font-size: 20px;
+}
+body {
+ font-size: 16px;
+}
+@media only screen and (min-width: 400px) {
+ html {
+ font-size: 21.33333333px !important;
+ }
+}
+@media only screen and (min-width: 414px) {
+ html {
+ font-size: 22.08px !important;
+ }
+}
+@media only screen and (min-width: 480px) {
+ html {
+ font-size: 25.6px !important;
+ }
+}
+/* === Grid === */
+.weui-row {
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: -webkit-flex;
+ display: flex;
+ -webkit-box-pack: justify;
+ -ms-flex-pack: justify;
+ -webkit-justify-content: space-between;
+ justify-content: space-between;
+ -webkit-box-lines: multiple;
+ -moz-box-lines: multiple;
+ -webkit-flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+ -webkit-box-align: start;
+ -ms-flex-align: start;
+ -webkit-align-items: flex-start;
+ align-items: flex-start;
+}
+.weui-row > [class*="col-"] {
+ box-sizing: border-box;
+}
+.weui-row .col-auto {
+ width: 100%;
+}
+.weui-row .weui-col-100 {
+ width: 100%;
+ width: calc((100% - 15px*0) / 1);
+}
+.weui-row.weui-no-gutter .weui-col-100 {
+ width: 100%;
+}
+.weui-row .weui-col-95 {
+ width: 95%;
+ width: calc((100% - 15px*0.05263157894736836) / 1.0526315789473684);
+}
+.weui-row.weui-no-gutter .weui-col-95 {
+ width: 95%;
+}
+.weui-row .weui-col-90 {
+ width: 90%;
+ width: calc((100% - 15px*0.11111111111111116) / 1.1111111111111112);
+}
+.weui-row.weui-no-gutter .weui-col-90 {
+ width: 90%;
+}
+.weui-row .weui-col-85 {
+ width: 85%;
+ width: calc((100% - 15px*0.17647058823529416) / 1.1764705882352942);
+}
+.weui-row.weui-no-gutter .weui-col-85 {
+ width: 85%;
+}
+.weui-row .weui-col-80 {
+ width: 80%;
+ width: calc((100% - 15px*0.25) / 1.25);
+}
+.weui-row.weui-no-gutter .weui-col-80 {
+ width: 80%;
+}
+.weui-row .weui-col-75 {
+ width: 75%;
+ width: calc((100% - 15px*0.33333333333333326) / 1.3333333333333333);
+}
+.weui-row.weui-no-gutter .weui-col-75 {
+ width: 75%;
+}
+.weui-row .weui-col-66 {
+ width: 66.66666666666666%;
+ width: calc((100% - 15px*0.5000000000000002) / 1.5000000000000002);
+}
+.weui-row.weui-no-gutter .weui-col-66 {
+ width: 66.66666666666666%;
+}
+.weui-row .weui-col-60 {
+ width: 60%;
+ width: calc((100% - 15px*0.6666666666666667) / 1.6666666666666667);
+}
+.weui-row.weui-no-gutter .weui-col-60 {
+ width: 60%;
+}
+.weui-row .weui-col-50 {
+ width: 50%;
+ width: calc((100% - 15px*1) / 2);
+}
+.weui-row.weui-no-gutter .weui-col-50 {
+ width: 50%;
+}
+.weui-row .weui-col-40 {
+ width: 40%;
+ width: calc((100% - 15px*1.5) / 2.5);
+}
+.weui-row.weui-no-gutter .weui-col-40 {
+ width: 40%;
+}
+.weui-row .weui-col-33 {
+ width: 33.333333333333336%;
+ width: calc((100% - 15px*2) / 3);
+}
+.weui-row.weui-no-gutter .weui-col-33 {
+ width: 33.333333333333336%;
+}
+.weui-row .weui-col-25 {
+ width: 25%;
+ width: calc((100% - 15px*3) / 4);
+}
+.weui-row.weui-no-gutter .weui-col-25 {
+ width: 25%;
+}
+.weui-row .weui-col-20 {
+ width: 20%;
+ width: calc((100% - 15px*4) / 5);
+}
+.weui-row.weui-no-gutter .weui-col-20 {
+ width: 20%;
+}
+.weui-row .weui-col-15 {
+ width: 15%;
+ width: calc((100% - 15px*5.666666666666667) / 6.666666666666667);
+}
+.weui-row.weui-no-gutter .weui-col-15 {
+ width: 15%;
+}
+.weui-row .weui-col-10 {
+ width: 10%;
+ width: calc((100% - 15px*9) / 10);
+}
+.weui-row.weui-no-gutter .weui-col-10 {
+ width: 10%;
+}
+.weui-row .weui-col-5 {
+ width: 5%;
+ width: calc((100% - 15px*19) / 20);
+}
+.weui-row.weui-no-gutter .weui-col-5 {
+ width: 5%;
+}
+.weui-row .weui-col-auto:nth-last-child(1),
+.weui-row .weui-col-auto:nth-last-child(1) ~ .weui-col-auto {
+ width: 100%;
+ width: calc((100% - 15px*0) / 1);
+}
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(1),
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(1) ~ .weui-col-auto {
+ width: 100%;
+}
+.weui-row .weui-col-auto:nth-last-child(2),
+.weui-row .weui-col-auto:nth-last-child(2) ~ .weui-col-auto {
+ width: 50%;
+ width: calc((100% - 15px*1) / 2);
+}
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(2),
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(2) ~ .weui-col-auto {
+ width: 50%;
+}
+.weui-row .weui-col-auto:nth-last-child(3),
+.weui-row .weui-col-auto:nth-last-child(3) ~ .weui-col-auto {
+ width: 33.33333333%;
+ width: calc((100% - 15px*2) / 3);
+}
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(3),
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(3) ~ .weui-col-auto {
+ width: 33.33333333%;
+}
+.weui-row .weui-col-auto:nth-last-child(4),
+.weui-row .weui-col-auto:nth-last-child(4) ~ .weui-col-auto {
+ width: 25%;
+ width: calc((100% - 15px*3) / 4);
+}
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(4),
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(4) ~ .weui-col-auto {
+ width: 25%;
+}
+.weui-row .weui-col-auto:nth-last-child(5),
+.weui-row .weui-col-auto:nth-last-child(5) ~ .weui-col-auto {
+ width: 20%;
+ width: calc((100% - 15px*4) / 5);
+}
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(5),
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(5) ~ .weui-col-auto {
+ width: 20%;
+}
+.weui-row .weui-col-auto:nth-last-child(6),
+.weui-row .weui-col-auto:nth-last-child(6) ~ .weui-col-auto {
+ width: 16.66666667%;
+ width: calc((100% - 15px*5) / 6);
+}
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(6),
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(6) ~ .weui-col-auto {
+ width: 16.66666667%;
+}
+.weui-row .weui-col-auto:nth-last-child(7),
+.weui-row .weui-col-auto:nth-last-child(7) ~ .weui-col-auto {
+ width: 14.28571429%;
+ width: calc((100% - 15px*6) / 7);
+}
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(7),
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(7) ~ .weui-col-auto {
+ width: 14.28571429%;
+}
+.weui-row .weui-col-auto:nth-last-child(8),
+.weui-row .weui-col-auto:nth-last-child(8) ~ .weui-col-auto {
+ width: 12.5%;
+ width: calc((100% - 15px*7) / 8);
+}
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(8),
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(8) ~ .weui-col-auto {
+ width: 12.5%;
+}
+.weui-row .weui-col-auto:nth-last-child(9),
+.weui-row .weui-col-auto:nth-last-child(9) ~ .weui-col-auto {
+ width: 11.11111111%;
+ width: calc((100% - 15px*8) / 9);
+}
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(9),
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(9) ~ .weui-col-auto {
+ width: 11.11111111%;
+}
+.weui-row .weui-col-auto:nth-last-child(10),
+.weui-row .weui-col-auto:nth-last-child(10) ~ .weui-col-auto {
+ width: 10%;
+ width: calc((100% - 15px*9) / 10);
+}
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(10),
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(10) ~ .weui-col-auto {
+ width: 10%;
+}
+.weui-row .weui-col-auto:nth-last-child(11),
+.weui-row .weui-col-auto:nth-last-child(11) ~ .weui-col-auto {
+ width: 9.09090909%;
+ width: calc((100% - 15px*10) / 11);
+}
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(11),
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(11) ~ .weui-col-auto {
+ width: 9.09090909%;
+}
+.weui-row .weui-col-auto:nth-last-child(12),
+.weui-row .weui-col-auto:nth-last-child(12) ~ .weui-col-auto {
+ width: 8.33333333%;
+ width: calc((100% - 15px*11) / 12);
+}
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(12),
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(12) ~ .weui-col-auto {
+ width: 8.33333333%;
+}
+.weui-row .weui-col-auto:nth-last-child(13),
+.weui-row .weui-col-auto:nth-last-child(13) ~ .weui-col-auto {
+ width: 7.69230769%;
+ width: calc((100% - 15px*12) / 13);
+}
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(13),
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(13) ~ .weui-col-auto {
+ width: 7.69230769%;
+}
+.weui-row .weui-col-auto:nth-last-child(14),
+.weui-row .weui-col-auto:nth-last-child(14) ~ .weui-col-auto {
+ width: 7.14285714%;
+ width: calc((100% - 15px*13) / 14);
+}
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(14),
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(14) ~ .weui-col-auto {
+ width: 7.14285714%;
+}
+.weui-row .weui-col-auto:nth-last-child(15),
+.weui-row .weui-col-auto:nth-last-child(15) ~ .weui-col-auto {
+ width: 6.66666667%;
+ width: calc((100% - 15px*14) / 15);
+}
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(15),
+.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(15) ~ .weui-col-auto {
+ width: 6.66666667%;
+}
+@media all and (min-width: 768px) {
+ .row .tablet-100 {
+ width: 100%;
+ width: calc((100% - 15px*0) / 1);
+ }
+ .row.no-gutter .tablet-100 {
+ width: 100%;
+ }
+ .row .tablet-95 {
+ width: 95%;
+ width: calc((100% - 15px*0.05263157894736836) / 1.0526315789473684);
+ }
+ .row.no-gutter .tablet-95 {
+ width: 95%;
+ }
+ .row .tablet-90 {
+ width: 90%;
+ width: calc((100% - 15px*0.11111111111111116) / 1.1111111111111112);
+ }
+ .row.no-gutter .tablet-90 {
+ width: 90%;
+ }
+ .row .tablet-85 {
+ width: 85%;
+ width: calc((100% - 15px*0.17647058823529416) / 1.1764705882352942);
+ }
+ .row.no-gutter .tablet-85 {
+ width: 85%;
+ }
+ .row .tablet-80 {
+ width: 80%;
+ width: calc((100% - 15px*0.25) / 1.25);
+ }
+ .row.no-gutter .tablet-80 {
+ width: 80%;
+ }
+ .row .tablet-75 {
+ width: 75%;
+ width: calc((100% - 15px*0.33333333333333326) / 1.3333333333333333);
+ }
+ .row.no-gutter .tablet-75 {
+ width: 75%;
+ }
+ .row .tablet-66 {
+ width: 66.66666666666666%;
+ width: calc((100% - 15px*0.5000000000000002) / 1.5000000000000002);
+ }
+ .row.no-gutter .tablet-66 {
+ width: 66.66666666666666%;
+ }
+ .row .tablet-60 {
+ width: 60%;
+ width: calc((100% - 15px*0.6666666666666667) / 1.6666666666666667);
+ }
+ .row.no-gutter .tablet-60 {
+ width: 60%;
+ }
+ .row .tablet-50 {
+ width: 50%;
+ width: calc((100% - 15px*1) / 2);
+ }
+ .row.no-gutter .tablet-50 {
+ width: 50%;
+ }
+ .row .tablet-40 {
+ width: 40%;
+ width: calc((100% - 15px*1.5) / 2.5);
+ }
+ .row.no-gutter .tablet-40 {
+ width: 40%;
+ }
+ .row .tablet-33 {
+ width: 33.333333333333336%;
+ width: calc((100% - 15px*2) / 3);
+ }
+ .row.no-gutter .tablet-33 {
+ width: 33.333333333333336%;
+ }
+ .row .tablet-25 {
+ width: 25%;
+ width: calc((100% - 15px*3) / 4);
+ }
+ .row.no-gutter .tablet-25 {
+ width: 25%;
+ }
+ .row .tablet-20 {
+ width: 20%;
+ width: calc((100% - 15px*4) / 5);
+ }
+ .row.no-gutter .tablet-20 {
+ width: 20%;
+ }
+ .row .tablet-15 {
+ width: 15%;
+ width: calc((100% - 15px*5.666666666666667) / 6.666666666666667);
+ }
+ .row.no-gutter .tablet-15 {
+ width: 15%;
+ }
+ .row .tablet-10 {
+ width: 10%;
+ width: calc((100% - 15px*9) / 10);
+ }
+ .row.no-gutter .tablet-10 {
+ width: 10%;
+ }
+ .row .tablet-5 {
+ width: 5%;
+ width: calc((100% - 15px*19) / 20);
+ }
+ .row.no-gutter .tablet-5 {
+ width: 5%;
+ }
+ .row .tablet-auto:nth-last-child(1),
+ .row .tablet-auto:nth-last-child(1) ~ .col-auto {
+ width: 100%;
+ width: calc((100% - 15px*0) / 1);
+ }
+ .row.no-gutter .tablet-auto:nth-last-child(1),
+ .row.no-gutter .tablet-auto:nth-last-child(1) ~ .tablet-auto {
+ width: 100%;
+ }
+ .row .tablet-auto:nth-last-child(2),
+ .row .tablet-auto:nth-last-child(2) ~ .col-auto {
+ width: 50%;
+ width: calc((100% - 15px*1) / 2);
+ }
+ .row.no-gutter .tablet-auto:nth-last-child(2),
+ .row.no-gutter .tablet-auto:nth-last-child(2) ~ .tablet-auto {
+ width: 50%;
+ }
+ .row .tablet-auto:nth-last-child(3),
+ .row .tablet-auto:nth-last-child(3) ~ .col-auto {
+ width: 33.33333333%;
+ width: calc((100% - 15px*2) / 3);
+ }
+ .row.no-gutter .tablet-auto:nth-last-child(3),
+ .row.no-gutter .tablet-auto:nth-last-child(3) ~ .tablet-auto {
+ width: 33.33333333%;
+ }
+ .row .tablet-auto:nth-last-child(4),
+ .row .tablet-auto:nth-last-child(4) ~ .col-auto {
+ width: 25%;
+ width: calc((100% - 15px*3) / 4);
+ }
+ .row.no-gutter .tablet-auto:nth-last-child(4),
+ .row.no-gutter .tablet-auto:nth-last-child(4) ~ .tablet-auto {
+ width: 25%;
+ }
+ .row .tablet-auto:nth-last-child(5),
+ .row .tablet-auto:nth-last-child(5) ~ .col-auto {
+ width: 20%;
+ width: calc((100% - 15px*4) / 5);
+ }
+ .row.no-gutter .tablet-auto:nth-last-child(5),
+ .row.no-gutter .tablet-auto:nth-last-child(5) ~ .tablet-auto {
+ width: 20%;
+ }
+ .row .tablet-auto:nth-last-child(6),
+ .row .tablet-auto:nth-last-child(6) ~ .col-auto {
+ width: 16.66666667%;
+ width: calc((100% - 15px*5) / 6);
+ }
+ .row.no-gutter .tablet-auto:nth-last-child(6),
+ .row.no-gutter .tablet-auto:nth-last-child(6) ~ .tablet-auto {
+ width: 16.66666667%;
+ }
+ .row .tablet-auto:nth-last-child(7),
+ .row .tablet-auto:nth-last-child(7) ~ .col-auto {
+ width: 14.28571429%;
+ width: calc((100% - 15px*6) / 7);
+ }
+ .row.no-gutter .tablet-auto:nth-last-child(7),
+ .row.no-gutter .tablet-auto:nth-last-child(7) ~ .tablet-auto {
+ width: 14.28571429%;
+ }
+ .row .tablet-auto:nth-last-child(8),
+ .row .tablet-auto:nth-last-child(8) ~ .col-auto {
+ width: 12.5%;
+ width: calc((100% - 15px*7) / 8);
+ }
+ .row.no-gutter .tablet-auto:nth-last-child(8),
+ .row.no-gutter .tablet-auto:nth-last-child(8) ~ .tablet-auto {
+ width: 12.5%;
+ }
+ .row .tablet-auto:nth-last-child(9),
+ .row .tablet-auto:nth-last-child(9) ~ .col-auto {
+ width: 11.11111111%;
+ width: calc((100% - 15px*8) / 9);
+ }
+ .row.no-gutter .tablet-auto:nth-last-child(9),
+ .row.no-gutter .tablet-auto:nth-last-child(9) ~ .tablet-auto {
+ width: 11.11111111%;
+ }
+ .row .tablet-auto:nth-last-child(10),
+ .row .tablet-auto:nth-last-child(10) ~ .col-auto {
+ width: 10%;
+ width: calc((100% - 15px*9) / 10);
+ }
+ .row.no-gutter .tablet-auto:nth-last-child(10),
+ .row.no-gutter .tablet-auto:nth-last-child(10) ~ .tablet-auto {
+ width: 10%;
+ }
+ .row .tablet-auto:nth-last-child(11),
+ .row .tablet-auto:nth-last-child(11) ~ .col-auto {
+ width: 9.09090909%;
+ width: calc((100% - 15px*10) / 11);
+ }
+ .row.no-gutter .tablet-auto:nth-last-child(11),
+ .row.no-gutter .tablet-auto:nth-last-child(11) ~ .tablet-auto {
+ width: 9.09090909%;
+ }
+ .row .tablet-auto:nth-last-child(12),
+ .row .tablet-auto:nth-last-child(12) ~ .col-auto {
+ width: 8.33333333%;
+ width: calc((100% - 15px*11) / 12);
+ }
+ .row.no-gutter .tablet-auto:nth-last-child(12),
+ .row.no-gutter .tablet-auto:nth-last-child(12) ~ .tablet-auto {
+ width: 8.33333333%;
+ }
+ .row .tablet-auto:nth-last-child(13),
+ .row .tablet-auto:nth-last-child(13) ~ .col-auto {
+ width: 7.69230769%;
+ width: calc((100% - 15px*12) / 13);
+ }
+ .row.no-gutter .tablet-auto:nth-last-child(13),
+ .row.no-gutter .tablet-auto:nth-last-child(13) ~ .tablet-auto {
+ width: 7.69230769%;
+ }
+ .row .tablet-auto:nth-last-child(14),
+ .row .tablet-auto:nth-last-child(14) ~ .col-auto {
+ width: 7.14285714%;
+ width: calc((100% - 15px*13) / 14);
+ }
+ .row.no-gutter .tablet-auto:nth-last-child(14),
+ .row.no-gutter .tablet-auto:nth-last-child(14) ~ .tablet-auto {
+ width: 7.14285714%;
+ }
+ .row .tablet-auto:nth-last-child(15),
+ .row .tablet-auto:nth-last-child(15) ~ .col-auto {
+ width: 6.66666667%;
+ width: calc((100% - 15px*14) / 15);
+ }
+ .row.no-gutter .tablet-auto:nth-last-child(15),
+ .row.no-gutter .tablet-auto:nth-last-child(15) ~ .tablet-auto {
+ width: 6.66666667%;
+ }
+}
+.weui_dialog,
+.weui_toast {
+ -webkit-transition-duration: .2s;
+ transition-duration: .2s;
+ opacity: 0;
+ -webkit-transform: scale(0.9);
+ transform: scale(0.9);
+ visibility: hidden;
+ margin: 0;
+ left: 7.5%;
+ top: 30%;
+ z-index:10000;
+}
+.weui_dialog .weui_btn_dialog + .weui_btn_dialog,
+.weui_toast .weui_btn_dialog + .weui_btn_dialog {
+ position: relative;
+}
+.weui_dialog .weui_btn_dialog + .weui_btn_dialog:after,
+.weui_toast .weui_btn_dialog + .weui_btn_dialog:after {
+ content: " ";
+ position: absolute;
+ left: 0;
+ top: 0;
+ width: 1px;
+ height: 100%;
+ border-left: 1px solid #D5D5D6;
+ color: #D5D5D6;
+ -webkit-transform-origin: 0 0;
+ transform-origin: 0 0;
+ -webkit-transform: scaleX(0.5);
+ transform: scaleX(0.5);
+}
+.weui_dialog.weui_dialog_visible,
+.weui_toast.weui_dialog_visible,
+.weui_dialog.weui_toast_visible,
+.weui_toast.weui_toast_visible {
+ opacity: 1;
+ visibility: visible;
+ -webkit-transform: scale(1);
+ transform: scale(1);
+}
+.weui_toast {
+ left: 50%;
+ top: 35%;
+ margin-left: -3.8em;
+}
+.weui_toast_forbidden {
+ color: #F76260;
+}
+.weui_toast_cancel .weui_icon_toast:before {
+ content: "\EA0D";
+}
+.weui_toast_forbidden .weui_icon_toast:before {
+ content: "\EA0B";
+ color: #F76260;
+}
+.weui_mask {
+ opacity: 0;
+ -webkit-transition-duration: .3s;
+ transition-duration: .3s;
+ visibility: hidden;
+ z-index: 10;
+}
+.weui_mask.weui_mask_visible {
+ opacity: 1;
+ visibility: visible;
+}
+.weui-prompt-input {
+ padding: 4px 6px;
+ border: 1px solid #ccc;
+ box-sizing: border-box;
+ height: 2em;
+ width: 80%;
+ margin-top: 10px;
+}
+.weui-pull-to-refresh {
+ margin-top: -50px;
+ -webkit-transition: -webkit-transform .4s;
+ transition: -webkit-transform .4s;
+ transition: transform .4s;
+ transition: transform .4s, -webkit-transform .4s;
+}
+.weui-pull-to-refresh.refreshing {
+ -webkit-transform: translate3d(0, 50px, 0);
+ transform: translate3d(0, 50px, 0);
+}
+.weui-pull-to-refresh.touching {
+ -webkit-transition-duration: 0s;
+ transition-duration: 0s;
+}
+.weui-pull-to-refresh-layer {
+ height: 30px;
+ line-height: 30px;
+ padding: 10px;
+ text-align: center;
+}
+.weui-pull-to-refresh-layer .down {
+ display: inline-block;
+}
+.weui-pull-to-refresh-layer .up,
+.weui-pull-to-refresh-layer .refresh {
+ display: none;
+}
+.weui-pull-to-refresh-layer .pull-to-refresh-arrow {
+ display: inline-block;
+ z-index: 10;
+ width: 20px;
+ height: 20px;
+ margin-right: 4px;
+ vertical-align: -4px;
+ background: no-repeat center;
+ background-size: 13px 20px;
+ -webkit-transition-duration: 300ms;
+ transition-duration: 300ms;
+ -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
+ transform: rotate(0deg) translate3d(0, 0, 0);
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2026%2040'%3E%3Cpolygon%20points%3D'9%2C22%209%2C0%2017%2C0%2017%2C22%2026%2C22%2013.5%2C40%200%2C22'%20fill%3D'%238c8c8c'%2F%3E%3C%2Fsvg%3E");
+}
+.weui-pull-to-refresh-layer .pull-to-refresh-preloader {
+ display: none;
+ vertical-align: -4px;
+ margin-right: 4px;
+ width: 20px;
+ height: 20px;
+ -webkit-transform-origin: 50%;
+ transform-origin: 50%;
+ -webkit-animation: preloader-spin 1s steps(12, end) infinite;
+ animation: preloader-spin 1s steps(12, end) infinite;
+}
+.weui-pull-to-refresh-layer .pull-to-refresh-preloader:after {
+ display: block;
+ width: 100%;
+ height: 100%;
+ content: "";
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
+ background-repeat: no-repeat;
+ background-position: 50%;
+ background-size: 100%;
+}
+.pull-up .weui-pull-to-refresh-layer .down,
+.refreshing .weui-pull-to-refresh-layer .down {
+ display: none;
+}
+.pull-up .weui-pull-to-refresh-layer .pull-to-refresh-arrow {
+ display: inline-block;
+ -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
+ transform: rotate(180deg) translate3d(0, 0, 0);
+}
+.pull-up .weui-pull-to-refresh-layer .up {
+ display: inline-block;
+}
+.pull-down .weui-pull-to-refresh-layer .pull-to-refresh-arrow {
+ display: inline-block;
+}
+.pull-down .weui-pull-to-refresh-layer .down {
+ display: inline-block;
+}
+.refreshing .weui-pull-to-refresh-layer .pull-to-refresh-arrow {
+ display: none;
+}
+.refreshing .weui-pull-to-refresh-layer .pull-to-refresh-preloader {
+ display: inline-block;
+}
+.refreshing .weui-pull-to-refresh-layer .refresh {
+ display: inline-block;
+}
+@keyframes preloader-spin {
+ 100% {
+ -webkit-transform: rotate(360deg);
+ transform: rotate(360deg);
+ }
+}
+.weui_tab_bd_item.weui-pull-to-refresh {
+ position: absolute;
+ top: 50px;
+}
+.weui-infinite-scroll {
+ height: 24px;
+ line-height: 24px;
+ padding: 10px;
+ text-align: center;
+}
+.weui-infinite-scroll .infinite-preloader {
+ display: inline-block;
+ margin-right: 4px;
+ vertical-align: -4px;
+ width: 20px;
+ height: 20px;
+ -webkit-transform-origin: 50%;
+ transform-origin: 50%;
+ -webkit-animation: preloader-spin 1s steps(12, end) infinite;
+ animation: preloader-spin 1s steps(12, end) infinite;
+}
+.weui-infinite-scroll .infinite-preloader:after {
+ display: block;
+ width: 100%;
+ height: 100%;
+ content: "";
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
+ background-repeat: no-repeat;
+ background-position: 50%;
+ background-size: 100%;
+}
+.weui_tab {
+ overflow: hidden;
+}
+.weui_navbar_item {
+ color: #888;
+}
+.weui_navbar_item.weui_bar_item_on {
+ color: #666;
+}
+.weui_tab_bd .weui_tab_bd_item {
+ display: none;
+ height: 100%;
+ overflow: auto;
+}
+.weui_tab_bd .weui_tab_bd_item.weui_tab_bd_item_active {
+ display: block;
+}
+.weui_navbar {
+ z-index: 100;
+}
+/* === Columns Picker === */
+.weui-picker-modal {
+ width: 100%;
+ position: absolute;
+ z-index: 100;
+ bottom: 0;
+ text-align: center;
+ border-radius: 0;
+ opacity: 0.6;
+ -webkit-transform: translate3d(0, 100%, 0);
+ transform: translate3d(0, 100%, 0);
+ -webkit-transition-property: opacity, -webkit-transform;
+ transition-property: opacity, -webkit-transform;
+ transition-property: transform, opacity;
+ transition-property: transform, opacity, -webkit-transform;
+ color: #3d4145;
+ -webkit-transition-duration: .3s;
+ transition-duration: .3s;
+ height: 13rem;
+ background: #EFEFF4;
+}
+.weui-picker-modal.weui-picker-modal-visible {
+ opacity: 1;
+ -webkit-transform: translate3d(0, 0, 0);
+ transform: translate3d(0, 0, 0);
+}
+.weui-picker-modal .picker-modal-inner {
+ position: relative;
+ height: calc(100% - 2.2rem);
+}
+.weui-picker-modal .toolbar {
+ position: relative;
+ width: 100%;
+ font-size: .85rem;
+ line-height: 1.5;
+ color: #3d4145;
+ background: #f7f7f8;
+}
+.weui-picker-modal .toolbar:before {
+ content: '';
+ position: absolute;
+ left: 0;
+ top: 0;
+ bottom: auto;
+ right: auto;
+ height: 1px;
+ width: 100%;
+ background-color: #d9d9d9;
+ display: block;
+ z-index: 15;
+ -webkit-transform-origin: 50% 0%;
+ transform-origin: 50% 0%;
+}
+@media only screen and (-webkit-min-device-pixel-ratio: 2) {
+ .weui-picker-modal .toolbar:before {
+ -webkit-transform: scaleY(0.5);
+ transform: scaleY(0.5);
+ }
+}
+@media only screen and (-webkit-min-device-pixel-ratio: 3) {
+ .weui-picker-modal .toolbar:before {
+ -webkit-transform: scaleY(0.33);
+ transform: scaleY(0.33);
+ }
+}
+.weui-picker-modal .picker-columns {
+ width: 100%;
+ height: 13rem;
+ z-index: 11500;
+}
+.weui-picker-modal .picker-columns.picker-modal-inline,
+.popover .weui-picker-modal .picker-columns {
+ height: 10rem;
+}
+@media (orientation: landscape) and (max-height: 415px) {
+ .weui-picker-modal .picker-columns:not(.picker-modal-inline) {
+ height: 10rem;
+ }
+}
+.weui-picker-modal .popover.popover-picker-columns {
+ width: 14rem;
+}
+.weui-picker-modal .picker-items {
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: -webkit-flex;
+ display: flex;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ -webkit-justify-content: center;
+ justify-content: center;
+ width: 100%;
+ padding: 0;
+ text-align: right;
+ font-size: 1rem;
+ font-weight: normal;
+ -webkit-mask-box-image: -webkit-linear-gradient(bottom, transparent, transparent 5%, white 20%, white 80%, transparent 95%, transparent);
+ -webkit-mask-box-image: linear-gradient(to top, transparent, transparent 5%, white 20%, white 80%, transparent 95%, transparent);
+}
+.weui-picker-modal .bar + .picker-items {
+ height: 10.8rem;
+}
+.weui-picker-modal .picker-items-col {
+ overflow: hidden;
+ position: relative;
+ max-height: 100%;
+}
+.weui-picker-modal .picker-items-col.picker-items-col-left {
+ text-align: left;
+}
+.weui-picker-modal .picker-items-col.picker-items-col-center {
+ text-align: center;
+}
+.weui-picker-modal .picker-items-col.picker-items-col-right {
+ text-align: right;
+}
+.weui-picker-modal .picker-items-col.picker-items-col-divider {
+ color: #3d4145;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: -webkit-flex;
+ display: flex;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ -webkit-align-items: center;
+ align-items: center;
+}
+.weui-picker-modal .picker-items-col-wrapper {
+ -webkit-transition: 300ms;
+ transition: 300ms;
+ -webkit-transition-timing-function: ease-out;
+ transition-timing-function: ease-out;
+}
+.weui-picker-modal .picker-item {
+ height: 32px;
+ line-height: 32px;
+ padding: 0 10px;
+ white-space: nowrap;
+ position: relative;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ color: #9b9b9b;
+ left: 0;
+ top: 0;
+ width: 100%;
+ box-sizing: border-box;
+ -webkit-transition: 300ms;
+ transition: 300ms;
+}
+.picker-items-col-absolute .weui-picker-modal .picker-item {
+ position: absolute;
+}
+.weui-picker-modal .picker-item.picker-item-far {
+ pointer-events: none;
+}
+.weui-picker-modal .picker-item.picker-selected {
+ color: #3d4145;
+ -webkit-transform: translate3d(0, 0, 0);
+ transform: translate3d(0, 0, 0);
+ -webkit-transform: rotateX(0deg);
+ transform: rotateX(0deg);
+}
+.weui-picker-modal .picker-center-highlight {
+ height: 32px;
+ box-sizing: border-box;
+ position: absolute;
+ left: 0;
+ width: 100%;
+ top: 50%;
+ margin-top: -18px;
+ pointer-events: none;
+}
+.weui-picker-modal .picker-center-highlight:before {
+ content: '';
+ position: absolute;
+ left: 0;
+ top: 0;
+ bottom: auto;
+ right: auto;
+ height: 1px;
+ width: 100%;
+ background-color: #D9D9D9;
+ display: block;
+ z-index: 15;
+ -webkit-transform-origin: 50% 0%;
+ transform-origin: 50% 0%;
+}
+@media only screen and (-webkit-min-device-pixel-ratio: 2) {
+ .weui-picker-modal .picker-center-highlight:before {
+ -webkit-transform: scaleY(0.5);
+ transform: scaleY(0.5);
+ }
+}
+@media only screen and (-webkit-min-device-pixel-ratio: 3) {
+ .weui-picker-modal .picker-center-highlight:before {
+ -webkit-transform: scaleY(0.33);
+ transform: scaleY(0.33);
+ }
+}
+.weui-picker-modal .picker-center-highlight:after {
+ content: '';
+ position: absolute;
+ left: 0;
+ bottom: 0;
+ right: auto;
+ top: auto;
+ height: 1px;
+ width: 100%;
+ background-color: #D9D9D9;
+ display: block;
+ z-index: 15;
+ -webkit-transform-origin: 50% 100%;
+ transform-origin: 50% 100%;
+}
+@media only screen and (-webkit-min-device-pixel-ratio: 2) {
+ .weui-picker-modal .picker-center-highlight:after {
+ -webkit-transform: scaleY(0.5);
+ transform: scaleY(0.5);
+ }
+}
+@media only screen and (-webkit-min-device-pixel-ratio: 3) {
+ .weui-picker-modal .picker-center-highlight:after {
+ -webkit-transform: scaleY(0.33);
+ transform: scaleY(0.33);
+ }
+}
+.weui-picker-modal .picker-3d .picker-items {
+ overflow: hidden;
+ -webkit-perspective: 1200px;
+ perspective: 1200px;
+}
+.weui-picker-modal .picker-3d .picker-items-col,
+.weui-picker-modal .picker-3d .picker-items-col-wrapper,
+.weui-picker-modal .picker-3d .picker-item {
+ -webkit-transform-style: preserve-3d;
+ transform-style: preserve-3d;
+}
+.weui-picker-modal .picker-3d .picker-items-col {
+ overflow: visible;
+}
+.weui-picker-modal .picker-3d .picker-item {
+ -webkit-transform-origin: center center -110px;
+ transform-origin: center center -110px;
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -webkit-transition-timing-function: ease-out;
+ transition-timing-function: ease-out;
+}
+.weui-picker-modal .title {
+ position: absolute;
+ display: block;
+ width: 100%;
+ padding: 0;
+ font-size: .85rem;
+ font-weight: normal;
+ line-height: 2.2rem;
+ color: #3d4145;
+ text-align: center;
+ white-space: nowrap;
+}
+.weui-picker-modal .picker-button {
+ position: absolute;
+ right: 0;
+ box-sizing: border-box;
+ height: 2.2rem;
+ line-height: 2.2rem;
+ color: #04BE02;
+ z-index: 1;
+ padding: 0 .5rem;
+}
+.weui-picker-overlay,
+.weui-picker-container {
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ height: 0;
+ width: 100%;
+ height: 15rem;
+}
+.city-picker .col-province {
+ width: 5rem;
+}
+.city-picker .col-city {
+ width: 6rem;
+}
+.city-picker .col-district {
+ width: 5rem;
+}
+/* === Calendar === */
+.weui-picker-calendar {
+ background: #fff;
+ height: 15rem;
+ width: 100%;
+ overflow: hidden;
+}
+@media (orientation: landscape) and (max-height: 415px) {
+ .weui-picker-calendar:not(.picker-modal-inline) {
+ height: 11rem;
+ }
+}
+.weui-picker-calendar .picker-modal-inner {
+ overflow: hidden;
+}
+.picker-calendar-week-days {
+ height: 18px;
+ background: #f7f7f8;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: -webkit-flex;
+ display: flex;
+ font-size: 11px;
+ box-sizing: border-box;
+ position: relative;
+}
+.picker-calendar-week-days:after {
+ content: '';
+ position: absolute;
+ left: 0;
+ bottom: 0;
+ right: auto;
+ top: auto;
+ height: 1px;
+ width: 100%;
+ background-color: #c4c4c4;
+ display: block;
+ z-index: 15;
+ -webkit-transform-origin: 50% 100%;
+ transform-origin: 50% 100%;
+}
+@media only screen and (-webkit-min-device-pixel-ratio: 2) {
+ .picker-calendar-week-days:after {
+ -webkit-transform: scaleY(0.5);
+ transform: scaleY(0.5);
+ }
+}
+@media only screen and (-webkit-min-device-pixel-ratio: 3) {
+ .picker-calendar-week-days:after {
+ -webkit-transform: scaleY(0.33);
+ transform: scaleY(0.33);
+ }
+}
+.picker-calendar-week-days .picker-calendar-week-day {
+ -webkit-flex-shrink: 1;
+ -ms-flex: 0 1 auto;
+ -webkit-flex-shrink: 1;
+ -ms-flex-negative: 1;
+ flex-shrink: 1;
+ width: 14.28571429%;
+ width: calc(100% / 7);
+ line-height: 17px;
+ text-align: center;
+}
+.picker-calendar-week-days + .picker-calendar-months {
+ height: calc(100% - 18px);
+}
+.picker-calendar-months {
+ width: 100%;
+ height: 100%;
+ overflow: hidden;
+ position: relative;
+}
+.picker-calendar-months-wrapper {
+ position: relative;
+ width: 100%;
+ height: 100%;
+ -webkit-transition: 300ms;
+ transition: 300ms;
+}
+.picker-calendar-month {
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: -webkit-flex;
+ display: flex;
+ -webkit-box-orient: vertical;
+ -ms-flex-direction: column;
+ -webkit-flex-direction: column;
+ flex-direction: column;
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ left: 0;
+ top: 0;
+}
+.picker-calendar-row {
+ height: 16.66666667%;
+ height: calc(100% / 6);
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: -webkit-flex;
+ display: flex;
+ -webkit-flex-shrink: 1;
+ -ms-flex: 0 1 auto;
+ -webkit-flex-shrink: 1;
+ -ms-flex-negative: 1;
+ flex-shrink: 1;
+ width: 100%;
+ position: relative;
+}
+.picker-calendar-row:after {
+ content: '';
+ position: absolute;
+ left: 0;
+ bottom: 0;
+ right: auto;
+ top: auto;
+ height: 1px;
+ width: 100%;
+ background-color: #ccc;
+ display: block;
+ z-index: 15;
+ -webkit-transform-origin: 50% 100%;
+ transform-origin: 50% 100%;
+}
+@media only screen and (-webkit-min-device-pixel-ratio: 2) {
+ .picker-calendar-row:after {
+ -webkit-transform: scaleY(0.5);
+ transform: scaleY(0.5);
+ }
+}
+@media only screen and (-webkit-min-device-pixel-ratio: 3) {
+ .picker-calendar-row:after {
+ -webkit-transform: scaleY(0.33);
+ transform: scaleY(0.33);
+ }
+}
+.picker-calendar-row:last-child:after {
+ display: none;
+}
+.picker-calendar-day {
+ -webkit-flex-shrink: 1;
+ -ms-flex: 0 1 auto;
+ -webkit-flex-shrink: 1;
+ -ms-flex-negative: 1;
+ flex-shrink: 1;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: -webkit-flex;
+ display: flex;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ -webkit-justify-content: center;
+ justify-content: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ -webkit-align-items: center;
+ align-items: center;
+ box-sizing: border-box;
+ width: 14.28571429%;
+ width: calc(100% / 7);
+ text-align: center;
+ color: #3d4145;
+ font-size: 15px;
+ cursor: pointer;
+}
+.picker-calendar-day.picker-calendar-day-prev,
+.picker-calendar-day.picker-calendar-day-next {
+ color: #ccc;
+}
+.picker-calendar-day.picker-calendar-day-disabled {
+ color: #d4d4d4;
+ cursor: auto;
+}
+.picker-calendar-day.picker-calendar-day-today span {
+ background: #e3e3e3;
+}
+.picker-calendar-day.picker-calendar-day-selected span {
+ background: #04BE02;
+ color: #fff;
+}
+.picker-calendar-day span {
+ display: inline-block;
+ border-radius: 100%;
+ width: 30px;
+ height: 30px;
+ line-height: 30px;
+}
+.picker-calendar-month-picker,
+.picker-calendar-year-picker {
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: -webkit-flex;
+ display: flex;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ -webkit-align-items: center;
+ align-items: center;
+ -webkit-box-pack: justify;
+ -ms-flex-pack: justify;
+ -webkit-justify-content: space-between;
+ justify-content: space-between;
+ width: 50%;
+ max-width: 200px;
+ -webkit-flex-shrink: 10;
+ -ms-flex: 0 10 auto;
+ -webkit-flex-shrink: 10;
+ -ms-flex-negative: 10;
+ flex-shrink: 10;
+}
+.picker-calendar-month-picker a.icon-only,
+.picker-calendar-year-picker a.icon-only {
+ min-width: 36px;
+}
+.picker-calendar-month-picker span,
+.picker-calendar-year-picker span {
+ -webkit-flex-shrink: 1;
+ -ms-flex: 0 1 auto;
+ -webkit-flex-shrink: 1;
+ -ms-flex-negative: 1;
+ flex-shrink: 1;
+ position: relative;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+.popover .picker-calendar .picker-calendar-week-days,
+.picker-calendar.picker-modal-inline .picker-calendar-week-days {
+ background: none;
+}
+.popover .picker-calendar .toolbar:before,
+.picker-calendar.picker-modal-inline .toolbar:before,
+.popover .picker-calendar .picker-calendar-week-days:before,
+.picker-calendar.picker-modal-inline .picker-calendar-week-days:before {
+ display: none;
+}
+.popover .picker-calendar .toolbar:after,
+.picker-calendar.picker-modal-inline .toolbar:after,
+.popover .picker-calendar .picker-calendar-week-days:after,
+.picker-calendar.picker-modal-inline .picker-calendar-week-days:after {
+ display: none;
+}
+.popover .picker-calendar .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
+.picker-calendar.picker-modal-inline .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
+.popover .picker-calendar .picker-calendar-week-days ~ .picker-calendar-months:before,
+.picker-calendar.picker-modal-inline .picker-calendar-week-days ~ .picker-calendar-months:before {
+ content: '';
+ position: absolute;
+ left: 0;
+ top: 0;
+ bottom: auto;
+ right: auto;
+ height: 1px;
+ width: 100%;
+ background-color: #c4c4c4;
+ display: block;
+ z-index: 15;
+ -webkit-transform-origin: 50% 0%;
+ transform-origin: 50% 0%;
+}
+@media only screen and (-webkit-min-device-pixel-ratio: 2) {
+ .popover .picker-calendar .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
+ .picker-calendar.picker-modal-inline .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
+ .popover .picker-calendar .picker-calendar-week-days ~ .picker-calendar-months:before,
+ .picker-calendar.picker-modal-inline .picker-calendar-week-days ~ .picker-calendar-months:before {
+ -webkit-transform: scaleY(0.5);
+ transform: scaleY(0.5);
+ }
+}
+@media only screen and (-webkit-min-device-pixel-ratio: 3) {
+ .popover .picker-calendar .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
+ .picker-calendar.picker-modal-inline .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
+ .popover .picker-calendar .picker-calendar-week-days ~ .picker-calendar-months:before,
+ .picker-calendar.picker-modal-inline .picker-calendar-week-days ~ .picker-calendar-months:before {
+ -webkit-transform: scaleY(0.33);
+ transform: scaleY(0.33);
+ }
+}
+.weui-picker-modal .toolbar-inner {
+ height: 2.2rem;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: -webkit-flex;
+ display: flex;
+ text-align: center;
+}
+.picker-calendar-month-picker,
+.picker-calendar-year-picker {
+ display: block;
+ line-height: 2.2rem;
+}
+.picker-calendar-month-picker a.icon-only,
+.picker-calendar-year-picker a.icon-only {
+ float: left;
+ width: 25%;
+ height: 2.2rem;
+ line-height: 2rem;
+}
+.picker-calendar-month-picker .current-month-value,
+.picker-calendar-year-picker .current-month-value,
+.picker-calendar-month-picker .current-year-value,
+.picker-calendar-year-picker .current-year-value {
+ float: left;
+ width: 50%;
+ height: 2.2rem;
+}
+i.icon {
+ display: inline-block;
+ vertical-align: middle;
+ background-size: 100% auto;
+ background-position: center;
+ background-repeat: no-repeat;
+ font-style: normal;
+ position: relative;
+}
+i.icon.icon-next,
+i.icon.icon-prev {
+ width: 0.75rem;
+ height: 0.75rem;
+}
+i.icon.icon-next {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%2304BE02'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
+}
+i.icon.icon-prev {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%2304BE02'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
+}
+/**
+ * Swiper 3.3.1
+ * Most modern mobile touch slider and framework with hardware accelerated transitions
+ *
+ * http://www.idangero.us/swiper/
+ *
+ * Copyright 2016, Vladimir Kharlampidi
+ * The iDangero.us
+ * http://www.idangero.us/
+ *
+ * Licensed under MIT
+ *
+ * Released on: February 7, 2016
+ */
+.swiper-container {
+ margin: 0 auto;
+ position: relative;
+ overflow: hidden;
+ /* Fix of Webkit flickering */
+ z-index: 1;
+}
+.swiper-container-no-flexbox .swiper-slide {
+ float: left;
+}
+.swiper-container-vertical > .swiper-wrapper {
+ -webkit-box-orient: vertical;
+ -ms-flex-direction: column;
+ -webkit-flex-direction: column;
+ flex-direction: column;
+}
+.swiper-wrapper {
+ position: relative;
+ width: 100%;
+ height: 100%;
+ z-index: 1;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: -webkit-flex;
+ display: flex;
+ -webkit-transition-property: -webkit-transform;
+ transition-property: -webkit-transform;
+ transition-property: transform;
+ transition-property: transform, -webkit-transform;
+ box-sizing: content-box;
+}
+.swiper-container-android .swiper-slide,
+.swiper-wrapper {
+ -webkit-transform: translate3d(0px, 0, 0);
+ transform: translate3d(0px, 0, 0);
+}
+.swiper-container-multirow > .swiper-wrapper {
+ -webkit-box-lines: multiple;
+ -moz-box-lines: multiple;
+ -ms-flex-wrap: wrap;
+ -webkit-flex-wrap: wrap;
+ flex-wrap: wrap;
+}
+.swiper-container-free-mode > .swiper-wrapper {
+ -webkit-transition-timing-function: ease-out;
+ transition-timing-function: ease-out;
+ margin: 0 auto;
+}
+.swiper-slide {
+ -webkit-flex-shrink: 0;
+ -ms-flex: 0 0 auto;
+ -webkit-flex-shrink: 0;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
+ width: 100%;
+ height: 100%;
+ position: relative;
+}
+/* Auto Height */
+.swiper-container-autoheight,
+.swiper-container-autoheight .swiper-slide {
+ height: auto;
+}
+.swiper-container-autoheight .swiper-wrapper {
+ -webkit-box-align: start;
+ -ms-flex-align: start;
+ -webkit-align-items: flex-start;
+ align-items: flex-start;
+ -webkit-transition-property: -webkit-transform, height;
+ -webkit-transition-property: height, -webkit-transform;
+ transition-property: height, -webkit-transform;
+ transition-property: transform, height;
+ transition-property: transform, height, -webkit-transform;
+}
+/* a11y */
+.swiper-container .swiper-notification {
+ position: absolute;
+ left: 0;
+ top: 0;
+ pointer-events: none;
+ opacity: 0;
+ z-index: -1000;
+}
+/* IE10 Windows Phone 8 Fixes */
+.swiper-wp8-horizontal {
+ -ms-touch-action: pan-y;
+ touch-action: pan-y;
+}
+.swiper-wp8-vertical {
+ -ms-touch-action: pan-x;
+ touch-action: pan-x;
+}
+/* Arrows */
+.swiper-button-prev,
+.swiper-button-next {
+ position: absolute;
+ top: 50%;
+ width: 27px;
+ height: 44px;
+ margin-top: -22px;
+ z-index: 10;
+ cursor: pointer;
+ background-size: 27px 44px;
+ background-position: center;
+ background-repeat: no-repeat;
+}
+.swiper-button-prev.swiper-button-disabled,
+.swiper-button-next.swiper-button-disabled {
+ opacity: 0.35;
+ cursor: auto;
+ pointer-events: none;
+}
+.swiper-button-prev,
+.swiper-container-rtl .swiper-button-next {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
+ left: 10px;
+ right: auto;
+}
+.swiper-button-prev.swiper-button-black,
+.swiper-container-rtl .swiper-button-next.swiper-button-black {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
+}
+.swiper-button-prev.swiper-button-white,
+.swiper-container-rtl .swiper-button-next.swiper-button-white {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
+}
+.swiper-button-next,
+.swiper-container-rtl .swiper-button-prev {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
+ right: 10px;
+ left: auto;
+}
+.swiper-button-next.swiper-button-black,
+.swiper-container-rtl .swiper-button-prev.swiper-button-black {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
+}
+.swiper-button-next.swiper-button-white,
+.swiper-container-rtl .swiper-button-prev.swiper-button-white {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
+}
+/* Pagination Styles */
+.swiper-pagination {
+ position: absolute;
+ text-align: center;
+ -webkit-transition: 300ms;
+ transition: 300ms;
+ -webkit-transform: translate3d(0, 0, 0);
+ transform: translate3d(0, 0, 0);
+ z-index: 10;
+}
+.swiper-pagination.swiper-pagination-hidden {
+ opacity: 0;
+}
+/* Common Styles */
+.swiper-pagination-fraction,
+.swiper-pagination-custom,
+.swiper-container-horizontal > .swiper-pagination-bullets {
+ bottom: 10px;
+ left: 0;
+ width: 100%;
+}
+/* Bullets */
+.swiper-pagination-bullet {
+ width: 8px;
+ height: 8px;
+ display: inline-block;
+ border-radius: 100%;
+ background: #000;
+ opacity: 0.2;
+}
+button.swiper-pagination-bullet {
+ border: none;
+ margin: 0;
+ padding: 0;
+ box-shadow: none;
+ -moz-appearance: none;
+ -ms-appearance: none;
+ -webkit-appearance: none;
+ appearance: none;
+}
+.swiper-pagination-clickable .swiper-pagination-bullet {
+ cursor: pointer;
+}
+.swiper-pagination-white .swiper-pagination-bullet {
+ background: #fff;
+}
+.swiper-pagination-bullet-active {
+ opacity: 1;
+ background: #04BE02;
+}
+.swiper-pagination-white .swiper-pagination-bullet-active {
+ background: #fff;
+}
+.swiper-pagination-black .swiper-pagination-bullet-active {
+ background: #000;
+}
+.swiper-container-vertical > .swiper-pagination-bullets {
+ right: 10px;
+ top: 50%;
+ -webkit-transform: translate3d(0px, -50%, 0);
+ transform: translate3d(0px, -50%, 0);
+}
+.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
+ margin: 5px 0;
+ display: block;
+}
+.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
+ margin: 0 5px;
+}
+/* Progress */
+.swiper-pagination-progress {
+ background: rgba(0, 0, 0, 0.25);
+ position: absolute;
+}
+.swiper-pagination-progress .swiper-pagination-progressbar {
+ background: #007aff;
+ position: absolute;
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ -webkit-transform: scale(0);
+ transform: scale(0);
+ -webkit-transform-origin: left top;
+ transform-origin: left top;
+}
+.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
+ -webkit-transform-origin: right top;
+ transform-origin: right top;
+}
+.swiper-container-horizontal > .swiper-pagination-progress {
+ width: 100%;
+ height: 4px;
+ left: 0;
+ top: 0;
+}
+.swiper-container-vertical > .swiper-pagination-progress {
+ width: 4px;
+ height: 100%;
+ left: 0;
+ top: 0;
+}
+.swiper-pagination-progress.swiper-pagination-white {
+ background: rgba(255, 255, 255, 0.5);
+}
+.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
+ background: #fff;
+}
+.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
+ background: #000;
+}
+/* 3D Container */
+.swiper-container-3d {
+ -webkit-perspective: 1200px;
+ -o-perspective: 1200px;
+ perspective: 1200px;
+}
+.swiper-container-3d .swiper-wrapper,
+.swiper-container-3d .swiper-slide,
+.swiper-container-3d .swiper-slide-shadow-left,
+.swiper-container-3d .swiper-slide-shadow-right,
+.swiper-container-3d .swiper-slide-shadow-top,
+.swiper-container-3d .swiper-slide-shadow-bottom,
+.swiper-container-3d .swiper-cube-shadow {
+ -webkit-transform-style: preserve-3d;
+ transform-style: preserve-3d;
+}
+.swiper-container-3d .swiper-slide-shadow-left,
+.swiper-container-3d .swiper-slide-shadow-right,
+.swiper-container-3d .swiper-slide-shadow-top,
+.swiper-container-3d .swiper-slide-shadow-bottom {
+ position: absolute;
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ pointer-events: none;
+ z-index: 10;
+}
+.swiper-container-3d .swiper-slide-shadow-left {
+ background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
+ /* Safari 4+, Chrome */
+ background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
+ /* Chrome 10+, Safari 5.1+, iOS 5+ */
+ /* Firefox 3.6-15 */
+ /* Opera 11.10-12.00 */
+ background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
+ /* Firefox 16+, IE10, Opera 12.50+ */
+}
+.swiper-container-3d .swiper-slide-shadow-right {
+ background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
+ /* Safari 4+, Chrome */
+ background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
+ /* Chrome 10+, Safari 5.1+, iOS 5+ */
+ /* Firefox 3.6-15 */
+ /* Opera 11.10-12.00 */
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
+ /* Firefox 16+, IE10, Opera 12.50+ */
+}
+.swiper-container-3d .swiper-slide-shadow-top {
+ background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
+ /* Safari 4+, Chrome */
+ background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
+ /* Chrome 10+, Safari 5.1+, iOS 5+ */
+ /* Firefox 3.6-15 */
+ /* Opera 11.10-12.00 */
+ background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
+ /* Firefox 16+, IE10, Opera 12.50+ */
+}
+.swiper-container-3d .swiper-slide-shadow-bottom {
+ background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
+ /* Safari 4+, Chrome */
+ background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
+ /* Chrome 10+, Safari 5.1+, iOS 5+ */
+ /* Firefox 3.6-15 */
+ /* Opera 11.10-12.00 */
+ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
+ /* Firefox 16+, IE10, Opera 12.50+ */
+}
+/* Coverflow */
+.swiper-container-coverflow .swiper-wrapper,
+.swiper-container-flip .swiper-wrapper {
+ /* Windows 8 IE 10 fix */
+ -ms-perspective: 1200px;
+}
+/* Cube + Flip */
+.swiper-container-cube,
+.swiper-container-flip {
+ overflow: visible;
+}
+.swiper-container-cube .swiper-slide,
+.swiper-container-flip .swiper-slide {
+ pointer-events: none;
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ z-index: 1;
+}
+.swiper-container-cube .swiper-slide .swiper-slide,
+.swiper-container-flip .swiper-slide .swiper-slide {
+ pointer-events: none;
+}
+.swiper-container-cube .swiper-slide-active,
+.swiper-container-flip .swiper-slide-active,
+.swiper-container-cube .swiper-slide-active .swiper-slide-active,
+.swiper-container-flip .swiper-slide-active .swiper-slide-active {
+ pointer-events: auto;
+}
+.swiper-container-cube .swiper-slide-shadow-top,
+.swiper-container-flip .swiper-slide-shadow-top,
+.swiper-container-cube .swiper-slide-shadow-bottom,
+.swiper-container-flip .swiper-slide-shadow-bottom,
+.swiper-container-cube .swiper-slide-shadow-left,
+.swiper-container-flip .swiper-slide-shadow-left,
+.swiper-container-cube .swiper-slide-shadow-right,
+.swiper-container-flip .swiper-slide-shadow-right {
+ z-index: 0;
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+}
+/* Cube */
+.swiper-container-cube .swiper-slide {
+ visibility: hidden;
+ -webkit-transform-origin: 0 0;
+ transform-origin: 0 0;
+ width: 100%;
+ height: 100%;
+}
+.swiper-container-cube.swiper-container-rtl .swiper-slide {
+ -webkit-transform-origin: 100% 0;
+ transform-origin: 100% 0;
+}
+.swiper-container-cube .swiper-slide-active,
+.swiper-container-cube .swiper-slide-next,
+.swiper-container-cube .swiper-slide-prev,
+.swiper-container-cube .swiper-slide-next + .swiper-slide {
+ pointer-events: auto;
+ visibility: visible;
+}
+.swiper-container-cube .swiper-cube-shadow {
+ position: absolute;
+ left: 0;
+ bottom: 0px;
+ width: 100%;
+ height: 100%;
+ background: #000;
+ opacity: 0.6;
+ -webkit-filter: blur(50px);
+ filter: blur(50px);
+ z-index: 0;
+}
+/* Fade */
+.swiper-container-fade.swiper-container-free-mode .swiper-slide {
+ -webkit-transition-timing-function: ease-out;
+ transition-timing-function: ease-out;
+}
+.swiper-container-fade .swiper-slide {
+ pointer-events: none;
+ -webkit-transition-property: opacity;
+ transition-property: opacity;
+}
+.swiper-container-fade .swiper-slide .swiper-slide {
+ pointer-events: none;
+}
+.swiper-container-fade .swiper-slide-active,
+.swiper-container-fade .swiper-slide-active .swiper-slide-active {
+ pointer-events: auto;
+}
+/* Scrollbar */
+.swiper-scrollbar {
+ border-radius: 10px;
+ position: relative;
+ -ms-touch-action: none;
+ background: rgba(0, 0, 0, 0.1);
+}
+.swiper-container-horizontal > .swiper-scrollbar {
+ position: absolute;
+ left: 1%;
+ bottom: 3px;
+ z-index: 50;
+ height: 5px;
+ width: 98%;
+}
+.swiper-container-vertical > .swiper-scrollbar {
+ position: absolute;
+ right: 3px;
+ top: 1%;
+ z-index: 50;
+ width: 5px;
+ height: 98%;
+}
+.swiper-scrollbar-drag {
+ height: 100%;
+ width: 100%;
+ position: relative;
+ background: rgba(0, 0, 0, 0.5);
+ border-radius: 10px;
+ left: 0;
+ top: 0;
+}
+.swiper-scrollbar-cursor-drag {
+ cursor: move;
+}
+/* Preloader */
+.swiper-lazy-preloader {
+ width: 42px;
+ height: 42px;
+ position: absolute;
+ left: 50%;
+ top: 50%;
+ margin-left: -21px;
+ margin-top: -21px;
+ z-index: 10;
+ -webkit-transform-origin: 50%;
+ transform-origin: 50%;
+ -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
+ animation: swiper-preloader-spin 1s steps(12, end) infinite;
+}
+.swiper-lazy-preloader:after {
+ display: block;
+ content: "";
+ width: 100%;
+ height: 100%;
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
+ background-position: 50%;
+ background-size: 100%;
+ background-repeat: no-repeat;
+}
+.swiper-lazy-preloader-white:after {
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
+}
+@-webkit-keyframes swiper-preloader-spin {
+ 100% {
+ -webkit-transform: rotate(360deg);
+ }
+}
+@keyframes swiper-preloader-spin {
+ 100% {
+ -webkit-transform: rotate(360deg);
+ transform: rotate(360deg);
+ }
+}
+.weui_actionsheet {
+ z-index: 100;
+}
+.notification {
+ position: fixed;
+ width: 100%;
+ min-height: 3.4rem;
+ top: -2rem;
+ padding-top: 2rem;
+ left: 0;
+ right: 0;
+ z-index: 9999;
+ background-color: rgba(0, 0, 0, 0.85);
+ color: white;
+ font-size: .65rem;
+ -webkit-transform: translate3d(0, -100%, 0);
+ transform: translate3d(0, -100%, 0);
+ -webkit-transition: .4s;
+ transition: .4s;
+}
+.notification.notification-in {
+ -webkit-transform: translate3d(0, 0, 0);
+ transform: translate3d(0, 0, 0);
+}
+.notification.touching {
+ -webkit-transition-duration: 0s;
+ transition-duration: 0s;
+}
+.notification .notification-inner {
+ padding: .4rem .6rem 1rem .6rem;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: -webkit-flex;
+ display: flex;
+ -webkit-box-align: start;
+ -ms-flex-align: start;
+ -webkit-align-items: flex-start;
+ align-items: flex-start;
+}
+.notification .notification-content {
+ width: 100%;
+ margin: 0rem .4rem;
+}
+.notification .notification-title {
+ font-weight: bold;
+}
+.notification .notification-text {
+ line-height: 1;
+}
+.notification .notification-media {
+ height: 1rem;
+ width: 1rem;
+}
+.notification .notification-media img {
+ width: 100%;
+}
+.notification .notification-handle-bar {
+ position: absolute;
+ bottom: .2rem;
+ left: 50%;
+ -webkit-transform: translate3d(-50%, 0, 0);
+ transform: translate3d(-50%, 0, 0);
+ width: 2rem;
+ height: .3rem;
+ border-radius: .15rem;
+ background: white;
+ opacity: .5;
+}
diff --git a/src/main/webapp/decodeqr.jsp b/src/main/webapp/decodeqr.jsp
new file mode 100644
index 00000000..30d7309e
--- /dev/null
+++ b/src/main/webapp/decodeqr.jsp
@@ -0,0 +1,62 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+ pageEncoding="UTF-8"%>
+<%@ taglib prefix="l2d" uri="/WEB-INF/LongToDateTag.tld"%>
+<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
+<%@ taglib prefix='fmt' uri="http://java.sun.com/jsp/jstl/fmt" %>
+<%@taglib prefix="spring" uri="http://www.springframework.org/tags" %>
+
+
+
+
+
+解析二维码
+${test}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/webapp/demolist.html b/src/main/webapp/demolist.html
new file mode 100644
index 00000000..8556cd9d
--- /dev/null
+++ b/src/main/webapp/demolist.html
@@ -0,0 +1,46 @@
+
+
+
+
+ demo list
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/webapp/ehcache.jsp b/src/main/webapp/ehcache.jsp
new file mode 100644
index 00000000..d9b90441
--- /dev/null
+++ b/src/main/webapp/ehcache.jsp
@@ -0,0 +1,28 @@
+<%@ page language="java" import="java.util.*"
+ contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
+
+ehcache
+
+
+
+
+
+
+
ehcache attributes:
+
+
+ 属性名 | 属性值 |
+ caches | ${caches} |
+ getDiskStorePath | ${getDiskStorePath } |
+ getName | ${getName } |
+ getStatus | ${getStatus} |
+ getStatistics | ${getStatistics } |
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/webapp/error.jsp b/src/main/webapp/error.jsp
new file mode 100644
index 00000000..f9840972
--- /dev/null
+++ b/src/main/webapp/error.jsp
@@ -0,0 +1,33 @@
+<%@ page language="java" isErrorPage="true" errorPage="500.jsp"
+ contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
+<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
+<%-- <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%> --%>
+
+
+
+
+
+error
+
+
+
+
+
+
发生错误啦:
+ ${ex}
+ 错误堆栈
+ ${stackTrace}
+
+ 错误信息
+
+ 错误状态码:${errCode}
+ 错误详情:${errMsg}
+
+
+
错误信息:${errMsg }
+
+
+
+
\ No newline at end of file
diff --git a/src/main/webapp/export/20160305172907.xls b/src/main/webapp/export/20160305172907.xls
deleted file mode 100644
index cbb14bc9..00000000
Binary files a/src/main/webapp/export/20160305172907.xls and /dev/null differ
diff --git a/src/main/webapp/export/20160305173241.xls b/src/main/webapp/export/20160305173241.xls
deleted file mode 100644
index cbb14bc9..00000000
Binary files a/src/main/webapp/export/20160305173241.xls and /dev/null differ
diff --git a/src/main/webapp/favicon.ico b/src/main/webapp/favicon.ico
new file mode 100644
index 00000000..b48b3442
Binary files /dev/null and b/src/main/webapp/favicon.ico differ
diff --git a/src/main/webapp/image/@Timed.png b/src/main/webapp/image/@Timed.png
new file mode 100644
index 00000000..77798e2d
Binary files /dev/null and b/src/main/webapp/image/@Timed.png differ
diff --git a/src/main/webapp/image/demo.gif b/src/main/webapp/image/demo.gif
new file mode 100644
index 00000000..d76a290c
Binary files /dev/null and b/src/main/webapp/image/demo.gif differ
diff --git a/src/main/webapp/image/jwebunitdemo.png b/src/main/webapp/image/jwebunitdemo.png
new file mode 100644
index 00000000..c04b43df
Binary files /dev/null and b/src/main/webapp/image/jwebunitdemo.png differ
diff --git a/src/main/webapp/image/metrics.png b/src/main/webapp/image/metrics.png
new file mode 100644
index 00000000..220f1300
Binary files /dev/null and b/src/main/webapp/image/metrics.png differ
diff --git a/src/main/webapp/image/swagger.png b/src/main/webapp/image/swagger.png
new file mode 100644
index 00000000..58802a98
Binary files /dev/null and b/src/main/webapp/image/swagger.png differ
diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
index 833ab5da..292e3bfa 100644
--- a/src/main/webapp/index.html
+++ b/src/main/webapp/index.html
@@ -3,15 +3,54 @@
+
登陆系统
-
+
+
+
+
+
+
+
+
@@ -43,19 +82,20 @@
登陆
@@ -75,11 +115,5 @@ ...or login with:
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp
index 49992039..ce9b9226 100644
--- a/src/main/webapp/index.jsp
+++ b/src/main/webapp/index.jsp
@@ -1,6 +1,81 @@
-
-
- Hello World!
- user/showUser
-
-
+
+<%-- <%@ page trimDirectiveWhitespaces="true"%> --%>
+<%@ page language="java" isErrorPage="true" errorPage="500.jsp"
+ contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
+<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
+
+
+ Hello World
+
+
+
+
+ Hello World!
+ user/showUser
+ ${pageContext.request.scheme }
+ ${pageContext.request.serverName }
+ ${pageContext.request.serverPort }
+ ${pageContext.request.contextPath }
+ 通过EL设置basepath
+
+ ${pageContext.request.scheme}://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath }
+
+ ${basepath }
+
+ ${pageContext.request.queryString} 取得请求的参数字符串
+ ${pageContext.request.requestURL} 取得请求的URL,不包括参数字符串
+ ${pageContext.request.contextPath} 服务的web application 的名称
+ ${pageContext.request.method} 取得HTTP 的方法(GET、POST)
+ ${pageContext.request.protocol} 取得使用的协议(HTTP/1.1、HTTP/1.0)
+ ${pageContext.request.remoteUser} 取得用户名称
+ ${pageContext.request.remoteAddr } 取得用户的IP 地址
+ ${pageContext.session.id} 取得session 的ID
+ ${pageContext.servletContext.serverInfo} 取得主机端的服务信息
+
+
+
+ metrics
+
+
diff --git a/src/main/webapp/locationClient.jsp b/src/main/webapp/locationClient.jsp
new file mode 100644
index 00000000..55722f6e
--- /dev/null
+++ b/src/main/webapp/locationClient.jsp
@@ -0,0 +1,213 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
+<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
+
+
+
+
+
+CXF Rest test application
+
+
+
+
+Technologies
+
+- CXF, JAX-RS (REST), JAX-WS (SOAP)
+- Spring Security
+- Spring bean validation, JSR 303
+
+
+">WSDL / WADL location
+
+
+
+
+
+
+All locations : ">/rest/location/*
+Result
+
+
+
+Result |
+Rest URLs |
+
+
+
+
+
+
+
+
+Location ID is : ${locationData.id}
+
+Timezone is : ${locationData.timezone}
+
+Time is : ${locationData.date}
+
+Location is : ${locationData.location}
+
+
+ |
+
+ ">/cxf/rest/location/${locationData.location}
+
+ ">/cxf/rest/location/${locationData.location}.xml
+
+ ">/cxf/rest/location/${locationData.location}.json
+
+ |
+
+
+
+
+
+
+
+
+
+
+Read Location
+
+
+
+Read All Location
+
+
+
+
+Create Location
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Update or create Location
+
+
+
+Delete Location
+
+
+
+Delete All Locations
+
+
+
+
\ No newline at end of file
diff --git a/src/main/webapp/manage.html b/src/main/webapp/manage.html
index 49615e87..07fcf3f1 100644
--- a/src/main/webapp/manage.html
+++ b/src/main/webapp/manage.html
@@ -2,260 +2,14 @@
+
信息管理页
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-