diff --git a/css/index.css b/css/index.css index ae3e37f..1596be0 100644 --- a/css/index.css +++ b/css/index.css @@ -340,7 +340,6 @@ padding: 0 10px; } .fate .content .item.top .thead .school .img { - width: 16px; height: 18px; margin-right: 6px; } @@ -352,8 +351,7 @@ padding: 0 10px; } .fate .content .item.top .thead .vs { - width: 38px; - height: 38px; + width: 31px; position: absolute; top: 50%; right: -19px; diff --git a/css/index.less b/css/index.less index ec398d9..a18ba13 100644 --- a/css/index.less +++ b/css/index.less @@ -372,7 +372,7 @@ position: relative; .school { .img { - width: 16px; + // width: 16px; height: 18px; margin-right: 6px; } @@ -390,8 +390,8 @@ } .vs { - width: 38px; - height: 38px; + width: 31px; + // height: 38px; position: absolute; top: 50%; right: -19px;