修改了字体大小

This commit is contained in:
huangjingquan 2013-11-27 10:31:12 +08:00
parent 5d02d0adc1
commit 860c46e1c7
2 changed files with 43 additions and 12 deletions

View File

@ -2,9 +2,7 @@
<div style="height:280px; padding-top: 10px">
<div class="welcone_left">
<table width="388px">
<tr>
<td><span class="font_welcome_trustie"><%= l(:label_welcome_trustie) %> </span><span class="font_welcome_tdescription">, <%= l(:label_welcome_trustie_description) %></span></td>
</tr>
<tr><td><span class="font_welcome_trustie"><%= l(:label_welcome_trustie) %> </span><span class="font_welcome_tdescription">, <%= l(:label_welcome_trustie_description) %></span></td></tr>
</table>
</div>
<table>
@ -49,14 +47,14 @@
</table>
<% else %>
<div>
<!--info-->
<!--info: modified by huang-->
<table width="200" border="0">
<tr>
<td colspan="2" align="center" class="font_welcome_Cdescription" ><%= l(:label_welcome) %> <strong class="font_small_watch" style=" word-wrap: break-word; word-break: break-all"><%=link_to User.current.lastname<<User.current.firstname, user_path(User.current) %></strong> <%= l(:label_join) %></td>
</tr>
<tr>
<td rowspan="2" style="padding-left: 20px"><%= image_tag(url_to_avatar(User.current), :class => 'avatar') %></td>
<td rowspan="2" style="padding-left: 35px"><%= image_tag(url_to_avatar(User.current), :class => 'avatar') %></td>
<td><strong class="font_small_watch"><%= link_to l(:label_user_watcher)+"("+User.watched_by(User.current).count.to_s+")", user_path(User.current) %></strong>&nbsp
<strong class="font_small_watch"><%=link_to l(:label_x_user_fans, :count => User.current.watcher_users(User.current.id).count)+"("+User.current.watcher_users(User.current.id).count.to_s+")", user_path(User.current) %></strong></td>
</tr>
@ -176,8 +174,6 @@
</table>
</div>
<div style="padding-top: 40px"></div>

View File

@ -12,6 +12,42 @@ h4 {border-bottom: 1px dotted #bbb;}
/*new by huang*/
/**/
/*new code reconstruction*/
/*div.forums-welcome{
width: 30%;
}
.forums-welcome-title{
font-weight: bold;
margin-bottom:10px;
border-bottom: solid 1px rgb(204, 204, 204);
}
span.forums-welcome-massage{
display: block;
height: 30px;
border: 1px solid #15bccf;
border-bottom: 1px solid #15bccf;
border-right: 1px solid #15bccf;
background: white;
position: relative;
float: left;
width: 80%;
}
span.forums-welcome-massage-right{
display: block;
height: 30px;
border: 1px solid #15bccf;
border-bottom: 1px solid #15bccf;
border-right: 1px solid #15bccf;
background: white;
position: relative;
float: right;
width: 18.5%;
background-color: #15bccf;
height: 30px;
}*/
div.sidebar-forums{
padding-left: 8px;
width: 214px;
@ -418,7 +454,7 @@ ul.tool li{list-style-type:none;
.font_welcome_trustie{
font-family:Impact;
font-weight: regular;
font-size: 29px;
font-size: 24px;
color:#15bccf;
}
@ -430,7 +466,7 @@ ul.tool li{list-style-type:none;
.font_welcome_tdescription{
font-family: '微软雅黑';
font-size: 20px;
font-size: 16px;
color: #5c5c5c;
text-align: justify;
text-justify: inter-ideograph;
@ -542,9 +578,8 @@ ul.tool li{list-style-type:none;
.spaceright{float:left; width:620px;}
.welcone_left{
margin-top: 60px;
margin-left: 90px;
margin-top: 70px;
margin-left: 80px;
float:left;
width: 49%;
}