diff --git a/src/PersonalHomepage.vue b/src/PersonalHomepage.vue
index 0c9c225..8da659e 100644
--- a/src/PersonalHomepage.vue
+++ b/src/PersonalHomepage.vue
@@ -173,7 +173,7 @@
border-bottom: 1px solid #dfdfdf;
> div {
width: 100%;
- font-size: 32px;
+ font-size: 28px;
text-align: center;
}
.select {
diff --git a/src/articledetail.vue b/src/articledetail.vue
index 47c4409..b3353ff 100644
--- a/src/articledetail.vue
+++ b/src/articledetail.vue
@@ -2,7 +2,7 @@
-
+
p {
line-height: 40px;
diff --git a/src/components/indexfindall.vue b/src/components/indexfindall.vue
index 96e6c19..e9ad91e 100644
--- a/src/components/indexfindall.vue
+++ b/src/components/indexfindall.vue
@@ -106,8 +106,8 @@ export default {
background-color: white;
.title {
color: #333333;
- font-size: 34px;
- font-weight: 500;
+ font-size: 30px;
+ font-weight: bold;
padding: 0 41px;
text-indent: 0;
padding-top: 34px;
@@ -119,13 +119,14 @@ export default {
margin: 0 auto;
display: flex;
padding-bottom: 41px;
+
// justify-content: center;
.left {
width: 457px;
.text {
color: #333333;
- font-size: 28px;
+ font-size: 21px;
line-height: 35px;
overflow: hidden; //超出的文本隐藏
display: -webkit-box; //作为弹性伸缩盒子模型显示。
@@ -164,6 +165,7 @@ export default {
height: 139px;
border-radius: 5px;
margin-left: 23px;
+ object-fit: cover;
}
}
}
diff --git a/src/components/indexfindtab.vue b/src/components/indexfindtab.vue
index e553162..ae9bac6 100644
--- a/src/components/indexfindtab.vue
+++ b/src/components/indexfindtab.vue
@@ -2,7 +2,7 @@