Commit ffe0a575 authored by 喻春霖's avatar 喻春霖

modify the style

parent 993a70fa
......@@ -30,7 +30,7 @@
<!-- Add your site or application content here -->
<div class="ds">
<div class="ds-header">
<img class="ds-header-img" src="./img/Rlogo.jpg" alt="" />
<img class="ds-header-img" th:src="@{/static/img/Rlogo.jpg}" alt="" />
</div>
<div class="ds-content">
<div class="ds-content-mask">
......@@ -39,28 +39,28 @@
<div class="ds-content-city">
<p>市认证源</p>
<button onclick="toLogin('djg')" class="logo-btn city-btn"
style="background: white url('./img/logo-tyrz.png')" type="button"></button>
style="background: white url('../static/img/logo-tyrz.png')" type="button"></button>
<button onclick="toLogin('szjc')" class="logo-btn city-btn"
style="background: white url('./img/logo-shszjc.png')" type="button"></button>
style="background: white url('../static/img/logo-shszjc.png')" type="button"></button>
</div>
<div class="ds-divide-line"></div>
<div class="ds-content-district">
<p>区认证源</p>
<div>
<button onclick="toLogin('qp')" class="logo-btn idp-btn" style="background: url('./img/logo-qp.png')"
<button onclick="toLogin('qp')" class="logo-btn idp-btn" style="background: url('../static/img/logo-qp.png')"
type="button"></button>
<button onclick="toLogin('js')" class="logo-btn idp-btn logo-btn-mask" disabled="disabled"
style="background: url('./img/logo-js.png')" type="button"></button>
style="background: url('../static/img/logo-js.png')" type="button"></button>
<button onclick="toLogin('hp')" class="logo-btn idp-btn logo-btn-mask" disabled="disabled"
style="background: url('./img/logo-hp.png')" type="button"></button>
style="background: url('../static/img/logo-hp.png')" type="button"></button>
<button onclick="toLogin('fx')" class="logo-btn idp-btn logo-btn-mask" disabled="disabled"
style="background: url('./img/logo-fx.png')" type="button"></button>
style="background: url('../static/img/logo-fx.png')" type="button"></button>
<button onclick="toLogin('pd')" class="logo-btn idp-btn logo-btn-mask" disabled="disabled"
style="background: url('./img/logo-pd.png')" type="button"></button>
style="background: url('../static/img/logo-pd.png')" type="button"></button>
<button onclick="toLogin('yp')" class="logo-btn idp-btn logo-btn-mask" disabled="disabled"
style="background: url('./img/logo-yp.png')" type="button"></button>
style="background: url('../static/img/logo-yp.png')" type="button"></button>
<button onclick="toLogin('cn')" class="logo-btn idp-btn logo-btn-mask" disabled="disabled"
style="background: url('./img/logo-cn.png')" type="button"></button>
style="background: url('../static/img/logo-cn.png')" type="button"></button>
</div>
</div>
......
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