全部
@@ -1856,6 +1856,9 @@ handleClearTags() {
.topNav {
display: flex;
margin-bottom: 20px;
+ height: auto;
+ min-height: 80px;
+ align-items: center;
.nav {
display: flex;
@@ -2333,8 +2336,8 @@ handleClearTags() {
margin-left: 15px;
font-size: 14px;
color: #3d3d3d;
- cursor: pointer;
- position: relative;
+ //cursor: pointer;
+ //position: relative;
}
.uxicon {
@@ -2465,6 +2468,8 @@ handleClearTags() {
background: #fff;
padding: 10px 25px;
border-radius: 8px;
+ height: auto;
+ min-height: 60px;
::v-deep .el-input {
width: 420px;
@@ -2588,7 +2593,8 @@ handleClearTags() {
color: #3d3d3d;
display: inline-block;
font-size: 14px;
- margin: 0px 15px;
+ //margin: 0px 15px;
+ font-weight: normal;
}
.option-border {
@@ -2672,7 +2678,7 @@ a.custom2 {
.hot-tags-container {
display: inline-block;
- white-space: nowrap;
+ //white-space: nowrap;
overflow-x: auto;
vertical-align: top;
}
@@ -2745,5 +2751,24 @@ a.custom2 {
gap: 5px;
}
}
-/* ---end--- */
+
+.hot-tags-wrapper {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 15px;
+ align-items: center;
+ padding-top: 2px;
+}
+
+.course-tags {
+ margin: 5px 0;
+ min-height: 20px;
+}
+
+.course-tag-item {
+ color: #333333;
+}
+.course-tag-item[style*="color: #387DF7"] {
+ color: #387DF7 !important;
+}