调整首页主题部分字体格式
This commit is contained in:
parent
83b97ef71d
commit
8d2bbfe320
|
@ -92,7 +92,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="main-content-bar">
|
<div class="main-content-bar">
|
||||||
<div class="welcome_left" >
|
<div class="welcome_left" >
|
||||||
<span class="font_welcome_trustie"><%= 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) %> </span><span class="font_welcome_Mdescription"><%= l(:label_welcome_trustie_course) %> </span><span class="font_welcome_tdescription">, <%= l(:label_welcome_trustie_course_description) %></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="search-bar">
|
<div class="search-bar">
|
||||||
<%= render :partial => "search_project", :locals => {:project_type => 1}%>
|
<%= render :partial => "search_project", :locals => {:project_type => 1}%>
|
||||||
|
|
|
@ -92,7 +92,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="main-content-bar">
|
<div class="main-content-bar">
|
||||||
<div class="welcome_left" >
|
<div class="welcome_left" >
|
||||||
<span class="font_welcome_trustie"><%= 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) %></span><span class="font_welcome_Mdescription"><%= l(:label_welcome_trustie_project) %></span> <span class="font_welcome_tdescription">, <%= l(:label_welcome_trustie_project_description) %></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="search-bar">
|
<div class="search-bar">
|
||||||
<%= render :partial => "search_project", :locals => {:project_type => 0}%>
|
<%= render :partial => "search_project", :locals => {:project_type => 0}%>
|
||||||
|
|
|
@ -1544,8 +1544,9 @@ zh:
|
||||||
label_sort_by_influence: 按影响力排序
|
label_sort_by_influence: 按影响力排序
|
||||||
label_bids_published: 发布于
|
label_bids_published: 发布于
|
||||||
label_bids_published_ago: 之前
|
label_bids_published_ago: 之前
|
||||||
label_welcome_trustie_project: Trustie在线项目托管平台
|
label_welcome_trustie: Trustie
|
||||||
label_welcome_trustie_course: Trustie在线课程实践平台
|
label_welcome_trustie_project: 在线项目托管平台
|
||||||
|
label_welcome_trustie_course: 在线课程实践平台
|
||||||
label_welcome_trustie_project_description: 面向中国大学生与软件从业者,提供社交化的项目管理、代码托管、资源共享、合作交流。
|
label_welcome_trustie_project_description: 面向中国大学生与软件从业者,提供社交化的项目管理、代码托管、资源共享、合作交流。
|
||||||
label_welcome_trustie_course_description: 面向中国高校教师与大学生,提供社交化的课程管理、资源共享、合作实验、协同研究。
|
label_welcome_trustie_course_description: 面向中国高校教师与大学生,提供社交化的课程管理、资源共享、合作实验、协同研究。
|
||||||
label_user_project: 项目
|
label_user_project: 项目
|
||||||
|
|
|
@ -612,6 +612,13 @@ ul.tool li{list-style-type:none;
|
||||||
color:#15bccf;
|
color:#15bccf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.font_welcome_Mdescription{
|
||||||
|
font-family:微软雅黑;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 17px;
|
||||||
|
color:#15bccf;
|
||||||
|
}
|
||||||
|
|
||||||
.font_welcome_Cdescription{
|
.font_welcome_Cdescription{
|
||||||
font-family: 微软雅黑;
|
font-family: 微软雅黑;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
Loading…
Reference in New Issue