Commit ab76d4ef by murphywuwu

news展示

parent e6d7ceb4
...@@ -1863,13 +1863,13 @@ a.cd-read-more:hover { ...@@ -1863,13 +1863,13 @@ a.cd-read-more:hover {
font-size: 14px; font-size: 14px;
text-align: left; text-align: left;
word-break: normal; word-break: normal;
text-indent: 28px; text-indent: 0;
} }
.publicCon p img { .publicCon p img {
display: block; display: block;
max-width: 100% !important;
height: auto!important; height: auto!important;
margin: 15px auto; margin: 15px auto;
width: 100% !important;
} }
.publicCon p a { .publicCon p a {
color: #015688; color: #015688;
......
...@@ -1542,12 +1542,12 @@ a.cd-read-more:hover{text-decoration:none; background-color: #424242; } ...@@ -1542,12 +1542,12 @@ a.cd-read-more:hover{text-decoration:none; background-color: #424242; }
font-size: 14px; font-size: 14px;
text-align: left; text-align: left;
word-break: normal; word-break: normal;
text-indent: 28px; text-indent: 0;
img{ img{
display: block; display: block;
max-width:100% !important;
height:auto!important; height:auto!important;
margin: 15px auto; margin: 15px auto;
width: 100% !important;
} }
a{ a{
color: #015688; color: #015688;
......
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