Commit a90e42e3 by 邓丽

email

parent cf6bcfad
......@@ -62,7 +62,7 @@ To change `display` (e.g. `display: inline-block;`), we suggest using a common C
}
.icon-tuite {
background-image: url(sprite.png);
background-position: -65px -52px;
background-position: -64px -52px;
width: 32px;
height: 26px;
}
......@@ -463,7 +463,7 @@ body {
height: 700px;
width: 200px;
position: absolute;
top: 150px;
top: 130px;
z-index: 10;
-webkit-transition: none;
transition: none;
......@@ -966,6 +966,15 @@ a.cd-read-more:hover {
text-indent: 36px;
text-align: left;
}
.publicCon p img {
display: block;
max-width: 100%!important;
height: auto!important;
margin: 15px auto;
}
.publicCon p a {
color: #015688;
}
.publicCon .pubImg {
width: 100%;
padding: 3rem 10%;
......@@ -1785,8 +1794,9 @@ a.cd-read-more:hover {
text-indent: 28px;
}
.publicCon p img {
width: 100%;
height: auto;
display: block;
max-width: 100% !important;
height: auto!important;
margin: 15px auto;
}
.publicCon p a {
......
......@@ -105,7 +105,7 @@ body{
height: 700px;
width: 200px;
position: absolute;
top:150px;
top:130px;
z-index: 10;
-webkit-transition: none;
transition: none;
......@@ -617,6 +617,15 @@ a.cd-read-more:hover{text-decoration:none; background-color: #424242; }
font-size: 16px;
text-indent: 36px;
text-align: left;
img {
display: block;
max-width: 100%!important;
height: auto!important;
margin: 15px auto;
}
a{
color: #015688;
}
}
.pubImg{
width: 100%;
......@@ -1465,8 +1474,9 @@ a.cd-read-more:hover{text-decoration:none; background-color: #424242; }
word-break: normal;
text-indent: 28px;
img{
width:100%;
height:auto;
display: block;
max-width:100% !important;
height:auto!important;
margin: 15px auto;
}
a{
......
......@@ -35,7 +35,7 @@
<div class="am-modal-bd">
<p>Mobile: <b>+86(0)18982079737</b></p>
<p>TEL: <b>+86(028)85170675</b></p>
<p>Email: <b class="blue">zhongweixing@outlook.com</b></p>
<p>Email: <b class="blue">zhongwxim@outlook.com</b></p>
<div class="icon">
<a href="https://twitter.com/zhongweixing/" title="Zhong WeiXing Twitter"><i class="icon-tuite"></i></a>
<a href="https://www.facebook.com/zhongweixing/" title="Zhong WeiXing Facebook"><i class="icon-facebook"></i></a>
......
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