Skip to content

Commit

Permalink
修复部分背景无法显示的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
sgjj committed Aug 14, 2019
1 parent 0c3f979 commit 23ad315
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/webapp/templets/1/default/about.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<body>
<#include "head.htm"/>
<div class="ms-banner" style="background:url({ms:global.host/}/{ms:global.style/}images/about_us.jpg) no-repeat center;">
<div class="ms-banner" style="background:url({ms:global.host/}/{ms:global.style/}/images/about_us.jpg) no-repeat center;">
<p class="banner_tit_about animated fadeInLeft">关于我们</p>
<p class="banner_tit_about_des animated fadeInRight">About us</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/templets/1/default/advice.htm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</head>
<body>
<#include "head.htm"/>
<div class="ms-banner" style="background:url({ms:global.host/}/{ms:global.style/}images/talk_online.jpeg) no-repeat center;">
<div class="ms-banner" style="background:url({ms:global.host/}/{ms:global.style/}/images/talk_online.jpeg) no-repeat center;">
<p class="banner_tit_other animated fadeInLeft">在线留言</p>
<p class="banner_tit_other_des animated fadeInRight">Talk online</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/templets/1/default/case-list.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<body>
<#include "head.htm"/>
<div class="ms-banner" style="background:url({ms:global.host/}/{ms:global.style/}images/00.png) no-repeat center;">
<div class="ms-banner" style="background:url({ms:global.host/}/{ms:global.style/}/images/00.png) no-repeat center;">
<p class="banner_tit_other animated fadeInLeft">案&nbsp;&nbsp;&nbsp;例</p>
<p class="banner_tit_other_des animated fadeInRight">Case list</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/templets/1/default/news-show.htm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<body>
<#include "head.htm">
<div class="ms-banner" style="background:url({ms:global.host/}/{ms:global.style/}images/news2.png) no-repeat center;">
<div class="ms-banner" style="background:url({ms:global.host/}/{ms:global.style/}/images/news2.png) no-repeat center;">
<p class="banner_tit_other animated fadeInLeft">公司动态</p>

<p class="banner_tit_other_des animated fadeInRight">Our company</p>
Expand Down

0 comments on commit 23ad315

Please sign in to comment.