Commit a094c9f4 authored by agping's avatar agping

修改

parent 97d448b6
...@@ -113,7 +113,13 @@ ...@@ -113,7 +113,13 @@
.notice-text{ .notice-text{
font-size: 16px; font-size: 16px;
margin-top: 30px; margin-top: 30px;
text-indent: 2em; /*text-indent: 2em;*/
}
/*限制图片的最大宽度*/
.notice-text img{
/*width: 100%!important;*/
max-width: 528px;
} }
</style> </style>
<!--导航star--> <!--导航star-->
......
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
url: '/broker/getFeedInfo', url: '/broker/getFeedInfo',
responseType: 'json', responseType: 'json',
data: { data: {
'id': _this.announce_id, // 'id': _this.announce_id,
// 'id': 253, 'id': 255,
} }
}) })
......
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