diff --git a/module/admin/css/index.css b/module/admin/css/index.css index 6019858462..22f5f11069 100755 --- a/module/admin/css/index.css +++ b/module/admin/css/index.css @@ -27,8 +27,7 @@ .official-content > .content {color: #838A9D; font-size: 12px;} .official-content > .title {color: #313C52; font-size: 13px;} -.classList > .classItem {flex: 1 1 30%;} -.classItem {margin: 5px;} +.classList > .classItem {flex: 1 1 30%; margin: 5px;} .classItem > .imgBack {flex: 1 1 50%; background: #C8EDFF;} .classItem > .imgBack > .classImg {background-repeat: no-repeat; background-size: contain; aspect-ratio: 1 / 1; background-position: center; margin:5px;} -.classItem > .classContent {flex: 1 1 50%; padding: 5px; font-size: 14px; color: #0B0F18;} +.classItem > .classContent {flex: 1 1 50%; padding: 5px; font-size: 14px; color: #0B0F18; text-align: center; overflow: hidden; height: 24px; font-weight: 700;} diff --git a/module/admin/view/.index.html.php.swp b/module/admin/view/.index.html.php.swp deleted file mode 100644 index c60991a530..0000000000 Binary files a/module/admin/view/.index.html.php.swp and /dev/null differ