diff --git a/contact.html b/contact.html index ce52ade..dc5b032 100644 --- a/contact.html +++ b/contact.html @@ -112,7 +112,13 @@
-
+
+
+
电话:(0510) 66055077 
+
邮箱:info@zte-its.com
+
地址:江苏省无锡新区菱湖大道200号
+
中国传感网国际创新园A座6层
+
diff --git a/css/contact.css b/css/contact.css index f1ac62e..f1a5125 100644 --- a/css/contact.css +++ b/css/contact.css @@ -74,3 +74,51 @@ /*background: url("../images/contact-map.png") no-repeat;*/ /*background-size: 100% 100%;*/ } +/* echarts map div sta*/ +.contact_msg_cont{ + width: 325px; + height: 151px; + background: rgba(73,164,254,0); + border: 1px solid #49A4FE; + top: 450px; + right: 18px; + z-index: 9999; + padding: 20px 17px 0px 22px; +} +.contact_pop{ + /*height: 18px;*/ + line-height: 22px; + width: 290px; + /*height:16px;*/ + font-size:16px; + font-weight:500; + color:rgba(0,0,0,.8); + text-indent: 26px; +} +.pop_tel{ + background: url("../images/cont_iph.png") no-repeat; + background-size: 15px 15px; + background-position: 0px 3.5px; + margin-bottom: 10px; +} +.pop_email{ + background: url("../images/cont_email.png") no-repeat; + background-size: 17px 13px; + background-position: 0px 4.5px; + margin-bottom: 10px; +} +.pop_des{ + background: url("../images/cont_des.png") no-repeat; + background-size: 18px 16px; + background-position: 0px 3px; +} +.pop_las{ + padding-left: 38px; +} +@media screen and (max-width: 1200px){ + .contact_msg_cont{ + display: none; + } + +} + diff --git a/images/cont_des.png b/images/cont_des.png new file mode 100755 index 0000000..c16076c --- /dev/null +++ b/images/cont_des.png diff --git a/images/cont_email.png b/images/cont_email.png new file mode 100755 index 0000000..648c68c --- /dev/null +++ b/images/cont_email.png diff --git a/images/cont_iph.png b/images/cont_iph.png new file mode 100755 index 0000000..eb663d9 --- /dev/null +++ b/images/cont_iph.png