From 7a42daa920b7cf67a4eaeed28d7660ca29498b10 Mon Sep 17 00:00:00 2001 From: helinfeng <82085299+itfxl@users.noreply.github.com> Date: Fri, 27 Jun 2025 10:54:54 +0800 Subject: [PATCH] fix --- public/css/edu-purge.css | 94 ++++++++++++++++++++++++++-------------- 1 file changed, 61 insertions(+), 33 deletions(-) diff --git a/public/css/edu-purge.css b/public/css/edu-purge.css index 9870c71f2..9912735d8 100644 --- a/public/css/edu-purge.css +++ b/public/css/edu-purge.css @@ -460,7 +460,9 @@ textarea::-ms-input-placeholder { .shixun_work_div { overflow-y: auto; max-height: 90px; -}html { +} + +html { height: 100%; } @@ -1275,7 +1277,7 @@ html body { color: #05101a; height: 100%; position: relative; - padding-right: 0px!important; + padding-right: 0px !important; } html, @@ -1307,7 +1309,7 @@ td, span { margin: 0; padding: 0; - margin-bottom: 0px!important; + margin-bottom: 0px !important; } table, @@ -1567,10 +1569,14 @@ a.edu-txt-w80, .font-50 { font-size: 50px !important; } + .font-80 { font-size: 80px !important; } -.color-grey-b{color: #bbb !important} + +.color-grey-b { + color: #bbb !important +} /*a标签的下划线*/ a.decoration { @@ -2326,8 +2332,8 @@ input::-ms-clear { background-color: #F5F5F5; } -.ant-modal-close{ - top:8px!important; +.ant-modal-close { + top: 8px !important; } .newContainer { @@ -2480,10 +2486,12 @@ a.color-grey-c:hover { .color-blue { color: #4CACFF !important; } + /* 绿色 */ -.color-green-file{ +.color-green-file { color: #28BD6C; } + /*主*/ .color-blue_4C { color: #4CACFF !important; @@ -2667,18 +2675,23 @@ a.color-green:hover { .width89 { width: 89%; } + .width50 { width: 50%; } + .width40 { width: 40%; } + .width45 { width: 45%; } + .width10 { width: 10%; } + .width20 { width: 20%; } @@ -2716,10 +2729,12 @@ a.edu-txt-w80, .minH-560 { min-height: 560px; } -.minH-650{ + +.minH-650 { min-height: 650px; } -.minH-670{ + +.minH-670 { min-height: 670px; } @@ -3410,7 +3425,7 @@ a.user_bluebg_btn { } .cdefault { - cursor: default!important; + cursor: default !important; } @@ -3892,7 +3907,7 @@ html>body #ajax-indicator { .markdown-body { text-align: justify; word-break: break-all; - width:100%; + width: 100%; } .RightPaneDrawer .ant-drawer-content { @@ -3906,19 +3921,22 @@ html>body #ajax-indicator { .RightPaneDrawer .jupyter_data_list { max-height: 340px; -}/*头部导航条样式---2018-03-19--by-cs*/ +} -.privateTag{ +/*头部导航条样式---2018-03-19--by-cs*/ + +.privateTag { display: block; - padding:0px 6px; + padding: 0px 6px; border-radius: 12px; - border:1px solid #2FC25B; + border: 1px solid #2FC25B; height: 18px; line-height: 18px; font-size: 12px; margin-left: 10px; color: #2FC25B; } + .head-nav { text-align: center; height: 70px; @@ -3944,10 +3962,10 @@ html>body #ajax-indicator { cursor: pointer; position: relative; font-size: 16px; - padding-right:40px; + padding-right: 40px; } -.downMenus{ +.downMenus { background: #ffffff; box-shadow: 0px 10px 16px 0px #cecece; border-radius: 6px; @@ -3959,13 +3977,16 @@ html>body #ajax-indicator { line-height: 1.5; min-width: 105px; } -.downMenus li{ + +.downMenus li { cursor: pointer; } -.downMenus li:hover aside{ - color: #165dff!important; + +.downMenus li:hover aside { + color: #165dff !important; } -.namediv{ + +.namediv { display: flex; } @@ -3983,17 +4004,21 @@ html>body #ajax-indicator { font-size: 16px; position: relative; } -#header-nav li .namediv i{ + +#header-nav li .namediv i { font-size: 14px !important; display: inline-block; color: #979797; - margin:0px 3.58px 0px 3px; + margin: 0px 3.58px 0px 3px; transform: translateY(0.5px); } -.head-nav ul#header-nav li a:hover,.head-nav ul#header-nav li.active a { - color: #5091FF; + +.head-nav ul#header-nav li a:hover, +.head-nav ul#header-nav li.active a { + color: #c5c5c5; } -#header-nav li.active a::before{ + +#header-nav li.active a::before { content: ''; width: 100%; height: 2px; @@ -4008,7 +4033,7 @@ html>body #ajax-indicator { margin-right: 0px } -.head-nav ul#header-nav li.active{ +.head-nav ul#header-nav li.active { /* background-color: #3B3B3B; */ } @@ -6719,15 +6744,18 @@ ul.count_ul li:not(:last-child):after { .ant-notification { z-index: 10001 !important; } -input.ant-input-lg::placeholder{ -font-size: 14px !important; + +input.ant-input-lg::placeholder { + font-size: 14px !important; } -p{ - margin-bottom: 0px!important; + +p { + margin-bottom: 0px !important; } -.toprightNum{ + +.toprightNum { position: absolute; right: 0px; - top:4px; + top: 4px; color: #999; } \ No newline at end of file