mirror of https://gitee.com/topnuomi/zxf
优化页面
This commit is contained in:
parent
2ba5580b91
commit
4b989ab692
|
@ -55,7 +55,9 @@
|
||||||
<h2 class="title">业务<span class="rtext">覆盖</span></h2>
|
<h2 class="title">业务<span class="rtext">覆盖</span></h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="mcont">
|
<div class="mcont">
|
||||||
|
<a href="" target="_blank">
|
||||||
<img src="images/ditu.png" alt="">
|
<img src="images/ditu.png" alt="">
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="section main-wrap addrcont">
|
<div class="section main-wrap addrcont">
|
||||||
|
|
|
@ -38,16 +38,16 @@
|
||||||
<ul class="items">
|
<ul class="items">
|
||||||
<li>
|
<li>
|
||||||
<img src="images/dianhua-yuankuang.png" alt="">
|
<img src="images/dianhua-yuankuang.png" alt="">
|
||||||
<p>400-0707-091</p>
|
<p><a href="tel:400-0707-091">400-0707-091</a></p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<img src="images/dizhi.png" alt="">
|
<img src="images/dizhi.png" alt="">
|
||||||
<p>杭州市西湖区弘德路256号云起·西溪谷商务中心C座6楼</p>
|
<p><a href="" target="_blank">杭州市西湖区弘德路256号云起·西溪谷商务中心C座6楼</a></p>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="cm-map full-wrap" style="background-image: url('images/map-test.png');"></div>
|
<a class="cm-map full-wrap" href="" target="_blank" style="background-image: url('images/map-test.png');"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="section main-wrap paragraph-content">
|
<div class="section main-wrap paragraph-content">
|
||||||
<div class="paragraph">
|
<div class="paragraph">
|
||||||
|
|
|
@ -3,10 +3,13 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: unset;
|
color: unset;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
|
@ -273,6 +273,9 @@
|
||||||
.section.article-detail .content {
|
.section.article-detail .content {
|
||||||
padding: 30px 0;
|
padding: 30px 0;
|
||||||
}
|
}
|
||||||
|
.section.article-detail .content img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
.full-wrap.about {
|
.full-wrap.about {
|
||||||
background-color: #F7F7F7;
|
background-color: #F7F7F7;
|
||||||
}
|
}
|
||||||
|
@ -307,6 +310,10 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
.section.mapcont .mcont a {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.section.mapcont .mcont img {
|
.section.mapcont .mcont img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -371,6 +378,7 @@
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
.section.contact-map .cm-map {
|
.section.contact-map .cm-map {
|
||||||
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 170px;
|
top: 170px;
|
||||||
height: 520px;
|
height: 520px;
|
||||||
|
|
|
@ -346,6 +346,9 @@
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
padding: 30px 0;
|
padding: 30px 0;
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -395,6 +398,11 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
|
|
||||||
|
a {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -471,6 +479,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.cm-map {
|
.cm-map {
|
||||||
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 170px;
|
top: 170px;
|
||||||
height: 520px;
|
height: 520px;
|
||||||
|
|
Loading…
Reference in New Issue