From 92a5087cff2821903314f092209a4c792bc28c3e Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期一, 01 七月 2024 13:48:00 +0800 Subject: [PATCH] fix:修改考试列表type --- src/style.css | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/src/style.css b/src/style.css index 0cfd3ab..364ac34 100644 --- a/src/style.css +++ b/src/style.css @@ -39,4 +39,23 @@ opacity: 0; transition: all 0.2s; transform: translateX(30px); +} + +.gapfilling-span { + color: red; + padding: 0px 30px; + margin: 0px 5px; + border-bottom: 3px double red; +} + +.exampaper-item-box { + margin-top: 20px; +} + +.exampaper-item { + margin: 5px 0px; +} + +.ueditor-p { + display: inline !important; } \ No newline at end of file -- Gitblit v1.8.0