From dff0de0ae8e462efb1ecc1c8129eed1e128df432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=9F=E5=A4=A9=E9=87=8E?= <1048972989@qq.com> Date: Tue, 13 Mar 2018 17:58:51 +0800 Subject: [PATCH] =?UTF-8?q?1.1=E4=B8=BB=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- z_1.1.0/html/css/comm/base.css | 504 ++++++++++++++++++++++++++++++ z_1.1.0/html/css/index/index.css | 196 ++++++++++++ z_1.1.0/html/images/comm/logo.ico | Bin 0 -> 4286 bytes z_1.1.0/html/js/index/ga.js | 84 +++++ z_1.1.0/index.html | 193 ++++++------ 5 files changed, 880 insertions(+), 97 deletions(-) create mode 100644 z_1.1.0/html/css/comm/base.css create mode 100644 z_1.1.0/html/css/index/index.css create mode 100644 z_1.1.0/html/images/comm/logo.ico create mode 100644 z_1.1.0/html/js/index/ga.js diff --git a/z_1.1.0/html/css/comm/base.css b/z_1.1.0/html/css/comm/base.css new file mode 100644 index 0000000..46f7575 --- /dev/null +++ b/z_1.1.0/html/css/comm/base.css @@ -0,0 +1,504 @@ +@charset "utf-8"; +/*==========================1 样式重置=================================*/ +* { + -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; + -webkit-tap-highlight-color:rgba(0,0,0,0); -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; + outline-style: none; + color:#555; +} +html,body{ + height:100%; +} +html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0} +ul,ol,dl,li{list-style:none} +html,body{*position:static} +/*IE下a:hover 背景闪烁*/ +*html{overflow:-moz-scrollbars-vertical;zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))} +header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend{display:block;margin:0;padding:0} +address,caption,cite,code,dfn,em,th,var,i{font-style:normal;font-weight:400} +input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit} +input,button{overflow: visible;vertical-align:middle;outline-width:0} +input[type="submit"],input[type="reset"],input[type="button"],input[type="text"],input[type="password"]{-webkit-appearance:none;outline-width:0} +body,th,td,button,input,select,textarea{font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,"WenQuanYi Micro Hei",Verdana,sans-serif,"\5B8B\4F53";font-size:12px;color: #333;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale} +legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5} +legend small{font-size:15px;color:#999} +svg:not(:root) {overflow: hidden} +fieldset {border-width:0;padding: 0.35em 0.625em 0.75em;margin: 0 2px} +input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto; -webkit-appearance: none !important;margin: 0;-moz-appearance:textfield} +input[type="search"] {-webkit-appearance: textfield; /* 1 */} +input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none} +button, input[type="button"], input[type="submit"] {line-height: normal} +@media ( max-width : 767px) { + html{overflow-y:auto} +} +table {border-collapse: collapse; border-spacing: 0} +audio, canvas, video {display: inline-block; *display: inline; *zoom: 1} +audio:not([controls]), [hidden], .hidden, .hide {display: none} +body {line-height:1} +h1, h2, h3, h4, h5, h6 {font-weight:normal} +a {text-decoration: none; cursor: pointer; outline-width: 0} +a:hover {text-decoration: underline} +a.ie6:hover {zoom: 1} +sub, sup {vertical-align: baseline} + +/*img*/ +img {border: 0; vertical-align: middle;max-width:100%} +a img, img {-ms-interpolation-mode: bicubic} +img[src=""]{ +opacity: 0; +}/*图片没有路径时,除去边框*/ +/*===========================样式重置end=================================*/ + + +/*=====================响应式=====================*/ + +/*2.1 响应式栅格系统*/ +.container {padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto} +.container-fluid {padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto} +@media (min-width:768px) { + .container {width: 750px} +} +@media (min-width:992px) { + .container {width: 970px} +} +@media (min-width:1200px) { + .container {width: 1170px} +} +@media (min-width:1300px) { + .container {width: 1240px} +} +@media print { + .container {width: auto} +} +.row {box-sizing: border-box; margin-left: -15px; margin-right: -15px} +.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{min-height:1px;position:relative;padding-left:15px;padding-right:15px;box-sizing:border-box}.col-1{width:8.33333%}.col-2{width:16.66667%}.col-3{width:25%}.col-4{width:33.33333%}.col-5{width:41.66667%}.col-6{width:50%}.col-7{width:58.33333%}.col-8{width:66.66667%}.col-9{width:75%}.col-10{width:83.33333%}.col-11{width:91.66667%}.col-12{width:100%}.col-offset-0{margin-left:0}.col-offset-1{margin-left:8.33333%}.col-offset-2{margin-left:16.66667%}.col-offset-3{margin-left:25%}.col-offset-4{margin-left:33.33333%}.col-offset-5{margin-left:41.66667%}.col-offset-6{margin-left:50%}.col-offset-7{margin-left:58.33333%}.col-offset-8{margin-left:66.66667%}.col-offset-9{margin-left:75%}.col-offset-10{margin-left:83.33333%}.col-offset-11{margin-left:91.66667%}.col-push-0{position:relative;left:0;right:auto}.col-pull-0{right:0;left:auto}.col-push-1{left:8.33333%;right:auto}.col-pull-1{right:8.33333%;left:auto}.col-push-2{left:16.66667%;right:auto}.col-pull-2{right:16.66667%;left:auto}.col-push-3{left:25%;right:auto}.col-pull-3{right:25%;left:auto}.col-push-4{left:33.33333%;right:auto}.col-pull-4{right:33.33333%;left:auto}.col-push-5{left:41.66667%;right:auto}.col-pull-5{right:41.66667%;left:auto}.col-push-6{left:50%;right:auto}.col-pull-6{right:50%;left:auto}.col-push-7{left:58.33333%;right:auto}.col-pull-7{right:58.33333%;left:auto}.col-push-8{left:66.66667%;right:auto}.col-pull-8{right:66.66667%;left:auto}.col-push-9{left:75%;right:auto}.col-pull-9{right:75%;left:auto}.col-push-10{left:83.33333%;right:auto}.col-pull-10{right:83.33333%;left:auto}.col-push-11{left:91.66667%;right:auto}.col-pull-11{right:91.66667%;left:auto}.col-1-1{width:100%}.col-2-1{width:50%}.col-3-1{width:33.333333%}.col-3-2{width:66.666667%}.col-4-1{width:25%}.col-4-3{width:75%}.col-5-1{width:20%}.col-5-2{width:40%}.col-5-3{width:60%}.col-5-4{width:80%}.col-6-1{width:16.666667%}.col-6-5{width:83.333333%}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (max-width:767px){.responsive [class^="col-"],.responsive [class*=" col-"]{float:none!important;width:auto!important}.responsive [class^="col-offset-"],.responsive [class*=" col-offset-"]{margin-left:0px!important}}@media(min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666666666666%}.col-sm-10{width:83.33333333333334%}.col-sm-9{width:75%}.col-sm-8{width:66.66666666666666%}.col-sm-7{width:58.333333333333336%}.col-sm-6{width:50%}.col-sm-5{width:41.66666666666667%}.col-sm-4{width:33.33333333333333%}.col-sm-3{width:25%}.col-sm-2{width:16.666666666666664%}.col-sm-1{width:8.333333333333332%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666666666666%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666666666666%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-0{margin-left:0}}@media(min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666666666666%}.col-md-10{width:83.33333333333334%}.col-md-9{width:75%}.col-md-8{width:66.66666666666666%}.col-md-7{width:58.333333333333336%}.col-md-6{width:50%}.col-md-5{width:41.66666666666667%}.col-md-4{width:33.33333333333333%}.col-md-3{width:25%}.col-md-2{width:16.666666666666664%}.col-md-1{width:8.333333333333332%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666666666666%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666666666666%}.col-md-push-10{left:83.33333333333334%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666666666666%}.col-md-push-7{left:58.333333333333336%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666666666667%}.col-md-push-4{left:33.33333333333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.666666666666664%}.col-md-push-1{left:8.333333333333332%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666666666666%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-0{margin-left:0}}@media(min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666666666666%}.col-lg-10{width:83.33333333333334%}.col-lg-9{width:75%}.col-lg-8{width:66.66666666666666%}.col-lg-7{width:58.333333333333336%}.col-lg-6{width:50%}.col-lg-5{width:41.66666666666667%}.col-lg-4{width:33.33333333333333%}.col-lg-3{width:25%}.col-lg-2{width:16.666666666666664%}.col-lg-1{width:8.333333333333332%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666666666666%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666666666666%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-0{margin-left:0}} + +/*2.2 响应式隐藏显示 +*/ +.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {display: none !important} +@media (max-width:767px) { + .visible-xs {display: block !important} + table.visible-xs {display: table} + tr.visible-xs {display: table-row !important} + th.visible-xs, td.visible-xs {display: table-cell !important} + .hidden-xs {display: none !important} + .visible-xs-block {display: block !important} + .visible-xs-inline {display: inline !important} + .visible-xs-inline-block {display: inline-block !important} +} +@media (min-width:768px) and (max-width:991px) { + .visible-sm {display: block !important} + table.visible-sm {display: table} + tr.visible-sm {display: table-row !important} + th.visible-sm, td.visible-sm {display: table-cell !important} + .hidden-sm {display: none !important} + .visible-sm-block {display: block !important} + .visible-sm-inline {display: inline !important} + .visible-sm-inline-block {display: inline-block !important} +} +@media (min-width:992px) and (max-width:1199px) { + .visible-md {display: block !important} + table.visible-md {display: table} + tr.visible-md {display: table-row !important} + th.visible-md, td.visible-md {display: table-cell !important} + .hidden-md {display: none !important} + .visible-md-block {display: block !important} + .visible-md-inline {display: inline !important} + .visible-md-inline-block {display: inline-block !important} +} +@media (min-width:1200px) { + .visible-lg {display: block !important} + table.visible-lg {display: table} + tr.visible-lg {display: table-row !important} + th.visible-lg, td.visible-lg {display: table-cell !important} + .hidden-lg {display: none !important} + .visible-lg-block {display: block !important} + .visible-lg-inline {display: inline !important} + .visible-lg-inline-block {display: inline-block !important} +} +.visible-print {display: none !important} +.visible-print-block {display: none !important} +.visible-print-inline {display: none !important} +.visible-print-inline-block {display: none !important} +@media print { + .visible-print {display: block !important} + table.visible-print {display: table} + tr.visible-print {display: table-row !important} + th.visible-print, td.visible-print {display: table-cell !important} + .visible-print-block {display: block !important} + .visible-print-inline {display: inline !important} + .visible-print-inline-block {display: inline-block !important} + .hidden-print {display: none !important} +} + +/*=========================响应式 end=======================*/ + +/*===========================基础样式start=================================*/ +/*清浮动*/ +.clear:after, .clearfix:after {content: "\20"; display: block; height: 0; clear: both; visibility: hidden} +.clear, .clearfix {zoom: 1} +.transform-clear {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)} +.radius-clear {-webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -ms-border-radius: 0 !important; -o-border-radius: 0 !important; border-radius: 0 !important} +.inline-block {display: inline-block; *display: inline; *zoom: 1} +/* margin */ +.mt-0{margin-top: 0px}.mt-1{margin-top: 1px}.mt-2{margin-top: 2px}.mt-3{margin-top: 3px}.mt-4{margin-top: 4px}.mt-5{margin-top: 5px}.mt-6{margin-top: 6px}.mt-7{margin-top: 7px}.mt-8{margin-top: 8px}.mt-9{margin-top: 9px}.mt-10{margin-top: 10px}.mt-15{margin-top: 15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-40{margin-top:40px}.mt-45{margin-top:45px}.mt-50{margin-top:50px}.mt-55{margin-top:55px}.mt-60{margin-top:60px} +.mr-0{margin-right:0px}.mr-1{margin-right:1px}.mr-2{margin-right:2px}.mr-3{margin-right:3px}.mr-4{margin-right:4px}.mr-5{margin-right:5px}.mr-6{margin-right:6px}.mr-7{margin-right:7px}.mr-8{margin-right:8px}.mr-9{margin-right:9px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.mr-20{margin-right:20px}.mr-25{margin-right:25px}.mr-30{margin-right:30px}.mr-35{margin-right:35px}.mr-40{margin-right:40px}.mr-45{margin-right:45px}.mr-50{margin-right:50px}.mr-55{margin-right:55px}.mr-60{margin-right:60px} +.mb-0{margin-bottom:0px}.mb-1{margin-bottom:1px}.mb-2{margin-bottom:2px}.mb-3{margin-bottom:3px}.mb-4{margin-bottom:4px}.mb-5{margin-bottom:5px}.mb-6{margin-bottom:6px}.mb-7{margin-bottom:7px}.mb-8{margin-bottom:8px}.mb-9{margin-bottom:9px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-25{margin-bottom:25px}.mb-30{margin-bottom:30px}.mb-35{margin-bottom:35px}.mb-40{margin-bottom:40px}.mb-45{margin-bottom:45px}.mb-50{margin-bottom:50px}.mb-55{margin-bottom:55px}.mb-60{margin-bottom:60px} +.ml-0{margin-left:0px}.ml-1{margin-left:1px}.ml-2{margin-left:2px}.ml-3{margin-left:3px}.ml-4{margin-left:4px}.ml-5{margin-left:5px}.ml-6{margin-left:6px}.ml-7{margin-left:7px}.ml-8{margin-left:8px}.ml-9{margin-left:9px}.ml-10{margin-left:10px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-25{margin-left:25px}.ml-30{margin-left:30px}.ml-35{margin-left:35px}.ml-40{margin-left:40px}.ml-45{margin-left:45px}.ml-50{margin-left:50px}.ml-55{margin-left:55px}.ml-60{margin-left:60px} +.mg-0{margin:0px}.mg-1{margin:1px}.mg-2{margin:2px}.mg-3{margin:3px}.mg-4{margin:4px}.mg-5{margin:5px}.mg-6{margin:6px}.mg-7{margin:7px}.mg-8{margin:8px}.mg-9{margin:9px}.mg-10{margin:10px}.mg-15{margin:15px}.mg-20{margin:20px}.mg-25{margin:25px}.mg-30{margin:30px}.mg-35{margin:35px}.mg-40{margin:40px}.mg-45{margin:45px}.mg-50{margin:50px}.mg-55{margin:55px}.mg-60{margin:60px} +.mg-0-auto{margin:0 auto} +/* padding */ +.pt-0{padding-top: 0px}.pt-1{padding-top: 1px}.pt-2{padding-top: 2px}.pt-3{padding-top: 3px}.pt-4{padding-top: 4px}.pt-5{padding-top: 5px}.pt-6{padding-top: 6px}.pt-7{padding-top: 7px}.pt-8{padding-top: 8px}.pt-9{padding-top: 9px}.pt-10{padding-top: 10px}.pt-15{padding-top: 15px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}.pt-35{padding-top:35px}.pt-40{padding-top:40px}.pt-45{padding-top:45px}.pt-50{padding-top:50px}.pt-55{padding-top:55px}.pt-60{padding-top:60px} +.pr-0{padding-right: 0px}.pr-1{padding-right: 1px}.pr-2{padding-right: 2px}.pr-3{padding-right: 3px}.pr-4{padding-right: 4px}.pr-5{padding-right: 5px}.pr-6{padding-right: 6px}.pr-7{padding-right: 7px}.pr-8{padding-right: 8px}.pr-9{padding-right: 9px}.pr-10{padding-right: 10px}.pr-15{padding-right: 15px}.pr-20{padding-right:20px}.pr-25{padding-right:25px}.pr-30{padding-right:30px}.pr-35{padding-right:35px}.pr-40{padding-right:40px}.pr-45{padding-right:45px}.pr-50{padding-right:50px}.pr-55{padding-right:55px}.pr-60{padding-right:60px} +.pb-0{padding-bottom: 0px}.pb-1{padding-bottom: 1px}.pb-2{padding-bottom: 2px}.pb-3{padding-bottom: 3px}.pb-4{padding-bottom: 4px}.pb-5{padding-bottom: 5px}.pb-6{padding-bottom: 6px}.pb-7{padding-bottom: 7px}.pb-8{padding-bottom: 8px}.pb-9{padding-bottom: 9px}.pb-10{padding-bottom: 10px}.pb-15{padding-bottom: 15px}.pb-20{padding-bottom:20px}.pb-25{padding-bottom:25px}.pb-30{padding-bottom:30px}.pb-35{padding-bottom:35px}.pb-40{padding-bottom:40px}.pb-45{padding-bottom:45px}.pb-50{padding-bottom:50px}.pb-55{padding-bottom:55px}.pb-60{padding-bottom:60px} +.pl-0{padding-left: 0px}.pl-1{padding-left: 1px}.pl-2{padding-left: 2px}.pl-3{padding-left: 3px}.pl-4{padding-left: 4px}.pl-5{padding-left: 5px}.pl-6{padding-left: 6px}.pl-7{padding-left: 7px}.pl-8{padding-left: 8px}.pl-9{padding-left: 9px}.pl-10{padding-left: 10px}.pl-15{padding-left: 15px}.pl-20{padding-left:20px}.pl-25{padding-left:25px}.pl-30{padding-left:30px}.pl-35{padding-left:35px}.pl-40{padding-left:40px}.pl-45{padding-left:45px}.pl-50{padding-left:50px}.pl-55{padding-left:55px}.pl-60{padding-left:60px} +.pd-0{padding: 0px}.pd-1{padding: 1px}.pd-2{padding: 2px}.pd-3{padding: 3px}.pd-4{padding: 4px}.pd-5{padding: 5px}.pd-6{padding: 6px}.pd-7{padding: 7px}.pd-8{padding: 8px}.pd-9{padding: 9px}.pd-10{padding: 10px}.pd-15{padding: 15px}.pd-20{padding:20px}.pd-25{padding:25px}.pd-30{padding:30px}.pd-35{padding:35px}.pd-40{padding:40px}.pd-45{padding:45px}.pd-50{padding:50px}.pd-55{padding:55px}.pd-60{padding:60px} +/*高度 常用文字限高*/ +.h-15{height:15px}.h-20{height:20px}.h-25{height:25px}.h-30{height:30px}.h-35{height:35px}.h-40{height:40px}.h-45{height:45px}.h-50{height:50px}.h-55{height:55px}.h-60{height:60px} +/* 行高 */ +.line-h-15{line-height: 15px}.line-h-20{line-height: 20px}.line-h-25{line-height: 25px}.line-h-30{line-height: 30px}.line-h-35{line-height: 35px}.line-h-40{line-height: 40px}.line-h-45{line-height: 45px}.line-h-50{line-height: 50px}.line-h-55{line-height: 55px}.line-h-60{line-height: 60px}.line-h-100s{line-height: 100%}.line-h-150s{line-height: 150%} +/* 圆角 */ +.radius-0{border-radius:0px}.radius-3{border-radius:3px}.radius-5{border-radius: 5px}.radius-10{border-radius: 10px}.radius-15{border-radius: 15px}.radius-20{border-radius: 20px}.full-radius{border-radius: 50%} +/* 宽度比例 */ +.full-w{width: 100% !important}.full-h{height: 100% !important}.full-wh{width: 100%;height:100%} +.max-100{max-width: 100px} +/* 常用阴影 */ +.shadow-rb{ -webkit-box-shadow: 3px 3px 3px;-moz-box-shadow: 3px 3px 3px;box-shadow: 3px 3px 3px} +/* 链接 */ +.inline-link {display: inline-block; border-bottom: 1px dashed rgba(0, 0, 0, 0.4); text-decoration: none; color: #777} +.inline-link:hover {border-bottom-style: dotted} +.inline-link:active {border-bottom-style: solid} +.inline-link:visited {border-bottom: 1px solid #97CAF2} +/* 下划线 */ +.t-none,.t-none a{text-decoration: none} +.t-through{text-decoration:line-through} +/* 边框 */ +.bor{border: 1px solid black} +/* 边框颜色 */ +.bor-col-pri{border-color: #00A5F7 !important} +.bor-col-red{border-color:#e3393c !important} +.bor-col-orange{border-color:orange !important} +.bor-col-success{border-color:#5eb95e !important} +.bor-col-ccc{border-color: #ccc !important} +.bor-col-eb{border-color: #ebebeb !important} +.bor-col-f2{border-color: #f2f2f2 !important} +.bor-col-eaf8ff{border-color: #eaf8ff !important} +/* 边框粗细 */ +.bor-2px{border-width: 2px} +.bor-3px{border-width: 3px} +.bor-5px{border-width: 5px} +.bor-7px{border-width: 7px} +/* 边框样式 */ +.bor-dot{border-style: dotted} +.bor-dou{border-style: double} +.bor-das{border-style: dashed} +/* 有无边框 */ +.bor-t{border-style:solid none none none} +.bor-r{border-style:none solid none none} +.bor-b{border-style:none none solid none} +.bor-l{border-style:none none none solid} +.bor-t-none{border-top:none} +.bor-l-none{border-left:none} +.bor-r-none{border-right:none} +.bor-b-none{border-bottom:none} +/* 强制换行 */ +.newline {word-wrap: break-word; white-space: normal; word-break: break-all} +/*字体*/ +.family-hk{font-family: "华文楷体"} +.family-h{font-family: "黑体"} +.family-s{font-family: "宋体"} +.family-hxh{font-family: "华文细黑"} +.family-tnr{font-family: "Times New Roman"} +/*字体大小 加粗*/ +.f-w{font-weight: bolder} +.f-11{font-size:11px;-webkit-transform:scale(0.8)} +.f-12{font-size:12px}.f-12i{font-size:12px !important}.f-13{font-size: 13px}.f-13i{font-size: 13px !important}.f-14{font-size: 14px}.f-14i{font-size:14px !important}.f-16{font-size:16px}.f-16i{font-size:16px !important}.f-18{font-size:18px}.f-18i{font-size:18px !important}.f-20{font-size:20px}.f-20i{font-size:20px !important}.f-22{font-size:22px}.f-22i{font-size:22px !important}.f-24{font-size:24px}.f-24i{font-size:24px !important}.f-26{font-size:26px}.f-26!{font-size:26px !important}.f-28{font-size:28px}.f-28i{font-size:28px !important}.f-30{font-size:30px}.f-30i{font-size:30px !important} +/* 编辑器文本调整*/ +.edit p{font-size:13px !important;text-indent:24px;margin-bottom:10px;letter-spacing:1px} +/*字间距*/ +.let-spa-1{letter-spacing:1px} +.let-spa-2{letter-spacing:2px} +/*首行缩进 2个字*/ +.text-ind{text-indent:2em} +/*首字大写*/ +.first-let:first-letter{ + font-size:18px; + margin-right:3px; +} +/* 堆叠 */ +.z-0{z-index: 0}.z-1{z-index: 1}.z-9{z-index: 9}.z-99{z-index: 99}.z-999{z-index: 999}.z-9999{z-index: 9999}.z-99999{z-index: 99999} +/*主要颜色*/ +.col-primary,.col-primary a,a.col-primary{color:#00ADEB} +.col-primary a:hover,a.col-primary:hover{color:#00ADEB} +/*强调色—成功*/ +.col-success,.col-success a,a.col-success{color:#5eb95e} +.col-success a:hover,a.col-success:hover{color:#5eb95e} +/*强调色—危险*/ +.col-danger,.col-danger a,a.col-danger{color:#dd514c} +.col-danger a:hover,a.col-danger:hover{color:#dd514c} +/*强调色—警告*/ +.col-warning,.col-warning a,a.col-warning{color:#f37b1d} +.col-warning a:hover,a.col-warning:hover{color:#f37b1d} +/*强调色—错误*/ +.col-error,.col-error a,a.col-error{color:#c00} +.col-error a:hover,a.col-error:hover{color:#c00} +/*辅助色—浅黑*/ +.col-333,.col-333 a,a.col-333{color:#333} +.col-333 a:hover,a.col-333:hover{color:#333} +/*辅助色—灰色*/ +.col-555,.col-555 a,a.col-555{color:#555} +.col-555 a:hover,a.col-555:hover{color:#555} +.col-666,.col-666 a,a.col-666{color:#666} +.col-666 a:hover,a.col-666:hover{color:#666} +.col-999,.col-999 a,a.col-999{color:#999} +.col-999 a:hover,a.col-999:hover{color:#999} +.col-ccc,.col-ccc a,a.col-ccc{color:#ccc} +.col-ccc a:hover,a.col-ccc:hover{color:#ccc} +/*标准色—红色*/ +.col-red,.col-red a,a.col-red{color:#e3393c} +.col-red a:hover,a.col-red:hover{color:#e3393c} +/*红色*/ +.col-green,.col-green a,a.col-green{color:#72c02c} +.col-green a:hover,a.col-green:hover{color:#72c02c} +/*红色*/ +.col-red-2,.col-red-2 a,a.col-red-2{color:#c81623} +.col-red-2 a:hover,a.col-red-2:hover{color:#c81623} +/*标准色—白色*/ +.col-white,.col-white a,a.col-white{color:white} +.col-white a:hover,a.col-white:hover{color:white} +.col-white2,.col-white2 a,a.col-white2{color:#f7f5f5} +.col-white2 a:hover,a.col-white2:hover{color:#f7f5f5} +/*标准色—黑色*/ +.col-black,.col-black a{color:black} +.col-black a:hover,a.col-black:hover{color:black} +/*标准色—橙色*/ +.col-orange,.col-orange a,a.col-orange{color:orange} +.col-orange a:hover,a.col-orange:hover{color:orange} +/* 深蓝色 */ +.col-h-blue{color: #003368} +/*背景颜色*/ +/* 主要的 */ +.bg-primary{background: #00A5F7} +/* 白色 */ +.bg-white{background: #fff} +/* 浅灰色 */ +.bg-gray{background: #f5f5f5} +.bg-999{background: #999} +.bg-ddd{background: #ddd} +/* 淡黑色 */ +.bg-black1{background: #e7e8eb} +.bg-black2{background: #585f69} +.bg-555{background: #555} +.bg-black{background: black} +/* 深黑色 */ +.bg-h-black{background: #444} +/* 深蓝色 */ +.bg-h-blue{background: #003368} +/* 浅蓝色 */ +.bg-l-blue{background: #eaf8ff} +/* 红色 */ +.bg-red{background: #E12432} +.bg-l-red{background: #fafafa;} +/*绿色*/ +.bg-green{background: #72c02c} +.bg-l-green{background-color:#EAF2D3} +.bg-l-green2{background-color:#D7FFF0;} +/*橘黄色*/ +.bg-orange{background: orange} +/* 浮动 */ +.pull-left {float: left !important; _display: inline} +.pull-right {float: right !important; _display: inline} +/*字体hover*/ +.hov-primary:hover,.hov-primary a:hover{color:#00ADEB} +.hov-red:hover,.hov-red a:hover{color:#e3393c} +.hov-green:hover,.hov-green a:hover{color:#72c02c} +/*对齐*/ +.text-left {text-align:left} +.text-right {text-align:right} +.text-center {text-align:center} +.va * {vertical-align: sub !important; *vertical-align: middle !important; _vertical-align: middle !important} +.vert-def{vertical-align: baseline!important} +.vert-t {vertical-align: top !important} +.vert-m {vertical-align: middle !important} +.vert-b {vertical-align: bottom !important} +/*一行超出省略*/ +.text-overflow {overflow: hidden; text-overflow: ellipsis; white-space: nowrap} +/*一行直接截断*/ +.text-overflow-1 {overflow: hidden; white-space: nowrap} +/*一行文字,多余超出省略*/ +.text-line-1{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1} +/*两行文字,多余超出省略*/ +.text-line-2{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2} +/*四行文字,多余超出省略*/ +.text-line-4{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:4} +/*水平翻转*/ +.flipx {-moz-transform: scaleX(-1); -webkit-transform: scaleX(-1); -o-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH()} +/*垂直翻转*/ +.flipy {-moz-transform: scaleY(-1); -webkit-transform: scaleY(-1); -o-transform: scaleY(-1); transform: scaleY(-1); filter: FlipV()} +/*顺时针旋转45度*/ +.rotate45 {filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg)} +/*顺时针旋转90度*/ +.rotate90 {filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg)} +/*顺时针旋转180度*/ +.rotate180 {filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg)} +/*顺时针旋转270度*/ +.rotate270 {filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -moz-transform: rotate(270deg); -o-transform: rotate(270deg); -webkit-transform: rotate(270deg); transform: rotate(270deg)} + +/*定位*/ +.affix {position: fixed}.pos-r {position: relative}.pos-a {position: absolute} +.t-0{top: 0px}.t-1{top: 1px}.t-2{top: 2px}.t-3{top: 3px}.t-4{top: 4px}.t-5{top: 5px}.t-7{top: 7px}.t-10{top: 10px}.t--1{top: -1px}.t--2{top: -2px}.t--3{top: -3px}.t--4{top: -4px}.t--5{top: -5px} +.r-0{right: 0px}.r-1{right: 1px}.r-2{right: 2px}.r-3{right: 3px}.r-4{right: 4px}.r-5{right: 5px}.r-7{right: 7px}.r-10{right: 10px}.r--1{right: -1px}.r--2{right: -2px}.r--3{right: -3px}.r--4{right: -4px}.r--5{right: -5px} +.b-0{bottom: 0px}.b-1{bottom: 1px}.b-2{bottom: 2px}.b-3{bottom: 3px}.b-4{bottom: 4px}.b-5{bottom: 5px}.b-7{bottom: 7px}.b-10{bottom: 10px}.b--1{bottom: -1px}.b--2{bottom: -2px}.b--3{bottom: -3px}.b--4{bottom: -4px}.b--5{bottom: -5px} +.l-0{left: 0px}.l-1{left: 1px}.l-2{left: 2px}.l-3{left: 3px}.l-4{left: 4px}.l-5{left: 5px}.l-7{left: 7px}.l-10{left: 10px}.l--1{left: -1px}.l--2{left: -2px}.l--3{left: -3px}.l--4{left: -4px}.l--5{left: -5px} +/*超出隐藏*/ +.overflow-h{overflow: hidden} +/* 鼠标手势 */ +.cur-p{cursor: pointer}.cur-h{cursor: help}.cur-a{cursor: auto}.cur-d{cursor: default} +/* 显示隐藏块 */ +.dis-b{display: block}.dis-n{display: none}.dis-i{display: inline}.dis-ib{display: inline-block} +/*===============按钮================*/ + +/*按钮基础样式*/ +a.btn {text-decoration: none} +.btn { background-color: #EEE; border-color: #EEE; border-width: 1px; border-style: solid;text-decoration: none; text-align: center; height: 40px; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; display: inline-block; *display: inline; *zoom: 1; outline-style: none} +.btn[disabled] {background: #EEE !important; text-shadow: 0 0 0 white !important; color: #CCC !important; cursor: default !important; appearance: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; opacity: .8 !important} +/* 按钮颜色 */ +.btn-primary, .btn-green, .btn-orange, .btn-violet, .btn-pink, .gradient-red, .gradient-primary,.btn-red {color: #FFF} +.btn-gray, .gradient-gray, .btn-white,{color: #555} +.btn-hollow {background: none} +.btn-white {background: #fff; border-color: #fff} +.btn-gray {background-color: #EEE; border-color: #EEE; color: #555} +.btn-primary {background-color: #00a5f7; border-color: #00a5f7} +.btn-green {background-color: #A5DE37; border-color: #A5DE37} +.btn-orange {background-color: #FEAE1B; border-color: #FEAE1B} +.btn-orange2 {background-color: #fe4500; border-color: #fe4500} +.btn-violet {background-color: #a49ef0; border-color: #a49ef0} +.btn-pink {background-color: #ff7680; border-color: #ff7680} +.btn-red {background-color: #c81623; border-color: #c81623} + +/*按钮大小*/ +.btn-huge {font-size: 24px; height: 60px; line-height: 55px; padding: 0 60px} +.btn-large {font-size: 20px; height: 50px; line-height: 45px; padding: 0 50px} +.btn-normal {font-size: 16px; height: 40px; line-height: 35px; padding: 0 40px} +.btn-small {height: 30px; line-height: 25px; padding: 0 30px} +.btn-tiny {height: 24px; line-height: 22px; padding: 0 24px} +/*===============按钮END================*/ + +/*===============输入框================*/ +.ipt-text.size-tiny {font-size: 12px; height: 23px; padding: 1px 8px} +/*迷你*/ +.ipt-text.size-small {font-size: 12px; height: 30px; padding: 3px 8px} +/*小*/ +.ipt-text.size-normal {font-size: 14px; height: 34px; padding: 5px 10px} +/*正常*/ +.ipt-text.size-large {font-size: 16px; height: 41px; padding: 8px 12px} +/*大*/ +.ipt-text.size-huge {font-size: 18px; height: 48px; padding: 10px 14px} +/*特大*/ +.ipt-text {height: 34px; *height: auto; line-height: 1.42857; padding: 8px 10px} +.ipt-text, .textarea {box-sizing: border-box; border: solid 1px #ddd; width: 100%; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s} +.textarea {height: 100px; resize: none; font-size: 14px; padding: 4px} +.ipt:hover,.ipt-text:hover, .textarea:hover, .ipt:focus, .ipt-text:focus, .textarea:focus {border: solid 1px #9fc15c} +/*输入表单*/ +.lab-out{float: left;text-align: right;min-width:93px} +.ipt-out{position: relative;margin-left:93px} +.lab-out-v2{float: left;text-align: right;min-width:63px} +.ipt-out-v2{position: relative;margin-left:68px} + /* .lab-out 当表单 前部文字较长时使用*/ + /* .lab-out-v2 当表单 前部文字较短时使用*/ +.ipt-label{padding:7px 5px} +.idcode{position: absolute;right:1px;top:1px;cursor: pointer;height:32px;width:100px;border-bottom-left-radius:0;border-top-left-radius:0} +/*搜索框*/ +.search{position: relative} +.search .sea-btn{position: absolute;right:0;top:-1px;height:36px;line-height:32px;border-bottom-left-radius:0;border-top-left-radius:0} +.search .sea-btn-v2{position: absolute;right:0;top:-1px;height:32px} +/*搜索框提示*/ +.search-con{position: relative} +.search-list{position: absolute;display: none;left:0;z-index:99} +.search-list li:hover{background:#e7e8eb} +/*搜索框end*/ +/*===============下拉框================*/ +.sel {width: 100%; position: relative; display: block} +.sel i {position: absolute; right: 15px; top: 20%; font-size: 20px; color: #333} +.sel .s-input {padding: 8px 15px; width: 100%; border: 1px solid #ccc} +.opt {color: #333; width: 100%; position: absolute; left: 0; display: none; border: 1px solid #ccc; border-top: none; z-index: 10; background: #fff;max-height:500%;overflow: auto} +.opt li {display: block; padding: 3px 14px 3px 14px; color: #555} +.opt li:hover {background: #f2f2f2} + +/*===============下拉框END================*/ + + +/*===============选项卡================*/ + +/*风格一*/ +.tab-v1 .tabbar {border-bottom: solid 2px #72c02c} +.tab-v1 .tabbar span {float: left; color: #555; padding: 8px 15px; font-size: 14px; margin-right: 2px; cursor: pointer} +.tab-v1 .tabcon{display: none} +.tab-v1 .tabbar span.current {background: #72c02c; color: #fff} +.tab-v1 .tabbar span:hover {background: #72c02c; color: #fff} +/*风格二*/ +/*.tab-v2 .tabbar{border-bottom: solid 2px #72c02c}*/ +.tab-v2 .tabbar span {float: left; font-size: 14px; color: #555; padding: 10px 15px 10px; cursor: pointer; margin-bottom: -2px} +.tab-v2 .tabcon {border: solid 1px #f2f2f2} +.tab-v2 .tabbar span.current {background: #fff; border-left: solid 1px #eee; border-right: solid 1px #eee; padding: 8px 14px 11px; border-top: 2px solid #00B0EC} +.tab-v2 .tabbar span:hover {color: #00B0EC} +/*===============选项卡END================*/ + +/*===============导航条================*/ +/* 顶部导航 */ +.nav-topbar ul li {float: left} +.nav-topbar .topbar-devider {height: 14px; padding: 0; position: relative; top: 0px; margin: 0 9px 0 5px} +/* 导航 */ +.nav ul li {float: left; cursor: pointer} +.nav ul li a {display: inline-block; padding: 9px 30px 9px 20px; font-size: 15px; line-height: 20px} +.nav ul li a:hover {color: #00ADEB; border-bottom: solid 2px #00ADEB; text-decoration: none;padding-bottom: 7px} +.nav .current {color: #00ADEB; border-bottom: solid 2px #00ADEB} +/* 导航二 */ +.nav-v2 ul li {float: left; cursor: pointer;font-size: 14px} +.nav-v2 ul li a {display: inline-block; padding: 10px 10px 10px 10px} +.nav-v2 .current {color: #00ADEB} +/* 面包屑导航 */ +.nav-bre {font-size: 14px} +/*===============导航条END================*/ +/*===============折叠================*/ +.fold .item {position: relative} +.fold .item h4 {margin: 0; position: relative;line-height: 22px; padding: 5px 10px;cursor: pointer; padding-right: 30px} +.fold .item h4 b {position: absolute; display: block; cursor: pointer; right: 10px; top: 5px; width: 16px; height: 16px; text-align: center; color: #666; font-size: 16px} +.fold .info {display: none} +.fold .info li {text-align: center; line-height: 30px; font-size: 16px; height: 30px; background-color: #fff} +.fold .info li a:hover{text-decoration: none; background-color: #f4f5f9; color: #00ADEB} +/*===============折叠END=================*/ +/* 常用图片尺寸 */ +.img-20{width:20px;height:20px} +.img-25{width:25px;height:25px} +.img-30{width:30px;height:30px} +.img-35{width:35px;height:35px} +.img-50{width:50px;height:50px} +.img-60{width:60px;height:60px} +.img-100{width:100px;height:100px} +.product-img{width: 100%;height:190px; position: relative} +@media (max-width: 768px){ + .product-img{height:130px} +} +.pro-img-2{width: 100%;height:139px;position: relative} +.pro-img-3{height:60px;position: relative} +/* 二 居中显示*/ +@media (max-width: 992px){ + .pro-img-2{height:95px} + .pro-img-3{height:50px} +} +.product-img img,.pro-img-2 img,.pro-img-3 img{position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + -ms-transform: translate(-50%, -50%); + -webkit-transform: translate(-50%, -50%); + -moz-transform: translate(-50%, -50%); + max-height: 100%; +} +/*页面底部*/ +.wrap{min-height: 100%} +/*透明*/ +.rgba-30{background: rgba(0,0,0,0.4)} +.rgba-50{background: rgba(0,0,0,0.5)} +.rgba-70{background: rgba(0,0,0,0.7)} \ No newline at end of file diff --git a/z_1.1.0/html/css/index/index.css b/z_1.1.0/html/css/index/index.css new file mode 100644 index 0000000..7559615 --- /dev/null +++ b/z_1.1.0/html/css/index/index.css @@ -0,0 +1,196 @@ + @charset"utf-8"; + /* cyrillic-ext */ +@font-face { + font-family: 'Montserrat'; + font-style: normal; + font-weight: 700; + src: local('Montserrat Bold'), local('Montserrat-Bold'), url(http://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2'); + unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; +} +/* cyrillic */ +@font-face { + font-family: 'Montserrat'; + font-style: normal; + font-weight: 700; + src: local('Montserrat Bold'), local('Montserrat-Bold'), url(http://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2'); + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +} +/* vietnamese */ +@font-face { + font-family: 'Montserrat'; + font-style: normal; + font-weight: 700; + src: local('Montserrat Bold'), local('Montserrat-Bold'), url(http://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; +} +/* latin-ext */ +@font-face { + font-family: 'Montserrat'; + font-style: normal; + font-weight: 700; + src: local('Montserrat Bold'), local('Montserrat-Bold'), url(http://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2'); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; +} +/* latin */ +@font-face { + font-family: 'Montserrat'; + font-style: normal; + font-weight: 700; + src: local('Montserrat Bold'), local('Montserrat-Bold'), url(http://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} +/* cyrillic-ext */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans Regular'), local('OpenSans-Regular'), url(http://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2'); + unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; +} +/* cyrillic */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans Regular'), local('OpenSans-Regular'), url(http://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2'); + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +} +/* greek-ext */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans Regular'), local('OpenSans-Regular'), url(http://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2'); + unicode-range: U+1F00-1FFF; +} +/* greek */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans Regular'), local('OpenSans-Regular'), url(http://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2'); + unicode-range: U+0370-03FF; +} +/* vietnamese */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans Regular'), local('OpenSans-Regular'), url(http://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; +} +/* latin-ext */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans Regular'), local('OpenSans-Regular'), url(http://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2'); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; +} +/* latin */ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans Regular'), local('OpenSans-Regular'), url(http://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} +/* 字体引入结束 */ +html, + body { + overflow: hidden; + margin: 0; + } + + body { + font-family: 'Open Sans', 'Helvetica Neue', 'Hiragino Sans GB', 'LiHei Pro', Arial, sans-serif; + color: #333; + } + + #wrapper { + position: absolute; + left: 0; + width: 320px; + text-align: center; + top: 50%; + left: 50%; + margin-left: -160px; + margin-top: -160px; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + } + + h1 { + font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif; + font-weight: 700; + font-size: 30px; + letter-spacing: 9px; + text-transform: uppercase; + margin: 12px 0; + left: 4px; + } + + h2 { + color: #999; + font-weight: normal; + font-size: 15px; + letter-spacing: .12em; + margin-bottom: 30px; + left: 3px; + } + + h1, + h2 { + position: relative; + } + + p { + font-size: 14px; + line-height: 2em; + margin: 0; + letter-spacing: 2px; + } + + canvas { + position: absolute; + top: 0; + left: 0; + z-index: 0; + width: 100%; + height: 100%; + pointer-events: none; + } + + a { + color: #999; + text-decoration: none; + transition: color .2s ease; + } + + a:hover { + color: #f33; + } + + #footer { + position: absolute; + width: 100%; + text-align: center; + bottom: 0%; + left: 0%; + line-height: 2em; + font-size: 14px; + color: #999; + text-decoration: none; + transition: color .2s ease; + -webkit-user-select: none; + -moz-user-select: none; + } + #footer a{ + color: #999; + text-decoration: none; + transition: color .2s ease; + } + #footer a:hover { + color: #f33; + } \ No newline at end of file diff --git a/z_1.1.0/html/images/comm/logo.ico b/z_1.1.0/html/images/comm/logo.ico new file mode 100644 index 0000000000000000000000000000000000000000..c2c7fd6b2e786721f44a6eba9fade3c7fcbba7f3 GIT binary patch literal 4286 zcmeHK&r6h16n!;;)gp2e5s2apztjNj)sAzZ?%uP^Wzrf-ID zD}-ZzSktDP+eJkQMmyj?p#@&RD zX1I*HpCQqHYI-TL^BVYrSbKn+YX)9Bsh}^f3&sSX8R|`@Gl$o(8H-kH$eQ6(XY89U z^t~PZcpYelhmq?<;=N8Gf96hx_q&)OgxvRr)OXv3!cHvSN7i@oC$%91KMc)n=QyVhyo6x)yb$P$m3pif1N@11AfjW z;5u`Ua|T%us39O*lT8Q zfK^}<_zCO+>j0XJO-57!HI=b`52&e8!O0NRs%G`onl--E%*yBa.split("/")[0].indexOf(":")&&(a=Be+e[2].substring(0,e[2].lastIndexOf("/"))+ +"/"+a):a=Be+e[2]+(a||f);b.href=a;d=c(b);return{protocol:(b.protocol||"").toLowerCase(),host:d[0],port:d[1],path:d[2],query:b.search||"",url:a||""}}function Na(a,b){function c(b,c){a.contains(b)||a.set(b,[]);a.get(b).push(c)}b=Da(b).split("&");for(var d=0;de?c(b[d],"1"):c(b[d].substring(0,e),b[d].substring(e+1))}} +function Pa(a,b){return F(a)||"["==a.charAt(0)&&"]"==a.charAt(a.length-1)?"-":a.indexOf(J.domain+(b&&"/"!=b?b:""))==(0==a.indexOf("http://")?7:0==a.indexOf("https://")?8:0)?"0":a};var Qa=0;function Ra(a,b,c){1<=Qa||1<=100*Math.random()||ld()||(a=["utmt=error","utmerr="+a,"utmwv=5.7.1","utmn="+Ea(),"utmsp=1"],b&&a.push("api="+b),c&&a.push("msg="+G(c.substring(0,100))),M.w&&a.push("aip=1"),Sa(a.join("&")),Qa++)};var Ta=0,Ua={};function N(a){return Va("x"+Ta++,a)}function Va(a,b){Ua[a]=!!b;return a} +var Wa=N(),Xa=Va("anonymizeIp"),Ya=N(),$a=N(),ab=N(),bb=N(),O=N(),P=N(),cb=N(),db=N(),eb=N(),fb=N(),gb=N(),hb=N(),ib=N(),jb=N(),kb=N(),lb=N(),nb=N(),ob=N(),pb=N(),qb=N(),rb=N(),sb=N(),tb=N(),ub=N(),vb=N(),wb=N(),xb=N(),yb=N(),zb=N(),Ab=N(),Bb=N(),Cb=N(),Db=N(),Eb=N(),Fb=N(!0),Gb=Va("currencyCode"),v=Va("storeGac"),Hb=Va("page"),Ib=Va("title"),Jb=N(),Kb=N(),Lb=N(),Mb=N(),Nb=N(),Ob=N(),Pb=N(),Qb=N(),Rb=N(),Q=N(!0),Sb=N(!0),Tb=N(!0),Ub=N(!0),Vb=N(!0),Wb=N(!0),Zb=N(!0),$b=N(!0),ac=N(!0),bc=N(!0),cc=N(!0), +R=N(!0),dc=N(!0),ec=N(!0),fc=N(!0),gc=N(!0),hc=N(!0),ic=N(!0),jc=N(!0),S=N(!0),kc=N(!0),lc=N(!0),mc=N(!0),nc=N(!0),oc=N(!0),pc=N(!0),qc=N(!0),rc=Va("campaignParams"),sc=N(),tc=Va("hitCallback"),uc=N();N();var vc=N(),wc=N(),xc=N(),yc=N(),zc=N(),Ac=N(),Bc=N(),Cc=N(),Dc=N(),Ec=N(),Fc=N(),Gc=N(),Hc=N(),Ic=N();N(); +var Mc=N(),Nc=N(),Yb=N(),Jc=N(),Kc=N(),Lc=Va("utmtCookieName"),Cd=Va("displayFeatures"),Oc=N(),of=Va("gtmid"),Oe=Va("uaName"),Pe=Va("uaDomain"),Qe=Va("uaPath"),pf=Va("linkid"),w=N(),x=N(),y=N(),z=N();var Re=function(){function a(a,c,d){T(qf.prototype,a,c,d)}a("_createTracker",qf.prototype.hb,55);a("_getTracker",qf.prototype.oa,0);a("_getTrackerByName",qf.prototype.u,51);a("_getTrackers",qf.prototype.pa,130);a("_anonymizeIp",qf.prototype.aa,16);a("_forceSSL",qf.prototype.la,125);a("_getPlugin",Pc,120)},Se=function(){function a(a,c,d){T(U.prototype,a,c,d)}Qc("_getName",$a,58);Qc("_getAccount",Wa,64);Qc("_visitCode",Q,54);Qc("_getClientInfo",ib,53,1);Qc("_getDetectTitle",lb,56,1);Qc("_getDetectFlash", +jb,65,1);Qc("_getLocalGifPath",wb,57);Qc("_getServiceMode",xb,59);V("_setClientInfo",ib,66,2);V("_setAccount",Wa,3);V("_setNamespace",Ya,48);V("_setAllowLinker",fb,11,2);V("_setDetectFlash",jb,61,2);V("_setDetectTitle",lb,62,2);V("_setLocalGifPath",wb,46,0);V("_setLocalServerMode",xb,92,void 0,0);V("_setRemoteServerMode",xb,63,void 0,1);V("_setLocalRemoteServerMode",xb,47,void 0,2);V("_setSampleRate",vb,45,1);V("_setCampaignTrack",kb,36,2);V("_setAllowAnchor",gb,7,2);V("_setCampNameKey",ob,41);V("_setCampContentKey", +tb,38);V("_setCampIdKey",nb,39);V("_setCampMediumKey",rb,40);V("_setCampNOKey",ub,42);V("_setCampSourceKey",qb,43);V("_setCampTermKey",sb,44);V("_setCampCIdKey",pb,37);V("_setCookiePath",P,9,0);V("_setMaxCustomVariables",yb,0,1);V("_setVisitorCookieTimeout",cb,28,1);V("_setSessionCookieTimeout",db,26,1);V("_setCampaignCookieTimeout",eb,29,1);V("_setReferrerOverride",Jb,49);V("_setSiteSpeedSampleRate",Dc,132);V("_storeGac",v,143);a("_trackPageview",U.prototype.Fa,1);a("_trackEvent",U.prototype.F,4); +a("_trackPageLoadTime",U.prototype.Ea,100);a("_trackSocial",U.prototype.Ga,104);a("_trackTrans",U.prototype.Ia,18);a("_sendXEvent",U.prototype.ib,78);a("_createEventTracker",U.prototype.ia,74);a("_getVersion",U.prototype.qa,60);a("_setDomainName",U.prototype.B,6);a("_setAllowHash",U.prototype.va,8);a("_getLinkerUrl",U.prototype.na,52);a("_link",U.prototype.link,101);a("_linkByPost",U.prototype.ua,102);a("_setTrans",U.prototype.za,20);a("_addTrans",U.prototype.$,21);a("_addItem",U.prototype.Y,19); +a("_clearTrans",U.prototype.ea,105);a("_setTransactionDelim",U.prototype.Aa,82);a("_setCustomVar",U.prototype.wa,10);a("_deleteCustomVar",U.prototype.ka,35);a("_getVisitorCustomVar",U.prototype.ra,50);a("_setXKey",U.prototype.Ca,83);a("_setXValue",U.prototype.Da,84);a("_getXKey",U.prototype.sa,76);a("_getXValue",U.prototype.ta,77);a("_clearXKey",U.prototype.fa,72);a("_clearXValue",U.prototype.ga,73);a("_createXObj",U.prototype.ja,75);a("_addIgnoredOrganic",U.prototype.W,15);a("_clearIgnoredOrganic", +U.prototype.ba,97);a("_addIgnoredRef",U.prototype.X,31);a("_clearIgnoredRef",U.prototype.ca,32);a("_addOrganic",U.prototype.Z,14);a("_clearOrganic",U.prototype.da,70);a("_cookiePathCopy",U.prototype.ha,30);a("_get",U.prototype.ma,106);a("_set",U.prototype.xa,107);a("_addEventListener",U.prototype.addEventListener,108);a("_removeEventListener",U.prototype.removeEventListener,109);a("_addDevId",U.prototype.V);a("_getPlugin",Pc,122);a("_setPageGroup",U.prototype.ya,126);a("_trackTiming",U.prototype.Ha, +124);a("_initData",U.prototype.initData,2);a("_setVar",U.prototype.Ba,22);V("_setSessionTimeout",db,27,3);V("_setCookieTimeout",eb,25,3);V("_setCookiePersistence",cb,24,1);a("_setAutoTrackOutbound",Fa,79);a("_setTrackOutboundSubdomains",Fa,81);a("_setHrefExamineLimit",Fa,80)};function Pc(a){var b=this.plugins_;if(b)return b.get(a)} +var T=function(a,b,c,d){a[b]=function(){try{return void 0!=d&&H(d),c.apply(this,arguments)}catch(e){throw Ra("exc",b,e&&e.name),e;}}},Qc=function(a,b,c,d){U.prototype[a]=function(){try{return H(c),Aa(this.a.get(b),d)}catch(e){throw Ra("exc",a,e&&e.name),e;}}},V=function(a,b,c,d,e){U.prototype[a]=function(f){try{H(c),void 0==e?this.a.set(b,Aa(f,d)):this.a.set(b,e)}catch(Be){throw Ra("exc",a,Be&&Be.name),Be;}}},Te=function(a,b){return{type:b,target:a,stopPropagation:function(){throw"aborted";}}};var Rc=new RegExp(/(^|\.)doubleclick\.net$/i),Sc=function(a,b){return Rc.test(J.location.hostname)?!0:"/"!==b?!1:0!=a.indexOf("www.google.")&&0!=a.indexOf(".google.")&&0!=a.indexOf("google.")||-1b.length||ad(b[0],c))return!1;b=b.slice(1).join(".").split("|");0=b.length)return!0;b=b[1].split(-1==b[1].indexOf(",")?"^":",");for(c=0;cb.length||ad(b[0],c))return a.set(ec,void 0),a.set(fc,void 0),a.set(gc,void 0),a.set(ic,void 0),a.set(jc,void 0),a.set(nc,void 0),a.set(oc,void 0),a.set(pc,void 0),a.set(qc,void 0),a.set(S,void 0),a.set(kc,void 0),a.set(lc,void 0),a.set(mc,void 0),!1;a.set(ec,1*b[1]);a.set(fc,1*b[2]);a.set(gc,1*b[3]);Ve(a,b.slice(4).join(".")); +return!0},Ve=function(a,b){function c(a){return(a=b.match(a+"=(.*?)(?:\\|utm|$)"))&&2==a.length?a[1]:void 0}function d(b,c){c?(c=e?I(c):c.split("%20").join(" "),a.set(b,c)):a.set(b,void 0)}-1==b.indexOf("=")&&(b=I(b));var e="2"==c("utmcvr");d(ic,c("utmcid"));d(jc,c("utmccn"));d(nc,c("utmcsr"));d(oc,c("utmcmd"));d(pc,c("utmctr"));d(qc,c("utmcct"));d(S,c("utmgclid"));d(kc,c("utmgclsrc"));d(lc,c("utmdclid"));d(mc,c("utmdsid"))},ad=function(a,b){return b?a!=b:!/^\d+$/.test(a)};var Uc=function(){this.filters=[]};Uc.prototype.add=function(a,b){this.filters.push({name:a,s:b})};Uc.prototype.cb=function(a){try{for(var b=0;b=100*a.get(vb)&&a.stopPropagation()}function kd(a){ld(a.get(Wa))&&a.stopPropagation()}function md(a){"file:"==J.location.protocol&&a.stopPropagation()}function Ge(a){He()&&a.stopPropagation()} +function nd(a){a.get(Ib)||a.set(Ib,J.title,!0);a.get(Hb)||a.set(Hb,J.location.pathname+J.location.search,!0)}function lf(a){a.get(Wa)&&"UA-XXXXX-X"!=a.get(Wa)||a.stopPropagation()};var od=new function(){var a=[];this.set=function(b){a[b]=!0};this.encode=function(){for(var b=[],c=0;c=b[0]||0>=b[1]?"":b.join("x");a.Wa=Be}catch(k){H(135)}qd=a}},td=function(){sd();var a=qd,b=W.navigator;a=b.appName+b.version+a.language+b.platform+b.userAgent+a.javaEnabled+a.jb+a.P+(J.cookie?J.cookie:"")+(J.referrer?J.referrer:"");b=a.length;for(var c=W.history.length;0d?(this.i=b.substring(0,d),this.l=b.substring(d+1,c),this.h=b.substring(c+1)):(this.i=b.substring(0,d),this.h=b.substring(d+1));this.Xa=a.slice(1);this.Ma=!this.l&&"_require"==this.h;this.J=!this.i&&!this.l&&"_provide"==this.h}},Y=function(){T(Y.prototype, +"push",Y.prototype.push,5);T(Y.prototype,"_getPlugin",Pc,121);T(Y.prototype,"_createAsyncTracker",Y.prototype.Sa,33);T(Y.prototype,"_getAsyncTracker",Y.prototype.Ta,34);this.I=new nf;this.eb=[]};E=Y.prototype;E.Na=function(a,b,c){var d=this.I.get(a);if(!Ba(d))return!1;b.plugins_=b.plugins_||new nf;b.plugins_.set(a,new d(b,c||{}));return!0};E.push=function(a){var b=Z.Va.apply(this,arguments);b=Z.eb.concat(b);for(Z.eb=[];0e?b+"#"+d:b+"&"+d;c="";0b.indexOf("?")?b+"?"+d+c:b+"&"+d+c},$d=function(a,b,c,d){for(var e=0;3>e;e++){for(var f= +0;3>f;f++){if(d==Yc(a+b+c))return H(127),[b,c];var Be=b.replace(/ /g,"%20"),k=c.replace(/ /g,"%20");if(d==Yc(a+Be+k))return H(128),[Be,k];Be=Be.replace(/\+/g,"%20");k=k.replace(/\+/g,"%20");if(d==Yc(a+Be+k))return H(129),[Be,k];try{var Ja=b.match("utmctr=(.*?)(?:\\|utm|$)");if(Ja&&2==Ja.length&&(Be=b.replace(Ja[1],G(I(Ja[1]))),d==Yc(a+Be+c)))return H(139),[Be,c]}catch(t){}b=I(b)}c=I(c)}};var de="|",fe=function(a,b,c,d,e,f,Be,k,Ja){var t=ee(a,b);t||(t={},a.get(Cb).push(t));t.id_=b;t.affiliation_=c;t.total_=d;t.tax_=e;t.shipping_=f;t.city_=Be;t.state_=k;t.country_=Ja;t.items_=t.items_||[];return t},ge=function(a,b,c,d,e,f,Be){a=ee(a,b)||fe(a,b,"",0,0,0,"","","");a:{if(a&&a.items_){var k=a.items_;for(var Ja=0;Jab.length||!/^\d+$/.test(b[0])||(b[0]=""+c,Fd(a,"__utmx",b.join("."),void 0))},be=function(a,b){a=$c(a.get(O),pd("__utmx"));"-"==a&&(a="");return b?G(a):a},Ye=function(a){try{var b=La(J.location.href,!1),c=decodeURIComponent(L(b.R.get("utm_referrer")))||"";c&&a.set(Jb,c);var d=decodeURIComponent(K(b.R.get("utm_expid")))||"";d&&(d=d.split(".")[0],a.set(Oc,""+d))}catch(e){H(146)}},l=function(a){var b=W.gaData&&W.gaData.expId;b&&a.set(Oc, +""+b)};var ke=function(a,b){var c=Math.min(a.b(Dc,0),100);if(a.b(Q,0)%100>=c)return!1;c=Ze()||$e();if(void 0==c)return!1;var d=c[0];if(void 0==d||Infinity==d||isNaN(d))return!1;0a[b])return!1;return!0},le=function(a){return isNaN(a)||0>a?0:5E3>a?10*Math.floor(a/10):5E4>a?100*Math.floor(a/100):41E5>a?1E3*Math.floor(a/1E3):41E5},je=function(a){for(var b=new yd,c=0;cb.length)){for(var c=[],d=0;d=f)return!1;c=1*(""+c);if(""==a||!wd(a)||""==b||!wd(b)||!xd(c)||isNaN(c)||0>c||0>f||100=a||a>e.get(yb))a=!1;else if(!b||!c||128=a&&Ca(b)&&""!=b){var c=this.get(Fc)||[];c[a]=b;this.set(Fc,c)}};E.V=function(a){a=""+a;if(a.match(/^[A-Za-z0-9]{1,5}$/)){var b=this.get(Ic)||[];b.push(a);this.set(Ic,b)}}; +E.initData=function(){this.a.load()};E.Ba=function(a){a&&""!=a&&(this.set(Tb,a),this.a.j("var"))};var ne=function(a){"trans"!==a.get(sc)&&500<=a.b(cc,0)&&a.stopPropagation();if("event"===a.get(sc)){var b=(new Date).getTime(),c=a.b(dc,0),d=a.b(Zb,0);c=Math.floor((b-(c!=d?c:1E3*c))/1E3*1);0=a.b(R,0)&&a.stopPropagation()}},pe=function(a){"event"===a.get(sc)&&a.set(R,Math.max(0,a.b(R,10)-1))};var qe=function(){var a=[];this.add=function(b,c,d){d&&(c=G(""+c));a.push(b+"="+c)};this.toString=function(){return a.join("&")}},re=function(a,b){(b||2!=a.get(xb))&&a.Za(cc)},se=function(a,b){b.add("utmwv","5.7.1");b.add("utms",a.get(cc));b.add("utmn",Ea());var c=J.location.hostname;F(c)||b.add("utmhn",c,!0);a=a.get(vb);100!=a&&b.add("utmsp",a,!0)},te=function(a,b){b.add("utmht",(new Date).getTime());b.add("utmac",Da(a.get(Wa)));a.get(Oc)&&b.add("utmxkey",a.get(Oc),!0);a.get(vc)&&b.add("utmni",1); +a.get(of)&&b.add("utmgtm",a.get(of),!0);var c=a.get(Ic);c&&0=a.length)gf(a,b,c);else if(8192>=a.length){if(0<=W.navigator.userAgent.indexOf("Firefox")&&![].reduce)throw new De(a.length);df(a,b)||ef(a,b)||Ee(a,b)||b()}else throw new Ce(a.length);},gf=function(a,b,c){c=c||Ne()+"/__utm.gif?"; +var d=new Image(1,1);d.src=c+a;d.onload=function(){d.onload=null;d.onerror=null;b()};d.onerror=function(){d.onload=null;d.onerror=null;b()}},ef=function(a,b){if(0!=Ne().indexOf(J.location.protocol))return!1;var c=W.XDomainRequest;if(!c)return!1;c=new c;c.open("POST",Ne()+"/p/__utm.gif");c.onerror=function(){b()};c.onload=b;c.send(a);return!0},df=function(a,b,c,d){var e=W.XMLHttpRequest;if(!e)return!1;var f=new e;if(!("withCredentials"in f))return!1;f.open("POST",c||Ne()+"/p/__utm.gif",!0);f.withCredentials= +!0;f.setRequestHeader("Content-Type","text/plain");f.onreadystatechange=function(){if(4==f.readyState){if(d)try{var a=f.responseText;if(1>a.length||"1"!=a.charAt(0))Ra("xhr","ver",a),b();else if(3')}catch(e){c=J.createElement("iframe"),c.name=a}c.height="0";c.width="0";c.style.display="none";c.style.visibility="hidden";var d=Ne()+"/u/post_iframe.html";Ga(W,"beforeunload", +function(){c.src="";c.parentNode&&c.parentNode.removeChild(c)});setTimeout(b,1E3);J.body.appendChild(c);c.src=d;return!0};var qf=function(){this.G=this.w=!1;0==Ea()%1E4&&(H(142),this.G=!0);this.C={};this.D=[];this.U=0;this.S=[["www.google-analytics.com","","/plugins/"]];this._gasoCPath=this._gasoDomain=this.bb=void 0;Re();Se()};E=qf.prototype;E.oa=function(a,b){return this.hb(a,void 0,b)};E.hb=function(a,b,c){b&&H(23);c&&H(67);void 0==b&&(b="~"+M.U++);a=new U(b,a,c);M.C[b]=a;M.D.push(a);return a};E.u=function(a){a=a||"";return M.C[a]||M.hb(void 0,a)};E.pa=function(){return M.D.slice(0)};E.ab=function(){return M.D.length}; +E.aa=function(){this.w=!0};E.la=function(){this.G=!0};var Fe=function(a){if("prerender"==J.visibilityState)return!1;a();return!0};var M=new qf;var D=W._gat;D&&Ba(D._getTracker)?M=D:W._gat=M;var Z=new Y;(function(a){if(!Fe(a)){H(123);var b=!1,c=function(){if(!b&&Fe(a)){b=!0;var d=J,e=c;d.removeEventListener?d.removeEventListener("visibilitychange",e,!1):d.detachEvent&&d.detachEvent("onvisibilitychange",e)}};Ga(J,"visibilitychange",c)}})(function(){var a=W._gaq,b=!1;if(a&&Ba(a.push)&&(b="[object Array]"==Object.prototype.toString.call(Object(a)),!b)){Z=a;return}W._gaq=Z;b&&Z.push.apply(Z,a)});function Yc(a){var b=1,c;if(a)for(b=0,c=a.length-1;0<=c;c--){var d=a.charCodeAt(c);b=(b<<6&268435455)+d+(d<<14);d=b&266338304;b=0!=d?b^d>>21:b}return b};}).call(this); diff --git a/z_1.1.0/index.html b/z_1.1.0/index.html index d1e7e4f..ddac1ed 100644 --- a/z_1.1.0/index.html +++ b/z_1.1.0/index.html @@ -1,104 +1,103 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + - - - - - 秋天的故事 + + Tian Ye + - -
-
-
-
- 翟天野LOGO -
- - - -
-
- -
-
- 翟天野个人网站,秋天的城市 -
-
-

- 天上繁星点点。 -

-

- 秋天的黄叶散落在山下的小城。 -

-

- 城是暖城,秋是深秋,野是原野,天是凉天。 -

-

- 天野、秋城、一段童话的爱情故事。 -

-
-
-
- - - - - - + +
+ +

Tianye Zhai

+

Inspiration comes from & Evan You 

+

Blog

+

Github

+

resume

+

production

+
+ + + + \ No newline at end of file