diff --git a/css/index.css b/css/index.css index a7ac794..9a8c236 100644 --- a/css/index.css +++ b/css/index.css @@ -190,6 +190,7 @@ .fate .list .item .left .message .project { max-width: 280px; font-weight: 400; + font-size: 14px; } .fate .list .item .left .message .virgule { color: #d7d7d7; diff --git a/css/index.less b/css/index.less index b489c37..100ef71 100644 --- a/css/index.less +++ b/css/index.less @@ -216,6 +216,7 @@ .project { max-width: 280px; font-weight: 400; + font-size: 14px; } .virgule { color: #d7d7d7; diff --git a/css/school.css b/css/school.css index 1d24421..bb7484c 100644 --- a/css/school.css +++ b/css/school.css @@ -253,6 +253,10 @@ color: #7f7f7f; font-size: 14px; } +.hot .list .list-item .item .left .text .text-text { + font-size: 14px; + font-weight: 400; +} .hot .list .list-item .item .left .text .ranking { color: #555555; } diff --git a/css/school.less b/css/school.less index 5c5322e..c975428 100644 --- a/css/school.less +++ b/css/school.less @@ -277,6 +277,12 @@ font-weight: 400; color: #7f7f7f; font-size: 14px; + + .text-text { + font-size: 14px; + font-weight: 400; + } + .ranking { color: #555555; }