diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb
index 315c39c76..ddd7293ac 100644
--- a/app/views/welcome/index.html.erb
+++ b/app/views/welcome/index.html.erb
@@ -1,5 +1,8 @@
- <%= image_tag '/images/qrweixin.jpg', size: '200x200', alt: 'trustie', class: "weixin" %>
+
+ <%= image_tag '/images/qrweixin.jpg', size: '200x200', alt: 'trustie', class: "weixin" %>
+
微信扫码
+
<%= l(:label_welcome_trustie) %> , <%= l(:label_welcome_trustie_description) %>
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index ef41727e1..1d4eaf795 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -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;
}
diff --git a/public/stylesheets/welcome.css b/public/stylesheets/welcome.css
index e6da64ce8..6af69a6eb 100644
--- a/public/stylesheets/welcome.css
+++ b/public/stylesheets/welcome.css
@@ -62,7 +62,7 @@ span.grey {
height: auto;
}
img.weixin{
- float: left;
+ display: inline-block;
}
div.loginForm{
float: left;