From 6cebc8ffa6e66cc5664fcd0202271330b7b501a7 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期一, 27 五月 2024 17:16:19 +0800 Subject: [PATCH] 提交 --- src/books/English/view/components/header.vue | 26 +------------------------- 1 files changed, 1 insertions(+), 25 deletions(-) diff --git a/src/books/English/view/components/header.vue b/src/books/English/view/components/header.vue index 63a297b..d06b869 100644 --- a/src/books/English/view/components/header.vue +++ b/src/books/English/view/components/header.vue @@ -197,29 +197,5 @@ font-size: 26px !important; color: #000 !important; } -.preface-odd-header { - height: 104px; - display: flex; - align-items: center; - li:first-child { - width: 15px; - height: 100%; - } - li:last-child { - display: flex; - align-items: center; - span:first-child { - display: inline-block; - padding: 5px 10px; - border-radius: 8px 0 0 8px; - color: #fff; - font-weight: bold; - } - span:last-child { - width: 40px; - height: 30px; - display: inline-block; - } - } -} + </style> -- Gitblit v1.9.1