This commit is contained in:
ChuXun
2026-01-04 17:58:44 +08:00
parent cf8f4c5c3a
commit ec3b5157fe
180 changed files with 4677 additions and 18032 deletions

View File

@@ -906,7 +906,7 @@ body.view ::selection { background: rgba(34, 127, 255, 0.19); }
.radiofixed .radiocontrol { display: block; }
.radiofixed .hoverTips { display: none; position: absolute; top: -58px; left: 38px; width: 116px; height: 40px; padding: 0 16px; font-size: 14px; line-height: 40px; text-align: center; color: #FFF; background: rgba(24, 30, 51, 0.8); border-radius: 4px; white-space: nowrap; z-index: 99; -webkit-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s; -moz-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s; -ms-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s; -o-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s; transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s; }
.radiofixed .hoverTips { display: none; position: absolute; top: -58px; left: 38px; min-width: 116px; height: 40px; padding: 0 16px; font-size: 14px; line-height: 40px; text-align: center; color: #FFF; background: rgba(24, 30, 51, 0.8); border-radius: 4px; white-space: nowrap; z-index: 99; -webkit-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s; -moz-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s; -ms-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s; -o-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s; transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s; }
.radiofixed .hoverTips i { position: absolute; left: 50%; margin-left: -4px; top: 40px; bottom: auto; display: block; width: 0px; height: 0px; border: solid rgba(24, 30, 51, 0.8) 4px; border-color: rgba(24, 30, 51, 0.8) transparent transparent transparent; }
@@ -1555,7 +1555,7 @@ body.view ::selection { background: rgba(34, 127, 255, 0.19); }
/*编辑链接*/
.popUeditorEditLinkShowHide{box-sizing: border-box!important;}
.popUeditorEditLinkShowHide .popWebsite_form{ padding:20px 0;}
.popUeditorEditLinkShowHide .popWebsite_row{ height:46px; padding: 15px 0; position:relative;}
.popUeditorEditLinkShowHide .popWebsite_row{ height:76px; padding: 15px 0; position:relative; box-sizing: border-box}
.popUeditorEditLinkShowHide .popWebsite_name{display: inline-block;font-size: 14px; width:156px; height:46px; line-height:46px; padding-right:20px; text-align:right; box-sizing: border-box!important;}
.popUeditorEditLinkShowHide .popWebsite_input{ width:406px; height:46px; box-sizing: border-box!important; line-height:46px; padding:12px; background:#FFFFFF; border:1px solid #E1E1E5; font-size:14px; border-radius:4px; caret-color:#3A8BFF; margin-right: 15px;}
.popUeditorEditLinkShowHide .popWebsite_input:hover,.popUeditorEditLinkShowHide .popWebsite_input:focus {border: 1px solid #3A8BFF;}
@@ -1570,6 +1570,7 @@ body.view ::selection { background: rgba(34, 127, 255, 0.19); }
.popUeditorEditLinkShowHide .mode_row{ height: 61px; padding-top: 0; margin-top: 15px; user-select: none;}
/* 编辑电子印章 增加sign */
.popUeditorEditSignShowHide{box-sizing: border-box!important;}
.popUeditorEditSignShowHide .popMove{width: 840px;}
.popUeditorEditSignShowHide .popWebsite_form{ padding:64px 0 24px;}
.popUeditorEditSignShowHide .signBox {height: 470px;display: flex;align-items: flex-start;flex-direction: column;}
.popUeditorEditSignShowHide .signImgBox {width: 100%;height: 342px;display: flex;align-items: center;justify-content: space-around;position: relative;}
@@ -1929,4 +1930,38 @@ body .catalogMain::-webkit-scrollbar-track {
.word-statistics-content p span{
position: absolute;
right: 0;
}
.edui-editor textarea.placeholder{
width: 0; height: 0;
}
/*ai纠错*/
.editor_ai_menu{
position: fixed;
width: 50px;
height: 50px;
right: 60px;
bottom: 100px;
z-index: 20;
}
.menu_sphere{
cursor: pointer;
}
.anim_sphere_show{
animation: scaleShow 0.3s ease-in-out;
}
.anim_sphere_out{
animation: scaleOut 0.3s ease-in-out forwards;
}
.menu_sphere_text{
position: absolute;
top: 0;
left: 0;
}
.reviser{
position: fixed;
bottom: 10px;
right: 10px;
z-index: 100;
}