Commit 587b9d90 by yangliang

增加考核统计功能,修改足迹采集页面样式。增加客户端是否在线查看功能

parent 2f87f5b3
......@@ -9,6 +9,9 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.util.StringUtils;
import java.io.IOException;
import java.net.InetAddress;
import java.net.UnknownHostException;
import java.util.List;
import static com.cc.utls.Base64Util.xzxtdecode;
......@@ -36,6 +39,7 @@ public class SysAfisclientServiceImpl implements SysAfisclientService {
if(sysAfis.getClientip().length()>=24){
sysAfis.setClientip(xzxtdecode(sysAfis.getClientip()));
}
sysAfis.setIfcj(IsIpReachable(sysAfis.getClientip()));
}
int totals=sysAfisclientMapper.selectPageCount(sysAfisclient);
resultMap.setCount(totals);
......@@ -45,6 +49,27 @@ public class SysAfisclientServiceImpl implements SysAfisclientService {
return resultMap ;
}
public boolean IsIpReachable(String ips) {
boolean isIpReachable = false;
InetAddress address;
try
{
address = InetAddress.getByName(ips);
isIpReachable = address.isReachable(100);
//System.out.println("Name: " + address.getHostName());
//System.out.println("Addr: " + address.getHostAddress());
//System.out.println("isIpReachable: " + isIpReachable);
}
catch (UnknownHostException e)
{
e.printStackTrace();
} catch (IOException e)
{
e.printStackTrace();
}
return isIpReachable;
}
@Override
public XzxtRestResult SaveAfisclient(SysAfisclient sysAfisclient) {
sysAfisclient.setCid(getNextCid());
......
......@@ -2133,10 +2133,12 @@ public class TbXwRycjController {
try {
long startTime=System.currentTimeMillis();//获取开始时间
if(zwbh!=null&&zwbh.indexOf("4302")==0){
imgstrs = hu.getJsonString("http://65.65.66.27:8081/data/getPSNRollByRybh?rybh="+zwbh);
//imgstrs = hu.getJsonString("http://65.65.66.27:8081/data/getPSNRollByRybh?rybh="+zwbh);//株洲
imgstrs = hu.getJsonString("http://10.185.207.31:8082/data/getPSNRollByRybh?rybh="+zwbh);
}else{
//imgstrs = hu.getJsonString("http://65.38.37.118:8081/data/getPSNRollByRybh?rybh="+zwbh);
imgstrs = hu.getJsonString("http://10.142.16.171:8082/data/getPSNRollByRybh?rybh="+zwbh);
//imgstrs = hu.getJsonString("http://10.142.16.171:8082/data/getPSNRollByRybh?rybh="+zwbh);//湖南省厅
imgstrs = hu.getJsonString("http://10.185.207.31:8082/data/getPSNRollByRybh?rybh="+zwbh);
}
long endTime=System.currentTimeMillis();//获取结束时间
System.out.println("接口调用滚动指纹返回时长: "+(endTime-startTime)+"ms");
......@@ -2197,10 +2199,12 @@ public class TbXwRycjController {
try {
long startTime=System.currentTimeMillis();//获取开始时间
if(zwbh!=null&&zwbh.indexOf("4302")==0){
imgstrs = hu.getJsonString("http://65.65.66.27:8081/data/getPSNPlainByRybh?rybh="+zwbh);
//imgstrs = hu.getJsonString("http://65.65.66.27:8081/data/getPSNPlainByRybh?rybh="+zwbh);//株洲
imgstrs = hu.getJsonString("http://10.185.207.31:8082/data/getPSNPlainByRybh?rybh="+zwbh);
}else{
//imgstrs = hu.getJsonString("http://65.38.37.118:8081/data/getPSNPlainByRybh?rybh="+zwbh);
imgstrs = hu.getJsonString("http://10.142.16.171:8082/data/getPSNPlainByRybh?rybh="+zwbh);
//imgstrs = hu.getJsonString("http://10.142.16.171:8082/data/getPSNPlainByRybh?rybh="+zwbh);//湖南省厅
imgstrs = hu.getJsonString("http://10.185.207.31:8082/data/getPSNPlainByRybh?rybh="+zwbh);
}
long endTime=System.currentTimeMillis();//获取结束时间
System.out.println("接口调用平面指纹返回时长: "+(endTime-startTime)+"ms");
......@@ -2608,7 +2612,9 @@ public class TbXwRycjController {
if(zwfkxx==null||zwfkxx.equals("")){
result = "0"; //指纹返回值为空!
}else{
Map maptxt = SysUitl.getMapAt( servlUrl+ "/ajaxGettoAfisStr", "ver=1&psnid=" + szzwbh);
//Map maptxt = SysUitl.getMapAt( servlUrl+ "/ajaxGettoAfisStr", "ver=1&psnid=" + szzwbh);
Map maptxt = new HashMap();
maptxt.put("szzwbh", szzwbh);
if(maptxt == null || maptxt.size()<1){
result="-1";//指纹库没有相关人员!
}else{
......
......@@ -523,7 +523,8 @@ public class ZjCjController {
public String useryanzheng_zj(User user,TbXwYthcjZj zjxx,String rybh) {
AutoTbStRy ryxx = rycjService.getRyxxByRybh(rybh);
String URL = "http://121.36.153.71:7003/WsRyxxIINT.asmx?wsdl";
//String URL = "http://121.36.153.71:7003/WsRyxxIINT.asmx?wsdl";
String URL = "http://10.142.16.37/WEBIINT/WsRyxxIINT.asmx?wsdl";//湖南省厅地址
Object[] results = null;
try {
Client client = new Client(new URL(URL));
......@@ -568,7 +569,8 @@ public class ZjCjController {
System.out.println("代码内容获取异常!" + e);
}
}
String URL = "http://121.36.153.71:7003/WsRyxxIINT.asmx?wsdl";
//String URL = "http://121.36.153.71:7003/WsRyxxIINT.asmx?wsdl";//测试地址
String URL = "http://10.142.16.37/WEBIINT/WsRyxxIINT.asmx?wsdl";//湖南省厅地址
Object[] results = null;
try {
Client client = new Client(new URL(URL));
......@@ -576,7 +578,7 @@ public class ZjCjController {
Object obj[] = new Object[] {user.getUsername(),rybh,ryxx.getXm(),ryxx.getXbdm(),"32","180",ryxx.getXzzDzmc(),
ryxx.getHjdzXzqhdm(),ryxx.getGmsfhm(),ryxx.getCsrqQsrqStr(),ryxx.getZhsjStr(),ryxx.getZhdwdm(),"嫌疑人足迹采集","W1505"};
results = client.invoke("SynchroRyxx", obj);
System.out.println("用户验证调用返回:"+results[0]);
System.out.println("人员信息调用返回:"+results[0]);
} catch (MalformedURLException e) {
e.printStackTrace();
} catch (Exception e) {
......@@ -587,14 +589,15 @@ public class ZjCjController {
public String xd_zj(User user,String num,String zjxxImg,String rybh) {
AutoTbStRy ryxx = rycjService.getRyxxByRybh(rybh);
String URL = "http://121.36.153.71:7003/WsRyxxIINT.asmx?wsdl";
//String URL = "http://121.36.153.71:7003/WsRyxxIINT.asmx?wsdl";
String URL = "http://10.142.16.37/WEBIINT/WsRyxxIINT.asmx?wsdl";//湖南省厅地址
Object[] results = null;
try {
Client client = new Client(new URL(URL));
//Object obj[] = new Object[] {user.getUsername(),user.getUsername(),user.getTrueName(),user.getUnitcode(),"123"};
Object obj[] = new Object[] {user.getUsername(),rybh,"1",num,zjxxImg,1,"50014000"};
results = client.invoke("SynchroRyFootXd", obj);
System.out.println("用户验证调用返回:"+results[0]);
System.out.println("鞋底调用返回:"+results[0]);
} catch (MalformedURLException e) {
e.printStackTrace();
} catch (Exception e) {
......@@ -605,14 +608,15 @@ public class ZjCjController {
public String xm_zj(User user,String num,String zjxxImg,String rybh) {
AutoTbStRy ryxx = rycjService.getRyxxByRybh(rybh);
String URL = "http://121.36.153.71:7003/WsRyxxIINT.asmx?wsdl";
//String URL = "http://121.36.153.71:7003/WsRyxxIINT.asmx?wsdl";
String URL = "http://10.142.16.37/WEBIINT/WsRyxxIINT.asmx?wsdl";//湖南省厅地址
Object[] results = null;
try {
Client client = new Client(new URL(URL));
//Object obj[] = new Object[] {user.getUsername(),user.getUsername(),user.getTrueName(),user.getUnitcode(),"123"};
Object obj[] = new Object[] {user.getUsername(),rybh,"1",num,zjxxImg,1};
results = client.invoke("SynchroRyFootXm", obj);
System.out.println("用户验证调用返回:"+results[0]);
System.out.println("鞋面调用返回:"+results[0]);
} catch (MalformedURLException e) {
e.printStackTrace();
} catch (Exception e) {
......
package com.founder.khtj.dao;
import com.founder.khtj.domain.RstBean;
import com.founder.khtj.domain.UnitCodeBean;
import com.founder.model.AutoTbStRy;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Component;
import java.util.List;
import java.util.Map;
//demo
@Component
@Mapper
public interface KhtjDao {
public List<RstBean> getRycjtjListzycs(Map<String, String> map);
public List<RstBean> getRycjtjListycs(Map<String, String> map);
public List<RstBean> getRycjtjListzwcjs(Map<String, String> map);
public List<RstBean> getRycjtjListzwxzcjs(Map<String, String> map);
public List<RstBean> getRycjtjListzwwcjs(Map<String, String> map);
public List<RstBean> getRycjtjListrxcjs(Map<String, String> map);
public List<RstBean> getRycjtjListrxxzcjs(Map<String, String> map);
public List<RstBean> getRycjtjListrxwcjs(Map<String, String> map);
public List<RstBean> getRycjtjListsgcjs(Map<String, String> map);
public List<RstBean> getRycjtjListsgxzcjs(Map<String, String> map);
public List<RstBean> getRycjtjListsgwcjs(Map<String, String> map);
public List<RstBean> getRycjtjListtzcjs(Map<String, String> map);
public List<RstBean> getRycjtjListtzxzcjs(Map<String, String> map);
public List<RstBean> getRycjtjListtzwcjs(Map<String, String> map);
public List<RstBean> getRycjtjListswcjs(Map<String, String> map);
public List<RstBean> getRycjtjListswxzcjs(Map<String, String> map);
public List<RstBean> getRycjtjListswwcjs(Map<String, String> map);
public List<RstBean> getRycjtjListzjcjs(Map<String, String> map);
public List<RstBean> getRycjtjListzjxzcjs(Map<String, String> map);
public List<RstBean> getRycjtjListzjwcjs(Map<String, String> map);
public List<RstBean> getRycjtjListhmcjs(Map<String, String> map);
public List<RstBean> getRycjtjListhmxzcjs(Map<String, String> map);
public List<RstBean> getRycjtjListhmwcjs(Map<String, String> map);
public List<RstBean> getRycjtjListdnacjs(Map<String, String> map);
public List<RstBean> getRycjtjListdnaxzcjs(Map<String, String> map);
public List<RstBean> getRycjtjListdnawcjs(Map<String, String> map);
public List<RstBean> getRycjtjListsjcjs(Map<String, String> map);
public List<RstBean> getRycjtjListsjxzcjs(Map<String, String> map);
public List<RstBean> getRycjtjListsjwcjs(Map<String, String> map);
public List<RstBean> getRycjtjListsjycs(Map<String, String> map);
public List<RstBean> getRycjtjListsjyxcjs(Map<String, String> map);
public List<RstBean> getZwzltjListrst(Map<String, String> map);
public List<UnitCodeBean> getUnitCodeList(Map<String, String> map);
public List<AutoTbStRy> queryPageList(Map<String, Object> map);
public List<AutoTbStRy> querySjxxPageList(Map<String, Object> map);
}
package com.founder.khtj.domain;
import java.io.Serializable;
public class UnitCodeBean implements Serializable {
private String code; //抽查单位代码
private String name; //抽查单位名称
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getCode() {
return code;
}
public void setCode(String code) {
this.code = code;
}
}
package com.founder.khtj.service;
import com.founder.khtj.domain.RstBean;
import com.founder.model.AutoTbStRy;
import com.founder.model.ZTreeNode;
import com.founder.utils.EasyUIPage;
import java.util.List;
public interface IRycjtjService {
public List<RstBean> getRsts(RstBean ajflpt, String unit_matchstring, int unitgrade, int ifslgzd);
public List<RstBean> getSjcjs(RstBean ajflpt, String unit_matchstring, int unitgrade, int ifslgzd);
public EasyUIPage queryRyxxPage(EasyUIPage page, String unitCode,String startCcsj,String endCcsj,String slType,String unitgrade,String cot);
public EasyUIPage querySjxxPage(EasyUIPage page, String unitCode,String startCcsj,String endCcsj,String slType,String unitgrade,String cot);
}
......@@ -209,6 +209,9 @@ public class AutoTbStRy implements Serializable {
private String sjjbxx;//是否采集手机基本信息
private String sjlxrxx;//是否采集手机联系人信息
private String yhk;//是否采集银行卡
private String thjl;//是否采集手机通话记录信息
private String dxjl;//是否采集手机短信信息
private String xnsf;//是否采集手机虚拟身份信息
public String getXxbh() {
return xxbh;
......
......@@ -25,6 +25,8 @@ public class SysAfisclient extends PageBean{
private String scbz;
private boolean ifcj;
public int getCid() {
return cid;
}
......@@ -113,5 +115,11 @@ public class SysAfisclient extends PageBean{
this.scbz = scbz;
}
public boolean getIfcj() {
return ifcj;
}
public void setIfcj(boolean ifcj) {
this.ifcj = ifcj;
}
}
\ No newline at end of file
#sideToolbar-up {
background: url("../img/sideToolbar_95787884.gif") no-repeat scroll -1px -62px;
/*rgba(0, 0, 0, 0);*/
border-radius: 2px;
display: block;
height: 45px;
margin-left: 10px;
width: 45px;
}
#sideToolbar-up:hover {
background:transparent url("../img/sideToolbar_95787884.gif") -74px -62px no-repeat
}
.sideCatalogBtnDisable {
background:transparent url("../img/sideToolbar_95787884.gif") -104px 0 no-repeat!important
}
a.sideCatalogBtnDisable:hover {
background:transparent url("../img/sideToolbar_95787884.gif") -154px 0 no-repeat!important
}
#sideCatalogBtn {
background: url("../img/sideToolbar_95787884.gif") no-repeat scroll 0 0;
cursor: pointer;
height: 45px;
margin-bottom: 5px;
margin-left: 10px;
position: relative;
width: 45px;
display: block;
}
#sideCatalog #sideCatalog-sidebar .sideCatalog-sidebar-bottom {
bottom: 0;
}
#sideCatalog #sideCatalog-sidebar .sideCatalog-sidebar-top, #sideCatalog #sideCatalog-sidebar .sideCatalog-sidebar-bottom {
background: url("../img/sideToolbar_95787884.gif") no-repeat scroll 0 -199px;
/*rgba(0, 0, 0, 0);*/
height: 10px;
left: -5px;
overflow: hidden;
position: absolute;
width: 10px;
}
#sideCatalog #sideCatalog-sidebar .sideCatalog-sidebar-top {
cursor: pointer;
top: 0;
}
#sideCatalog-catalog {
height: 230px;
top: 18px;
overflow: hidden;
padding-left: 23px;
position: relative;
}
#sideCatalog-catalog dl {
position: relative;
}
#sideCatalog span.sideCatalog-index1 {
color: #999999;
font-family: Arial;
font-size: 14px;
font-weight: bold;
padding-right: 5px;
}
#sideCatalog .sideCatalog-item1 a {
color: #555555;
font-weight: bold;
}
#sideCatalog .sideCatalog-item1 a, #sideCatalog .sideCatalog-item2 a {
text-decoration: none;
}
.sideCatalog-dot {
background: url("../img/sideToolbar_95787884.gif") repeat scroll 0 -222px;
/*rgba(0, 0, 0, 0);*/
cursor: pointer;
font-size: 12px;
height: 10px;
left: -20px;
line-height: 12px;
overflow: hidden;
position: absolute;
top: 4px;
width: 6px;
}
#sideCatalog .sideCatalog-item2 span.sideCatalog-dot {
}
#sideCatalog .highlight span.sideCatalog-dot {
background: url("../img/sideToolbar_95787884.gif") no-repeat scroll -271px -38px;
/*rgba(0, 0, 0, 0);*/
height: 13px;
left: -23px;
top: 3px;
width: 18px;
}
#sideCatalog #sideCatalog-sidebar {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #EAEAEA;
border-color: -moz-use-text-color #EAEAEA;
border-image: none;
border-left: 1px solid #EAEAEA;
border-right: 1px solid #EAEAEA;
border-style: none solid;
border-width: 0 1px;
height: 258px;
left: 5px;
position: absolute;
top: 0;
width: 0;
}
#sideCatalog-updown {
bottom: 160px;
height: 50px;
position: absolute;
right: 60px;
width: 22px;
z-index: 100;
}
#sideCatalog-up {
cursor: pointer;
height: 25px;
width: 25px;
}
.sideCatalog-up-disable {
background: url("../img/sideToolbar_95787884.gif") no-repeat scroll -272px -83px;
/*rgba(0, 0, 0, 0);*/
}
#sideCatalog-down {
cursor: pointer;
height: 25px;
width: 25px;
}
.sideCatalog-down-enable {
background: url("../img/sideToolbar_95787884.gif") no-repeat scroll -245px -108px;
/*rgba(0, 0, 0, 0);*/
}
#sideCatalog {
font-family: '宋体';
font-size: 14px;
height: 260px;
left: 10px;
line-height: 19px;
margin-bottom: 10px;
overflow: hidden;
position: relative;
width: 290px;
}
.sideCatalog-item2 {
padding-left: 21px;
}
.sideCatalog-item1, .sideCatalog-item2 {
margin: 0 0 6px;
padding: 0 7px;
position: relative;
}
.sideCatalog-down-disable {
background: url("../img/sideToolbar_95787884.gif") no-repeat scroll -272px -108px;
/*rgba(0, 0, 0, 0);*/
}
.sideCatalog-up-enable {
background: url("../img/sideToolbar_95787884.gif") no-repeat scroll -245px -83px;
/*rgba(0, 0, 0, 0);*/
}
.headline-1 {
clear: both;
font-family: '微软雅黑,黑体,Verdana';
font-size: 24px;
font-weight: 500;
line-height: 22px;
margin: 0px;
position: relative;
}
.sideCatalog-item2 .sideCatalog-dot {
background: none repeat scroll 0 center;
/*rgba(0, 0, 0, 0);*/
}
#sideCatalog-catalog dl dd:hover{
background-color: #f6f6f6;
}
.anchor-1, .anchor-2{
display: block;
position: relative;
}
/*www.jq22.com*/
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
@charset "utf-8";
/* reset css */
/* 力图数字科技有限公司版权所有,www.leadto.com.cn */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
button,input,select,textarea{font-family:inherit;font-size:inherit;font-weight:inherit;width:auto;overflow:visible}
legend{color:#000}
h1,h2,h3,h4,h5,h6{font-weight:400}
body,html{height:100%}
a,a:active{color:#333;text-decoration:none;outline:0}
a,button,input[type=button],input[type=submit]{-webkit-tap-highlight-color:transparent}
body{font-family:Helvetica,'Hiragino Sans GB W3','Microsoft YaHei','微软雅黑',SimSun,'宋体',Arial,sans-serif}
h1,h2,h3,h4,h5,h6{text-transform:uppercase;font-weight:700;letter-spacing:1px}
p{line-height:1.5}
@font-face {
font-family:'Titillium-Regular';
src:url('../font/Titillium-Regular.html'),url('../font/Titillium-Regular.ttf'),url('../font/Titillium-Regular.eot'),url('../font/Titillium-Regular-2.html');
}
@media(min-width:768px){
p{line-height:1.6}
}
a{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.navbar-toggle i{ width: 28px; height: 3px; display: block; background: #ffffff; margin-bottom: 4px;
transition: all .2s linear;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
}
.navbar-toggle i:nth-child(3){ margin-bottom:0;}
.nav_mask.show+.navbar.navbar-custom .navbar-toggle i:nth-child(1){
transform:translate3d(0,7px,0) rotate(-135deg);
-webkit-transform:translate3d(0,7px,0) rotate(-135deg);
-moz-transform:translate3d(0,7px,0) rotate(-135deg);
-ms-transform:translate3d(0,7px,0) rotate(-135deg);
}
.nav_mask.show+.navbar.navbar-custom .navbar-toggle i:nth-child(2){ opacity: 0;
transition:none;
-webkit-transition:none;
-moz-transition:none;
-ms-transition:none;
}
.nav_mask.show+.navbar.navbar-custom .navbar-toggle i:nth-child(3){
transform:translate3d(0,-7px,0) rotate(135deg);
-webkit-transform:translate3d(0,-7px,0) rotate(135deg);
-moz-transform:translate3d(0,-7px,0) rotate(135deg);
-ms-transform:translate3d(0,-7px,0) rotate(135deg);
}
.text-r{ text-align: right; }
.text-c{ text-align: center; }
.navbar-brand img{height:20px; display: inline-block; vertical-align: top;}
.navbar-custom{margin-bottom:0;border-bottom:1px solid rgba(255,255,255,.2);text-transform:uppercase}
.navbar-custom .navbar-toggle{padding:6px;color:#fff}
.navbar-custom .navbar-toggle i{font-size:20px; line-height: 1;}
.navbar-custom .navbar-toggle:active,.navbar-custom .navbar-toggle:focus{outline:0}
.navbar-custom a{color:#fff}
.navbar-custom .nav li a{ text-align: center; -webkit-transition:background .3s ease-in-out;-moz-transition:background .3s ease-in-out;transition:background .3s ease-in-out}
.navbar-custom .nav li a:hover{outline:0;color:rgba(255,255,255,.8);background-color:transparent}
.navbar-custom .nav li a:active,.navbar-custom .nav li a:focus{outline:0;background-color:transparent}
.navbar-custom .nav li.active{outline:0}
.navbar-custom .nav li.active a:hover{color:#fff}
@media(min-width:768px){.navbar-custom{padding:20px 0;letter-spacing:1px;background:0 0;-webkit-transition:background .5s ease-in-out,padding .5s ease-in-out;-moz-transition:background .5s ease-in-out,padding .5s ease-in-out;transition:background .5s ease-in-out,padding .5s ease-in-out}
.navbar-custom.top-nav-collapse{padding:5px 0;border-bottom:1px solid rgba(255,255,255,.3)}
.navbar-brand img{height: 30px; margin-top: -5px;
transition: all .2s ease-out;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;}
.navbar-collapse{ position: relative; }
.navbar-custom.top-nav-collapse .navbar-brand img{ height: 26px; margin-top: -3px; }
.navbar-collapse span.follow{position: absolute; bottom:-21px; left: 0; height: 2px; background: #ea5106; width: 0px;
transition: bottom .5s ease-in-out;
-webkit-transition: bottom .5s ease-in-out;
-moz-transition: bottom .5s ease-in-out;
-ms-transition: bottom .5s ease-in-out;}
.navbar-custom.top-nav-collapse .navbar-collapse span.follow{ bottom: -5px; }
}
@media(max-width:767px){
.navbar-custom .nav li a:active,.navbar-custom .nav li a:focus{outline:0;background-color:#ffffff; color: #ea5006;}
.navbar-collapse span.follow{ display: none !important;}
}
.nav_mask{position:fixed;z-index:999;left:0;top:0;width:100%;height:100%;background:#ea5006;opacity:0;-webkit-transition:opacity .4s linear;-ms-transition:opacity .4s linear;-moz-transition:opacity .4s linear;transition:opacity .4s linear; display: none;}
.nav_mask.show{opacity:.8}
/*公用*/
.chat{position:fixed;right:0;top:0;height:100%;display:table;vertical-align:middle;z-index:97;}
.chat>div{display:table-cell;vertical-align:middle;}
.chat>div>div{ border-radius:5px 0 0 5px;background:#000;background:rgba(0,0,0,.6)}
.chat>div>div>a{display:block;width:44px;height:46px;position:relative;}
.chat>div>div>a span{
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
height:46px;display:block;position:absolute;left:0;top:0;border-radius:4px 0 0 4px;color:#8c8c8c;white-space:nowrap;line-height:46px;font-size:14px;padding:0 10px 0 0;-ms-transition:background-color .2s linear;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;transition:background-color .2s linear}
.chat>div>div>a span>i{font-size:24px;width:44px;height:46px;line-height:46px;text-align:center;display:inline-block;vertical-align:top}
.chat>div>div>a.active span{width:auto;background:#ea5106;background:rgba(234,80,6,.8);color:#fff;padding-right:10px}
@font-face {font-family: "iconfont";
src: url('../font/iconfont9191.eot?t=1463848836'); /* IE9*/
src: url('../font/iconfont9191.eot?t=1463848836#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../font/iconfont9191.html?t=1463848836') format('woff'), /* chrome, firefox */
url('../font/iconfont9191.ttf?t=1463848836') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('../font/iconfont9191.svg?t=1463848836#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
.icon-tel:before { content: "\e600"; }
.icon-qq:before { content: "\e601"; }
.icon-mail:before { content: "\e602"; }
.icon-custom:before { content: "\e615"; }
.icon-service:before { content: "\e618"; }
.icon-about:before { content: "\e61a"; }
.icon-news:before { content: "\e61b"; }
.icon-place:before { content: "\e60f"; }
.icon-contact:before { content: "\e649"; }
.icon-arrow:before { content: "\e60b"; }
.icon-left:before { content: "\e60e"; }
.icon-right:before { content: "\e60d"; }
.icon-menu:before { content: "\e60c"; }
.icon-pc:before { content: "\e60a"; }
.icon-pm:before { content: "\e609"; }
.icon-mb:before { content: "\e617"; }
.icon-form-user:before { content: "\e610"; }
.icon-form-mail:before { content: "\e613"; }
.icon-form-tel:before { content: "\e611"; }
.icon-form-msg:before { content: "\e612"; }
#index_nav li{position: relative;}
#index_nav li .index_h7{color: #fff;font-size: 14px;width: 60px; position: absolute; left: 20px;bottom: 10px;z-index: -1;}
\ No newline at end of file
.icon-blank{
background:url('../img/icons/blank.gif') no-repeat center center;
}
.icon-add{
background:url('../img/icons/edit_add.png') no-repeat center center;
}
.icon-edit{
background:url('../img/icons/pencil.png') no-repeat center center;
}
.icon-clear{
background:url('../img/icons/clear.png') no-repeat center center;
}
.icon-remove{
background:url('../img/icons/edit_remove.png') no-repeat center center;
}
.icon-save{
background:url('../img/icons/filesave.png') no-repeat center center;
}
.icon-cut{
background:url('../img/icons/cut.png') no-repeat center center;
}
.icon-ok{
background:url('../img/icons/ok.png') no-repeat center center;
}
.icon-no{
background:url('../img/icons/no.png') no-repeat center center;
}
.icon-cancel{
background:url('../img/icons/cancel.png') no-repeat center center;
}
.icon-reload{
background:url('../img/icons/reload.png') no-repeat center center;
}
.icon-search{
background:url('../img/icons/search.png') no-repeat center center;
}
.icon-print{
background:url('../img/icons/print.png') no-repeat center center;
}
.icon-help{
background:url('../img/icons/help.png') no-repeat center center;
}
.icon-undo{
background:url('../img/icons/undo.png') no-repeat center center;
}
.icon-redo{
background:url('../img/icons/redo.png') no-repeat center center;
}
.icon-back{
background:url('../img/icons/back.png') no-repeat center center;
}
.icon-sum{
background:url('../img/icons/sum.png') no-repeat center center;
}
.icon-tip{
background:url('../img/icons/tip.png') no-repeat center center;
}
.icon-filter{
background:url('../img/icons/filter.png') no-repeat center center;
}
.icon-man{
background:url('../img/icons/man.png') no-repeat center center;
}
.icon-lock{
background:url('../img/icons/lock.png') no-repeat center center;
}
.icon-more{
background:url('../img/icons/more.png') no-repeat center center;
}
.icon-mini-add{
background:url('../img/icons/mini_add.png') no-repeat center center;
}
.icon-mini-edit{
background:url('../img/icons/mini_edit.png') no-repeat center center;
}
.icon-mini-refresh{
background:url('../img/icons/mini_refresh.png') no-repeat center center;
}
.icon-large-picture{
background:url('../img/icons/large_picture.png') no-repeat center center;
}
.icon-large-clipart{
background:url('../img/icons/large_clipart.png') no-repeat center center;
}
.icon-large-shapes{
background:url('../img/icons/large_shapes.png') no-repeat center center;
}
.icon-large-smartart{
background:url('../img/icons/large_smartart.png') no-repeat center center;
}
.icon-large-chart{
background:url('../img/icons/large_chart.png') no-repeat center center;
}
.bg {
width: 100%;
height: 100%;
position: fixed;
z-index: -1;
}
.content {
width: 1000px;
height: auto;
position: absolute;
left: 50%;
margin-left: -500px;
}
.foot {
width: 100%;
height: 90px;
background: url(../img/foot-bg.png);
position: fixed;
bottom: 0px;
text-align: center;
line-height: 90px;
z-index: 9999;
}
.logo {
width: 110px;
}
.title {
font-size: 36px;
font-family: "幼圆";
color: #ccc;
text-shadow: -1px -1px 0 #fff, 1px 1px 0 #333, 1px 1px 0 #444;
position: relative;
top: 10px;
left: 10px;
}
.titles {
position: relative;
top: -28px;
}
.titles span {
color: #fff;
position: relative;
left: -150px;
font-family: "微软雅黑";
font-weight: bold;
}
.dv {
-webkit-box-shadow: 2px 2px 10px #909090; /*safari或chrome*/
box-shadow: 2px 2px 10px #909090; /*opera或ie9*/
background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ccc));
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
endColorstr='#cccccc', grandientType=1);
}
.bt {
font-size: 18px;
font-weight: bold;
}
.nm {
color: #777;
}
.lb {
position: relative;
top: -3px;
margin-left: 10px;
}
.lbb {
margin-left: 10px;
}
.boot3 {
position: relative;
left: 100px;
}
.z1 {
color: #1568A9;
font-weight: bold;
}
.z2 {
color: #17A05E;
font-weight: bold;
}
.z3 {
color: #E78823;
font-weight: bold;
}
.z4 {
color: #4695F9;
font-weight: bold;
}
.z1:hover {
background-color: #1568A9;
color: #fff;
font-weight: bold;
cursor: pointer;
}
.z2:hover {
background-color: #17A05E;
color: #fff;
font-weight: bold;
cursor: pointer;
}
.z3:hover {
background-color: #E78823;
color: #fff;
font-weight: bold;
cursor: pointer;
}
.z4:hover {
background-color: #4695F9;
color: #fff;
font-weight: bold;
cursor: pointer;
}
.exe {
width: 128px;
height: 128px;
display: inline-block;
text-align: center;
}
.exe img {
width: 86px;
margin-top: 10px;
}
.exe p {
font-weight: bold;
margin-top: 5px;
}
.eun {
color: #f20;
font-weight: bold;
}
.exe:hover {
background: #f1f1f1;
cursor: pointer;
}
.exe:active {
background: #999;
color: #fff;
}
.tit {
color: #fff;
font-weight: bold;
font-size: 15px;
position: relative;
top: 42px;
left: 15px;
}
.app {
width: auto;
height: 110px; /*background: url(img/app-bg1.png);*/
display: inline-block;
margin-left: 30px;
text-align: center;
color: #428BCA;
}
.app:hover { /*background: url(img/app-bg2.png);*/
cursor: pointer;
color: #65A6FF;
}
.app i {
font-size: 52px;
margin-top: 20px;
}
.app p {
font-size: 14px;
margin-top: 10px;
font-weight: bold;
font-family: "幼圆";
color: #333;
}
.apps {
width: auto;
height: 60px; /*background: url(img/app-bg1.png);*/
display: inline-block;
margin-left: 0px;
text-align: center;
color: #61CD4E;
}
.apps:hover { /*background: url(img/app-bg2.png);*/
cursor: pointer;
color: #1DB702;
}
.apps i {
font-size: 42px;
margin-top: 10px;
}
.apps p {
font-size: 12px;
margin-top: 0px;
font-weight: bold;
font-family: "幼圆";
color: #333;
}
.cw:hover {
color: #f20;
}
.cy:hover {
color: #f20;
}
.cyy {
margin-left: 20px;
}
.s-num {
width: 26px;
height: 26px;
border-radius: 13px;
text-align: center;
background: #f20;
position: relative;
color: #fff;
font-size: 17px;
font-family: "幼圆";
float: right;
top: -100px;
left: 10px;
}
.green h3 {
margin-top: 0px;
}
.time {
font-family: "幼圆";
font-size: 14px;
}
.cyy-e {
font-size: 14px;
position: relative;
top: 0px;
margin-left: 10px;
}
.cyy-e:hover {
color: #f60;
cursor: pointer;
}
.active {
font-weight: bold;
}
.c-pic {
position: relative;
top: -27px;
}
.c-tit {
position: relative;
top: -25px;
font-weight: bold;
color: #fff;
font-family: "幼圆";
font-size: 14px;
}
.tlaj td {
border: 1px solid #ccc;
text-align: center;
font-size: 16px;
font-family: "幼圆";
line-height: 32px;
width: 25%;
}
.cbxx td {
font-size: 16px;
text-align: left;
font-family: "幼圆";
line-height: 32px;
}
.lbf li {
width: 100%;
height: 48px;
border-bottom: 1px dashed #999;
line-height: 48px;
}
.lbf li span {
font-size: 15px;
font-family: "幼圆";
}
.ry-btn {
width: 100%;
height: auto;
position: relative;
}
.app-gw {
width: 23.8%;
height: 80px;
display: inline-block;
text-align: center;
margin-left: 1%;
margin-top: 20px;
}
.app-gw i {
font-size: 36px;
opacity: 1;
color: #fff;
margin-top: 10px;
}
.app-gw p {
font-size: 15px;
color: #fff;
margin-top: 20px;
}
.a1 {
background: #65a6ff;
border-top: 8px solid #5B96E6;
border-left: 2px solid #5B96E6;
border-right: 2px solid #5B96E6;
border-bottom: 2px solid #5B96E6;
}
.a2 {
background: #9cd159;
border-top: 8px solid #98C262;
border-left: 2px solid #98C262;
border-right: 2px solid #98C262;
border-bottom: 2px solid #98C262;
}
.a3 {
background: #41e5c0;
border-top: 8px solid #3BCFAD;
border-left: 2px solid #3BCFAD;
border-right: 2px solid #3BCFAD;
border-bottom: 2px solid #3BCFAD;
}
.app-gw:hover {
box-shadow: #666 0px 0px 6px;
cursor: pointer;
}
.gb {
width: 170px;
margin-top: 10px;
margin-left: 10px;
}
.app-yd {
padding: 5px;
height: 100px;
text-align: center;
display: inline-block;
}
.app-yd:hover {
color: #f60;
cursor: pointer;
}
.app-yd img {
width: 64px;
}
.app-yd p {
font-size: 16px;
font-weight: bold;
margin-top: 10px;
}
.wupin {
display: inline-block;
width: 128px;
height: 128px;
margin-top: 10px;
margin-left: 10px;
text-align: center;
border: 1px solid #f1f1f1;
z-index: 9999;
position: relative;
}
.wupin img {
width: 100px;
height: 100px;
margin-top: 5px;
}
.wupin p {
color: #333;
font-weight: bold;
}
.wupin:hover {
border: 1px solid #999;
width: 126px;
height: 126px;
cursor: pointer;
}
.wp-a {
border: 1px solid #f60;
width: 126px;
height: 126px;
}
.liang {
width: 24px;
height: 24px;
border-radius: 12px;
background: #f20;
color: #fff;
text-align: center;
position: absolute;
top: 0px;
left: 100px;
}
.gray {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
}
.btn_cx{
padding:5px 12px;
border:1px solid #245580;
background-color:#337ab7;
color:#fff;
background-image:linear-gradient(to bottom,#337ab7 0,#265a88 100%);
background-repeat:repeat-x;
text-shadow:0 -1px 0 rgba(0,0,0,.2);
box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
border-radius:4px;
font-weight:normal;
font-size:12px;
cursor:pointer;
margin-left:50px;
}
.btn_cx:hover{
background:#2c689d;color:#fff;text-decoration:none;
}
.page-header{margin-top:8px;font-weight: 400;line-height: 1;color: #777;}
.smallc{font-weight: 400;line-height: 1.5;color: #777;font-size:15;}
.rg{float:right;}
.code-div{height:30px;line-height:30px;}
.code-div input[type="text"]{background: #fff url(../img/code.gif) no-repeat right;border-radius: 5px;}
.code-div .btn_cx{height: 30px;line-height: 16px;}
* {
margin: 0;
padding: 0
}
.wrap {
width: 1200px;
overflow: hidden;
margin: 0 auto;
}
.content {
width: 1000px;
float: left;
}
.slide {
width: 200px;
float: right;
}
.Wdate {
width:200px;
border-radius:8px;
}
.search{
padding:10px 0px;
}
\ No newline at end of file
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
\ No newline at end of file
html,body{
height: 100%;
overflow: hidden;
margin: 0;
padding: 0;
}
a:hover{
color: #56AADC;
text-decoration: none;
cursor: pointer;
}
a:visited {
color: #56AADC;
text-decoration: none;
}
.heade-box{
position: relative;
height:65px;
background: url(../img/banner.jpg) no-repeat center;
}
.header-title-img{
position: absolute;
left: 100px;
top: 0;
}
.user-message{
position: absolute;
top: 38px;
right: 50px;
color: #f60;
}
.left-menu-box{
float: left;
width: 230px;
background-color:#E0ECFF;
height: 100%;
overflow: auto;
}
.main-cen-box{
padding: 0;
margin-left: 230px;
background-color: #fff;
height: 100%;
}
.left-list-ftitle{
display: block;
height: 36px;
line-height: 36px;
padding-left: 15px;
font-size: 16px;
background-color: #264574;
opacity: 0.8;
color: #fff;
font-weight: bold;
position: relative;
}
.left-list-ftitle span{
position: absolute;
top: 13px;;
right: 16px;
font-size: 18px;
color: #fff;
}
.left-list ul{
margin-left: 40px;
}
.left-list-ttitle{
font-size: 12px;
height: 26px;
line-height: 26px;
}
.call{
margin-top: 15px;
width: 180px;
height: 100px;
background-color: #fff;
box-shadow: 5px 5px 5px #ccc;
border-radius: 4px;
padding: 5px 10px;
}
.call dt{
text-align: center;
height: 28px;
line-height: 28px;
color: #474dd6;
}
.call dd{
height: 20px;
line-height: 20px;
}
/* 右侧 */
.cxtj legend{
height: 36px;
line-height: 36px;
padding-left: 10px;
font-size: 14px;
background-color: #f1f1f1;
border: 1px solid #ccc;
border-bottom: 1px dashed #ccc;
color: #666;
font-weight: bold;
}
.cxtj table{
border: 1px solid #ccc;
border-top: none;
width: 100%;
color:#333;
font-size: 14px;
}
/*.cxtj table .ar{*/
/*color:#0066CC;*/
/*}*/
.cxtj table tr{
border: 1px dashed #f2f2f2;
}
.cxtj table td{
/* border: 1px dashed #e5e5e5; */
margin-top: -1px;
height: 34px;
line-height: 34px;
}
.cxtj table .textbox{
display: inline-block;
height: 26px;
line-height: 26px;
border: 1px solid #ccc;
border-radius: 4px;
width: 80%;
top:-2px;
}
span.easyui-fluid.combo{
width:100% !important;
height:100% !important;
border: none;
}
.cxtj table input{
height: 26px;
line-height: 26px;
margin-top: -4px;
width: 80%;
}
.radil_td{
clolr:#2180df;
font-size: 12px;
}
.cxtj table input.radio_inp{
width: 15px;
margin-left: 3px;
}
.tr_hide{
display: none;
}
#arrow_span0{
display: inline-block;
width: 15px;
height: 15px;
background: url(../img/accordion_arrows.png) no-repeat -16px 0;
}
#arrow_span1{
display: none;
width: 15px;
height: 15px;
background: url(../img/accordion_arrows.png) no-repeat;
}
.btn_a{
padding: 5px 12px;
color: #fff;
border: 1px solid #ccc;
border-radius: 5px;
margin-right: 10px;
}
.btn_a:hover{
color: #fff;
}
.btn_search{
background-color: #3692C6;
border-color: #217cb1;
}
.btn_search:hover{
background-color: #217cb1;
}
/*.btn_empty{*/
/*background-color: #d23535;*/
/*border-color: #b81e1e;*/
/*}*/
.btn_empty{
background-color: #f60;
border-color: #d45602;
}
.btn_empty:hover{
background-color: #d45602;
}
.btn_add{
background-color: #228B22;
border-color: #008000;
}
.btn_add:hover{
background-color: #008000;
}
.main-table-div{
margin-top: 10px;
}
.statistics{
background-color: #f1f1f1;
height: 36px;
line-height: 36px;
padding-left: 20px;
border: 1px solid #ccc;
border-bottom: none;
}
.st-span{
border-radius: 10px;
padding: 3px 5px;
background-color: #f60;
color: #fff;
}
/*操作列样式 yanru*/
.cz{text-decoration:none}
.cz:link {color:#3692C6; text-decoration: none;}
.cz:visited {color: #3692C6; text-decoration: none;}
.cz:hover {color: #3692C6; text-decoration: none;}
/*左侧导航栏样式 yanru*/
.left-list-ttitle A.menu{text-decoration:none}
.left-list-ttitle A.menu:link {color:#666; text-decoration: none;}
.left-list-ttitle A.menu:visited {color:#666; text-decoration: none;}
.left-list-ttitle A.menu:hover {color: #3692C6; text-decoration: none;}
/*左侧菜单栏改版*/
.left-list>li{
margin-bottom: 10px;
}
.left-list ul{
position: relative;
background-color: #dbdbdb;
margin: 10px 0 10px 10px;
border-radius: 5px;
padding-left: 10px;
}
.left-list-ftitle{
margin-left: 10px;
border-radius: 5px;
}
.bot{
font-size: 0px;
width: 0px;
height: 0px;
line-height: 0px;
border-width: 8px;
border-style: solid dashed dashed dashed;
border-color: transparent transparent #dbdbdb transparent;
position: absolute;
top:-16px;
right: 5px;
overflow: hidden;
}
a.left-list-ftitle:hover{
color:#fff;
}
.left-list-ftitle .fa{
font-size: 14px;
margin-right: 10px;
}
/*******导出样式*******/
.export-excel {
background: url(../img/excel.png) no-repeat scroll 0 6px transparent;
color: #359FF1;
text-decoration: none;
line-height: 16px;
padding-top: 5px;
padding-left: 19px;
font-size: 12px;
background-size: 15px;
margin-right: 8px;
cursor: pointer;
}
#set_table_btn0,.export-excel{float: right; position: relative;top:5px;}
#set_table_btn0{margin-right: 15px;}
.zcxz_hui{
background-color: #E8E8E8;
border: 1px solid #ddd;
height: 26px;
line-height: 26px;
width: 93%;
border-radius: 5px;
padding: 0 5px;
}
/*用户提示弹窗样式*/
.wrap_mask{
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
background-color:rgba(0,0,0,0.5);
z-index:9998;
}
.xtyhts_wrap{
width:906px;
padding-bottom:25px;
background-color:#fff;
border-radius:10px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
-o-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.3);
position:fixed;
top:50%;
left:50%;
margin-top:-180px;
margin-left:-453px;
z-index:9999;
}
.xtyhts_wrap h1{
width:100%;
height:60px;
line-height:60px;
text-align:center;
font-size:20px;
border-bottom:1px solid #acc4cc;
vertical-align:middle;
}
.xtyhts_wrap h1 img{
vertical-align:middle;
margin-right:6px;
margin-bottom:3px;
}
.xtyhts_center{
width:90%;
margin:0 auto;
}
.xtyhts_wrap p{
font-size:16px;
color:#000;
line-height:34px;
}
.xtyhts_wrap p.xtyhts_center_p{
text-indent:2em;
line-height:30px;
}
.btn_div{
width:100%;
text-align:center;
margin-top:35px;
}
.xtyhts_wrap .close_btn{
display:inline-block;
text-align:center;
font-size:14px;
padding:8px 12px;
border:1px solid #ccc;
border-radius:8px;
background-color:#09f;
color:#fff;
}
.xtyhts_wrap .close_btn:hover{
background-color:#048be4;
}
/*二维码*/
.fixed-ewm{position: fixed;left:10px;bottom:10px;text-align: center;}
.fixed-ewm img{width:130px;}
.xcx-nc{width:130px;height:20px;line-height:20px;text-align: center;}
.bg {
width: 100%;
height: 100%;
position: fixed;
z-index: -1;
}
.content {
width: 1000px;
height: auto;
position: absolute;
left: 50%;
margin-left: -500px;
}
.foot {
width: 100%;
height: 90px;
background: url(../img/foot-bg.png);
position: fixed;
bottom: 0px;
text-align: center;
line-height: 90px;
z-index: 9999;
}
.logo {
width: 110px;
}
.title {
font-size: 36px;
font-family: "幼圆";
color: #ccc;
text-shadow: -1px -1px 0 #fff, 1px 1px 0 #333, 1px 1px 0 #444;
position: relative;
top: 10px;
left: 10px;
}
.titles {
position: relative;
top: -28px;
}
.titles span {
color: #fff;
position: relative;
left: -150px;
font-family: "微软雅黑";
font-weight: bold;
}
.dv {
-webkit-box-shadow: 2px 2px 10px #909090; /*safari或chrome*/
box-shadow: 2px 2px 10px #909090; /*opera或ie9*/
background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ccc));
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
endColorstr='#cccccc', grandientType=1);
}
.bt {
font-size: 18px;
font-weight: bold;
}
.nm {
color: #777;
}
.lb {
position: relative;
top: -3px;
margin-left: 10px;
}
.lbb {
margin-left: 10px;
}
.boot3 {
position: relative;
left: 100px;
}
.z1 {
color: #1568A9;
font-weight: bold;
}
.z2 {
color: #17A05E;
font-weight: bold;
}
.z3 {
color: #E78823;
font-weight: bold;
}
.z4 {
color: #4695F9;
font-weight: bold;
}
.z1:hover {
background-color: #1568A9;
color: #fff;
font-weight: bold;
cursor: pointer;
}
.z2:hover {
background-color: #17A05E;
color: #fff;
font-weight: bold;
cursor: pointer;
}
.z3:hover {
background-color: #E78823;
color: #fff;
font-weight: bold;
cursor: pointer;
}
.z4:hover {
background-color: #4695F9;
color: #fff;
font-weight: bold;
cursor: pointer;
}
.exe {
width: 128px;
height: 128px;
display: inline-block;
text-align: center;
}
.exe img {
width: 86px;
margin-top: 10px;
}
.exe p {
font-weight: bold;
margin-top: 5px;
}
.eun {
color: #f20;
font-weight: bold;
}
.exe:hover {
background: #f1f1f1;
cursor: pointer;
}
.exe:active {
background: #999;
color: #fff;
}
.tit {
color: #fff;
font-weight: bold;
font-size: 15px;
position: relative;
top: 42px;
left: 15px;
}
.app {
width: auto;
height: 110px; /*background: url(img/app-bg1.png);*/
display: inline-block;
margin-left: 30px;
text-align: center;
color: #428BCA;
}
.app:hover { /*background: url(img/app-bg2.png);*/
cursor: pointer;
color: #65A6FF;
}
.app i {
font-size: 52px;
margin-top: 20px;
}
.app p {
font-size: 14px;
margin-top: 10px;
font-weight: bold;
font-family: "幼圆";
color: #333;
}
.apps {
width: auto;
height: 60px; /*background: url(img/app-bg1.png);*/
display: inline-block;
margin-left: 0px;
text-align: center;
color: #61CD4E;
}
.apps:hover { /*background: url(img/app-bg2.png);*/
cursor: pointer;
color: #1DB702;
}
.apps i {
font-size: 42px;
margin-top: 10px;
}
.apps p {
font-size: 12px;
margin-top: 0px;
font-weight: bold;
font-family: "幼圆";
color: #333;
}
.cw:hover {
color: #f20;
}
.cy:hover {
color: #f20;
}
.cyy {
margin-left: 20px;
}
.s-num {
width: 26px;
height: 26px;
border-radius: 13px;
text-align: center;
background: #f20;
position: relative;
color: #fff;
font-size: 17px;
font-family: "幼圆";
float: right;
top: -100px;
left: 10px;
}
.green h3 {
margin-top: 0px;
}
.time {
font-family: "幼圆";
font-size: 14px;
}
.cyy-e {
font-size: 14px;
position: relative;
top: 0px;
margin-left: 10px;
}
.cyy-e:hover {
color: #f60;
cursor: pointer;
}
.active {
font-weight: bold;
}
.c-pic {
position: relative;
top: -27px;
}
.c-tit {
position: relative;
top: -25px;
font-weight: bold;
color: #fff;
font-family: "幼圆";
font-size: 14px;
}
.tlaj td {
border: 1px solid #ccc;
text-align: center;
font-size: 16px;
font-family: "幼圆";
line-height: 32px;
width: 25%;
}
.cbxx td {
font-size: 16px;
text-align: left;
font-family: "幼圆";
line-height: 32px;
}
.lbf li {
width: 100%;
height: 48px;
border-bottom: 1px dashed #999;
line-height: 48px;
}
.lbf li span {
font-size: 15px;
font-family: "幼圆";
}
.ry-btn {
width: 100%;
height: auto;
position: relative;
}
.app-gw {
width: 23.8%;
height: 80px;
display: inline-block;
text-align: center;
margin-left: 1%;
margin-top: 20px;
}
.app-gw i {
font-size: 36px;
opacity: 1;
color: #fff;
margin-top: 10px;
}
.app-gw p {
font-size: 15px;
color: #fff;
margin-top: 20px;
}
.a1 {
background: #65a6ff;
border-top: 8px solid #5B96E6;
border-left: 2px solid #5B96E6;
border-right: 2px solid #5B96E6;
border-bottom: 2px solid #5B96E6;
}
.a2 {
background: #9cd159;
border-top: 8px solid #98C262;
border-left: 2px solid #98C262;
border-right: 2px solid #98C262;
border-bottom: 2px solid #98C262;
}
.a3 {
background: #41e5c0;
border-top: 8px solid #3BCFAD;
border-left: 2px solid #3BCFAD;
border-right: 2px solid #3BCFAD;
border-bottom: 2px solid #3BCFAD;
}
.app-gw:hover {
box-shadow: #666 0px 0px 6px;
cursor: pointer;
}
.gb {
width: 170px;
margin-top: 10px;
margin-left: 10px;
}
.app-yd {
padding: 5px;
height: 100px;
text-align: center;
display: inline-block;
}
.app-yd:hover {
color: #f60;
cursor: pointer;
}
.app-yd img {
width: 64px;
}
.app-yd p {
font-size: 16px;
font-weight: bold;
margin-top: 10px;
}
.wupin {
display: inline-block;
width: 128px;
height: 128px;
margin-top: 10px;
margin-left: 10px;
text-align: center;
border: 1px solid #f1f1f1;
z-index: 9999;
position: relative;
}
.wupin img {
width: 100px;
height: 100px;
margin-top: 5px;
}
.wupin p {
color: #333;
font-weight: bold;
}
.wupin:hover {
border: 1px solid #999;
width: 126px;
height: 126px;
cursor: pointer;
}
.wp-a {
border: 1px solid #f60;
width: 126px;
height: 126px;
}
.liang {
width: 24px;
height: 24px;
border-radius: 12px;
background: #f20;
color: #fff;
text-align: center;
position: absolute;
top: 0px;
left: 100px;
}
.gray {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
}
.btn_cx{
padding:5px 12px;
border:1px solid #245580;
background-color:#337ab7;
color:#fff;
background-image:linear-gradient(to bottom,#337ab7 0,#265a88 100%);
background-repeat:repeat-x;
text-shadow:0 -1px 0 rgba(0,0,0,.2);
box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
border-radius:4px;
font-weight:normal;
font-size:12px;
cursor:pointer;
margin-left:50px;
}
.btn_cx:hover{
background:#2c689d;color:#fff;text-decoration:none;
}
.page-header{margin-top:8px;font-weight: 400;line-height: 1;color: #777;}
.smallc{font-weight: 400;line-height: 1.5;color: #777;font-size:15;}
.rg{float:right;}
* {
margin: 0;
padding: 0
}
.wrap {
width: 1200px;
overflow: hidden;
margin: 0 auto;
}
.content {
width: 1000px;
float: left;
}
.slide {
width: 200px;
float: right;
}
.Wdate {
width:200px;
border-radius:8px;
}
.search{
padding:10px 0px;
}
.input_code_out{
width:200px
}
.layui-layer-content{
height:75px!important;
}
.layui-layer{
top: 200px!important;
}
/*覆盖easyui*/
.easyui-cover .textbox .textbox-text{padding:0px !important;height: 26px; line-height: 26px;}
\ No newline at end of file
.bg {
width: 100%;
height: 100%;
position: fixed;
z-index: -1;
}
.content {
width: 1000px;
height: auto;
position: absolute;
left: 50%;
margin-left: -500px;
}
.foot {
width: 100%;
height: 90px;
background: url(../img/foot-bg.png);
position: fixed;
bottom: 0px;
text-align: center;
line-height: 90px;
z-index: 9999;
}
.logo {
width: 110px;
}
.title {
font-size: 36px;
font-family: "幼圆";
color: #ccc;
text-shadow: -1px -1px 0 #fff, 1px 1px 0 #333, 1px 1px 0 #444;
position: relative;
top: 10px;
left: 10px;
}
.titles {
position: relative;
top: -28px;
}
.titles span {
color: #fff;
position: relative;
left: -150px;
font-family: "微软雅黑";
font-weight: bold;
}
.dv {
-webkit-box-shadow: 2px 2px 10px #909090; /*safari或chrome*/
box-shadow: 2px 2px 10px #909090; /*opera或ie9*/
background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ccc));
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
endColorstr='#cccccc', grandientType=1);
}
.bt {
font-size: 18px;
font-weight: bold;
}
.nm {
color: #777;
}
.lb {
position: relative;
top: -3px;
margin-left: 10px;
}
.lbb {
margin-left: 10px;
}
.boot3 {
position: relative;
left: 100px;
}
.z1 {
color: #1568A9;
font-weight: bold;
}
.z2 {
color: #17A05E;
font-weight: bold;
}
.z3 {
color: #E78823;
font-weight: bold;
}
.z4 {
color: #4695F9;
font-weight: bold;
}
.z1:hover {
background-color: #1568A9;
color: #fff;
font-weight: bold;
cursor: pointer;
}
.z2:hover {
background-color: #17A05E;
color: #fff;
font-weight: bold;
cursor: pointer;
}
.z3:hover {
background-color: #E78823;
color: #fff;
font-weight: bold;
cursor: pointer;
}
.z4:hover {
background-color: #4695F9;
color: #fff;
font-weight: bold;
cursor: pointer;
}
.exe {
width: 128px;
height: 128px;
display: inline-block;
text-align: center;
}
.exe img {
width: 86px;
margin-top: 10px;
}
.exe p {
font-weight: bold;
margin-top: 5px;
}
.eun {
color: #f20;
font-weight: bold;
}
.exe:hover {
background: #f1f1f1;
cursor: pointer;
}
.exe:active {
background: #999;
color: #fff;
}
.tit {
color: #fff;
font-weight: bold;
font-size: 15px;
position: relative;
top: 42px;
left: 15px;
}
.app {
width: auto;
height: 110px; /*background: url(img/app-bg1.png);*/
display: inline-block;
margin-left: 30px;
text-align: center;
color: #428BCA;
}
.app:hover { /*background: url(img/app-bg2.png);*/
cursor: pointer;
color: #65A6FF;
}
.app i {
font-size: 52px;
margin-top: 20px;
}
.app p {
font-size: 14px;
margin-top: 10px;
font-weight: bold;
font-family: "幼圆";
color: #333;
}
.apps {
width: auto;
height: 60px; /*background: url(img/app-bg1.png);*/
display: inline-block;
margin-left: 0px;
text-align: center;
color: #61CD4E;
}
.apps:hover { /*background: url(img/app-bg2.png);*/
cursor: pointer;
color: #1DB702;
}
.apps i {
font-size: 42px;
margin-top: 10px;
}
.apps p {
font-size: 12px;
margin-top: 0px;
font-weight: bold;
font-family: "幼圆";
color: #333;
}
.cw:hover {
color: #f20;
}
.cy:hover {
color: #f20;
}
.cyy {
margin-left: 20px;
}
.s-num {
width: 26px;
height: 26px;
border-radius: 13px;
text-align: center;
background: #f20;
position: relative;
color: #fff;
font-size: 17px;
font-family: "幼圆";
float: right;
top: -100px;
left: 10px;
}
.green h3 {
margin-top: 0px;
}
.time {
font-family: "幼圆";
font-size: 14px;
}
.cyy-e {
font-size: 14px;
position: relative;
top: 0px;
margin-left: 10px;
}
.cyy-e:hover {
color: #f60;
cursor: pointer;
}
.active {
font-weight: bold;
}
.c-pic {
position: relative;
top: -27px;
}
.c-tit {
position: relative;
top: -25px;
font-weight: bold;
color: #fff;
font-family: "幼圆";
font-size: 14px;
}
.tlaj td {
border: 1px solid #ccc;
text-align: center;
font-size: 16px;
font-family: "幼圆";
line-height: 32px;
width: 25%;
}
.cbxx td {
font-size: 16px;
text-align: left;
font-family: "幼圆";
line-height: 32px;
}
.lbf li {
width: 100%;
height: 48px;
border-bottom: 1px dashed #999;
line-height: 48px;
}
.lbf li span {
font-size: 15px;
font-family: "幼圆";
}
.ry-btn {
width: 100%;
height: auto;
position: relative;
}
.app-gw {
width: 23.8%;
height: 80px;
display: inline-block;
text-align: center;
margin-left: 1%;
margin-top: 20px;
}
.app-gw i {
font-size: 36px;
opacity: 1;
color: #fff;
margin-top: 10px;
}
.app-gw p {
font-size: 15px;
color: #fff;
margin-top: 20px;
}
.a1 {
background: #65a6ff;
border-top: 8px solid #5B96E6;
border-left: 2px solid #5B96E6;
border-right: 2px solid #5B96E6;
border-bottom: 2px solid #5B96E6;
}
.a2 {
background: #9cd159;
border-top: 8px solid #98C262;
border-left: 2px solid #98C262;
border-right: 2px solid #98C262;
border-bottom: 2px solid #98C262;
}
.a3 {
background: #41e5c0;
border-top: 8px solid #3BCFAD;
border-left: 2px solid #3BCFAD;
border-right: 2px solid #3BCFAD;
border-bottom: 2px solid #3BCFAD;
}
.app-gw:hover {
box-shadow: #666 0px 0px 6px;
cursor: pointer;
}
.gb {
width: 170px;
margin-top: 10px;
margin-left: 10px;
}
.app-yd {
padding: 5px;
height: 100px;
text-align: center;
display: inline-block;
}
.app-yd:hover {
color: #f60;
cursor: pointer;
}
.app-yd img {
width: 64px;
}
.app-yd p {
font-size: 16px;
font-weight: bold;
margin-top: 10px;
}
.wupin {
display: inline-block;
width: 128px;
height: 128px;
margin-top: 10px;
margin-left: 10px;
text-align: center;
border: 1px solid #f1f1f1;
z-index: 9999;
position: relative;
}
.wupin img {
width: 100px;
height: 100px;
margin-top: 5px;
}
.wupin p {
color: #333;
font-weight: bold;
}
.wupin:hover {
border: 1px solid #999;
width: 126px;
height: 126px;
cursor: pointer;
}
.wp-a {
border: 1px solid #f60;
width: 126px;
height: 126px;
}
.liang {
width: 24px;
height: 24px;
border-radius: 12px;
background: #f20;
color: #fff;
text-align: center;
position: absolute;
top: 0px;
left: 100px;
}
.gray {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
}
* {
margin: 0;
padding: 0
}
.wrap {
width: 1200px;
overflow: hidden;
margin: 0 auto;
}
.content {
width: 1000px;
float: left;
}
.slide {
width: 200px;
float: right;
}
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from www.leadto.com.cn/files/files2016/font/Titillium-Regular.woff by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 21 Apr 2017 03:21:35 GMT -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>青岛网站设计-抱歉,您搜索的页面没找到</title>
<META http-equiv=refresh content=2;url=../../../index.html>
<style type="text/css">
.m404 {position:absolute; top:40%; left:50%; margin:-125px 0 0 -250px; width:500px; height:250px; text-align:center}
.m404_txt{float:left; width:310px; height:127px;color: #333333; font-size:17px;font-family:"幼圆", "宋体", "微软雅黑";line-height:35px; padding-top:10px;}
.m404_img{ float:right;}
.m404_txt span{line-height:80px;font-size:15px; font-family: Arial, Helvetica, sans-serif }
.m404_txt span a{color:#D20000;font-size:18px; font-family: " 宋体", "微软雅黑"; font-weight:bold; text-decoration:none;}
.m404_txt span a:hover{color: #999999;}
.m404_search{float:left; width:310px; height:67px; text-align:center; padding-top:40px; padding-left:15px;}
.searchinput{
border-right-width: 0px;
border-width:0px;
padding:4px;
width: 185px;
height:20px;
font-family: arial;
float: left;
color: #636365;
margin-left:3px;
font-size: 8pt;
margin-right: 3px;
background-color:transparent;
}
.searchaction{
width: 21px;
float: left;
height: 17px;
padding-top:2px;
}
.tab_search_homepage{
border:#E4E4E4 1px solid;
height:21px;
width:228px;
margin-right:25px;
background-color:transparent;
}
</style>
</head>
<body>
<div class="m404"><div class="m404_txt">“真的很抱歉,我们搞丢了页面……”要不去首页看看?<br>
<span><a href="../../../index-2.html" target="_self">青岛力图数字科技网站首页</a> &gt;&gt;</span></div>
<div class="m404_img"><img src="../../pic/404.png" width="146" height="177" alt="真的很抱歉,我们搞丢了页面……要不去首页看看?" border="0"></div>
</div>
</body>
<!-- Mirrored from www.leadto.com.cn/files/files2016/font/Titillium-Regular.woff by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 21 Apr 2017 03:21:35 GMT -->
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from www.leadto.com.cn/files/files2016/font/Titillium-Regular.otf by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 21 Apr 2017 03:21:35 GMT -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>青岛网站设计-抱歉,您搜索的页面没找到</title>
<META http-equiv=refresh content=2;url=../../../index.html>
<style type="text/css">
.m404 {position:absolute; top:40%; left:50%; margin:-125px 0 0 -250px; width:500px; height:250px; text-align:center}
.m404_txt{float:left; width:310px; height:127px;color: #333333; font-size:17px;font-family:"幼圆", "宋体", "微软雅黑";line-height:35px; padding-top:10px;}
.m404_img{ float:right;}
.m404_txt span{line-height:80px;font-size:15px; font-family: Arial, Helvetica, sans-serif }
.m404_txt span a{color:#D20000;font-size:18px; font-family: " 宋体", "微软雅黑"; font-weight:bold; text-decoration:none;}
.m404_txt span a:hover{color: #999999;}
.m404_search{float:left; width:310px; height:67px; text-align:center; padding-top:40px; padding-left:15px;}
.searchinput{
border-right-width: 0px;
border-width:0px;
padding:4px;
width: 185px;
height:20px;
font-family: arial;
float: left;
color: #636365;
margin-left:3px;
font-size: 8pt;
margin-right: 3px;
background-color:transparent;
}
.searchaction{
width: 21px;
float: left;
height: 17px;
padding-top:2px;
}
.tab_search_homepage{
border:#E4E4E4 1px solid;
height:21px;
width:228px;
margin-right:25px;
background-color:transparent;
}
</style>
</head>
<body>
<div class="m404"><div class="m404_txt">“真的很抱歉,我们搞丢了页面……”要不去首页看看?<br>
<span><a href="../../../index-2.html" target="_self">青岛力图数字科技网站首页</a> &gt;&gt;</span></div>
<div class="m404_img"><img src="../../pic/404.png" width="146" height="177" alt="真的很抱歉,我们搞丢了页面……要不去首页看看?" border="0"></div>
</div>
</body>
<!-- Mirrored from www.leadto.com.cn/files/files2016/font/Titillium-Regular.otf by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 21 Apr 2017 03:21:35 GMT -->
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from www.leadto.com.cn/files/files2016/font/iconfont.woff?t=1463848836 by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 21 Apr 2017 03:21:35 GMT -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>青岛网站设计-抱歉,您搜索的页面没找到</title>
<META http-equiv=refresh content=2;url=../../../index.html>
<style type="text/css">
.m404 {position:absolute; top:40%; left:50%; margin:-125px 0 0 -250px; width:500px; height:250px; text-align:center}
.m404_txt{float:left; width:310px; height:127px;color: #333333; font-size:17px;font-family:"幼圆", "宋体", "微软雅黑";line-height:35px; padding-top:10px;}
.m404_img{ float:right;}
.m404_txt span{line-height:80px;font-size:15px; font-family: Arial, Helvetica, sans-serif }
.m404_txt span a{color:#D20000;font-size:18px; font-family: " 宋体", "微软雅黑"; font-weight:bold; text-decoration:none;}
.m404_txt span a:hover{color: #999999;}
.m404_search{float:left; width:310px; height:67px; text-align:center; padding-top:40px; padding-left:15px;}
.searchinput{
border-right-width: 0px;
border-width:0px;
padding:4px;
width: 185px;
height:20px;
font-family: arial;
float: left;
color: #636365;
margin-left:3px;
font-size: 8pt;
margin-right: 3px;
background-color:transparent;
}
.searchaction{
width: 21px;
float: left;
height: 17px;
padding-top:2px;
}
.tab_search_homepage{
border:#E4E4E4 1px solid;
height:21px;
width:228px;
margin-right:25px;
background-color:transparent;
}
</style>
</head>
<body>
<div class="m404"><div class="m404_txt">“真的很抱歉,我们搞丢了页面……”要不去首页看看?<br>
<span><a href="../../../index-2.html" target="_self">青岛力图数字科技网站首页</a> &gt;&gt;</span></div>
<div class="m404_img"><img src="../../pic/404.png" width="146" height="177" alt="真的很抱歉,我们搞丢了页面……要不去首页看看?" border="0"></div>
</div>
</body>
<!-- Mirrored from www.leadto.com.cn/files/files2016/font/iconfont.woff?t=1463848836 by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 21 Apr 2017 03:21:35 GMT -->
</html>
\ No newline at end of file
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.
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.
This source diff could not be displayed because it is too large. You can view the blob instead.
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