首页字体
This commit is contained in:
parent
575fc48ff0
commit
937d594c41
|
@ -92,7 +92,7 @@
|
|||
</div>
|
||||
<div class="main-content-bar">
|
||||
<div class="welcome_left" >
|
||||
<span class="font_welcome_trustie"><%= l(:label_welcome_trustie) %> </span><span class="font_welcome_Mdescription"><%= l(:label_welcome_trustie_course) %> </span><span class="font_welcome_tdescription">, <%= l(:label_welcome_trustie_course_description) %></span>
|
||||
<span class="font_welcome_trustie"><%= l(:label_welcome_trustie) %> <%= l(:label_welcome_trustie_course) %> </span><span class="font_welcome_tdescription">, <%= l(:label_welcome_trustie_course_description) %></span>
|
||||
</div>
|
||||
<div class="search-bar">
|
||||
<%= render :partial => "search_project", :locals => {:project_type => Project::ProjectType_course}%>
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
</div>
|
||||
<div class="main-content-bar">
|
||||
<div class="welcome_left" >
|
||||
<span class="font_welcome_trustie"><%= l(:label_welcome_trustie) %></span><span class="font_welcome_Mdescription"><%= l(:label_welcome_trustie_project) %></span> <span class="font_welcome_tdescription">, <%= l(:label_welcome_trustie_project_description) %></span>
|
||||
<span class="font_welcome_trustie"><%= l(:label_welcome_trustie) %><%= l(:label_welcome_trustie_project) %></span> <span class="font_welcome_tdescription">, <%= l(:label_welcome_trustie_project_description) %></span>
|
||||
</div>
|
||||
<div class="search-bar">
|
||||
<%= render :partial => "search_project", :locals => {:project_type => 0}%>
|
||||
|
|
|
@ -606,19 +606,12 @@ ul.tool li{list-style-type:none;
|
|||
}
|
||||
|
||||
.font_welcome_trustie{
|
||||
font-family:Impact;
|
||||
font-family:Impact, '微软雅黑';
|
||||
font-weight: bold;
|
||||
font-size: 18px;
|
||||
color:#15bccf;
|
||||
}
|
||||
|
||||
.font_welcome_Mdescription{
|
||||
font-family:微软雅黑;
|
||||
font-weight: bold;
|
||||
font-size: 17px;
|
||||
color:#15bccf;
|
||||
}
|
||||
|
||||
.font_welcome_Cdescription{
|
||||
font-family: 微软雅黑;
|
||||
font-size: 16px;
|
||||
|
|
Loading…
Reference in New Issue