This commit is contained in:
parent
4c0acc5f3e
commit
4587c840b1
|
@ -1,5 +1,8 @@
|
|||
<div class='top_bar' style="">
|
||||
<div style="float: left;">
|
||||
<%= image_tag '/images/qrweixin.jpg', size: '200x200', alt: 'trustie', class: "weixin" %>
|
||||
<div style="margin: -15px 0px 0px 0px;"><h3 style="color: #000000; font-size: 15px; text-align:center ">微信扫码</h3></div>
|
||||
</div>
|
||||
<div class="welcome_left" style="">
|
||||
<span class="font_welcome_trustie"><%= l(:label_welcome_trustie) %> </span><span class="font_welcome_tdescription">, <%= l(:label_welcome_trustie_description) %></span>
|
||||
</div>
|
||||
|
|
|
@ -744,10 +744,7 @@ ul.tool li{list-style-type:none;
|
|||
float:left;
|
||||
display:inline-block;
|
||||
margin-top: 50px;
|
||||
padding-left: 10px;
|
||||
/*
|
||||
width: 49%;
|
||||
*/
|
||||
padding-left: 20px;
|
||||
max-width: 380px;
|
||||
}
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@ span.grey {
|
|||
height: auto;
|
||||
}
|
||||
img.weixin{
|
||||
float: left;
|
||||
display: inline-block;
|
||||
}
|
||||
div.loginForm{
|
||||
float: left;
|
||||
|
|
Loading…
Reference in New Issue