diff --git a/css/contrastDetails.css b/css/contrastDetails.css index 644b151..ccc3eab 100644 --- a/css/contrastDetails.css +++ b/css/contrastDetails.css @@ -30,6 +30,7 @@ } .body .item .thead .tag .tag-item { margin: 0; + font-weight: 400; } .body .item .thead.no-padding { padding: 0; @@ -61,6 +62,7 @@ line-height: 16px; color: #7f7f7f; margin-bottom: 10px; + font-weight: 400; } .body .item .thead .top .school { font-size: 14px; diff --git a/css/contrastDetails.less b/css/contrastDetails.less index 86d21f2..00cb7c1 100644 --- a/css/contrastDetails.less +++ b/css/contrastDetails.less @@ -42,6 +42,7 @@ .tag { .tag-item { margin: 0; + font-weight: 400; } } @@ -75,6 +76,7 @@ line-height: 16px; color: rgb(127, 127, 127); margin-bottom: 10px; + font-weight: 400; } .school { diff --git a/css/school.css b/css/school.css index c028c33..a0626ca 100644 --- a/css/school.css +++ b/css/school.css @@ -404,6 +404,7 @@ height: 56px; padding-left: 34px; cursor: pointer; + font-weight: 400; } .content .body .left .item .img { width: 18px; diff --git a/css/school.less b/css/school.less index b07c12d..06b53e6 100644 --- a/css/school.less +++ b/css/school.less @@ -454,6 +454,7 @@ height: 56px; padding-left: 34px; cursor: pointer; + font-weight: 400; .img { width: 18px; height: 18px;