diff --git a/src/views/Activity/Activity.vue b/src/views/Activity/Activity.vue
index 6b098f8..67a7d62 100644
--- a/src/views/Activity/Activity.vue
+++ b/src/views/Activity/Activity.vue
@@ -8,18 +8,11 @@
- 路演
- 讲座
- 沙龙
+ 路演
+ 讲座
+ 沙龙
-
+
{{ item.title }}
-
{{ item.content }}
+
{{ item.intro }}
时间:{{ item.releaseTime }}
@@ -38,10 +31,7 @@
地点:{{ item.address }}
- 报名已结束
+ 报名已结束
@@ -229,7 +219,7 @@ export default {
overflow: hidden;
display: -webkit-box;
font-size: 24px;
- color: rgba(0, 0, 0, 0.65);
+ color: rgba(0, 0, 0, 0.85);
font-family: Microsoft YaHei;
font-weight: bold;
-webkit-line-clamp: 1;
@@ -241,7 +231,7 @@ export default {
text-indent: 2em;
font-size: 16px;
line-height: 36px;
- color: rgba(0, 0, 0, 0.65);
+ color: rgba(0, 0, 0, 0.75);
font-family: Microsoft YaHei;
overflow: hidden;
display: -webkit-box;
@@ -253,6 +243,8 @@ export default {
cursor: pointer;
font-family: Microsoft YaHei;
font-weight: 400;
+ font-size: 16px;
+ color: rgba(0, 0, 0, 0.45);
opacity: 1;
margin-right: 24px;
}
diff --git a/src/views/Business/components/SearchBox.vue b/src/views/Business/components/SearchBox.vue
index 7019be9..ed44e63 100644
--- a/src/views/Business/components/SearchBox.vue
+++ b/src/views/Business/components/SearchBox.vue
@@ -1,6 +1,6 @@
-
栏目:
+
栏目:
@@ -14,7 +14,7 @@
{{ item }}
-
类型:
+
类型:
- 时间:
+ 时间:
- 国家
- 山西省
- 太原市
- 山西省综改区
+
+ 国家
+
+
+ 山西省
+
+
+ 太原市
+
+
+ 山西省综改区
+
@@ -194,7 +202,7 @@ export default {
.item-title {
overflow: hidden;
display: -webkit-box;
- font-size: 20px;
+ font-size: 18px;
color: rgba(0, 0, 0, 0.65);
font-family: Microsoft YaHei;
font-weight: bold;
@@ -206,7 +214,7 @@ export default {
text-indent: 2em;
font-size: 14px;
line-height: 24px;
- color: rgba(0, 0, 0, 0.65);
+ color: rgba(0, 0, 0, 0.75);
font-family: Microsoft YaHei;
overflow: hidden;
display: -webkit-box;
@@ -226,7 +234,7 @@ export default {
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
- color: rgba(0, 0, 0, 0.25);
+ color: rgba(0, 0, 0, 0.45);
opacity: 1;
}