Commit a90e42e3 by 邓丽

email

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