Commit 9d6b3a01 authored by youjie's avatar youjie

签名

parent 184fa774
.row{
iconfont.row{
display: flex;
}
.row-w{
......
/* Logo 字体 */
@font-face {
font-family: "iconfont logo";
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'),
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'),
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'),
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
}
.logo {
font-family: "iconfont logo";
font-size: 160px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* tabs */
.nav-tabs {
position: relative;
}
.nav-tabs .nav-more {
position: absolute;
right: 0;
bottom: 0;
height: 42px;
line-height: 42px;
color: #666;
}
#tabs {
border-bottom: 1px solid #eee;
}
#tabs li {
cursor: pointer;
width: 100px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 16px;
border-bottom: 2px solid transparent;
position: relative;
z-index: 1;
margin-bottom: -1px;
color: #666;
}
#tabs .active {
border-bottom-color: #f00;
color: #222;
}
.tab-container .content {
display: none;
}
/* 页面布局 */
.main {
padding: 30px 100px;
width: 960px;
margin: 0 auto;
}
.main .logo {
color: #333;
text-align: left;
margin-bottom: 30px;
line-height: 1;
height: 110px;
margin-top: -50px;
overflow: hidden;
*zoom: 1;
}
.main .logo a {
font-size: 160px;
color: #333;
}
.helps {
margin-top: 40px;
}
.helps pre {
padding: 20px;
margin: 10px 0;
border: solid 1px #e7e1cd;
background-color: #fffdef;
overflow: auto;
}
.icon_lists {
width: 100% !important;
overflow: hidden;
*zoom: 1;
}
.icon_lists li {
width: 100px;
margin-bottom: 10px;
margin-right: 20px;
text-align: center;
list-style: none !important;
cursor: default;
}
.icon_lists li .code-name {
line-height: 1.2;
}
.icon_lists .icon {
display: block;
height: 100px;
line-height: 100px;
font-size: 42px;
margin: 10px auto;
color: #333;
-webkit-transition: font-size 0.25s linear, width 0.25s linear;
-moz-transition: font-size 0.25s linear, width 0.25s linear;
transition: font-size 0.25s linear, width 0.25s linear;
}
.icon_lists .icon:hover {
font-size: 100px;
}
.icon_lists .svg-icon {
/* 通过设置 font-size 来改变图标大小 */
width: 1em;
/* 图标和文字相邻时,垂直对齐 */
vertical-align: -0.15em;
/* 通过设置 color 来改变 SVG 的颜色/fill */
fill: currentColor;
/* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
normalize.css 中也包含这行 */
overflow: hidden;
}
.icon_lists li .name,
.icon_lists li .code-name {
color: #666;
}
/* markdown 样式 */
.markdown {
color: #666;
font-size: 14px;
line-height: 1.8;
}
.highlight {
line-height: 1.5;
}
.markdown img {
vertical-align: middle;
max-width: 100%;
}
.markdown h1 {
color: #404040;
font-weight: 500;
line-height: 40px;
margin-bottom: 24px;
}
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
color: #404040;
margin: 1.6em 0 0.6em 0;
font-weight: 500;
clear: both;
}
.markdown h1 {
font-size: 28px;
}
.markdown h2 {
font-size: 22px;
}
.markdown h3 {
font-size: 16px;
}
.markdown h4 {
font-size: 14px;
}
.markdown h5 {
font-size: 12px;
}
.markdown h6 {
font-size: 12px;
}
.markdown hr {
height: 1px;
border: 0;
background: #e9e9e9;
margin: 16px 0;
clear: both;
}
.markdown p {
margin: 1em 0;
}
.markdown>p,
.markdown>blockquote,
.markdown>.highlight,
.markdown>ol,
.markdown>ul {
width: 80%;
}
.markdown ul>li {
list-style: circle;
}
.markdown>ul li,
.markdown blockquote ul>li {
margin-left: 20px;
padding-left: 4px;
}
.markdown>ul li p,
.markdown>ol li p {
margin: 0.6em 0;
}
.markdown ol>li {
list-style: decimal;
}
.markdown>ol li,
.markdown blockquote ol>li {
margin-left: 20px;
padding-left: 4px;
}
.markdown code {
margin: 0 3px;
padding: 0 5px;
background: #eee;
border-radius: 3px;
}
.markdown strong,
.markdown b {
font-weight: 600;
}
.markdown>table {
border-collapse: collapse;
border-spacing: 0px;
empty-cells: show;
border: 1px solid #e9e9e9;
width: 95%;
margin-bottom: 24px;
}
.markdown>table th {
white-space: nowrap;
color: #333;
font-weight: 600;
}
.markdown>table th,
.markdown>table td {
border: 1px solid #e9e9e9;
padding: 8px 16px;
text-align: left;
}
.markdown>table th {
background: #F7F7F7;
}
.markdown blockquote {
font-size: 90%;
color: #999;
border-left: 4px solid #e9e9e9;
padding-left: 0.8em;
margin: 1em 0;
}
.markdown blockquote p {
margin: 0;
}
.markdown .anchor {
opacity: 0;
transition: opacity 0.3s ease;
margin-left: 8px;
}
.markdown .waiting {
color: #ccc;
}
.markdown h1:hover .anchor,
.markdown h2:hover .anchor,
.markdown h3:hover .anchor,
.markdown h4:hover .anchor,
.markdown h5:hover .anchor,
.markdown h6:hover .anchor {
opacity: 1;
display: inline-block;
}
.markdown>br,
.markdown>p>br {
clear: both;
}
.hljs {
display: block;
background: white;
padding: 0.5em;
color: #333333;
overflow-x: auto;
}
.hljs-comment,
.hljs-meta {
color: #969896;
}
.hljs-string,
.hljs-variable,
.hljs-template-variable,
.hljs-strong,
.hljs-emphasis,
.hljs-quote {
color: #df5000;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-type {
color: #a71d5d;
}
.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-attribute {
color: #0086b3;
}
.hljs-section,
.hljs-name {
color: #63a35c;
}
.hljs-tag {
color: #333333;
}
.hljs-title,
.hljs-attr,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
color: #795da3;
}
.hljs-addition {
color: #55a532;
background-color: #eaffea;
}
.hljs-deletion {
color: #bd2c00;
background-color: #ffecec;
}
.hljs-link {
text-decoration: underline;
}
/* 代码高亮 */
/* PrismJS 1.15.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
/**
* prism.js default theme for JavaScript, CSS and HTML
* Based on dabblet (http://dabblet.com)
* @author Lea Verou
*/
code[class*="language-"],
pre[class*="language-"] {
color: black;
background: none;
text-shadow: 0 1px white;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
text-shadow: none;
background: #b3d4fc;
}
pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
text-shadow: none;
background: #b3d4fc;
}
@media print {
code[class*="language-"],
pre[class*="language-"] {
text-shadow: none;
}
}
/* Code blocks */
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
}
:not(pre)>code[class*="language-"],
pre[class*="language-"] {
background: #f5f2f0;
}
/* Inline code */
:not(pre)>code[class*="language-"] {
padding: .1em;
border-radius: .3em;
white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: slategray;
}
.token.punctuation {
color: #999;
}
.namespace {
opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
color: #9a6e3a;
background: hsla(0, 0%, 100%, .5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
color: #07a;
}
.token.function,
.token.class-name {
color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
color: #e90;
}
.token.important,
.token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}
.token.entity {
cursor: help;
}
@font-face {
font-family: "iconfont"; /* Project id 635492 */
src: url('iconfont.woff2?t=1744250484597') format('woff2'),
url('iconfont.woff?t=1744250484597') format('woff'),
url('iconfont.ttf?t=1744250484597') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-chakan1:before {
content: "\e888";
}
.icon-xihuan:before {
content: "\e885";
}
.icon-xihuan1:before {
content: "\e887";
}
.icon-yingyu:before {
content: "\e886";
}
.icon-star2:before {
content: "\edf9";
}
.icon-daohang:before {
content: "\e884";
}
.icon-category:before {
content: "\e883";
}
.icon-shouxufei:before {
content: "\e882";
}
.icon-xiaochengxu1:before {
content: "\e881";
}
.icon-fapiao:before {
content: "\e880";
}
.icon-gengduojiantou:before {
content: "\e87f";
}
.icon-guanyuwomen:before {
content: "\e87e";
}
.icon-shouye1-copy:before {
content: "\e87d";
}
.icon-sousuoshezhi:before {
content: "\e87c";
}
.icon-xuqiudan:before {
content: "\e878";
}
.icon-yemian:before {
content: "\e879";
}
.icon-xitong:before {
content: "\e87a";
}
.icon-jichushezhi1:before {
content: "\e87b";
}
.icon-Arrowsdowntopmove:before {
content: "\e877";
}
.icon-diandiandian:before {
content: "\e876";
}
.icon-shipin:before {
content: "\e875";
}
.icon-gonglve:before {
content: "\e874";
}
.icon-hotel:before {
content: "\ebc4";
}
.icon-gaizhang:before {
content: "\e873";
}
.icon-hetong:before {
content: "\e872";
}
.icon-copy-l:before {
content: "\e871";
}
.icon-fanti:before {
content: "\e870";
}
.icon-yincang:before {
content: "\e86f";
}
.icon-quotation:before {
content: "\e86e";
}
.icon-shouji1:before {
content: "\e86c";
}
.icon-yanzhengma:before {
content: "\e86d";
}
.icon-zhankai1:before {
content: "\e86a";
}
.icon-zhankai-:before {
content: "\e86b";
}
.icon-zhongzhi1:before {
content: "\e868";
}
.icon-wancheng1:before {
content: "\e869";
}
.icon-qianming:before {
content: "\e867";
}
.icon-yiriyou:before {
content: "\e866";
}
.icon-menpiao1:before {
content: "\e865";
}
.icon-dizhi:before {
content: "\e85f";
}
.icon-zhusu:before {
content: "\e860";
}
.icon-huobao:before {
content: "\e861";
}
.icon-b-meals:before {
content: "\e862";
}
.icon-jingxuan:before {
content: "\e863";
}
.icon-cheliang:before {
content: "\e864";
}
.icon-up:before {
content: "\e85e";
}
.icon-cuishou:before {
content: "\e85d";
}
.icon-people:before {
content: "\e85c";
}
.icon-nan:before {
content: "\e85b";
}
.icon-nv:before {
content: "\ea44";
}
.icon-xiongdi:before {
content: "\e85a";
}
.icon-chat:before {
content: "\e859";
}
.icon-gengduo1:before {
content: "\e856";
}
.icon-iconkaobei1:before {
content: "\e855";
}
.icon-tuoyuan1:before {
content: "\e84f";
}
.icon-xingzhuang-:before {
content: "\e850";
}
.icon-xingzhuang9:before {
content: "\e851";
}
.icon-xingzhuang-1:before {
content: "\e852";
}
.icon-iconkaobei:before {
content: "\e853";
}
.icon-xingzhuang-2:before {
content: "\e854";
}
.icon-youji:before {
content: "\e84e";
}
.icon-fukuan2:before {
content: "\e849";
}
.icon-guanjun:before {
content: "\e84a";
}
.icon-kaoqinshenpi:before {
content: "\e84b";
}
.icon-dingdanguanli-:before {
content: "\e84c";
}
.icon-pingjiabaogao:before {
content: "\e84d";
}
.icon-cloud-disk-services:before {
content: "\e846";
}
.icon-danju1:before {
content: "\e847";
}
.icon-kaohedefen:before {
content: "\e848";
}
.icon-shuru:before {
content: "\e845";
}
.icon-ge_xingji:before {
content: "\e844";
}
.icon-radio-checked:before {
content: "\e842";
}
.icon-duoxuan:before {
content: "\e843";
}
.icon-wenti:before {
content: "\e841";
}
.icon-weibiaoti40:before {
content: "\e840";
}
.icon-suo:before {
content: "\e83d";
}
.icon-suo1:before {
content: "\e83f";
}
.icon-wechat:before {
content: "\e83e";
}
.icon-heimingdan:before {
content: "\e8a2";
}
.icon-yichuheimingdan:before {
content: "\e83c";
}
.icon-jiaruheimingdan:before {
content: "\e83b";
}
.icon-wushuju1:before {
content: "\e83a";
}
.icon-xiangxia:before {
content: "\e839";
}
.icon-xingzhuang6:before {
content: "\e830";
}
.icon-xingzhuang7:before {
content: "\e831";
}
.icon-clipboard:before {
content: "\e832";
}
.icon-juxing:before {
content: "\e833";
}
.icon-user:before {
content: "\e834";
}
.icon-juxing-:before {
content: "\e835";
}
.icon-graph:before {
content: "\e836";
}
.icon-juxing-1:before {
content: "\e837";
}
.icon-xingzhuang8:before {
content: "\e838";
}
.icon-fangjiazhangfu_x:before {
content: "\e82f";
}
.icon-tuoyuan:before {
content: "\e824";
}
.icon-xingzhuang1:before {
content: "\e825";
}
.icon-xingzhuang2:before {
content: "\e826";
}
.icon-xingzhuang3:before {
content: "\e827";
}
.icon-xingzhuang4:before {
content: "\e828";
}
.icon-xingzhuang5:before {
content: "\e829";
}
.icon-Compose:before {
content: "\e82a";
}
.icon-Sound:before {
content: "\e82b";
}
.icon-Newspaper:before {
content: "\e82c";
}
.icon-Heart:before {
content: "\e82d";
}
.icon-shouru:before {
content: "\e822";
}
.icon-zhichu:before {
content: "\e823";
}
.icon-xiaochengxu:before {
content: "\e821";
}
.icon-zhongzhuan:before {
content: "\e81f";
}
.icon-icon_status-half-dot:before {
content: "\e820";
}
.icon-dibudiandian:before {
content: "\e81e";
}
.icon-icon-test6:before {
content: "\e819";
}
.icon-biaoqian:before {
content: "\e81a";
}
.icon-icon-test7:before {
content: "\e81b";
}
.icon-Shape2:before {
content: "\e81c";
}
.icon-icon-test8:before {
content: "\e81d";
}
.icon-menpiao:before {
content: "\e817";
}
.icon-zhengshu:before {
content: "\e818";
}
.icon-Shape:before {
content: "\e815";
}
.icon-Shape1:before {
content: "\e816";
}
.icon-jinyong:before {
content: "\e814";
}
.icon-wushuju:before {
content: "\e813";
}
.icon-zhuguan:before {
content: "\e80f";
}
.icon-xihao:before {
content: "\e810";
}
.icon-wodefangan:before {
content: "\e811";
}
.icon-service:before {
content: "\e812";
}
.icon-shimingrenzheng:before {
content: "\e80e";
}
.icon-banbengengxin:before {
content: "\e80d";
}
.icon-ai-app:before {
content: "\e80a";
}
.icon-diannao:before {
content: "\e80b";
}
.icon-ios:before {
content: "\e80c";
}
.icon-shoufukuan:before {
content: "\e809";
}
.icon-tongshang:before {
content: "\e808";
}
.icon-yingxiaohuodong:before {
content: "\e807";
}
.icon-choujiangliebiao:before {
content: "\e804";
}
.icon-youhuiquanshezhi:before {
content: "\e806";
}
.icon-icon-riyu:before {
content: "\e805";
}
.icon-weihu:before {
content: "\e803";
}
.icon-zhongzhi:before {
content: "\e802";
}
.icon-huodong1:before {
content: "\e801";
}
.icon-youhuiquan:before {
content: "\e800";
}
.icon-tiaozheng:before {
content: "\e7ff";
}
.icon-maichu:before {
content: "\e7fe";
}
.icon-beizhu:before {
content: "\e7fd";
}
.icon-xiugaimima:before {
content: "\e7fc";
}
.icon-pdf:before {
content: "\e7fb";
}
.icon-PDF:before {
content: "\e7f9";
}
.icon-jihuawanchengshuai:before {
content: "\e7fa";
}
.icon-xiaoshoue:before {
content: "\e7f7";
}
.icon-tongji3:before {
content: "\e7f8";
}
.icon-guanlian:before {
content: "\e7f6";
}
.icon-xianshi:before {
content: "\e7f5";
}
.icon-xieshu:before {
content: "\e7f4";
}
.icon-tongji2:before {
content: "\e7f3";
}
.icon-yingxiaobiangeng:before {
content: "\e7f1";
}
.icon-yingxiaobaobiao:before {
content: "\e7f2";
}
.icon-search:before {
content: "\e7f0";
}
.icon-doudong:before {
content: "\e7ef";
}
.icon-web-icon-:before {
content: "\e7ee";
}
.icon-right:before {
content: "\e7e8";
}
.icon-left:before {
content: "\e7eb";
}
.icon-right1:before {
content: "\e7ec";
}
.icon-left1:before {
content: "\e7ed";
}
.icon-xiazai2:before {
content: "\e7ea";
}
.icon-upload:before {
content: "\e7e9";
}
.icon-zuoji:before {
content: "\e7e7";
}
.icon-duigou:before {
content: "\e7e4";
}
.icon-quan:before {
content: "\e7e5";
}
.icon-cha:before {
content: "\e7e6";
}
.icon-zongbiao:before {
content: "\e7e3";
}
.icon-huan1:before {
content: "\e7e1";
}
.icon-xuan:before {
content: "\e7e2";
}
.icon-wenxintishi:before {
content: "\e7e0";
}
.icon-huan:before {
content: "\e7da";
}
.icon-arrowdown:before {
content: "\e7db";
}
.icon-zhidi:before {
content: "\e7dc";
}
.icon-arrow-up:before {
content: "\e7dd";
}
.icon-zhiding:before {
content: "\e7de";
}
.icon-remove:before {
content: "\e7df";
}
.icon-xingbie-nan:before {
content: "\e7d8";
}
.icon-xingbie-nv:before {
content: "\e7d9";
}
.icon-down:before {
content: "\e7d7";
}
.icon-pingtaimingxi:before {
content: "\e7d4";
}
.icon-zijinchimingxi:before {
content: "\e7d5";
}
.icon-xianjinmingxi:before {
content: "\e7d6";
}
.icon-yinhangmingxi:before {
content: "\e7d3";
}
.icon-houtui:before {
content: "\e7d0";
}
.icon-qianjin:before {
content: "\e7d1";
}
.icon-shuaxin1:before {
content: "\e7d2";
}
.icon-shouzhikuanchaxun:before {
content: "\e7cf";
}
.icon-baomingrenshu:before {
content: "\e7c0";
}
.icon-yanshou:before {
content: "\e7ce";
}
.icon-xingcheng:before {
content: "\e7cc";
}
.icon-xingcheng1:before {
content: "\e7cd";
}
.icon-guanli2:before {
content: "\e7cb";
}
.icon-xiangzuo:before {
content: "\e7c9";
}
.icon-xiangyou:before {
content: "\e7ca";
}
.icon-pinpai:before {
content: "\e7c8";
}
.icon-more:before {
content: "\e7c7";
}
.icon-zhankai:before {
content: "\e7c6";
}
.icon-shouqi:before {
content: "\eed3";
}
.icon-huiji1:before {
content: "\e7c4";
}
.icon-chuna1:before {
content: "\e7c5";
}
.icon-zhuanjiao1:before {
content: "\e7c3";
}
.icon-vip:before {
content: "\e7c2";
}
.icon-tongji1:before {
content: "\e7c1";
}
.icon-huiji:before {
content: "\e7be";
}
.icon-chuna:before {
content: "\e7bf";
}
.icon-bangdingzhagnhuxinxi:before {
content: "\e7bd";
}
.icon-guanliyuan:before {
content: "\e78b";
}
.icon-kehuguanxi_kehu:before {
content: "\e7bb";
}
.icon-kehuguanxi_delete1:before {
content: "\e7bc";
}
.icon-dongjie:before {
content: "\e7b9";
}
.icon-qidong:before {
content: "\e7ba";
}
.icon-xiazai:before {
content: "\e7b7";
}
.icon-fukuan1:before {
content: "\e7b8";
}
.icon-fenxiang:before {
content: "\e7b5";
}
.icon-WORD:before {
content: "\e7b6";
}
.icon-biaoge:before {
content: "\e7b4";
}
.icon-shu:before {
content: "\e7b3";
}
.icon-excel:before {
content: "\e7b2";
}
.icon-lingduiguanli:before {
content: "\e7b0";
}
.icon-chakan:before {
content: "\e7ad";
}
.icon-shaixuan:before {
content: "\e7ae";
}
.icon-erweima:before {
content: "\e7b1";
}
.icon-zhongxinshangchuan:before {
content: "\e7ac";
}
.icon-tianjiayuangong:before {
content: "\e7aa";
}
.icon-zuoyi:before {
content: "\e858";
}
.icon-youyi:before {
content: "\e857";
}
.icon-xiaoshoushouye_zan:before {
content: "\e7a9";
}
.icon-xiaoshoushouye-jiayou:before {
content: "\e7a8";
}
.icon-qian:before {
content: "\e7a7";
}
.icon-guanggaotuguanli:before {
content: "\e7a3";
}
.icon-chengshiguanli1:before {
content: "\e7a4";
}
.icon-jiaoseguanli1:before {
content: "\e7a5";
}
.icon-xitongbanbenguanli1:before {
content: "\e7a6";
}
.icon-11:before {
content: "\e7a0";
}
.icon-2:before {
content: "\e7a2";
}
.icon-zhifupeizhiguanli:before {
content: "\e79d";
}
.icon-zhanghuleixing:before {
content: "\e79e";
}
.icon-feiyongleixing:before {
content: "\e79f";
}
.icon-bizhongguanli1:before {
content: "\e7a1";
}
.icon-xiajia:before {
content: "\e799";
}
.icon-shangjia:before {
content: "\e79a";
}
.icon-xiajia1:before {
content: "\e79b";
}
.icon-shangjia1:before {
content: "\e79c";
}
.icon-waiqinkaoqin:before {
content: "\e792";
}
.icon-wodewenjian:before {
content: "\e793";
}
.icon-fenxianggeiwode:before {
content: "\e794";
}
.icon-wodefenxiang:before {
content: "\e795";
}
.icon-shenpi1:before {
content: "\e796";
}
.icon-wodeshenpi:before {
content: "\e798";
}
.icon-tubiao209:before {
content: "\e791";
}
.icon-nav-guoneipiaowu:before {
content: "\e78e";
}
.icon-copy:before {
content: "\e78f";
}
.icon-zhuanjiao:before {
content: "\e78d";
}
.icon-bianji:before {
content: "\e790";
}
.icon-bumenguanli-shanchu:before {
content: "\e789";
}
.icon-bumenguanli-tianjia:before {
content: "\e78a";
}
.icon-bus:before {
content: "\e787";
}
.icon-canyin:before {
content: "\e788";
}
.icon-yongcan:before {
content: "\e77d";
}
.icon-feiji1:before {
content: "\e88d";
}
.icon-shijian:before {
content: "\e77e";
}
.icon-huodong:before {
content: "\e77f";
}
.icon-jiudian2:before {
content: "\e780";
}
.icon-daba:before {
content: "\e781";
}
.icon-zuji:before {
content: "\e782";
}
.icon-tixing:before {
content: "\e783";
}
.icon-tishi:before {
content: "\e784";
}
.icon-caidan-fill:before {
content: "\e785";
}
.icon-tips1:before {
content: "\e786";
}
.icon-diban:before {
content: "\e77b";
}
.icon-logo:before {
content: "\e77a";
}
.icon-menu-zhishiquan:before {
content: "\e777";
}
.icon-menu-shezhi1:before {
content: "\e779";
}
.icon-menu-kaoqin:before {
content: "\e774";
}
.icon-menu-shezhi:before {
content: "\e775";
}
.icon-menu-yunpan:before {
content: "\e776";
}
.icon-menu-tuichu:before {
content: "\e778";
}
.icon-nav-caiwu:before {
content: "\e76c";
}
.icon-nav-dijie:before {
content: "\e76d";
}
.icon-nav-xiaoshou:before {
content: "\e76e";
}
.icon-nav-caozuo:before {
content: "\e76f";
}
.icon-nav-hangzheng:before {
content: "\e770";
}
.icon-nav-xitongguanli:before {
content: "\e771";
}
.icon-nav-pingtaiguanli:before {
content: "\e772";
}
.icon-nav-shouye:before {
content: "\e773";
}
.icon-ico_yingyezhizhao:before {
content: "\e76b";
}
.icon-ico-mingpianzhaopian:before {
content: "\e769";
}
.icon-ico-menpaizhaopian:before {
content: "\e76a";
}
.icon-ku:before {
content: "\e764";
}
.icon-fukuan:before {
content: "\e765";
}
.icon-jiangbei:before {
content: "\e766";
}
.icon-ziyuan:before {
content: "\e767";
}
.icon-kaipiao:before {
content: "\e768";
}
.icon-shangyi:before {
content: "\e89d";
}
.icon-xiayi1:before {
content: "\e89c";
}
.icon-goutongneirong:before {
content: "\e761";
}
.icon-fangwenjilu:before {
content: "\e762";
}
.icon-shenpiyijian:before {
content: "\e763";
}
.icon--lunchuan:before {
content: "\e760";
}
.icon-huoche:before {
content: "\e999";
}
.icon-zancun:before {
content: "\e75f";
}
.icon-tianjia:before {
content: "\e75c";
}
.icon-shanchu:before {
content: "\e75d";
}
.icon-xiugai:before {
content: "\e75e";
}
.icon-zhiduguanli:before {
content: "\e759";
}
.icon-bb-tuanqi:before {
content: "\e752";
}
.icon-bb-xiangshang:before {
content: "\e753";
}
.icon-bb-rili:before {
content: "\e754";
}
.icon-bb-xiazai:before {
content: "\e755";
}
.icon-bb-chufadi:before {
content: "\e756";
}
.icon-bb-yuwei:before {
content: "\e757";
}
.icon-bb-xiangxia:before {
content: "\e758";
}
.icon-icon-zancun:before {
content: "\e77c";
}
.icon-rentou:before {
content: "\e751";
}
.icon-biaojian:before {
content: "\e74d";
}
.icon-danjian:before {
content: "\e74e";
}
.icon-dachuang:before {
content: "\e74f";
}
.icon-sanrenjian:before {
content: "\e750";
}
.icon-weituofangziliao:before {
content: "\e74c";
}
.icon-nuo:before {
content: "\e747";
}
.icon-xingzhuangkaobei:before {
content: "\e748";
}
.icon-mingdan:before {
content: "\e74b";
}
.icon-biaoti1:before {
content: "\e746";
}
.icon-tuanwei:before {
content: "\e742";
}
.icon-jiage:before {
content: "\e743";
}
.icon-tuandui:before {
content: "\e744";
}
.icon-hangban1:before {
content: "\e745";
}
.icon-bianhaonumbered5:before {
content: "\e741";
}
.icon-ecs-status:before {
content: "\e740";
}
.icon-location:before {
content: "\e73f";
}
.icon-bofang:before {
content: "\e736";
}
.icon-faqi:before {
content: "\e737";
}
.icon-qiehuan:before {
content: "\e738";
}
.icon-liuchengsheji:before {
content: "\e739";
}
.icon-mingxi:before {
content: "\e73a";
}
.icon-liucheng1:before {
content: "\e73b";
}
.icon-zanting1:before {
content: "\e73c";
}
.icon-rizhi1:before {
content: "\e73d";
}
.icon-kong-zhanbifenpeibudui:before {
content: "\e735";
}
.icon-music:before {
content: "\e734";
}
.icon-xiaoshou:before {
content: "\e730";
}
.icon-renyuanguanli:before {
content: "\e731";
}
.icon-renwu:before {
content: "\e732";
}
.icon-renwuguanli:before {
content: "\e733";
}
.icon-chengshiguanli:before {
content: "\e72f";
}
.icon-baojia1:before {
content: "\e72e";
}
.icon-cf-c43:before {
content: "\e72d";
}
.icon-liebiao:before {
content: "\e72c";
}
.icon-hengxian:before {
content: "\e72b";
}
.icon-shenhebohui:before {
content: "\e72a";
}
.icon-guanggaotongji:before {
content: "\e729";
}
.icon-star:before {
content: "\e728";
}
.icon-zhizuo:before {
content: "\e726";
}
.icon-wodeguanggao:before {
content: "\e727";
}
.icon-guanggao:before {
content: "\e724";
}
.icon-zuoduiqi:before {
content: "\e721";
}
.icon-youduiqi:before {
content: "\e722";
}
.icon-juzhongduiqi:before {
content: "\e723";
}
.icon-tupian1:before {
content: "\e720";
}
.icon-xiazaizhuanhuan:before {
content: "\e718";
}
.icon-baocun1:before {
content: "\e71e";
}
.icon-biaoti:before {
content: "\e719";
}
.icon-duanluo:before {
content: "\e71a";
}
.icon-QR_code:before {
content: "\e71d";
}
.icon-genghuanx:before {
content: "\e71f";
}
.icon-yingyan-wu:before {
content: "\e717";
}
.icon-yuandianda:before {
content: "\e82e";
}
.icon-shipinjiankong:before {
content: "\e715";
}
.icon-guijitu:before {
content: "\e716";
}
.icon-baojia:before {
content: "\e714";
}
.icon-gengduo:before {
content: "\e713";
}
.icon-piaowuguanli:before {
content: "\e712";
}
.icon-xuqiu:before {
content: "\e711";
}
.icon-xinwenshenhedan-wenzijizhe:before {
content: "\e710";
}
.icon-jipiao:before {
content: "\e70f";
}
.icon-xiaotuziCduan_1:before {
content: "\e70d";
}
.icon-xiaotuziCduan_2:before {
content: "\e70e";
}
.icon-xiaotuziCduan_:before {
content: "\e70c";
}
.icon-jiesan:before {
content: "\e70b";
}
.icon-jinrixiaoshoue:before {
content: "\eaa6";
}
.icon-zanting:before {
content: "\e7af";
}
.icon-bofang4:before {
content: "\e70a";
}
.icon-liucheng:before {
content: "\e709";
}
.icon-mui-icon-add:before {
content: "\e708";
}
.icon-yinhang:before {
content: "\e6e8";
}
.icon-pingtai:before {
content: "\e6e9";
}
.icon-xianjin:before {
content: "\e6ea";
}
.icon-zijinchi:before {
content: "\e707";
}
.icon-icon-test5:before {
content: "\e706";
}
.icon-icon-test4:before {
content: "\e704";
}
.icon-zuixiaohua:before {
content: "\e702";
}
.icon-zuidahua:before {
content: "\e703";
}
.icon-zhengque:before {
content: "\e701";
}
.icon-zhuanhuan2:before {
content: "\e700";
}
.icon-ico-xinzengrenwu:before {
content: "\e6ff";
}
.icon-ico-beizhu:before {
content: "\e6fa";
}
.icon-ico-shijianfanwei:before {
content: "\e6fb";
}
.icon-ico-time:before {
content: "\e6fc";
}
.icon-ico-renwuyaoqiu:before {
content: "\e6fd";
}
.icon-ico-fenjie:before {
content: "\e6fe";
}
.icon-tupian:before {
content: "\e6f7";
}
.icon-wenjian:before {
content: "\e6f8";
}
.icon-yun:before {
content: "\e71c";
}
.icon-biaoqing1:before {
content: "\e6f9";
}
.icon-close1:before {
content: "\e6f6";
}
.icon-huidaodingbu:before {
content: "\e74a";
}
.icon-zanwushuju:before {
content: "\e6f5";
}
.icon-zhuanhuan1:before {
content: "\e6f4";
}
.icon-zhuanhuan:before {
content: "\e6f3";
}
.icon-pifu2:before {
content: "\e6ef";
}
.icon-sousuo1:before {
content: "\e6f0";
}
.icon-tuichu2:before {
content: "\e6f1";
}
.icon-wuraomoshi1:before {
content: "\e6f2";
}
.icon-close:before {
content: "\e73e";
}
.icon-wuraomoshi:before {
content: "\e6eb";
}
.icon-sousuo:before {
content: "\e6ec";
}
.icon-pifu1:before {
content: "\e6ed";
}
.icon-icon-:before {
content: "\e6ee";
}
.icon-Close:before {
content: "\e6e7";
}
.icon-ico-bianjiqunchengyuan:before {
content: "\e6e5";
}
.icon-ico_shezhi:before {
content: "\e6e6";
}
.icon-iconfontremind:before {
content: "\e6e4";
}
.icon-biangeng:before {
content: "\e6e2";
}
.icon-shuaxin:before {
content: "\e6e3";
}
.icon-ico-xiazai:before {
content: "\e6e1";
}
.icon-xuanzhong-duoxuan:before {
content: "\e6e0";
}
.icon-tongyong1:before {
content: "\e6de";
}
.icon-caiwubu:before {
content: "\e91a";
}
.icon-morentouxiang1:before {
content: "\e6df";
}
.icon-tuichu1:before {
content: "\e6dd";
}
.icon-tuichu5:before {
content: "\e6dc";
}
.icon-guanbi1:before {
content: "\e6da";
}
.icon-tuichu:before {
content: "\e6db";
}
.icon-jinzhi:before {
content: "\e6d9";
}
.icon-morentouxiang:before {
content: "\e6d8";
}
.icon-xiangpica:before {
content: "\e7ab";
}
.icon-ico_commodity_defaul:before {
content: "\e6d7";
}
.icon-kong:before {
content: "\e6d6";
}
.icon-logout:before {
content: "\e6d5";
}
.icon-xinzengkehu-copy:before {
content: "\eed2";
}
.icon-kehuguanxiguanli:before {
content: "\e6d4";
}
.icon-add_qunliao:before {
content: "\e6d1";
}
.icon-xiangce:before {
content: "\e6d2";
}
.icon-gongzuorizhi:before {
content: "\e6d3";
}
.icon-lunchuan:before {
content: "\e6ce";
}
.icon-jingdian:before {
content: "\e6cf";
}
.icon-chehui:before {
content: "\e6d0";
}
.icon-dabaoxiazai:before {
content: "\e6cd";
}
.icon-ditu:before {
content: "\e6cc";
}
.icon-baocun:before {
content: "\eed1";
}
.icon-feiji:before {
content: "\e6ca";
}
.icon-dabaxiaoba:before {
content: "\e6cb";
}
.icon-shouji:before {
content: "\e6b8";
}
.icon-bianji-smal:before {
content: "\e6c9";
}
.icon-wancheng:before {
content: "\e6c8";
}
.icon-qianzheng:before {
content: "\e6c7";
}
.icon-huabanfuben:before {
content: "\e6bb";
}
.icon-biaoqing:before {
content: "\e6c3";
}
.icon-tianjiafujian:before {
content: "\e6c4";
}
.icon-fasong:before {
content: "\e6c5";
}
.icon-fabu:before {
content: "\e6c6";
}
.icon-suoyoudongtai:before {
content: "\e6c2";
}
.icon-che:before {
content: "\e6c1";
}
.icon-ico_yuwoxiangguan:before {
content: "\e6be";
}
.icon-ico-wofabude:before {
content: "\e6bf";
}
.icon-zan_:before {
content: "\e6b6";
}
.icon-tongxunlun:before {
content: "\e6b7";
}
.icon-ico_pinglun1:before {
content: "\e6b9";
}
.icon-ico_zhuanfa:before {
content: "\e6ba";
}
.icon-ico_kongjiann:before {
content: "\e6bc";
}
.icon-ico_bofang:before {
content: "\e6bd";
}
.icon-myshare:before {
content: "\e6b5";
}
.icon-icon-test3:before {
content: "\e6b4";
}
.icon-yidong01:before {
content: "\e725";
}
.icon-icon-test2:before {
content: "\e6b3";
}
.icon-1:before {
content: "\e6b0";
}
.icon-icon-test1:before {
content: "\e6b2";
}
.icon-phone1:before {
content: "\e6b1";
}
.icon-hangkongmobanpeizhi:before {
content: "\e69d";
}
.icon-gongsiguanli:before {
content: "\e69e";
}
.icon-caidanguanli:before {
content: "\e69f";
}
.icon-dingdanxinxi:before {
content: "\e6a0";
}
.icon-dikucunyujing:before {
content: "\e6a1";
}
.icon-gongyingshangguanli:before {
content: "\e6a2";
}
.icon-jituanguanli:before {
content: "\e6a3";
}
.icon-jinrihuanfang:before {
content: "\e6a4";
}
.icon-jinrongjigouguanli:before {
content: "\e6a5";
}
.icon-jiaoseguanli:before {
content: "\e6a6";
}
.icon-jiudianguanli:before {
content: "\e6a7";
}
.icon-lingduiziliaoku:before {
content: "\e6a9";
}
.icon-jichangguanli:before {
content: "\e6aa";
}
.icon-xiaoliangkanban:before {
content: "\e6ac";
}
.icon-zongkucunkanban:before {
content: "\e6ad";
}
.icon-xitongbanbenguanli:before {
content: "\e6ae";
}
.icon-bizhongguanli:before {
content: "\e6af";
}
.icon-move:before {
content: "\e69c";
}
.icon-huifu:before {
content: "\e6c0";
}
.icon-quxiao1:before {
content: "\e69b";
}
.icon-quxiao:before {
content: "\e698";
}
.icon-wenjianjiai:before {
content: "\e697";
}
.icon-qiyeyunpan:before {
content: "\e696";
}
.icon-chuang:before {
content: "\e695";
}
.icon-wenjianjia:before {
content: "\e694";
}
.icon-navicon-qghztj:before {
content: "\e693";
}
.icon-jihua:before {
content: "\e692";
}
.icon-previewleft:before {
content: "\e75b";
}
.icon-richeng:before {
content: "\e690";
}
.icon-rizhi:before {
content: "\e68f";
}
.icon-lists:before {
content: "\e68e";
}
.icon-money:before {
content: "\e69a";
}
.icon-tongji:before {
content: "\e68d";
}
.icon-jinpai:before {
content: "\e68c";
}
.icon-arrow1:before {
content: "\e68a";
}
.icon-img_hbgl:before {
content: "\e685";
}
.icon-img_jrjggl-copy:before {
content: "\e88f";
}
.icon-img_cfcs:before {
content: "\e681";
}
.icon-img_xlgl:before {
content: "\e682";
}
.icon-img_lycb:before {
content: "\e683";
}
.icon-img_mddgl:before {
content: "\e684";
}
.icon-img_tpzygl:before {
content: "\e686";
}
.icon-img_bjyy:before {
content: "\e687";
}
.icon-img_xlgl-:before {
content: "\e688";
}
.icon-img_jcgl-copy:before {
content: "\e890";
}
.icon-zhichibizhong:before {
content: "\e680";
}
.icon-shangdian:before {
content: "\e67f";
}
.icon-danju:before {
content: "\e67e";
}
.icon-fapiaoguanli:before {
content: "\e67d";
}
.icon-img_kqmrtj:before {
content: "\e672";
}
.icon-img_yggl:before {
content: "\e673";
}
.icon-img_kqyyjl:before {
content: "\e674";
}
.icon-img_kqydzh:before {
content: "\e675";
}
.icon-img_sp:before {
content: "\e676";
}
.icon-img_kqgl:before {
content: "\e677";
}
.icon-img_bmgl:before {
content: "\e678";
}
.icon-img_gggl:before {
content: "\e679";
}
.icon-img_kqdksj:before {
content: "\e67b";
}
.icon-img_gwgl:before {
content: "\e67c";
}
.icon-img_plane:before {
content: "\e670";
}
.icon-img_yizi:before {
content: "\e671";
}
.icon-jingqu:before {
content: "\e66f";
}
.icon-huijihesuan:before {
content: "\e66c";
}
.icon-ticket:before {
content: "\e66e";
}
.icon-img_jiaqian:before {
content: "\e664";
}
.icon-img_renshu:before {
content: "\e669";
}
.icon-img_tb:before {
content: "\e66b";
}
.icon-img-canying-shixin:before {
content: "\e663";
}
.icon-img_gys:before {
content: "\e665";
}
.icon-img_biaozhi1:before {
content: "\e666";
}
.icon-img_dizhi_small:before {
content: "\e668";
}
.icon-img_rizhi:before {
content: "\e66a";
}
.icon-img-rili:before {
content: "\e66d";
}
.icon-jiantouyou1:before {
content: "\e662";
}
.icon-huankuanjihua:before {
content: "\e749";
}
.icon-zanwudingdan-copy:before {
content: "\e65d";
}
.icon-mima:before {
content: "\e660";
}
.icon-jiantouyou:before {
content: "\e65c";
}
.icon-qingjia:before {
content: "\e657";
}
.icon-buqiashenqing:before {
content: "\e658";
}
.icon-waichu:before {
content: "\e659";
}
.icon-img_xiangxia:before {
content: "\e655";
}
.icon-img_tiaoma:before {
content: "\e656";
}
.icon-shenpi:before {
content: "\e65f";
}
.icon-dingdanhao:before {
content: "\e654";
}
.icon-icon-test:before {
content: "\e653";
}
.icon-ico_taocan:before {
content: "\e652";
}
.icon-jiudian1:before {
content: "\e64b";
}
.icon-daiqueren:before {
content: "\e64c";
}
.icon-yiqueren:before {
content: "\e64d";
}
.icon-yiquxiao:before {
content: "\e64e";
}
.icon-guanbi:before {
content: "\e64a";
}
.icon-img_download:before {
content: "\e649";
}
.icon-img-canying:before {
content: "\e646";
}
.icon-weibiaoti-:before {
content: "\e645";
}
.icon-meirijihua:before {
content: "\e643";
}
.icon-daohang-shujufenxi:before {
content: "\e640";
}
.icon-kaoqindaqia:before {
content: "\e689";
}
.icon-img_dianhua:before {
content: "\e63f";
}
.icon-saidingtubiao-v_huabanfuben:before {
content: "\e63e";
}
.icon-jilu:before {
content: "\e797";
}
.icon-img_jiahao_big:before {
content: "\e63d";
}
.icon-control-top:before {
content: "\e647";
}
.icon-control-bottom:before {
content: "\e648";
}
.icon-kaoqintongji:before {
content: "\e63c";
}
.icon-img_dz:before {
content: "\e63b";
}
.icon-img_shijian:before {
content: "\e63a";
}
.icon-img_biaozhi:before {
content: "\e638";
}
.icon-star1:before {
content: "\e642";
}
.icon-dianhua:before {
content: "\e637";
}
.icon-shujubaobiao:before {
content: "\e78c";
}
.icon-img_bianji_small:before {
content: "\e632";
}
.icon-img_tongshang:before {
content: "\e633";
}
.icon-img-ren:before {
content: "\e634";
}
.icon-img_rili:before {
content: "\e635";
}
.icon-img_delete_small:before {
content: "\e636";
}
.icon-zixiangmukanban:before {
content: "\e62e";
}
.icon-xiaoliangyuce:before {
content: "\e88e";
}
.icon-xitongtupianziyuan:before {
content: "\e62d";
}
.icon-dagouyouquan:before {
content: "\e631";
}
.icon-web-icon-revoke:before {
content: "\e71b";
}
.icon-jinrong:before {
content: "\e60c";
}
.icon-zhinengchuang-f:before {
content: "\e6a8";
}
.icon-feijichang:before {
content: "\e62c";
}
.icon-renyuankaoqin:before {
content: "\e62b";
}
.icon-quanxianguanli:before {
content: "\e628";
}
.icon-shuxing:before {
content: "\e65e";
}
.icon-common-xilieriji-copy:before {
content: "\e65b";
}
.icon-jiudian:before {
content: "\e691";
}
.icon-8-01:before {
content: "\e613";
}
.icon-hangcheng:before {
content: "\e651";
}
.icon-yewushujuzidian:before {
content: "\e64f";
}
.icon-ziliaoku:before {
content: "\e6ab";
}
.icon-lingduidongtai:before {
content: "\e67a";
}
.icon-tubiao:before {
content: "\e627";
}
.icon-line:before {
content: "\e62a";
}
.icon-hangban:before {
content: "\e605";
}
.icon-chufachengshi:before {
content: "\e641";
}
.icon-hangkonggongsi:before {
content: "\e630";
}
.icon-gongyingshang:before {
content: "\e626";
}
.icon-kucun:before {
content: "\e68b";
}
.icon-weibiaoti102:before {
content: "\e622";
}
.icon-gongsi1:before {
content: "\e625";
}
.icon-ego-guanbi:before {
content: "\e62f";
}
.icon-view:before {
content: "\e621";
}
.icon-view1:before {
content: "\e65a";
}
.icon-plus:before {
content: "\e610";
}
.icon-arrow-down:before {
content: "\e603";
}
.icon-arrow-right:before {
content: "\e604";
}
.icon-basicsetup:before {
content: "\e60e";
}
.icon-jichushezhi:before {
content: "\e699";
}
.icon-zuzhijiagou:before {
content: "\e624";
}
.icon-shiliangzhinengduixiang:before {
content: "\e623";
}
.icon-elementary-data:before {
content: "\e75a";
}
.icon-pingtai-:before {
content: "\e602";
}
.icon-zhiwu:before {
content: "\e600";
}
.icon-jituan:before {
content: "\e705";
}
.icon-gongsi:before {
content: "\e644";
}
.icon-banben:before {
content: "\e661";
}
.icon-yuangong:before {
content: "\e60f";
}
.icon-bumen:before {
content: "\e629";
}
.icon-caidan:before {
content: "\e650";
}
.icon-gonggao:before {
content: "\e601";
}
.icon-dijie_top:before {
content: "\e620";
}
.icon-dijie:before {
content: "\e639";
}
.icon-Edit:before {
content: "\e61a";
}
.icon-icon-ssan:before {
content: "\e61f";
}
.icon-img_chuangwei:before {
content: "\e61e";
}
.icon-img_caidan:before {
content: "\e61d";
}
.icon-caozuo_top:before {
content: "\e61c";
}
.icon-img_xiaxiag:before {
content: "\e61b";
}
.icon-img_jh:before {
content: "\e619";
}
.icon-img_haha:before {
content: "\e618";
}
.icon-xingzhuang:before {
content: "\e617";
}
.icon-img_dw:before {
content: "\e612";
}
.icon-img_cz:before {
content: "\e615";
}
.icon-img_bdsc:before {
content: "\e616";
}
.icon-xtgl_top:before {
content: "\e611";
}
.icon-xiaoshou_top:before {
content: "\e614";
}
.icon-xingzheng_top:before {
content: "\e606";
}
.icon-caiwu_top:before {
content: "\e607";
}
.icon-language_top:before {
content: "\e608";
}
.icon-help_top:before {
content: "\e609";
}
.icon-imessage_top:before {
content: "\e60a";
}
.icon-zhuye_top:before {
content: "\e60b";
}
.icon-tuichu_top:before {
content: "\e60d";
}
.icon-user11:before {
content: "\e667";
}
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi" />
<meta name="screen-orientation" content="portrait">
</meta>
<meta name="x5-orientation" content="portrait">
</meta>
<link rel="stylesheet" href="../../css/bts/bootstrap.min.css">
<link rel="stylesheet" href="../../css/flex.css">
</head>
<body class="signAconFrom">
<div class="signAconBox">
<div class="contractTitle">大红包专案活动合作协议</div>
<div class="contractCenter">
<div>甲方:四川和平国际旅行社有限公司</div>
<div>地址:成都市锦江区青和里南段 55 号阳光新业 2310、2311 号</div>
<div>经营许证号:L-SC-CJ00015 法定负责人:谢麟</div>
<div>乙方:</div>
<div>经营地址:</div>
<div>经营许可证号:</div>
<div>法定负责人:</div>
<div>为加强甲乙双方紧密合作,并进一步巩固甲乙双方的合作关系,达到双方互惠互利的双赢模式,甲方特推出“大红包专案活动”,具体活动时间及内容如下:</div>
<div>1、活动时间:2024 年 07 月 1 日-2025 年 06 月 30 日(报名起算)</div>
<div>2、活动内容:为答谢各位同行对“印象”系列产品的支持和厚爱,在同行销售反点外特推出“大红包专案活动”,在“合作协议”期间内同行只要达到红包申请额度即按照红包系数申请该额度红包。</div>
<div>3、活动要求:</div>
<div>3.1 所有在 2024 年 08 月 31 日前签约此协议的同行均可参加此活动,签约“合作协议”即视为有效参加,并在合作协议生效后报名第一单开始计算累计销售额;</div>
<div>3.2 此活动“印象”产品均可参加参与;此“大红包专案活动”累计销售及红包计算方式如下:</div>
<table style="width: 100%;" border>
<tr>
<th>
销售合计金额(预估)
</th>
<th>
累计销售额档次
</th>
<th>
红包系数
</th>
<th>红包(预收)</th>
</tr>
<tr>
<td>
799999 元以下
</td>
<td>
50 万~80 万
</td>
<td>
0.80%
</td>
<td>
6399.99
</td>
</tr>
<tr>
<td>
999999 元以下
</td>
<td>
80 万~100 万
</td>
<td>
1.00%
</td>
<td>
9999.99
</td>
</tr>
<tr>
<td>
1499999 元以下
</td>
<td>
100 万~150 万
</td>
<td>
1.20%
</td>
<td>
17999.99
</td>
</tr>
<tr>
<td>
1500000
</td>
<td>
150 万以上
</td>
<td>
1.50%
</td>
<td>
22500.00
</td>
</tr>
</table>
<div> 5、乙方累计销售金额达标即可申请大红包,由甲方审批通过后转至乙方公帐</div>
<div>(备注:乙方需提前向甲方出具相同金额的发票)</div>
<div>5.1 乙方账户信息</div>
<div>开户行:</div>
<div>帐号:</div>
<div>同行系统帐号:</div>
<div>6、此活动与“印象”其它活动互不影响,同行均可同时参加享受。</div>
<div>7、签订协议内容:</div>
<div>7.1 本协议一式两份,甲乙双方各执一份,具有同等法律效力;</div>
<div>7.2 本协议有效期为 2024 年 07 月 1 日-2025 年 06 月 30 日。</div>
<div>8、本协议需填写完整 5.1 事项内容并由甲乙双方负责人签字并加盖公章方能生效;</div>
<div>协议中未尽事宜,双方可协商解决或签订补充协议,其效力与本协议相等。</div>
<div>甲方:四川和平国际旅行社有限公司 乙方:</div>
<div>法定代表人(或授权代表): 法定代表人(或授权代表):</div>
</div>
<div class="contractTisp">
<div>请仔细阅读条款</div>
</div>
<div class="contractSign row justify-center" onclick="goSign()">
<div>签 字</div>
</div>
</div>
<script src="../../js/md5.js"></script>
<script type="text/javascript" src="../../js/autosize.js"></script>
<script type="text/javascript" src="../../js/jquery-1.10.2.js"></script>
<script src="../../js/layer/layer.js"></script>
<script src="../../js/mian.js"></script>
<script>
var qMsg = query()
var msg = JSON.parse(decodeURIComponent(qMsg.msg))
function goSign(){
window.location.href = `sign.html?msg=${qMsg.msg}`
}
</script>
</body>
<style>
.signAconFrom{
height: 100vh;
padding: 20px 10px;
overflow: hidden;
}
.signAconBox{
height: 100%;
display: flex;
flex-direction: column;
}
.contractTitle{
font-weight: 500;
font-size: 24px;
color: #080A09;
text-align: center;
margin-bottom: 20px;
}
.contractCenter{
height: 1px;
flex: 1;
padding: 20px 10px;
overflow: auto;
font-size: 14px;
line-height: 25px;
background: #F3F5F9;
border-radius: 20px;
}
.contractCenter table{
font-size: 12px;
margin: 0 0 10px 0;
}
.contractCenter table th{
padding: 0 2px;
}
.contractCenter table td{
padding: 0 2px;
}
.contractTisp{
font-weight: 800;
font-size: 14px;
color: #0198FF;
text-align: center;
margin-top: 20px;
}
.contractSign{
display: flex;
padding-top: 10px;
}
.contractSign div{
padding: 5px 23px;
background: #F3F5F9;
border-radius: 40px;
border: 1px solid #0198FF;
font-weight: 800;
font-size: 16px;
color: #0198FF;
}
</style>
</html>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi" />
<meta name="screen-orientation" content="portrait">
</meta>
<meta name="x5-orientation" content="portrait">
</meta>
<link rel="stylesheet" href="../../css/bts/bootstrap.min.css">
<link rel="stylesheet" href="../../css/flex.css">
<link rel="stylesheet" href="../../fonts/demo.css">
<link rel="stylesheet" href="../../fonts/iconfont.css">
<style>
.signAconFrom{
width: 100vw;
height: 100vh;
overflow: hidden;
}
.signAconBox{
height: 100%;
display: flex;
flex-direction: column;
}
.signAconCanvas{
height: 1px;
flex: 1;
overflow: hidden;
position: relative;
border: 1px solid #eee;
margin: 5px 5px 5px 5px;
}
.signAconBut{
}
.signAconBut{
border: 0;
background: #fff;
}
.signAconBut span:first-child{
font-size: 30px;
}
.signAconBut span:last-child{
font-size: 16px;
margin-left: 10px;
}
</style>
</head>
<body class="signAconFrom">
<div class="signAconBox">
<div class="signAconCanvas">
<div id="canvas" style="position:absolute;right: 0;left: 0; top:0;bottom: 0;">
</div>
</div>
<div class="signAconBut row-sb-n">
<button id="signAconButL" class="signAconBut col row items-center justify-center"
onclick="handelClearEl()">
<span style="color:rgb(36, 173, 229)"
class="iconfont icon-zhongzhi1"></span>
<span>重新签名</span>
</button>
<button id="signAconButR" class="signAconBut col row items-center justify-center"
onclick="handelSaveEl()">
<span style="color:rgb(36, 173, 229)"
class="iconfont icon-wancheng1"></span>
<span>完成签名</span>
</button>
</div>
</div>
<script type="text/javascript" src="https://gitcode.net/dcloud/uni-app/-/raw/dev/dist/uni.webview.1.5.6.js"></script>
<script src="../../js/md5.js"></script>
<script type="text/javascript" src="../../js/autosize.js"></script>
<script type="text/javascript" src="../../js/jquery-1.10.2.js"></script>
<script src="../../js/layer/layer.js"></script>
<script src="../../js/mian.js"></script>
<script>
var qMsg = query()
var isSignature = false
var isMouseDown = false
var canvas = document.createElement("canvas");
var cxt = canvas.getContext("2d");
var msg = JSON.parse(decodeURIComponent(qMsg.msg))
var parameters = {
Tourists_Sign: '',
ID: msg.contractID,
}
console.log(msg,'---')
var userAgent = navigator.userAgent;
if (/miniProgram/i.test(userAgent) && /micromessenger/i.test(userAgent)) {
// 微信小程序 JS-SDK 如果不需要兼容微信小程序,则无需引用此 JS 文件。
document.write('<script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.4.0.js"><\/script>');
}
getCanvas()
function getCanvas() {
var that = this;
let el = document.getElementById("canvas");
el.appendChild(canvas);
canvas.width = el.clientWidth;
canvas.height = el.clientHeight;
cxt.fillStyle = '#fff'; //填充绘图的背景颜色
cxt.fillRect(0, 0, canvas.width, canvas.height); //绘制“已填色”的矩形
cxt.strokeStyle = this.color; //笔触的颜色
cxt.lineCap = "round"; //线条末端线帽的样式
let linewidth = 5;
//开始绘制
canvas.addEventListener(
"touchstart",
function (e) {
cxt.beginPath();
cxt.lineWidth = linewidth; //当前线条的宽度,以像素计
cxt.moveTo(e.changedTouches[0].pageX, e.changedTouches[0].pageY);
}.bind(this),
false
);
//绘制中
canvas.addEventListener(
"touchmove",
function (e) {
cxt.lineTo(e.changedTouches[0].pageX, e.changedTouches[0].pageY);
cxt.stroke();
isSignature = true;
}.bind(this),
false
);
//结束绘制
canvas.addEventListener(
"touchend",
function () {
cxt.closePath();
}.bind(this),
false
);
//开始绘制
canvas.addEventListener(
"mousedown",
function (e) {
isMouseDown = tripBusOrderVue
cxt.beginPath();
cxt.lineWidth = linewidth; //当前线条的宽度,以像素计
cxt.moveTo(e.pageX - 20, e.pageY - 20);
}.bind(this),
false
);
//绘制中
canvas.addEventListener(
"mousemove",
function (e) {
if (isMouseDown) {
cxt.lineTo(e.pageX - 20, e.pageY - 20);
cxt.stroke();
isSignature = true;
}
}.bind(this),
false
);
//结束绘制
canvas.addEventListener(
"mouseup",
function () {
this.isMouseDown = false
cxt.closePath();
}.bind(this),
false
);
}
function handelClearEl() {
cxt.clearRect(0, 0, canvas.width, canvas.height);
isSignature = false;
}
function handelSaveEl() {
var imageData = canvas.getContext("2d").getImageData(0, 0, canvas.width, canvas.height);
for (var i = 0; i < imageData.data.length; i += 4) {
// 当该像素是白色的,则设置成透明
if (imageData.data[i] == 255) {
imageData.data[i] = 0;
imageData.data[i + 1] = 0;
imageData.data[i + 2] = 0;
imageData.data[i + 3] = 0;
}
}
canvas.getContext("2d").putImageData(imageData, 0, 0);
let imgBase64 = canvas.toDataURL();
parameters.Tourists_Sign = imgBase64;
SaveMsg();
}
//提交数据
function SaveMsg() {
if(!isSignature){
return layer.msg('请先签名')
}
$('#signAconButR').attr('disabled', true)
document.getElementById("signAconButR").classList.add("active")
$.ajax({
type: "POST",
url: `${getApiUrl().urlPost}`,
contentType: "application/json",
data: getAjaxData("travelcontract_post_UpdateTravelContractSignService", parameters),
async: false,
success: function(res) {
if (res.resultCode === 1) {
// var url = `/pages/bigredrnvelope/signAcontract?msg=${encodeURIComponent(JSON.stringify(msg))}`
console.log(res,'签名---')
document.addEventListener('UniAppJSBridgeReady', function() {
// uni.postMessage({
// data: {
// url: `/pages/bigredrnvelope/signAcontract?msg=${encodeURIComponent(JSON.stringify(msg))}`
// }
// });
uni.redirectTo({
url:`/pages/bigredrnvelope/index`
});
})
} else {
layer.msg(res.message)
}
$('#signAconButR').attr('disabled', false)
document.getElementById("signAconButR").classList.remove("active")
},
error: function(message) {
$('#signAconButR').attr('disabled', false)
alert(JSON.stringify(message));
document.getElementById("signAconButR").classList.remove("active")
}
});
}
</script>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment