diff --git a/css/details.css b/css/details.css index a30df97..fbc206c 100644 --- a/css/details.css +++ b/css/details.css @@ -1221,6 +1221,7 @@ } .content-right .live .content .swiper .swiper-item .item .text .admissionState { height: 20px; + line-height: 20px; background-color: #b30081; border-radius: 115px; color: #ffffff; diff --git a/css/details.less b/css/details.less index 6416376..266ecd8 100644 --- a/css/details.less +++ b/css/details.less @@ -1379,6 +1379,7 @@ .text { .admissionState { height: 20px; + line-height: 20px; background-color: rgba(179, 0, 129, 1); border-radius: 115px; color: #ffffff;