Commit 0ceaff219ea2307fc99815c7ab09dff713bd372a

Authored by Andy
1 parent 2a055972

add 关于我们 pop地址

contact.html
... ... @@ -112,7 +112,13 @@
112 112  
113 113 <section id="" class="section contact">
114 114 <div class="container">
115   - <div class="row">
  115 + <div class="row rnt_pos_rel">
  116 + <div class="contact_msg_cont rnt_pos_abs">
  117 + <div class="contact_pop pop_tel">电话:(0510) 66055077 </div>
  118 + <div class="contact_pop pop_email">邮箱:info@zte-its.com</div>
  119 + <div class="contact_pop pop_des">地址:江苏省无锡新区菱湖大道200号</div>
  120 + <div class="contact_pop pop_las">中国传感网国际创新园A座6层</div>
  121 + </div>
116 122 <!--<div class="example-title text-center">联系我们</div>-->
117 123 <!--<div class="example-subtitle text-center">打造创新型停车场 轻松停车</div>-->
118 124 <div class="col-md-12 col-xs-12 contact-map" id="main">
... ...
css/contact.css
... ... @@ -74,3 +74,51 @@
74 74 /*background: url("../images/contact-map.png") no-repeat;*/
75 75 /*background-size: 100% 100%;*/
76 76 }
  77 +/* echarts map div sta*/
  78 +.contact_msg_cont{
  79 + width: 325px;
  80 + height: 151px;
  81 + background: rgba(73,164,254,0);
  82 + border: 1px solid #49A4FE;
  83 + top: 450px;
  84 + right: 18px;
  85 + z-index: 9999;
  86 + padding: 20px 17px 0px 22px;
  87 +}
  88 +.contact_pop{
  89 + /*height: 18px;*/
  90 + line-height: 22px;
  91 + width: 290px;
  92 + /*height:16px;*/
  93 + font-size:16px;
  94 + font-weight:500;
  95 + color:rgba(0,0,0,.8);
  96 + text-indent: 26px;
  97 +}
  98 +.pop_tel{
  99 + background: url("../images/cont_iph.png") no-repeat;
  100 + background-size: 15px 15px;
  101 + background-position: 0px 3.5px;
  102 + margin-bottom: 10px;
  103 +}
  104 +.pop_email{
  105 + background: url("../images/cont_email.png") no-repeat;
  106 + background-size: 17px 13px;
  107 + background-position: 0px 4.5px;
  108 + margin-bottom: 10px;
  109 +}
  110 +.pop_des{
  111 + background: url("../images/cont_des.png") no-repeat;
  112 + background-size: 18px 16px;
  113 + background-position: 0px 3px;
  114 +}
  115 +.pop_las{
  116 + padding-left: 38px;
  117 +}
  118 +@media screen and (max-width: 1200px){
  119 + .contact_msg_cont{
  120 + display: none;
  121 + }
  122 +
  123 +}
  124 +
... ...
images/cont_des.png 0 → 100755

316 Bytes

images/cont_email.png 0 → 100755

370 Bytes

images/cont_iph.png 0 → 100755

405 Bytes