Authored by shuaiguo

Merge branch 'refs/heads/feature/search-word' into develop

... ... @@ -487,15 +487,15 @@ export default {
.channel-html {
padding: 20px 24px 0;
&:before {
content: "";
width: 520px;
height: 28px;
background-image: url("~statics/image/channel/service-info.png");
background-size: 100% 100%;
margin: 10px auto 20px;
display: block;
}
// &:before {
// content: "";
// width: 520px;
// height: 28px;
// background-image: url("~statics/image/channel/service-info.png");
// background-size: 100% 100%;
// margin: 10px auto 20px;
// display: block;
// }
&:after {
content: "";
... ...