+
-
diff --git a/templates/org/home_courses.tmpl b/templates/org/home_courses.tmpl
index 03ca8c41e..0f553687d 100644
--- a/templates/org/home_courses.tmpl
+++ b/templates/org/home_courses.tmpl
@@ -32,27 +32,13 @@
.organization-info >.container {
padding-bottom:0px !important;
}
- .tag_bg{
- background-color: #0366D6 !important;
- color:#FFFFFF !important;
- }
.course{
padding:10px 0 15px !important;
}
.course_color{
color: #FA8C16;
}
- .tag_lable{
- border: 1px solid rgba(232, 232, 232, 100) ;
- border-radius: 4px;
- color: rgba(65, 80, 88, 100);
- font-family: Microsoft Yahei;
- font-size: 14px;
- padding: 0.3em 0.5em;
- height: 30px;
- text-align: center;
- margin: 0.2em;
- }
+
.tag_lable_first{
border: 1px solid rgba(232, 232, 232, 100) ;
border-radius: 4px;
@@ -65,17 +51,11 @@
margin: 0.2em;
margin-left: none;
}
- .tag_key{
- max-width:100%;
- margin: 3px 3px;
- display:inline-flex;
- }
+
.bpadding{
padding:10px 40px
}
- .omit{
- overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
- }
+
.noborder{
border: none !important;
}
@@ -83,7 +63,7 @@
text-align: center;
margin-top: 5px;
margin-top: 10px;
- }
+ }
diff --git a/web_src/less/openi.less b/web_src/less/openi.less
index 6598f5f40..ff43f94e6 100644
--- a/web_src/less/openi.less
+++ b/web_src/less/openi.less
@@ -734,4 +734,38 @@ display: block;
}
.el-pagination.is-background .el-pager li:hover {
color: #5bb973 !important;
- }
\ No newline at end of file
+ }
+
+.tag_key{
+ max-width:100%;
+ margin: 3px 3px;
+ display:inline-flex;
+}
+.tag_lable{
+ border: 1px solid rgba(232, 232, 232, 100) ;
+ border-radius: 4px;
+ color: rgba(65, 80, 88, 100);
+ font-family: Microsoft Yahei;
+ font-size: 14px;
+ padding: 0.3em 0.5em;
+ height: 30px;
+ text-align: center;
+ margin: 0.2em;
+}
+.omit{
+ overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
+}
+.tag_bg{
+ background-color: #0366D6 !important;
+ color:#FFFFFF !important;
+}
+.margin-top20{
+ margin-top: 20px;
+}
+.maxheight{
+ max-height: 88px;
+ overflow: hidden;
+}
+.pad-botom{
+ padding-bottom:0px !important;
+}
\ No newline at end of file