dockerfile/examples/omnivore/content-fetch/readabilityjs/test/test-pages/yuyue.com/source.html

34887 lines
1.4 MiB
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="robots" content="noindex" />
<meta name="robots" content="nofollow" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover" />
<link rel="apple-touch-icon" href="https://mdn.alipayobjects.com/huamei_0prmtq/afts/img/A*sRUdR543RjcAAAAAAAAAAAAADvuFAQ/original" />
<meta http-equiv="X-UA-Compatible" content="edge" />
<meta name="pagetype" content="doc_read" />
<meta name="pagename" content="doc_read" />
<meta name="description" content="一句话,用整体性学习,即把新旧知识链起来成网,而不是分..." />
<meta property="og:type" content="article" />
<meta property="og:title" content="读《如何高效学习》—Madlife · 语雀" />
<meta property="og:url" content="https://www.yuque.com/u22288095/gf5dgh/yoqgzsrsdltgeel9" />
<meta property="og:description" content="一句话,用整体性学习,即把新旧知识链起来成网,而不是分..." />
<meta property="og:image" content="https://cdn.nlark.com/yuque/0/2022/png/22724648/1671339142303-ce7c7caa-57b6-473b-8fb3-bfaf59a79d3b.png" />
<meta name="weibo:article:create_at" content="2023-01-20 02:54:29" />
<meta name="weibo:article:update_at" content="2023-01-20 02:55:17" />
<title>
读《如何高效学习》—Madlife
</title>
<link type="image/png" href="https://mdn.alipayobjects.com/huamei_0prmtq/afts/img/A*vMxOQIh4KBMAAAAAAAAAAAAADvuFAQ/original" rel="shortcut icon" />
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="语雀" />
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="black" />
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#E7E9E8" />
<link rel="stylesheet" href="https://gw.alipayobjects.com/os/chair-script/skylark/deps.14f28333.chunk.css" />
<link rel="stylesheet" href="https://gw.alipayobjects.com/os/chair-script/skylark/larkui.8f4c4d00.chunk.css" />
<link rel="stylesheet" href="https://gw.alipayobjects.com/os/chair-script/skylark/pc.427df50b.css" />
<link href="https://gw.alipayobjects.com" rel="dns-prefetch" />
<link href="https://mdap.alipay.com" rel="dns-prefetch" />
<link href="https://cdn.nlark.com" rel="dns-prefetch" />
<link href="https://cdn.yuque.com" rel="dns-prefetch" />
<link href="https://kcart.alipay.com" rel="dns-prefetch" />
<link href="https://cdn-pri.nlark.com" rel="dns-prefetch" />
<link href="https://g.yuque.com" rel="dns-prefetch" />
<link href="https://mdap.yuque.com" rel="dns-prefetch" />
<meta name="baidu-site-verification" content="WGwq1qW6TC" />
<meta name="renderer" content="webkit" />
<script async="async" src="https://ur.alipay.com/tracert_a385.js"></script>
<script nonce="">
<![CDATA[
window._macaca_runtime_collector = [];
var MaxErrorReportLimit = 100;
var initialPageHref = window.location.href;
// 简单的将错误采集上报到 /api/logs/error
window.onerror = function(message, source, lineno, colno, error) {
// 同一个页面最多上报100次错误防止某个循环错误页面一直打开不断的报错
if (MaxErrorReportLimit-- < 0) return;
if (!message) return; // 没有 message 不上报
if (message === 'ResizeObserver loop limit exceeded' || message === 'ResizeObserver loop completed with undelivered notifications.') return; // 无意义的 message 不上报
if (source && source.indexOf('chrome-extension://') === 0) return; // chrome 插件注入的不上报
try {
var data = {
message: message,
source: source,
lineno: lineno,
colno: colno,
stack: error && error.stack,
traceId: window.appData && window.appData.traceId,
href: window.location.href
};
// Macaca 回归使用
window._macaca_runtime_collector.push({
type: 'onerror',
data: data
});
var content = JSON.stringify(data);
var req = new XMLHttpRequest();
req.open('post', '/api/logs/error', true);
req.setRequestHeader('Content-Type', 'application/json');
req.send(content);
// yuyanMonitor 记录错误堆栈
if (window.yuyanMonitor) {
yuyanMonitor.logError(error, {
code: 1,
msg: message
});
}
if (window.appData
&& window.appData.isYuqueMobileApp
&& initialPageHref.indexOf('/r/mobile_app/skeleton_v2') > 0
&& message !== 'Script error.'
&& message.indexOf('lakex_editor_assert_error') < 0) {
// App 骨架屏错误埋点
data.instanceId = window.AlipayJSBridge
&& window.AlipayJSBridge.startupParams
&& window.AlipayJSBridge.startupParams.rctInstanceId;
NativeBridges.monitorEvent({
eventId: 'skeleton_onerror',
extParams: data
});
}
} catch (err) {
console.log('report error', err);
}
};
window.addEventListener('unhandledrejection', function(e) {
var data = {
message: e.reason && e.reason.message,
stack: e.reason && e.reason.stack,
href: window.location.href,
traceId: window.appData && window.appData.traceId
};
// Macaca 回归使用
window._macaca_runtime_collector.push({
type: 'unhandledrejection',
data: data
});
});
]]>
</script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/layout__MainLayout~p__SharePassword__index~p__ShareTimeExpired__index~p__alipayminiapp__index~p__ali~ff2913b4.e2fca8a3.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/layout__MainLayout~p__SharePassword__index~p__ShareTimeExpired__index~p__alipayminiapp__index~p__ali~ff2913b4.8bd16bdd.async.js" crossorigin="anonymous"></script>
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyTemplateDocViewer~layout__MainLayout~p__SharePassword__index~p__ShareTimeExpired__index~p__an~898daa88.45c911ee.async.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/p__doc__routers.f74501ec.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/p__doc__routers.d72478bd.async.js" crossorigin="anonymous"></script>
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/p__doc__model__page.18591497.async.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/12.240bfa90.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/12.2ec4cac7.async.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/18.b99d1c6b.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/18.538d4c49.async.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/363.9f7c051d.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/363.37c2e1ac.async.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/c__lazyFeatureGuides.6389144c.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/c__lazyFeatureGuides.a32b7a06.async.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyLarkUser.341b57de.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyLarkUser.59e131b9.async.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/4.072b9464.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/4.ac34a32d.async.js" crossorigin="anonymous"></script>
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/c__BoardHistory~c__CustomIndexPage~c__DocHistory~c__G6Canvas~c__LakeShow~c__Lakex~c__LazyInnerReader~e8a0ccb7.03c34ea5.async.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyReading.2b680ab7.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyReading.3c0311ec.async.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyCatalogViewerNext.15c54152.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyCatalogViewerNext.06185ab4.async.js" crossorigin="anonymous"></script>
<style id="detectElementResize" type="text/css">
/*<![CDATA[*/
@keyframes resizeanim { from { opacity: 0; } to { opacity: 0; } } .resize-triggers { animation: 1ms resizeanim; visibility: hidden; opacity: 0; } .resize-triggers, .resize-triggers > div, .contract-trigger:before { content: " "; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; z-index: -1; } .resize-triggers > div { background: #eee; overflow: auto; } .contract-trigger:before { width: 200%; height: 200%; }
/*]]>*/
</style>
<style type="text/css" data-rbd-always="0">
/*<![CDATA[*/
[data-rbd-drag-handle-context-id="0"] {
-webkit-touch-callout: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
touch-action: manipulation;
} [data-rbd-droppable-context-id="0"] { overflow-anchor: none; }
/*]]>*/
</style>
<style type="text/css" data-rbd-dynamic="0">
/*<![CDATA[*/
[data-rbd-drag-handle-context-id="0"] {
cursor: -webkit-grab;
cursor: grab;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.pswp .lake-pswp-tool-bar {
position: absolute;
top: initial;
margin: 0 auto;
bottom: 20px;
vertical-align: middle;
height: 54px;
width: 100%;
text-align: center;
}
.pswp .lake-pswp-tool-bar .separation {
width: 1px;
margin: 0 10px;
display: inline-block;
height: 20px;
border: 0.5px solid #383838;
}
.pswp .lake-pswp-tool-bar .btn {
color: #d9d9d9;
display: inline-block;
width: 32px;
height: 32px;
padding: 6px;
margin: 0 6px;
border: 1px solid #333;
border-radius: 2px;
}
.pswp .lake-pswp-tool-bar .btn :hover {
border-color: #383838;
}
.pswp .lake-pswp-tool-bar .btn::before {
width: 20px;
height: 20px;
margin: 0 auto;
content: ' ';
display: inline-block;
background-repeat: no-repeat;
opacity: 0.65;
background-position: -1px -1px;
}
.pswp .lake-pswp-tool-bar .lake-pswp-arrow-left {
padding: 8px;
}
.pswp .lake-pswp-tool-bar .lake-pswp-arrow-right {
padding: 8px;
}
.pswp .lake-pswp-tool-bar .lake-pswp-arrow-left::before {
width: 16px;
height: 16px;
background-size: 16px 16px;
background-image: url(https://gw.alipayobjects.com/zos/basement_prod/868128b1-343a-498a-af4b-3ee15e45b8fa.svg);
}
.pswp .lake-pswp-tool-bar .lake-pswp-arrow-right::before {
width: 16px;
height: 16px;
background-size: 16px 16px;
background-image: url(https://gw.alipayobjects.com/zos/basement_prod/c70626c5-a54f-4454-bdd2-548844dc10ad.svg);
}
.pswp .lake-pswp-tool-bar .lake-pswp-zoom-in::before {
background-image: url(https://gw.alipayobjects.com/zos/basement_prod/af868882-dabf-484b-86c2-36113fc0e5c7.svg);
}
.pswp .lake-pswp-tool-bar .lake-pswp-zoom-out::before {
background-image: url(https://gw.alipayobjects.com/zos/basement_prod/2a305383-b79e-4658-9cdc-04dd70df90b6.svg);
}
.pswp .lake-pswp-tool-bar .lake-pswp-origin-size::before {
background-image: url(https://gw.alipayobjects.com/zos/basement_prod/88ab9578-ee9d-419a-a89e-b054142cefe7.svg);
}
.pswp .lake-pswp-tool-bar .lake-pswp-best-size::before {
background-image: url(https://gw.alipayobjects.com/zos/basement_prod/06ae7769-7179-4b66-9fd3-ec7ecffbbc02.svg);
}
.pswp .lake-pswp-tool-bar .lake-pswp-download::before {
background-image: url(https://gw.alipayobjects.com/zos/bmw-prod/74584ffe-9b2e-487c-b62f-1a78b420a2ca.svg);
}
.pswp .lake-pswp-tool-bar .lake-pswp-remove::before {
background-image: url(https://gw.alipayobjects.com/zos/bmw-prod/e5f7b8b4-f25b-4383-afb1-d33a200fba4a.svg);
}
.pswp .lake-pswp-tool-bar .btn:not(.disable):hover {
cursor: pointer;
}
.pswp .lake-pswp-tool-bar .btn:not(.disable):hover::before {
opacity: 1;
}
.pswp .lake-pswp-tool-bar .btn.disable {
background: none;
}
.pswp .lake-pswp-tool-bar .btn.activated {
background: #454545;
}
.pswp .lake-pswp-tool-bar .btn.activated::before {
opacity: 1;
}
.pswp .lake-pswp-tool-bar .btn.disable::before {
opacity: 0.25;
}
.pswp .lake-pswp-tool-bar .disable:hover {
cursor: not-allowed;
}
.pswp .lake-pswp-tool-bar .pswp-toolbar-content {
display: inline-block;
width: auto;
background: #252525;
border-radius: 4px;
padding: 12px;
}
.pswp .lake-pswp-tool-bar .pswp-toolbar-content .lake-pswp-counter {
user-select: none;
display: inline-block;
font-size: 16px;
vertical-align: top;
line-height: 34px;
color: #dedede;
margin: 0 2px;
}
.pswp.lake-pswp-mobile .lake-pswp-tool-bar {
display: none;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
display: none;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
z-index: 1500;
-webkit-text-size-adjust: 100%;
/* create separate layer, to avoid paint on window.onscroll in webkit/blink */
-webkit-backface-visibility: hidden;
outline: none;
}
.pswp * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.pswp img {
max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
/* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
opacity: 0.001;
will-change: opacity;
/* for open/close transition */
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
display: block;
}
.pswp--zoom-allowed .pswp__img {
/* autoprefixer: off */
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
/* autoprefixer: off */
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
}
.pswp--dragging .pswp__img {
/* autoprefixer: off */
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing;
}
/*
Background is added as a separate element.
As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
cursor: -webkit-zoom-out;
cursor: -moz-zoom-out;
cursor: zoom-out;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000000;
opacity: 0;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
will-change: opacity;
}
.pswp__scroll-wrap {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
-ms-touch-action: none;
touch-action: none;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
cursor: -webkit-zoom-out;
cursor: -moz-zoom-out;
cursor: zoom-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.pswp__zoom-wrap {
position: absolute;
width: 100%;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
/* for open/close transition */
-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
will-change: opacity;
/* for open/close transition */
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
-webkit-transition: none;
transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
-webkit-backface-visibility: hidden;
}
.pswp__item {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden;
}
.pswp__img {
position: absolute;
width: auto;
height: auto;
top: 0;
left: 0;
}
/*
stretched thumbnail or div placeholder element (see below)
style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
-webkit-backface-visibility: hidden;
}
/*
div element that matches size of large image
large image loads on top of it
*/
.pswp__img--placeholder--blank {
background: #222;
}
.pswp--ie .pswp__img {
width: 100% !important;
height: auto !important;
left: 0;
top: 0;
}
/*
Error message appears when image is not loaded
(JS option errorMsg controls markup)
*/
.pswp__error-msg {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
font-size: 14px;
line-height: 16px;
margin-top: -8px;
color: var(--yq-text-disable);
}
.pswp__error-msg a {
color: var(--yq-text-disable);
text-decoration: underline;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
Contents:
1. Buttons
2. Share modal and links
3. Index indicator ("1 of X" counter)
4. Caption
5. Loading indicator
6. Additional styles (root element, top bar, idle state, hidden state, etc.)
*/
/*
1. Buttons
*/
/* <button> css reset */
.pswp__button {
width: 44px;
height: 44px;
position: relative;
background: none;
cursor: pointer;
overflow: visible;
-webkit-appearance: none;
display: block;
border: 0;
padding: 0;
margin: 0;
float: right;
opacity: 0.75;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
-webkit-box-shadow: none;
box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
opacity: 1;
}
.pswp__button::-moz-focus-inner {
padding: 0;
border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
opacity: 1;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
visibility: hidden;
}
/*
Arrow buttons hit area
(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
background: none;
top: 50%;
margin-top: -50px;
width: 70px;
height: 100px;
position: absolute;
}
.pswp__button--arrow--left {
left: 0;
}
.pswp__button--arrow--right {
right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
content: '';
top: 35px;
background-color: rgba(0, 0, 0, 0.3);
height: 30px;
width: 32px;
position: absolute;
}
.pswp__button--arrow--left:before {
left: 6px;
background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
right: 6px;
background-position: -94px -44px;
}
/*
2. Share modal/popup and links
*/
.pswp__share-modal {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.pswp__share-modal {
display: block;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 10px;
position: absolute;
z-index: 1600;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
-webkit-backface-visibility: hidden;
will-change: opacity;
}
.pswp__share-modal--hidden {
display: none;
}
.pswp__share-tooltip {
z-index: 1620;
position: absolute;
background: var(--yq-bg-primary);
top: 56px;
border-radius: 2px;
display: block;
width: auto;
right: 44px;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
-webkit-transition: -webkit-transform 0.25s;
transition: transform 0.25s;
-webkit-backface-visibility: hidden;
will-change: transform;
}
.pswp__share-tooltip a {
display: block;
padding: 8px 12px;
color: #000;
text-decoration: none;
font-size: 14px;
line-height: 18px;
}
.pswp__share-tooltip a:hover {
text-decoration: none;
color: #000;
}
.pswp__share-tooltip a:first-child {
/* round corners on the first/last list item */
border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
padding: 16px 12px;
}
a.pswp__share--facebook:before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
top: -12px;
right: 15px;
border: 6px solid transparent;
border-bottom-color: #FFF;
-webkit-pointer-events: none;
-moz-pointer-events: none;
pointer-events: none;
}
a.pswp__share--facebook:hover {
background: #3E5C9A;
color: #FFF;
}
a.pswp__share--facebook:hover:before {
border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
background: #55ACEE;
color: #FFF;
}
a.pswp__share--pinterest:hover {
background: #CCC;
color: #CE272D;
}
a.pswp__share--download:hover {
background: #DDD;
}
/*
4. Caption
*/
.pswp__caption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
min-height: 80px;
}
.pswp__caption small {
font-size: 11px;
color: var(--yq-text-disable);
}
.pswp__caption__center {
text-align: left;
max-width: 420px;
margin: 0 auto;
font-size: 13px;
padding: 10px;
line-height: 20px;
color: var(--yq-text-disable);
}
.pswp__caption--empty {
display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
visibility: hidden;
}
/*
5. Loading indicator (preloader)
You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
*/
.pswp__preloader {
width: 44px;
height: 44px;
position: absolute;
top: 0;
left: 50%;
margin-left: -22px;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
will-change: opacity;
direction: ltr;
}
.pswp__preloader__icn {
width: 20px;
height: 20px;
margin: 12px;
}
.pswp__preloader--active {
opacity: 1;
}
.pswp--css_animation .pswp__preloader--active {
opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
-webkit-animation: clockwise 500ms linear infinite;
animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
background: none;
opacity: 0.75;
width: 14px;
height: 14px;
position: absolute;
left: 15px;
top: 15px;
margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
/*
The idea of animating inner circle is based on Polymer ("material") loading indicator
by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
*/
position: relative;
width: 7px;
height: 14px;
overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 14px;
height: 14px;
border: 2px solid #FFF;
border-radius: 50%;
border-left-color: transparent;
border-bottom-color: transparent;
position: absolute;
top: 0;
left: 0;
background: none;
margin: 0;
}
@media screen and (max-width: 1024px) {
.pswp__preloader {
position: relative;
left: auto;
top: auto;
margin: 0;
float: right;
}
}
@-webkit-keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg);
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
}
@keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg);
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
}
/*
6. Additional styles
*/
/* root element of UI */
.pswp__ui {
-webkit-font-smoothing: auto;
visibility: visible;
opacity: 1;
z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
position: absolute;
left: 0;
top: 0;
height: 44px;
width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
-webkit-backface-visibility: hidden;
will-change: opacity;
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
visibility: visible;
}
.pswp__caption {
background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
opacity: 0;
}
/*
pswp__ui--hidden class is added when controls are hidden
e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
/* Force paint & create composition layer for controls. */
opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__element--disabled {
display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
background: none;
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.pswp-fade-out {
opacity: 0;
animation: fadeOut 0.333s;
}
.pswp-fade-in {
opacity: 1;
animation: fadeIn 0.333s;
}
.pswp .lake-pswp-button-close {
margin: 32px;
margin-right: 0px;
width: 48px;
height: 48px;
background: url(https://gw.alipayobjects.com/zos/bmw-prod/d7047f56-ecda-4e71-bb2f-d067c9270dfd.svg);
}
.pswp .lake-pswp-button-close:hover {
background: url(https://gw.alipayobjects.com/zos/bmw-prod/a698ecc2-7679-4c44-bd73-0a1c811d4fe8.svg);
}
.pswp.pswp.lake-pswp-pc .pswp__scroll-wrap {
width: calc(100% - 64px);
margin-left: 32px;
overflow: visible;
}
.pswp.pswp.lake-pswp-pc .pswp__item {
overflow: visible;
}
.pswp.lake-pswp-mobile .lake-pswp-button-close {
display: none;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.lake-colorboard-default {
display: flex;
align-items: center;
padding: 4px 8px;
margin: 4px 0 8px;
border-radius: 2px;
cursor: pointer;
}
.lake-colorboard-default:hover {
background-color: var(--yq-bg-tertiary);
}
.lake-colorboard-group {
display: flex;
padding: 0 8px;
width: 100%;
height: auto;
position: relative;
}
.lake-colorboard-group:first-child {
margin-bottom: 10px;
}
.lake-colorboard-group:nth-child(2) {
margin-bottom: 6px;
}
.lake-colorboard-group:last-child {
margin-bottom: 0;
}
.lake-colorboard-group-item {
width: 24px;
height: 24px;
padding: 2px 2px;
display: inline-block;
border-radius: 3px 3px;
border: 1px solid transparent;
flex: 0 0 auto;
cursor: pointer;
}
.lake-colorboard-group-item > span {
position: relative;
width: 18px;
height: 18px;
display: block;
border-radius: 2px 2px;
border: 1px solid transparent;
}
.lake-colorboard-group-item > span svg {
position: absolute;
top: -1px;
left: 1px;
width: 12px;
height: 12px;
}
.lake-colorboard-group-item-border > span {
border: 1px solid var(--yq-border-light);
}
.lake-colorboard-group-item-special {
position: relative;
}
.lake-colorboard-group-item-special::after {
content: "";
display: block;
position: absolute;
top: 10px;
left: 0;
width: 22px;
height: 0;
border-bottom: 2px solid #ff5151;
transform: rotate(-45deg);
}
.lake-colorboard-group-item:hover {
border: 1px solid #d9d9d9;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.lake-colorboard .lake-color-history {
padding: 6px 12px;
margin-top: 8px;
text-align: left;
}
.lake-colorboard .lake-none-custom-color {
line-height: 20px;
color: var(--yq-text-disable);
padding: 2px 12px;
text-align: left;
}
.lake-colorboard .lake-more-color {
margin-top: 10px;
border-top: 1px solid var(--yq-border-primary);
}
.lake-colorboard .lake-more-color-container {
display: flex;
align-items: center;
cursor: pointer;
padding: 12px 8px;
border-radius: 2px;
}
.lake-colorboard .lake-more-color-container:hover {
background-color: var(--yq-bg-tertiary);
}
.lake-colorboard .lake-more-color-preview {
display: inline-block;
width: 17px;
height: 17px;
margin-right: 8px;
border-radius: 50%;
background-position: center;
background-image: url('https://gw.alipayobjects.com/mdn/rms_740edc/afts/img/A*G6CzS7jByMIAAAAAAAAAAABkARQnAQ');
}
.lake-colorboard .lake-more-color .lake-icon-arrow-right {
position: absolute;
right: 12px;
line-height: 18px;
}
.lake-rgbpicker-container {
position: absolute;
width: 240px;
height: 244px;
padding: 12px;
border-radius: 4px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
border: 1px solid var(--yq-border-light);
background-color: var(--yq-bg-primary);
z-index: 1032;
}
.lake-rgbpicker-container .lake-input-label {
text-align: center;
font-size: 12px;
color: var(--yq-text-caption);
}
.lake-custom-picker {
width: 100%;
padding: 0;
}
.lake-satuation-container {
position: relative;
height: 130px;
overflow: hidden;
margin-bottom: 12px;
}
.lake-hue-container {
position: relative;
width: 182px;
height: 8px;
margin-bottom: 6px;
}
.lake-check-board-container {
width: 22px;
height: 22px;
border-radius: 50%;
position: relative;
overflow: hidden;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35), inset 0 0 4px rgba(0, 0, 0, 0.35);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-ui-color-picker-v2-label,
.ne-ui-color-picker-v2-swatch-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
line-height: 22px;
color: var(--yq-text-primary);
margin-bottom: 10px;
}
.ne-ui-color-picker-v2-switch-tabs {
overflow: visible;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav {
margin-bottom: 12px;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav::before {
display: none;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-ink-bar {
display: none;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-nav-list {
padding: 4px;
border-radius: 8px;
background: var(--yq-yuque-grey-3);
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-tab {
padding: 0;
margin: 0;
min-width: 60px;
height: 24px;
justify-content: center;
font-size: 12px;
font-weight: normal;
opacity: 0.6;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
opacity: 1;
font-weight: normal;
background: var(--yq-white);
border-radius: 6px;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-tab-btn {
line-height: 0;
}
.ne-ui-color-picker-v2-check-icon {
display: block;
width: 16px;
height: 16px;
}
.ne-ui-color-picker-v2-check-icon[data-mode="dark"] {
color: #8A8F8D;
}
.ne-ui-color-picker-v2-check-icon[data-mode="light"] {
color: #FFFFFF;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-ui-color-picker-v2-label,
.ne-ui-color-picker-v2-swatch-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
line-height: 22px;
color: var(--yq-text-primary);
margin-bottom: 10px;
}
.ne-ui-color-picker-v2-switch-tabs {
overflow: visible;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav {
margin-bottom: 12px;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav::before {
display: none;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-ink-bar {
display: none;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-nav-list {
padding: 4px;
border-radius: 8px;
background: var(--yq-yuque-grey-3);
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-tab {
padding: 0;
margin: 0;
min-width: 60px;
height: 24px;
justify-content: center;
font-size: 12px;
font-weight: normal;
opacity: 0.6;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
opacity: 1;
font-weight: normal;
background: var(--yq-white);
border-radius: 6px;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-tab-btn {
line-height: 0;
}
.ne-ui-color-picker-v2-color,
.ne-ui-color-picker-v2-clear {
width: 22px;
height: 22px;
color: var(--yq-yuque-grey-4);
cursor: pointer;
}
.ne-ui-color-picker-v2-color {
border-radius: 50%;
box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.3);
position: relative;
}
.ne-ui-color-picker-v2-color-active::after,
.ne-ui-color-picker-v2-color:hover::after {
content: ' ';
width: 26px;
height: 26px;
position: absolute;
top: -2px;
left: -2px;
border: 1px solid #BEC0BF;
border-radius: 50%;
}
.ne-ui-color-picker-v2-color-checked {
width: 16px;
height: 16px;
margin: 3px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-ui-color-picker-v2-label,
.ne-ui-color-picker-v2-swatch-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
line-height: 22px;
color: var(--yq-text-primary);
margin-bottom: 10px;
}
.ne-ui-color-picker-v2-switch-tabs {
overflow: visible;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav {
margin-bottom: 12px;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav::before {
display: none;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-ink-bar {
display: none;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-nav-list {
padding: 4px;
border-radius: 8px;
background: var(--yq-yuque-grey-3);
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-tab {
padding: 0;
margin: 0;
min-width: 60px;
height: 24px;
justify-content: center;
font-size: 12px;
font-weight: normal;
opacity: 0.6;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
opacity: 1;
font-weight: normal;
background: var(--yq-white);
border-radius: 6px;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-tab-btn {
line-height: 0;
}
.ne-ui-color-picker-v2-content-panel-row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-bottom: 10px;
}
.ne-ui-color-picker-v2-content-panel-row:last-child {
margin-bottom: 0;
}
.ne-ui-color-picker-v2-content-panel-row > div {
margin-right: 10px;
}
.ne-ui-color-picker-v2-content-panel-row > div:last-child {
margin-right: 0;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-ui-color-picker-v2-label,
.ne-ui-color-picker-v2-swatch-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
line-height: 22px;
color: var(--yq-text-primary);
margin-bottom: 10px;
}
.ne-ui-color-picker-v2-switch-tabs {
overflow: visible;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav {
margin-bottom: 12px;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav::before {
display: none;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-ink-bar {
display: none;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-nav-list {
padding: 4px;
border-radius: 8px;
background: var(--yq-yuque-grey-3);
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-tab {
padding: 0;
margin: 0;
min-width: 60px;
height: 24px;
justify-content: center;
font-size: 12px;
font-weight: normal;
opacity: 0.6;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
opacity: 1;
font-weight: normal;
background: var(--yq-white);
border-radius: 6px;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-tab-btn {
line-height: 0;
}
.ne-ui-color-picker-v2-gradient {
margin-top: 20px;
}
.ne-ui-color-picker-v2-switch-swatch .ant-tabs-tab {
width: 87px;
}
.ne-ui-color-picker-v2-swatch {
margin-top: 14px;
}
.ne-ui-color-picker-v2-swatch:first-child {
margin-top: 0;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-ui-color-picker-v2-label,
.ne-ui-color-picker-v2-swatch-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
line-height: 22px;
color: var(--yq-text-primary);
margin-bottom: 10px;
}
.ne-ui-color-picker-v2-switch-tabs {
overflow: visible;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav {
margin-bottom: 12px;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav::before {
display: none;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-ink-bar {
display: none;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-nav-list {
padding: 4px;
border-radius: 8px;
background: var(--yq-yuque-grey-3);
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-tab {
padding: 0;
margin: 0;
min-width: 60px;
height: 24px;
justify-content: center;
font-size: 12px;
font-weight: normal;
opacity: 0.6;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
opacity: 1;
font-weight: normal;
background: var(--yq-white);
border-radius: 6px;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-tab-btn {
line-height: 0;
}
.ne-ui-color-picker-v2-palette-row {
display: flex;
flex-direction: row;
}
.ne-ui-color-picker-v2-palette-row:first-child .ne-ui-color-picker-v2-palette-item:first-child {
border-top-left-radius: 6px;
}
.ne-ui-color-picker-v2-palette-row:first-child .ne-ui-color-picker-v2-palette-item:last-child {
border-top-right-radius: 6px;
}
.ne-ui-color-picker-v2-palette-row:last-child .ne-ui-color-picker-v2-palette-item:first-child {
border-bottom-left-radius: 6px;
}
.ne-ui-color-picker-v2-palette-row:last-child .ne-ui-color-picker-v2-palette-item:last-child {
border-bottom-right-radius: 6px;
}
.ne-ui-color-picker-v2-palette-item {
width: 23px;
height: 23px;
border: 1px solid transparent;
}
.ne-ui-color-picker-v2-palette-item-checked {
margin-top: 2.5px;
margin-left: 2.5px;
}
.ne-ui-color-picker-v2-palette-item[data-contrasiting="dark"]:hover {
border: 1px solid #8A8F8D;
}
.ne-ui-color-picker-v2-palette-item[data-contrasiting="light"]:hover {
border: 1px solid #FFFFFF;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-ui-color-picker-v2-rgba-saturation {
position: relative;
width: 230px;
height: 79px;
overflow: hidden;
}
.ne-ui-color-picker-v2-rgba-sliders {
height: 32px;
align-items: center;
}
.ne-ui-color-picker-v2-rgba-hue-container {
position: relative;
height: 8px;
}
.ne-ui-color-picker-v2-rgba-board-container {
width: 22px;
height: 22px;
border-radius: 50%;
box-shadow: inset 0 0 0 1px #000000, inset 0 0 4px #000000;
position: relative;
overflow: hidden;
margin-left: 12px;
}
.ne-ui-color-picker-v2-rgba-color-rields {
height: 50px;
text-align: center;
font-size: 12px;
justify-content: space-between;
}
.ne-ui-color-picker-v2-rgba-color-rields .lake-input-label {
margin-top: 4px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-ui-color-picker-v2-label,
.ne-ui-color-picker-v2-swatch-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
line-height: 22px;
color: var(--yq-text-primary);
margin-bottom: 10px;
}
.ne-ui-color-picker-v2-switch-tabs {
overflow: visible;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav {
margin-bottom: 12px;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav::before {
display: none;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-ink-bar {
display: none;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-nav-list {
padding: 4px;
border-radius: 8px;
background: var(--yq-yuque-grey-3);
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-tab {
padding: 0;
margin: 0;
min-width: 60px;
height: 24px;
justify-content: center;
font-size: 12px;
font-weight: normal;
opacity: 0.6;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
opacity: 1;
font-weight: normal;
background: var(--yq-white);
border-radius: 6px;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-tab-btn {
line-height: 0;
}
.ne-ui-color-picker-v2-more {
width: 22px;
height: 22px;
color: var(--yq-black);
cursor: pointer;
}
.ne-ui-color-picker-v2-more-overlay .ant-popover-inner-content {
padding: 12px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-ui-color-picker-v2-label,
.ne-ui-color-picker-v2-swatch-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
line-height: 22px;
color: var(--yq-text-primary);
margin-bottom: 10px;
}
.ne-ui-color-picker-v2-switch-tabs {
overflow: visible;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav {
margin-bottom: 12px;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav::before {
display: none;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-ink-bar {
display: none;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-nav-list {
padding: 4px;
border-radius: 8px;
background: var(--yq-yuque-grey-3);
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-tab {
padding: 0;
margin: 0;
min-width: 60px;
height: 24px;
justify-content: center;
font-size: 12px;
font-weight: normal;
opacity: 0.6;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
opacity: 1;
font-weight: normal;
background: var(--yq-white);
border-radius: 6px;
}
.ne-ui-color-picker-v2-switch-tabs .ant-tabs-nav .ant-tabs-tab-btn {
line-height: 0;
}
.ne-ui-color-picker-v2-custom-content {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-ui-color-picker-v2 {
padding: 16px;
width: fit-content;
}
.ne-ui-color-picker-v2-box {
margin-top: 20px;
}
.ne-ui-color-picker-v2-box:first-child {
margin-top: 0;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-ui-multiple-color-picker-v2 {
padding: 16px;
width: fit-content;
}
.ne-ui-multiple-color-picker-v2-pane {
margin-top: 20px;
}
.ne-ui-multiple-color-picker-v2-pane:first-child {
margin-top: 0;
}
.ne-ui-multiple-color-picker-v2-pane-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
line-height: 22px;
color: var(--yq-text-primary);
margin-bottom: 10px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.lake-form-container {
width: 100%;
height: 100%;
display: flex;
}
.lake-form-configs {
width: 100%;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
}
.lake-form-configs-bg {
width: 100%;
height: auto;
min-height: 100%;
padding-bottom: 180px;
background-image: url(https://gw.alipayobjects.com/mdn/rms_740edc/afts/img/A*GuXmSLuojF4AAAAAAAAAAAAAARQnAQ);
background-repeat: no-repeat;
background-position: bottom;
background-size: contain;
}
.lake-form-configs-title {
min-height: 150px;
padding: 48px 0 10px 0;
width: 440px;
margin: auto;
border-bottom: 1px solid var(--yq-border-primary);
margin-bottom: 25px;
}
.lake-form-configs-title .ant-input {
border: none;
background-color: transparent;
box-shadow: none;
resize: none;
}
.lake-form-configs-content {
width: 440px;
margin: auto;
min-height: 72px;
}
.lake-form-configs-content textarea {
padding-left: 0;
}
.lake-form-configs .lake-form-title {
font-size: 32px;
line-height: 40px;
font-weight: bold;
color: var(--yq-text-primary);
padding: 0;
}
.lake-form-configs .lake-form-desc {
color: var(--yq-text-body);
padding: 0;
}
.lake-form-configs-footer {
width: 440px;
margin: auto;
padding-top: 25px;
padding-bottom: 50px;
}
.lake-form-item {
width: 492px;
position: relative;
margin: auto;
padding: 25px;
cursor: pointer;
}
.lake-form-item .ant-select-borderless .ant-select-selector {
background: none;
}
.lake-form-item .ant-select-borderless .ant-select-selector:hover {
color: var(--yq-text-body);
}
.lake-form-item:hover,
.lake-form-item.hover {
background-color: var(--yq-bg-primary-hover);
border-radius: 8px;
}
.lake-form-item.active {
cursor: auto;
}
.lake-form-item.active .lake-form-item-field-configs {
padding: 25px;
}
.lake-form-item.active:hover {
background-color: transparent;
}
.lake-form-item-sidebar {
position: absolute;
top: 25px;
left: -6px;
width: 32px;
text-align: center;
height: 136px;
border: 1px solid var(--yq-border-primary);
cursor: pointer;
padding-top: 4px;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.lake-form-item-sidebar span {
font-size: 16px;
padding: 6px;
margin-bottom: 4px;
color: var(--yq-text-caption);
}
.lake-form-item-sidebar span:hover {
background-color: var(--yq-bg-tertiary);
border-radius: 3px;
}
.lake-form-item-sidebar .ant-select-borderless .ant-select-selector {
background: none;
}
.lake-form-item-container {
min-height: 78px;
width: 488px;
border: 1px solid #D9D9D9;
border-radius: 0 0 4px 4px;
background-color: var(--yq-bg-secondary);
}
.lake-form-item-column-configs {
height: 38px;
width: 100%;
padding: 0 24px;
border-bottom: 1px solid var(--yq-border-primary);
display: flex;
justify-content: space-between;
}
.lake-form-item-column-configs .ant-input {
width: 160px;
height: 32px;
margin-top: 2px;
}
.lake-form-item-error {
color: red;
margin-top: 6px;
font-size: 14px;
font-weight: normal;
}
.lake-form-item-field-configs .lake-form-preview {
font-size: 16px;
font-weight: bold;
max-width: 440px;
white-space: normal;
line-break: anywhere;
color: var(--yq-text-primary);
}
.lake-form-item-field-configs .lake-form-preview-select {
width: 328px;
margin-top: 12px;
font-weight: normal;
background-color: var(--yq-bg-primary);
}
.lake-form-item-field-configs .lake-form-preview .ant-select-selector {
background: none;
}
.lake-form-item-field-configs .lake-form-preview-required:before {
display: inline-block;
color: #ff4d4f;
margin-right: 4px;
font-size: 14px;
line-height: 1;
content: "*";
font-weight: lighter;
}
.lake-form-item-field-configs .lake-form-preview .lake-form-item-radio {
display: flex;
align-items: center;
min-height: 40px;
margin: 8px 0;
padding: 8px 14px;
font-weight: normal;
}
.lake-form-item-field-configs .lake-form-preview .lake-form-item-radio .ant-radio,
.lake-form-item-field-configs .lake-form-preview .lake-form-item-radio .ant-checkbox {
margin-top: -4px;
}
.lake-form-item-field-configs .lake-form-preview .lake-form-item-radio-text {
max-width: 388px;
font-size: 16px;
font-size: normal;
white-space: normal;
line-break: anywhere;
}
.lake-form-item-field-configs .lake-form-preview .ant-input:hover {
border-color: #d9d9d9;
}
.lake-form-item-field-configs .lake-form-preview .ant-radio-wrapper:hover .ant-radio,
.lake-form-item-field-configs .lake-form-preview .ant-radio:hover .ant-radio-inner,
.lake-form-item-field-configs .lake-form-preview .ant-radio-input:focus + .ant-radio-inner {
border-color: #d9d9d9;
box-shadow: none;
}
.lake-form-item-field-configs .lake-form-preview .ant-input-affix-wrapper:hover {
border-color: #d9d9d9;
}
.lake-form-item-field-configs .lake-form-preview .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
border-color: #d9d9d9;
box-shadow: none;
}
.lake-form-item-field-configs .lake-form-preview .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
border-color: #d9d9d9;
box-shadow: none;
}
.lake-form-item-field-configs .lake-form-preview .ant-picker {
border-color: #d9d9d9;
}
.lake-form-item-field-configs .lake-form-preview .ant-picker-focused {
border-color: #d9d9d9;
box-shadow: none;
}
.lake-form-item-field-configs .lake-form-preview .lake-icon {
font-weight: 400;
}
.lake-form-item-option-title {
color: var(--yq-text-caption);
padding: 0 24px;
}
.lake-form-item-type {
display: flex;
align-items: center;
}
.lake-form-item-add {
text-align: center;
padding-top: 24px;
}
.lake-form-item-add .lake-icon {
margin-right: 8px;
}
.lake-form-item-option-layout {
height: 46px;
margin: 0 -25px -25px -25px;
display: flex;
align-items: center;
justify-content: flex-end;
}
.lake-form-item-select {
margin: 0 -24px;
border-bottom: 1px solid var(--yq-border-primary);
}
.lake-form-item-select.dropdown {
background-color: var(--yq-bg-tertiary);
margin-top: 20px;
padding: 12px 0;
}
.lake-form-item-select.dropdown .lake-form-item-select-option-add {
margin: 10px 0 10px 24px;
}
.lake-form-item-select-option {
padding: 6px 0px;
display: flex;
align-items: center;
}
.lake-form-item-select-option .lake-icon {
margin-left: 12px;
}
.lake-form-item-select-option-list {
max-height: 180px;
padding: 0 24px;
overflow: auto;
overflow-x: hidden;
margin-top: 8px;
}
.lake-form-item-select-option-list .lake-icon {
cursor: pointer;
color: var(--yq-text-caption);
font-size: 16px;
}
.lake-form-item-select-option-list .lake-icon:hover {
color: var(--yq-text-primary);
}
.lake-form-item-select-option-add {
cursor: pointer;
line-height: 24px;
margin: 10px 0 10px 56px;
color: var(--yq-text-body);
}
.lake-form-item-select-option-add:hover {
color: var(--yq-text-primary);
}
.lake-form-item-select-option-add .lake-icon {
margin-right: 6px;
}
.lake-form-item-select-option-add.colored {
margin-left: 44px;
}
.lake-form-item-column-name {
color: var(--yq-text-body);
line-height: 38px;
}
.lake-form-item-column-name:hover {
color: var(--yq-text-body);
}
.lake-form-item-column-content {
max-width: 130px;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: middle;
}
.lake-form-item-column-edit {
cursor: pointer;
display: inline-flex;
align-items: center;
border-radius: 2px;
padding: 3px;
margin-left: 2px;
}
.lake-form-item-column-edit:hover {
background: #dedede;
}
.lake-form-item-validation {
display: inline-block;
height: 22px;
border-left: 1px solid var(--yq-border-primary);
margin-left: 16px;
padding-left: 16px;
}
.lake-form-item-ui-container {
margin-bottom: 12px;
position: relative;
}
.lake-form-item-ui-container .ant-input {
width: 440px;
border: none;
box-shadow: none;
height: 40px;
font-size: 16px;
font-weight: bold;
border-radius: 4px 4px 0 0;
background-color: var(--yq-bg-primary-hover);
border-bottom: 2px solid #096DD9;
}
.lake-form-item-ui-container .lake-form-item-input-tooltip {
position: absolute;
top: 12px;
right: 5px;
color: var(--yq-text-caption);
font-size: 16px;
}
.lake-form-item-ui-container .lake-form-item-input-tooltip:hover {
color: var(--yq-text-caption);
}
.lake-form-item-ui-show-tooltip .ant-input {
padding-right: 30px;
}
.lake-form-col-container {
width: 286px;
position: relative;
border: 1px solid var(--yq-border-primary);
flex-shrink: 0;
}
.lake-form-col-container .lake-form-col-intro {
height: 54px;
line-height: 54px;
font-weight: bold;
padding-left: 24px;
border-bottom: 1px solid var(--yq-border-primary);
user-select: none;
}
.lake-form-col-container .lake-form-col-intro .lake-icon {
margin-left: 8px;
font-size: 16px;
color: var(--yq-text-caption);
vertical-align: middle;
font-weight: normal;
}
.lake-form-col-container .lake-form-col-items {
position: absolute;
top: 54px;
bottom: 0;
overflow: auto;
width: 100%;
padding: 10px 24px 50px 24px;
}
.lake-form-col-container .lake-form-col {
height: 73px;
margin: 8px 0;
padding: 10px 16px 0;
background-color: var(--yq-bg-secondary);
border: 1px solid var(--yq-border-primary);
border-radius: 3px;
cursor: pointer;
}
.lake-form-col-container .lake-form-col .lake-icon {
margin-right: 8px;
}
.lake-form-col-container .lake-form-col.active {
color: var(--yq-text-disable);
}
.lake-form-col-container .lake-form-col.active:hover {
background-color: var(--yq-bg-tertiary);
}
.lake-form-col-container .lake-form-col.deactive {
color: var(--yq-text-body);
background-color: var(--yq-bg-primary);
}
.lake-form-col-container .lake-form-col.deactive:hover {
background-color: var(--yq-bg-primary);
box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.08), 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
}
.lake-form-col-container .lake-form-col-name {
display: inline-block;
max-width: 144px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.lake-form-col-container .lake-form-col-fields {
margin-top: 4px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.lake-form-col-container .lake-form-col-untitled {
color: var(--yq-text-disable);
}
.lake-form-col-container .lake-form-col-state {
float: right;
}
.lake-form-col-container .lake-form-col-state.add {
visibility: hidden;
cursor: pointer;
}
.lake-form-col-container .lake-form-col-state-remove {
float: right;
display: none;
color: var(--yq-text-body);
}
.lake-form-col-container .lake-form-col:hover .lake-form-col-state {
display: none;
}
.lake-form-col-container .lake-form-col:hover .lake-form-col-state.add {
display: block;
visibility: visible;
}
.lake-form-col-container .lake-form-col:hover .lake-form-col-state-remove {
display: block;
}
.lake-form-type-select {
width: 150px !important;
}
.lake-form-type-select span {
margin-right: 8px;
}
.lake-form-empty-field {
width: 440px;
margin: auto;
margin-top: 90px;
text-align: center;
}
.lake-form-empty-field p {
font-size: 16px;
font-weight: bold;
color: var(--yq-text-primary);
margin: 30px 0 12px 0;
}
.lake-form-checkbox .ant-radio-wrapper {
width: 90px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
@keyframes neCardAudioLoading {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.ne-card-audio-icon-loading {
display: inline-block;
margin-right: 10px;
width: 16px;
height: 16px;
background: url("https://gw.alipayobjects.com/zos/bmw-prod/0c4efcda-e4e5-4ed7-a83f-3618868d5f65.svg") no-repeat center center;
animation: neCardAudioLoading 1000ms linear infinite;
}
ne-card[data-card-name="audio"] {
/* stylelint-disable-line */
}
ne-card[data-card-name="audio"] .ne-card-container {
width: 100%;
}
.ne-card-player {
width: 100%;
height: 100%;
padding: 20px 28px;
border-radius: 4px;
display: flex;
align-items: center;
user-select: none;
cursor: default;
}
.ne-card-player .play-btn {
width: 48px;
height: 48px;
border-radius: 50%;
border: 1px solid var(--yq-border-primary);
background-color: var(--yq-bg-secondary);
color: var(--yq-text-body);
outline: none;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}
@media (hover: hover) {
.ne-card-player .play-btn:hover {
background-color: #e8e8e8;
}
}
@media (hover: none) {
.ne-card-player .play-btn:active {
background-color: #e8e8e8;
}
}
.ne-card-player .play-area {
flex: 1;
margin-left: 20px;
overflow: hidden;
}
.ne-card-player .audio-info {
display: flex;
font-size: 14px;
color: var(--yq-text-primary);
line-height: 20px;
}
.ne-card-player .audio-info .audio-name {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ne-card-player .audio-info .audio-size {
min-width: 70px;
text-align: right;
color: var(--yq-text-caption);
}
.ne-card-player .audio-ctrl {
display: flex;
height: 28px;
line-height: 28px;
font-size: 12px;
}
.ne-card-player .audio-ctrl .audio-current,
.ne-card-player .audio-ctrl .audio-duration {
color: var(--yq-text-caption);
width: 60px;
}
.ne-card-player .audio-ctrl .audio-duration {
text-align: right;
}
.ne-card-player .audio-ctrl .audio-rates {
width: 40px;
text-align: center;
position: relative;
margin-left: 12px;
cursor: pointer;
padding: 0 4px;
border-radius: 2px;
}
.ne-card-player .audio-ctrl .audio-rates:hover {
background-color: #e8e8e8;
}
.ne-card-player .audio-error {
height: 28px;
line-height: 28px;
color: #c61a1a;
}
.ne-card-player .audio-query {
height: 28px;
line-height: 28px;
color: var(--yq-text-caption);
}
.ne-card-player .audio-query svg {
margin-right: 10px;
}
.ne-card-player .audio-progress-bar {
flex: 1;
display: flex;
margin: 0 7px;
align-items: center;
cursor: pointer;
}
.ne-card-player .audio-progress-bar:hover .past .shine {
background-color: #8c8c8c;
}
.ne-card-player .ne-card-player-progress {
width: 100%;
height: 3px;
background-color: #e8e8e8;
position: relative;
}
.ne-card-player .ne-card-player-progress::before,
.ne-card-player .ne-card-player-progress::after {
content: ' ';
position: absolute;
width: 7px;
height: 3px;
top: 0;
}
.ne-card-player .ne-card-player-progress::before {
left: -7px;
background-color: #595959;
}
.ne-card-player .ne-card-player-progress::after {
right: -7px;
background-color: #e8e8e8;
}
.ne-card-player .ne-card-player-progress.dragging .past .shine {
background-color: #8c8c8c;
}
.ne-card-player .ne-card-player-progress .past {
width: 0;
height: 100%;
background-color: #595959;
position: absolute;
top: 0;
z-index: 2;
}
.ne-card-player .ne-card-player-progress .past .shine {
width: 15px;
height: 15px;
background-color: #595959;
border-radius: 100%;
position: absolute;
top: -6px;
right: -7px;
}
.ne-card-player .ne-card-player-progress .buffered {
position: absolute;
top: 0;
z-index: 1;
width: 0;
transform: translateX(7px);
height: 100%;
background-color: #b7b7b7;
}
@media only screen and (max-width: 667px) {
.ne-card-player {
padding: 16px 20px;
}
.ne-card-player .play-area {
margin-left: 16px;
}
}
.ne-card-player-audio-rate-select {
display: flex;
width: 100%;
flex-direction: column;
}
.ne-card-player-audio-rate-select .audio-rate {
text-align: left;
padding: 8px 0;
cursor: pointer;
}
.ne-card-player-audio-rate-select .audio-rate.audio-rate-selected {
color: #58aeff;
}
.ant-popover.ne-card-player-popover .ant-popover-content {
min-width: 48px;
}
.ant-popover.ne-card-player-popover .ant-popover-arrow {
display: none;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
@keyframes neCardAudioLoading {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.ne-card-audio-icon-loading {
display: inline-block;
margin-right: 10px;
width: 16px;
height: 16px;
background: url("https://gw.alipayobjects.com/zos/bmw-prod/0c4efcda-e4e5-4ed7-a83f-3618868d5f65.svg") no-repeat center center;
animation: neCardAudioLoading 1000ms linear infinite;
}
ne-card[data-card-name="audio"] {
/* stylelint-disable-line */
}
ne-card[data-card-name="audio"] .ne-card-container {
width: 100%;
}
.ne-card-audio-loading {
width: 100%;
height: 100%;
padding: 20px 28px;
background-color: var(--yq-bg-tertiary);
border: 1px solid #d8d8d8;
border-radius: 4px;
display: flex;
user-select: none;
cursor: default;
}
.ne-card-audio-loading .audio-icon {
width: 48px;
height: 48px;
border-radius: 50%;
color: var(--yq-text-body);
font-size: 28px;
display: flex;
justify-content: center;
align-items: center;
}
.ne-card-audio-loading .audio-info-box {
margin-left: 20px;
flex: 1;
overflow: hidden;
}
.ne-card-audio-loading .audio-info {
display: flex;
font-size: 14px;
color: var(--yq-text-primary);
line-height: 20px;
}
.ne-card-audio-loading .audio-info .audio-name {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ne-card-audio-loading .audio-info .audio-size {
min-width: 70px;
text-align: right;
color: var(--yq-text-caption);
}
.ne-card-audio-loading .audio-status {
display: flex;
height: 28px;
line-height: 28px;
color: var(--yq-text-caption);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
@keyframes neCardAudioLoading {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.ne-card-audio-icon-loading {
display: inline-block;
margin-right: 10px;
width: 16px;
height: 16px;
background: url("https://gw.alipayobjects.com/zos/bmw-prod/0c4efcda-e4e5-4ed7-a83f-3618868d5f65.svg") no-repeat center center;
animation: neCardAudioLoading 1000ms linear infinite;
}
ne-card[data-card-name="audio"] {
/* stylelint-disable-line */
}
ne-card[data-card-name="audio"] .ne-card-container {
width: 100%;
}
.ne-card-audio-error {
width: 100%;
height: 88px;
padding: 24px 20px;
background-color: var(--yq-bg-tertiary);
border: 1px solid #d8d8d8;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
user-select: none;
cursor: default;
}
.ne-card-audio-error[data-error-type="copyright"] {
justify-content: left;
background: var(--yq-bg-primary);
}
.ne-card-audio-error .error-icon {
width: 28px;
height: 28px;
color: var(--yq-text-body);
font-size: 28px;
display: flex;
justify-content: center;
align-items: center;
}
.ne-card-audio-error .error-icon .ne-card-audio-svg-icon {
width: 28px;
height: 28px;
background-size: 28px;
}
.ne-card-audio-error .error-icon .ne-card-audio-icon {
background-image: url("https://gw.alipayobjects.com/zos/bmw-prod/b9d51288-551f-447e-930f-7e1132a4a90b.svg");
}
.ne-card-audio-error .error-icon .ne-card-audio-error-icon {
background-image: url("https://gw.alipayobjects.com/zos/bmw-prod/dc01c10b-e433-4bb3-bf7e-8b679725b823.svg");
}
.ne-card-audio-error .error-message {
display: flex;
flex-direction: column;
line-height: 20px;
color: var(--yq-text-disable);
margin-left: 16px;
font-size: 14px;
}
.ne-card-audio-error .uploading-message {
display: block;
margin-left: 16px;
color: var(--yq-text-disable);
}
@media only screen and (max-width: 667px) {
.ne-card-audio-error .ne-card-audio-svg-icon {
width: 21px;
height: 21px;
background-size: 21px 21px;
}
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
@keyframes neCardAudioLoading {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.ne-card-audio-icon-loading {
display: inline-block;
margin-right: 10px;
width: 16px;
height: 16px;
background: url("https://gw.alipayobjects.com/zos/bmw-prod/0c4efcda-e4e5-4ed7-a83f-3618868d5f65.svg") no-repeat center center;
animation: neCardAudioLoading 1000ms linear infinite;
}
ne-card[data-card-name="audio"] {
/* stylelint-disable-line */
}
ne-card[data-card-name="audio"] .ne-card-container {
width: 100%;
}
.ne-card-audio {
height: 88px;
background-color: var(--yq-bg-primary);
}
.ne-card-audio audio {
display: none;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.Time-module_component__2c6Qh {
padding: 0 4px;
height: 24px;
color: #fff;
font-size: 14px;
display: flex;
align-items: center;
}
.Time-module_current__3L46L {
margin-right: 5px;
}
.Time-module_duration__Cf7Hu {
margin-left: 5px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.Seek-module_component__3Jd8h {
position: absolute;
top: 14px;
width: 100%;
}
.Seek-module_component__3Jd8h .Seek-module_slider__2HlHX {
margin: 0 24px;
width: auto;
}
.Seek-module_component__3Jd8h .Seek-module_slider__2HlHX:hover .ant-slider-track {
background-color: var(--yq-bg-primary);
}
.Seek-module_component__3Jd8h .Seek-module_slider__2HlHX:hover .ant-slider-handle {
display: block;
}
.Seek-module_component__3Jd8h .Seek-module_slider__2HlHX .ant-slider-rail {
display: none;
}
.Seek-module_component__3Jd8h .Seek-module_slider__2HlHX .ant-slider-track {
background-color: var(--yq-bg-primary);
}
.Seek-module_component__3Jd8h .Seek-module_slider__2HlHX .ant-slider-handle {
border: none;
display: none;
}
.Seek-module_track__3HZv9 {
position: absolute;
top: 50%;
left: 24px;
right: 24px;
height: 4px;
transform: translateY(-50%);
background-color: rgba(255, 255, 255, 0.3);
border-radius: 2px;
}
.Seek-module_buffer__1fXDL,
.Seek-module_fill__36we7 {
position: absolute;
top: 0;
left: 0;
height: 100%;
border-radius: 2px;
}
.Seek-module_fill__36we7:hover::after {
content: '';
position: absolute;
height: 12px;
width: 12px;
border-radius: 6px;
background-color: var(--yq-bg-primary);
top: -4px;
right: 0;
}
.Seek-module_input__3dRuU {
position: absolute;
left: 0;
bottom: -4px;
height: 16px;
width: 100%;
opacity: 0;
cursor: pointer;
}
.Seek-module_buffer__1fXDL {
background-color: rgba(255, 255, 255, 0.4);
}
.Seek-module_fill__36we7 {
background: var(--yq-bg-primary);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.Volume-module_component__1UMWx {
position: relative;
}
.Volume-module_button__319kv {
width: 48px;
height: 24px;
background: none;
border: 0;
color: inherit;
font: inherit;
line-height: normal;
overflow: visible;
padding: 0;
cursor: pointer;
}
.Volume-module_button__319kv:focus {
outline: 0;
}
.Volume-module_icon__38MtQ {
padding: 7px;
}
.Volume-module_slider__1-joC {
display: none;
border-radius: 4px;
position: absolute;
left: 0;
width: 48px;
bottom: 100%;
height: 140px;
background-color: rgba(0, 0, 0, 0.75);
}
.Volume-module_component__1UMWx:hover .Volume-module_slider__1-joC {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.Volume-module_component__1UMWx .Volume-module_track__3i9nD {
margin-top: 8px;
margin-bottom: 12px;
}
.Volume-module_component__1UMWx .Volume-module_track__3i9nD:hover .ant-slider-track {
background-color: var(--yq-bg-primary);
}
.Volume-module_component__1UMWx .Volume-module_track__3i9nD:hover .ant-slider-rail {
background-color: #3e3e3e;
}
.Volume-module_component__1UMWx .Volume-module_track__3i9nD .ant-slider-track {
background-color: var(--yq-bg-primary);
}
.Volume-module_component__1UMWx .Volume-module_track__3i9nD .ant-slider-rail {
background-color: #3e3e3e;
}
.Volume-module_component__1UMWx .Volume-module_track__3i9nD .ant-slider-handle {
border: none;
}
.Volume-module_percent__3NfBs {
padding-top: 8px;
text-align: center;
color: #fff;
height: 28px;
line-height: 1;
}
@media only screen and (max-width: 360px) {
.Volume-module_button__319kv {
width: 36px;
}
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.Captions-module_component__1MNq9 {
position: relative;
}
.Captions-module_button__2Rlyi {
width: 48px;
height: 34px;
background: none;
border: 0;
color: inherit;
font: inherit;
line-height: normal;
overflow: visible;
padding: 0;
cursor: pointer;
}
.Captions-module_button__2Rlyi:focus {
outline: 0;
}
.Captions-module_icon__3ZnKs {
padding: 5px;
}
.Captions-module_trackList__1-PCs {
position: absolute;
right: 0;
bottom: 100%;
display: none;
background-color: rgba(0, 0, 0, 0.7);
list-style: none;
padding: 0;
margin: 0;
color: #fff;
}
.Captions-module_component__1MNq9:hover .Captions-module_trackList__1-PCs {
display: block;
}
.Captions-module_trackItem__sXDj8 {
padding: 7px;
cursor: pointer;
}
.Captions-module_activeTrackItem__Rnmco,
.Captions-module_trackItem__sXDj8:hover {
background: #000;
}
.Captions-module_activeTrackItem__Rnmco {
text-decoration: underline;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.PlayPause-module_button__piYaH {
width: 48px;
height: 24px;
background: none;
border: 0;
color: inherit;
font: inherit;
line-height: normal;
overflow: visible;
padding: 0;
cursor: pointer;
}
.PlayPause-module_button__piYaH:focus {
outline: 0;
}
.PlayPause-module_icon__fExKX {
padding: 5px;
}
.PlayPause-module_tooltip__1GIe0 {
text-align: center;
}
@media only screen and (max-width: 360px) {
.PlayPause-module_button__piYaH {
width: 36px;
}
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.Fullscreen-module_button__U65g3 {
width: 48px;
height: 24px;
background: none;
border: 0;
color: inherit;
font: inherit;
line-height: normal;
overflow: visible;
padding: 0;
cursor: pointer;
}
.Fullscreen-module_button__U65g3:focus {
outline: 0;
}
.Fullscreen-module_icon__1RaUT {
padding: 5px;
}
@media only screen and (max-width: 360px) {
.Fullscreen-module_button__U65g3 {
width: 36px;
}
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.Overlay-module_component__11R_9 {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
color: #fff;
text-align: center;
cursor: pointer;
background-color: rgba(0, 0, 0, 0);
}
.Overlay-module_component__11R_9.Overlay-module_withBg__1cVst {
background-color: rgba(0, 0, 0, 0.5);
}
.Overlay-module_inner__2wc0A {
display: inline-block;
position: absolute;
top: 50%;
right: 0;
left: 50%;
width: 60px;
height: 60px;
transform: translateY(-50%);
margin-left: -30px;
background-color: rgba(0, 0, 0, 0.7);
border-radius: 10px;
}
.Overlay-module_icon__1a4aX {
position: absolute;
top: 50%;
right: 0;
left: 50%;
margin-left: -20px;
transform: translateY(-50%);
width: 40px;
height: 40px;
}
.Overlay-module_auditMessage__kzAiC {
position: absolute;
top: 64px;
left: 30px;
width: 400px;
transform: translateX(-50%);
font-size: 14px;
text-align: center;
line-height: 1.3;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.PictureInPicture-module_button__oDgxi {
width: 48px;
height: 24px;
background: none;
border: 0;
color: inherit;
font: inherit;
line-height: normal;
overflow: visible;
padding: 0;
cursor: pointer;
}
.PictureInPicture-module_button__oDgxi:focus {
outline: 0;
}
.PictureInPicture-module_icon__2-87S {
padding: 5px;
}
@media only screen and (max-width: 360px) {
.PictureInPicture-module_button__oDgxi {
width: 36px;
}
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.PlaybackRates-module_component__3rglH {
position: relative;
}
.PlaybackRates-module_component__3rglH:hover .PlaybackRates-module_select__gkSnL {
display: block;
}
.PlaybackRates-module_select__gkSnL {
display: none;
border-radius: 4px;
position: absolute;
left: -4px;
width: 56px;
bottom: 100%;
padding: 10px;
background-color: rgba(0, 0, 0, 0.75);
}
.PlaybackRates-module_button__3m5qv {
width: 48px;
height: 24px;
background: none;
border: 0;
color: #fff;
font: inherit;
line-height: normal;
overflow: visible;
padding: 0;
cursor: pointer;
text-align: center;
font-size: 14px;
}
.PlaybackRates-module_button__3m5qv.PlaybackRates-module_rate__1m3QE {
font-size: 12px;
text-align: left;
}
.PlaybackRates-module_button__3m5qv.PlaybackRates-module_selected__3r8-j {
color: var(--yq-text-link);
}
.PlaybackRates-module_button__3m5qv:focus {
outline: 0;
}
.PlaybackRates-module_icon__3A4TQ {
padding: 7px;
}
.PlaybackRates-module_selections__339iE {
display: flex;
flex-direction: column;
}
.PlaybackRates-module_selections__339iE .PlaybackRates-module_button__3m5qv {
height: 32px;
}
@media only screen and (max-width: 360px) {
.PlaybackRates-module_button__3m5qv {
width: 36px;
}
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.index-module_component__3oiw4 {
position: relative;
width: 100%;
font-size: 0;
}
.index-module_controls__1JsEA {
position: absolute;
bottom: 0;
right: 0;
left: 0;
height: 62px;
display: flex;
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
opacity: 0;
transition: opacity 0.2s;
font-size: 12px;
}
.index-module_controls__1JsEA.index-module_paused__3p9hL {
opacity: 1;
}
.index-module_component__3oiw4:hover .index-module_controls__1JsEA {
opacity: 1;
}
.index-module_component__3oiw4:hover .index-module_controls__1JsEA.index-module_fadeOut__1fhm0 {
opacity: 0;
}
.index-module_component__3oiw4:hover .index-module_controls__1JsEA.index-module_paused__3p9hL {
opacity: 1;
}
.index-module_bottom__z1Gae {
margin-top: 22px;
padding: 0 24px;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.index-module_bottom__z1Gae .index-module_left__1snMc,
.index-module_bottom__z1Gae .index-module_right__2-8pY {
display: flex;
align-items: center;
}
.index-module_bottom__z1Gae .index-module_left__1snMc {
margin-left: -14px;
}
.index-module_bottom__z1Gae .index-module_right__2-8pY {
margin-right: -8px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.lake-crop-box {
pointer-events: none;
touch-action: none;
z-index: 3;
position: absolute;
top: -4px;
left: -4px;
right: -4px;
bottom: -4px;
}
.lake-crop-box .ne-crop-mask {
fill: #000;
opacity: 0.4;
cursor: default;
pointer-events: all;
user-select: none;
}
.lake-crop-box .ne-crop-tools {
pointer-events: all;
fill: #1890ff;
stroke: #fff;
}
.lake-crop-box .ne-crop-mobile-tools {
pointer-events: all;
fill: none;
}
.lake-crop-box .ne-crop-move {
cursor: default;
fill: none;
stroke: #1890ff;
stroke-dasharray: 2px 2px;
}
.lake-crop-box .ne-crop-move.movable {
cursor: move;
}
.lake-crop-box .ne-crop-n {
cursor: ns-resize;
}
.lake-crop-box .ne-crop-s {
cursor: ns-resize;
}
.lake-crop-box .ne-crop-e {
cursor: ew-resize;
}
.lake-crop-box .ne-crop-w {
cursor: ew-resize;
}
.lake-crop-box .ne-crop-nw {
cursor: nwse-resize;
}
.lake-crop-box .ne-crop-ne {
cursor: nesw-resize;
}
.lake-crop-box .ne-crop-sw {
cursor: nesw-resize;
}
.lake-crop-box .ne-crop-se {
cursor: nwse-resize;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.lake-svg-icon {
width: 16px;
height: 16px;
display: inline-block;
vertical-align: -0.15em;
text-align: center;
text-transform: none;
line-height: 1;
text-rendering: auto;
background-repeat: no-repeat;
background-position: center;
}
.lake-svg-icon-helper-tips {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/45ba264b-0967-4439-9289-ee41b040a0c2.svg');
}
.lake-svg-icon-alert {
width: 16px;
height: 16px;
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/be5b1e2a-b47e-479c-9217-430229bef84e.svg');
}
.lake-svg-icon-file {
width: 14px;
height: 11px;
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/ecda03cc-fd8e-45d2-834c-c904048f9583.svg');
}
.lake-svg-icon-image {
width: 14px;
height: 11px;
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/44718df0-a6d9-4b93-909d-8482f70476ab.svg');
}
.lake-svg-icon-error-image {
width: 22px;
height: 18px;
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/2295f9e0-1cb2-4d63-86aa-e9799273b28d.svg');
}
.lake-svg-icon-error-file {
width: 22px;
height: 18px;
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/42090c56-d17b-4cf0-be63-59e164e47ba6.svg');
}
.lake-svg-icon-insert {
background-image: url("https://gw.alipayobjects.com/mdn/prod_resource/afts/img/A*o_5bR4s5I4QAAAAAAAAAAABjAQAAAQ/original");
width: 18px;
height: 18px;
margin-bottom: -1px;
}
.lake-svg-icon-label {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/20747dac-1cc8-49f6-a91a-0c8c501d189b.svg');
}
.lake-svg-icon-new-card {
width: 30px;
height: 12px;
margin-top: 5px;
margin-left: 4px;
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/7e255d95-cbe3-4559-a4a3-dbe69cd3e38b.svg');
}
.lake-svg-icon-puml {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/4d2be8de-b7b7-41df-a36f-77ff0b6a5b9f.svg');
}
.lake-svg-icon-flowchart {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/c82343e1-60ab-4b62-8135-d71401191104.svg');
}
.lake-svg-icon-graphviz {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/19178ae8-0b12-463e-b466-e927094e9ea0.svg');
}
.lake-svg-icon-mermaid {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/a15d98ca-089f-4cc2-9c11-032cc56fcacb.svg');
}
.lake-svg-icon-processon {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/5c0fa950-66ff-4a3b-a788-477ea178e6bb.svg');
}
.lake-svg-icon-modao {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/04162a86-307b-409e-8f8c-71f2200891f5.svg');
}
.lake-svg-icon-herbox {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/f6d5ceab-a3e0-413f-a1ab-3c9ded96d632.svg');
}
.lake-svg-icon-deepinsight {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/69f6859c-220e-490c-8c8a-b3bdaa7cbcb3.svg');
}
.lake-svg-icon-ali {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/25837bdf-8082-430b-a8ac-4168cd84e093.svg');
}
.lake-svg-icon-codepen {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/29539843-153d-4c7b-af8f-4475e743398b.svg');
}
.lake-svg-icon-riddle {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/f0328014-fe24-4690-90a4-82c8e150c5bf.svg');
}
.lake-svg-icon-figma {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/d0b58b9f-0ac3-4d0f-958a-c0aa8a3265eb.svg');
}
.lake-svg-icon-xiami {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/c71358bb-d7cc-45dc-96ae-19d28febbb03.svg');
}
.lake-svg-icon-music163 {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/e3416ec0-a688-4160-8772-9bbecad88d28.svg');
}
.lake-svg-icon-gaode {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/02def0ac-858f-4f90-886c-295290725024.svg');
}
.lake-svg-icon-taobao {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/57a7cb99-7f36-4869-8f94-d9c87d069cd6.svg');
}
.lake-svg-icon-preview {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/95b6cdec-29f5-495f-8f1b-8835bcd2c541.svg');
}
.lake-svg-icon-youku {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/4825b4b8-96a3-463f-8e6a-c28ae8b792b0.svg');
}
.lake-svg-icon-bilibili {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/93d6bda1-2ab6-4b20-97e5-c0a73f2a42cd.svg');
}
.lake-svg-icon-mmad {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/5e8132a4-5ec0-4c4e-95c4-7f5b19f23c19.svg');
}
.lake-svg-icon-psd {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/df8dd01c-ecb1-4d33-99f6-8079591bb46c.svg');
}
.lake-svg-icon-sketch {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/ef845454-388c-47b3-8066-298e335a2741.svg');
}
.lake-svg-icon-xmind {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/46f6c8fc-5d56-41d7-b419-a89335f82dfc.svg');
}
.lake-svg-icon-rp {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/f8f40533-79d9-4a3c-8051-31c34390f96d.svg');
}
.lake-svg-icon-key {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/73dc752c-3f7b-4b0b-ada9-eb7e208d9b34.svg');
}
.lake-svg-icon-mindnode {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/3fbedc10-029c-4670-a343-8b224ab0978e.svg');
}
.lake-svg-icon-keynote {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/73dc752c-3f7b-4b0b-ada9-eb7e208d9b34.svg');
}
.lake-svg-icon-xd {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/139561c7-309c-4669-882b-1107e217179c.svg');
}
.lake-svg-icon-numbers {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/1eecfe2b-d250-4575-b3b4-78de3503007c.svg');
}
.lake-svg-icon-pages {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/60e30d6d-9ee0-47b7-8955-cdd4aff6b2ac.svg');
}
.lake-svg-icon-ppt,
.lake-svg-icon-pptx,
.lake-svg-icon-potx {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/d62af37c-9f13-4ca2-8861-f2b18c98f3a9.svg');
}
.lake-svg-icon-xls {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/1874c8cc-a103-429b-8465-bb3adfe78d43.svg');
}
.lake-svg-icon-xlsx {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/1874c8cc-a103-429b-8465-bb3adfe78d43.svg');
}
.lake-svg-icon-doc {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/d98a673f-ef0f-46a6-83e3-ba6d01a4ec9d.svg');
}
.lake-svg-icon-docx {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/d98a673f-ef0f-46a6-83e3-ba6d01a4ec9d.svg');
}
.lake-svg-icon-pdf {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/02e0700b-d617-4afb-b4de-a4ea4c9bf7e7.svg');
}
.lake-svg-icon-eddx {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/e1c51c39-f5b6-4e14-9ba9-0102d3579b9a.svg');
}
.lake-svg-icon-eps {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/84b8024a-c65c-44e3-9be8-269af985af54.svg');
}
.lake-svg-icon-insert-local-doc {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/f54a24bd-f973-4945-978c-abb923e20090.svg');
}
.lake-svg-icon-insert-yuque {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/99e327dd-1cfe-40dd-b3e5-28c9d88d182d.svg');
}
.lake-svg-icon-insert-table {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/a9cf6f64-3741-493b-a112-8952baedd1f6.svg');
}
.lake-svg-icon-insert-image {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/dcf2220d-9226-41c9-b1f6-cc0c0a110dc1.svg');
}
.lake-svg-icon-insert-file {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/2c7fe359-ac3d-493e-998d-f285305d28bd.svg');
}
.lake-svg-icon-insert-video {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/1ef56c12-3adc-42c6-bb7c-9cb13111d8e2.svg');
}
.lake-svg-icon-insert-thirdparty {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/e3ebe9af-b207-4d94-8dc4-2fdf5469f5e7.svg');
}
.lake-svg-icon-insert-youku {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/4825b4b8-96a3-463f-8e6a-c28ae8b792b0.svg');
}
.lake-svg-icon-insert-codeblock {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/7fd18334-db2e-49d0-ba80-b92689b81b3f.svg');
}
.lake-svg-icon-insert-math {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/762f00b4-45d7-47b8-8c7b-2c9f886612b5.svg');
}
.lake-svg-icon-insert-mindmap {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/f6510a5f-33d9-4bcb-8b54-5dc30bd89e79.svg');
}
.lake-svg-icon-insert-puml {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/10a9cc50-3a01-4a5c-8335-9a194fdcb614.svg');
}
.lake-svg-icon-insert-flowchart {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/0e0309c1-2b5c-433c-b9d7-e0d2486ce885.svg');
}
.lake-svg-icon-insert-graphviz {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/44e449b2-9756-4de6-b227-bf4205964d20.svg');
}
.lake-svg-icon-insert-mermaid {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/59cb287f-06f2-4712-a206-e1c4d173830b.svg');
}
.lake-svg-icon-insert-lockedtext {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/bc8adb5a-18d2-4385-8ca4-710b57ad1664.svg');
}
.lake-svg-icon-insert-calendar {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/2dd842ba-ea59-4cd1-994e-c5f31bd1ead2.svg');
}
.lake-svg-icon-check-success {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/4c17d1ec-bd3f-4b86-a77b-dfd91e9c9626.svg');
}
.lake-svg-icon-calendar-arrow-left {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/2f3e5fca-16d2-48b3-a5d2-fff2328df92c.svg');
}
.lake-svg-icon-calendar-arrow-right {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/a03bff1a-3aef-4871-bc74-de2a3f81e3ff.svg');
}
.lake-svg-icon-desc {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/a085f457-6982-434a-808d-372cac6624e7.svg');
}
.lake-svg-icon-error {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/8f8fcc17-b080-421e-b733-7772d62be204.svg');
}
.lake-svg-icon-warning {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/d1b4c5f6-8dcd-4d10-ab31-265abdbb9579.svg');
}
.lake-svg-insert-yuan {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/b1c64e6e-3787-408c-bc49-dd0f9d9b2ebc.svg');
}
.lake-svg-icon-yuan {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/6145eac0-5d9d-4b9b-84be-7ed8bfde32c7.svg');
}
.lake-svg-icon-line-height {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/40d4fb04-d3c2-43e8-a99d-7f68345f7f0a.svg');
}
.lake-svg-icon-yuque-doc {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/11d695b4-30c1-478f-940a-e20095ccb2fe.svg');
}
.lake-svg-icon-yuque-thread {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/1f4ca629-5760-465a-9207-7a7f49d01ca6.svg');
}
.lake-svg-icon-yuque-design {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/f0eded1a-a849-44f6-a5e2-3d8f5724ebef.svg');
}
.lake-svg-icon-yuque-sheet {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/34c09a2c-3c80-44c8-a49a-20fa92774b34.svg');
}
.lake-svg-icon-yuque-table {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/0d0a1799-c870-4f66-8164-3b6a788e0f89.svg');
}
.lake-svg-icon-yuque-board {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/d62043aa-bdc3-4d0c-b68c-a771108516a3.svg');
}
.lake-svg-icon-yuque-mind {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/b74e7bab-1935-48ae-80f8-82ea648697e5.svg');
}
.lake-svg-icon-yuque-show {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/de70d404-fec2-4606-aa45-eb4d6560a1cc.svg');
}
.lake-svg-icon-yuque-repo-mind {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/b74e7bab-1935-48ae-80f8-82ea648697e5.svg');
}
.lake-svg-icon-yuque-repo-sheet {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/3be374af-05cc-4115-a9ac-477131b54212.svg');
}
.lake-svg-icon-yuque-repo-doc {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/2a1ba540-5d0d-46a2-98fb-6753300d3749.svg');
}
.lake-svg-icon-yuque-repo-thread {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/3f6aa5c3-e7b1-4d78-932e-b00379e8d38c.svg');
}
.lake-svg-icon-yuque-repo-design {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/48e3d64b-aec0-4f3f-9838-d1f685781dfd.svg');
}
.lake-svg-icon-search {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/086f31be-d7f0-4675-aa2c-8c8cf21c088b.svg');
}
.lake-svg-icon-plus {
background-image: url("https://gw.alipayobjects.com/zos/bmw-prod/fa994e91-3fa4-421d-b0fc-9823dc5cf330.svg");
}
.lake-svg-icon-video {
background-image: url("https://gw.alipayobjects.com/zos/bmw-prod/31499aa4-1105-4a4b-a8c7-f33ceaf8e012.svg");
}
.lake-svg-icon-canva {
background-image: url("https://gw.alipayobjects.com/zos/bmw-prod/c1678a81-2534-4fdd-b38b-a510d69a6661.svg");
}
.lake-svg-icon-yuque-for-embed {
background-image: url("https://gw.alipayobjects.com/zos/bmw-prod/5dfd3248-3206-41dc-bc2c-1d7fb9847ecb.svg");
}
.lake-svg-icon-file-for-embed {
background-image: url("https://gw.alipayobjects.com/zos/bmw-prod/6ac1386e-5c04-45a5-a351-7d94a61d7bba.svg");
}
.lake-svg-icon-jinshuju {
background-image: url("https://gw.alipayobjects.com/zos/bmw-prod/3f11de9a-3da8-402d-a8bc-81df6ec52d2c.svg");
}
.lake-svg-icon-vote {
background-image: url("https://gw.alipayobjects.com/zos/bmw-prod/929ed4d4-a244-4d78-96e2-f472642daf2a.svg");
}
.lake-svg-icon-cloud {
background-image: url("https://gw.alipayobjects.com/zos/bmw-prod/58c42f2b-cdf1-49c3-a77a-d5e63c561a36.svg");
}
.lake-svg-icon-folder {
background-image: url("https://gw.alipayobjects.com/zos/bmw-prod/9890c046-6d10-4d2f-917a-b40a8e92ea7f.svg");
}
.lake-svg-icon-audio {
background-image: url("https://gw.alipayobjects.com/zos/bmw-prod/4aa43d0f-2881-46ab-a894-afd617b08afc.svg");
}
.lake-svg-icon-audio-icon {
background-image: url("https://gw.alipayobjects.com/zos/bmw-prod/b9d51288-551f-447e-930f-7e1132a4a90b.svg");
}
.lake-svg-icon-audio-error-icon {
background-image: url("https://gw.alipayobjects.com/zos/bmw-prod/dc01c10b-e433-4bb3-bf7e-8b679725b823.svg");
}
.lake-svg-icon-regret {
background-image: url("https://gw.alipayobjects.com/zos/bmw-prod/9436ba3b-352d-4dd2-a97b-b3c525390508.svg");
}
.lake-svg-icon-note-file {
background-image: url("https://gw.alipayobjects.com/zos/bmw-prod/a8cab1ab-68dd-48be-82ab-c667e0c43556.svg");
}
.lake-svg-icon-note-image {
background-image: url("https://gw.alipayobjects.com/zos/bmw-prod/6efcc064-f6e7-4823-983e-a09d449fcf55.svg");
}
.lake-svg-icon-note-tasklist {
background-image: url("https://gw.alipayobjects.com/zos/bmw-prod/32d03522-996b-4c48-bd08-274a2ed15204.svg");
}
.lake-svg-icon-note-link {
background-image: url("https://gw.alipayobjects.com/zos/bmw-prod/a232cebb-7862-420f-a220-31eff086e997.svg");
}
.lake-svg-icon-emoji {
width: 16px;
height: 16px;
margin-bottom: 1px;
background-size: contain;
background-image: url("https://gw.alipayobjects.com/zos/bmw-prod/72fc758e-01ca-4317-b9c9-1d25e9b3a577.svg");
}
/* stylelint-disable */
@font-face {
font-family: 'lake-icon';
/* project id 943843 */
src: url("https://at.alicdn.com/t/a/font_943843_4hllx7w8s1k.eot");
/* IE9*/
src: url("https://at.alicdn.com/t/a/font_943843_4hllx7w8s1k.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("https://at.alicdn.com/t/a/font_943843_4hllx7w8s1k.woff2") format('woff2'), url("https://at.alicdn.com/t/a/font_943843_4hllx7w8s1k.woff") format("woff"), /* chrome、firefox */ url("https://at.alicdn.com/t/a/font_943843_4hllx7w8s1k.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("https://at.alicdn.com/t/a/font_943843_4hllx7w8s1k.svg#iconfont") format("svg");
/* iOS 4.1- */
}
@font-face {
font-family: "Chinese Quote";
src: local("PingFang SC"), local("SimSun");
unicode-range: U+2018, U+2019, U+201c, U+201d;
}
@font-face {
font-family: "Tahoma For Number";
src: local("Tahoma");
unicode-range: U+30-39;
}
.lake-icon {
display: inline-block;
font-style: normal;
vertical-align: baseline;
text-align: center;
text-transform: none;
line-height: 1;
text-rendering: auto;
}
.lake-icon:before {
display: block;
font-family: "lake-icon" !important;
}
.lake-icon-svgs {
width: 16px;
height: 16px;
}
.lake-icon-alert:before {
content: "\e724";
}
.lake-icon-h1:before {
content: "\e610";
}
.lake-icon-h2:before {
content: "\e611";
}
.lake-icon-h3:before {
content: "\e60f";
}
.lake-icon-h4:before {
content: "\e60c";
}
.lake-icon-h5:before {
content: "\e60d";
}
.lake-icon-h6:before {
content: "\e60e";
}
.lake-icon-bold:before {
content: "\ea46";
}
.lake-icon-underline:before {
content: "\ea45";
}
.lake-icon-code:before {
content: "\ea49";
}
.lake-icon-italic:before {
content: "\ea44";
}
.lake-icon-strikethrough:before {
content: "\ea47";
}
.lake-icon-sub:before {
content: "\ea4b";
}
.lake-icon-sup:before {
content: "\ea4a";
}
.lake-icon-color:before {
content: "\ea4d";
}
.lake-icon-background:before {
content: "\ea4c";
}
.lake-icon-moremark:before {
content: "\ea48";
}
.lake-icon-toolbar-check:before {
content: "\e6d0";
}
.lake-icon-link:before {
content: "\ea58";
}
.lake-icon-emoji:before {
content: "\ea79";
}
.lake-icon-oList:before {
content: "\ea53";
}
.lake-icon-uList:before {
content: "\ea52";
}
.lake-icon-tList:before {
content: "\ea56";
}
.lake-icon-quote:before {
content: "\ea57";
}
.lake-icon-hr:before {
content: "\ea59";
}
.lake-icon-left:before {
content: "\ea4e";
}
.lake-icon-center:before {
content: "\ea4f";
}
.lake-icon-right:before {
content: "\ea50";
}
.lake-icon-justify:before {
content: "\ea51";
}
.lake-icon-top:before {
content: "\ea82";
}
.lake-icon-bottom:before {
content: "\ea81";
}
.lake-icon-middle:before {
content: "\ea80";
}
.lake-icon-horizontally:before {
content: "\e66c";
}
.lake-icon-vertically:before {
content: "\e66d";
}
.lake-icon-image:before {
content: "\ea78";
}
.lake-icon-image-o:before {
content: "\e61c";
}
.lake-icon-rotate-left:before {
content: "\ea71";
}
.lake-icon-rotate-right:before {
content: "\ea70";
}
.lake-icon-preferences:before {
content: "\e810";
}
.lake-icon-indent-left:before {
content: "\ea54";
}
.lake-icon-indent-right:before {
content: "\ea55";
}
.lake-icon-arrow-up:before {
content: "\ea1b";
}
.lake-icon-arrow-down:before {
content: "\ea1a";
}
.lake-icon-arrow-left:before {
content: "\ea1f";
}
.lake-icon-arrow-right:before {
content: "\ea1e";
}
.lake-icon-insert-root:before {
content: "\e61b";
}
.lake-icon-insert-sibling:before {
content: "\ea72";
}
.lake-icon-insert-child:before {
content: "\ea73";
}
.lake-icon-expand-subtree:before {
content: "\ea74";
}
.lake-icon-collapse-subtree:before {
content: "\ea75";
}
.lake-icon-properties:before {
content: "\e618";
}
.lake-icon-collapse-node:before {
content: "\e61d";
}
.lake-icon-line-curve:before {
content: "\e636";
}
.lake-icon-line-curve-arrow:before {
content: "\e635";
}
.lake-icon-diagram-cell-note:before {
content: "\e638";
}
.lake-icon-diagram-toolbar-note:before {
content: "\e637";
}
.lake-icon-mind-tree-edge-none:before {
content: "\e69b";
}
.lake-icon-mind-tree-edge-polyline:before {
content: "\e69d";
}
.lake-icon-insert-shape:before {
content: "\e629";
}
.lake-icon-insert-text:before {
content: "\e627";
}
.lake-icon-straight-line:before {
content: "\e626";
}
.lake-icon-straight-line-arrow:before {
content: "\e624";
}
.lake-icon-elbow-line:before {
content: "\e625";
}
.lake-icon-elbow-line-arrow:before {
content: "\e628";
}
.lake-icon-line-arrow-left:before {
content: "\e62a";
}
.lake-icon-line-arrow-right:before {
content: "\e62b";
}
.lake-icon-align-bottom:before {
content: "\e6ab";
}
.lake-icon-align-right:before {
content: "\e6b1";
}
.lake-icon-align-h-center:before {
content: "\e6b3";
}
.lake-icon-align-left:before {
content: "\e6b2";
}
.lake-icon-align-top:before {
content: "\e6aa";
}
.lake-icon-align-v-center:before {
content: "\e6ae";
}
.lake-icon-distribute-horizontally:before {
content: "\e6f1";
}
.lake-icon-distribute-vertically:before {
content: "\e6f0";
}
.lake-icon-to-back:before {
content: "\e65f";
}
.lake-icon-forward:before {
content: "\e660";
}
.lake-icon-to-front:before {
content: "\e661";
}
.lake-icon-backward:before {
content: "\e662";
}
.lake-icon-delete-lane:before {
content: "\e6bf";
}
.lake-icon-zoom-to-fit:before {
content: "\e655";
}
.lake-icon-table-merge-cell:before {
content: "\e6e1";
}
.lake-icon-table-split-cell:before {
content: "\ea6b";
}
.lake-icon-table-clear:before {
content: "\ea64";
}
.lake-icon-table-remove-col:before {
content: "\ea67";
}
.lake-icon-table-remove-row:before {
content: "\ea66";
}
.lake-icon-table-cut:before {
content: "\ea65";
}
.lake-icon-table-copy:before {
content: "\ea61";
}
.lake-icon-table-insert-col-left:before {
content: "\ea60";
}
.lake-icon-table-insert-col-right:before {
content: "\ea5f";
}
.lake-icon-table-insert-row-up:before {
content: "\ea5d";
}
.lake-icon-table-insert-row-down:before {
content: "\ea5e";
}
.lake-icon-table-remove-table:before {
content: "\ea63";
}
.lake-icon-table-border:before {
content: "\e633";
}
.lake-icon-table-delete-file:before {
content: "\e711";
}
.lake-icon-table-download-file:before {
content: "\e712";
}
.lake-icon-redo:before {
content: "\e6e2";
}
.lake-icon-undo:before {
content: "\e6dc";
}
.lake-icon-clean:before {
content: "\e6d6";
}
.lake-icon-paintformat:before {
content: "\ea42";
}
.lake-icon-close:before {
content: "\e72d";
}
.lake-icon-save:before {
content: "\e68c";
}
.lake-icon-edit:before {
content: "\ea6c";
}
.lake-icon-edit-new:before {
content: "\e63f";
}
.lake-icon-copy:before {
content: "\ea61";
}
.lake-icon-copyContent:before {
content: "\ea61";
}
.lake-icon-delete:before {
content: "\ea63";
}
.lake-icon-openlink:before {
content: "\ea76";
}
.lake-icon-drag:before {
content: "\ea68";
}
.lake-icon-table-column-hidden:before {
content: "\e6f5";
}
.lake-icon-table-column-show:before {
content: "\e6f3";
}
.lake-icon-table-column-config:before {
content: "\e6f4";
}
.lake-icon-table-x-delete:before {
content: "\e71b";
}
.lake-icon-table-arrow-down:before {
content: "\e6ef";
}
.lake-icon-board-iconfont:before {
content: "\e731";
}
.lake-icon-board-viewport-autofit:before {
content: "\e723";
}
.lake-icon-board-viewport-option-adapt:before {
content: "\e710";
}
.lake-icon-board-viewport-option-wysiwyg:before {
content: "\e70f";
}
.lake-icon-board-properties:before {
content: "\e690";
}
.lake-icon-board-setting:before {
content: "\e690";
}
.lake-icon-board-undo:before {
content: "\e689";
}
.lake-icon-board-redo:before {
content: "\e68b";
}
.lake-icon-board-save:before {
content: "\e68c";
}
.lake-icon-board-zoom-out:before {
content: "\e647";
}
.lake-icon-board-zoom-in:before {
content: "\e646";
}
.lake-icon-board-hand:before {
content: "\e648";
}
.lake-icon-board-insert-text:before {
content: "\e685";
}
.lake-icon-board-mind:before {
content: "\e67d";
}
.lake-icon-board-insert-shape:before {
content: "\e64c";
}
.lake-icon-board-upload-image:before {
content: "\e67c";
}
.lake-icon-board-straight-line-arrow:before {
content: "\e64a";
}
.lake-icon-board-elbow-line-arrow:before {
content: "\e649";
}
.lake-icon-board-curve-line-arrow:before {
content: "\e67a";
}
.lake-icon-board-toolbar-hide:before {
content: "\e6f6";
}
.lake-icon-board-toolbar-show:before {
content: "\e6f7";
}
.lake-icon-board-toolbar-right:before {
content: "\e713";
}
.lake-icon-board-toolbar-left:before {
content: "\e714";
}
.lake-icon-board-toolbar-free-hand:before {
content: "\e72c";
}
.lake-icon-board-toolbar-pencil:before {
content: "\e72a";
}
.lake-icon-board-toolbar-pen:before {
content: "\e732";
}
.lake-icon-board-toolbar-mark-pencil:before {
content: "\e72b";
}
.lake-icon-board-toolbar-eraser:before {
content: "\e72e";
}
.lake-icon-board-toolbar-select:before {
content: "\e730";
}
.lake-icon-board-toolbar-theme:before {
content: "\e722";
}
.lake-icon-board-question:before {
content: "\e734";
}
.lake-icon-contextual-align:before {
content: "\e6ee";
}
.lake-icon-contextual-group:before {
content: "\e6eb";
}
.lake-icon-contextual-ungroup:before {
content: "\e6ec";
}
.lake-icon-contextual-text:before {
content: "\e691";
}
.lake-icon-contextual-shape:before {
content: "\e69e";
}
.lake-icon-contextual-link:before {
content: "\e68e";
}
.lake-icon-contextual-stroke-none:before {
content: "\e696";
}
.lake-icon-contextual-stroke-dash:before {
content: "\e698";
}
.lake-icon-contextual-curve-line:before {
content: "\e697";
}
.lake-icon-contextual-straight-line:before {
content: "\e694";
}
.lake-icon-contextual-elbow-line:before {
content: "\e692";
}
.lake-icon-contextual-left-arrow:before {
content: "\e695";
}
.lake-icon-contextual-right-arrow:before {
content: "\e693";
}
.lake-icon-contextual-line-swap-endpoint:before {
content: "\e721";
}
.lake-icon-contextual-abstract:before {
content: "\e71f";
}
.lake-icon-contextual-mindmap-icon:before {
content: "\e72f";
}
.lake-icon-contextual-dsl-edit:before {
content: "\e68f";
}
.lake-icon-contextual-none:before {
content: "\e6f8";
}
.lake-icon-contextual-open-triangle:before {
content: "\e6f9";
}
.lake-icon-contextual-one-side-up:before {
content: "\e6fa";
}
.lake-icon-contextual-one-side-down:before {
content: "\e6fb";
}
.lake-icon-contextual-arrow:before {
content: "\e6fc";
}
.lake-icon-contextual-hollow-triangle:before {
content: "\e704";
}
.lake-icon-contextual-sharp-solid-square:before {
content: "\e703";
}
.lake-icon-contextual-sharp-hollow-square:before {
content: "\e705";
}
.lake-icon-contextual-flat-solid-square:before {
content: "\e6fe";
}
.lake-icon-contextual-flat-hollow-square:before {
content: "\e6ff";
}
.lake-icon-contextual-solid-circle:before {
content: "\e6fd";
}
.lake-icon-contextual-hollow-circle:before {
content: "\e702";
}
.lake-icon-contextual-cross-circle:before {
content: "\e701";
}
.lake-icon-contextual-half-open-circle:before {
content: "\e700";
}
.lake-icon-contextual-end-vertical-line:before {
content: "\e706";
}
.lake-icon-contextual-middle-vertical-line:before {
content: "\e708";
}
.lake-icon-contextual-three-line:before {
content: "\e707";
}
.lake-icon-contextual-three-line-plus-vertical:before {
content: "\e70a";
}
.lake-icon-contextual-double-vertical-line:before {
content: "\e709";
}
.lake-icon-contextual-single-slash:before {
content: "\e70c";
}
.lake-icon-contextual-three-line-plus-circle:before {
content: "\e70b";
}
.lake-icon-contextual-circle-vertical:before {
content: "\e70d";
}
.lake-icon-mindmap-capsule:before {
content: "\e699";
}
.lake-icon-mindmap-line:before {
content: "\e696";
}
.lake-icon-mindmap-rect:before {
content: "\e69e";
}
.lake-icon-zoom-out:before {
content: "\ea7e";
}
.lake-icon-zoom-in:before {
content: "\ea7f";
}
.lake-icon-attachment:before {
content: "\ea7a";
}
.lake-icon-download:before {
content: "\ea6e";
}
.lake-icon-upload:before {
content: "\ea7d";
}
.lake-icon-preview:before {
content: "\ea6d";
}
.lake-icon-full-screen:before {
content: "\ea7c";
}
.lake-icon-maximize:before {
content: "\ea7c";
}
.lake-icon-exit-full-screen:before {
content: "\ea8b";
}
.lake-icon-full-screen-mini:before {
content: "\e6c9";
}
.lake-icon-exit-full-screen-mini:before {
content: "\e6ca";
}
.lake-icon-toc:before {
content: "\ea5c";
}
.lake-icon-question:before {
content: "\e81d";
}
.lake-icon-more:before {
content: "\e60b";
}
.lake-icon-lock:before {
content: "\e86a";
}
.lake-icon-unlock:before {
content: "\e86b";
}
.lake-icon-embedded-preview:before {
content: "\e686";
}
.lake-icon-compact-display:before {
content: "\e684";
}
.lake-icon-loading:before {
content: "\e64d";
}
.lake-icon-confirm:before {
content: "\e729";
}
.lake-icon-warning:before {
content: "\e7df";
}
.lake-icon-plus:before {
content: "\e612";
}
.lake-icon-unlink:before {
content: "\e613";
}
.lake-icon-calendar-arrow-right:before {
content: "\e617";
}
.lake-icon-calendar-arrow-left:before {
content: "\e619";
}
.lake-icon-yuan:before {
content: "\e68a";
}
.lake-icon-line-height:before {
content: "\e61a";
}
.lake-icon-doc-title:before {
content: "\e620";
}
.lake-icon-doc-card:before {
content: "\e621";
}
.lake-icon-doc-embed:before {
content: "\e61f";
}
.lake-icon-searchreplace:before {
content: "\ea5b";
}
.lake-icon-translate:before {
content: "\ea5a";
}
.lake-icon-reload:before {
content: "\ea6f";
}
.lake-icon-gotolink:before {
content: "\ea76";
}
.lake-icon-height-mode-default:before {
content: "\e622";
}
.lake-icon-height-mode-adaptive:before {
content: "\e623";
}
.lake-icon-dropdown-arrow:before {
content: "\e616";
}
.lake-icon-save-folder:before {
content: "\e62c";
}
.lake-icon-desc:before {
content: "\e6e7";
}
.lake-icon-asc:before {
content: "\e6e4";
}
.lake-icon-formula:before {
content: "\e6de";
}
.lake-icon-filter:before {
content: "\e6db";
}
.lake-icon-clip:before {
content: "\e604";
}
.lake-icon-overflow:before {
content: "\e603";
}
.lake-icon-wrap:before {
content: "\e602";
}
.lake-icon-select:before {
content: "\e609";
}
.lake-icon-plus-o:before {
content: "\e837";
}
.lake-icon-success:before {
content: "\e60a";
}
.lake-icon-decimal-inc:before {
content: "\e6e3";
}
.lake-icon-decimal-dec:before {
content: "\e6e0";
}
.lake-icon-frozen-cell:before {
content: "\e6da";
}
.lake-icon-frozen-col:before {
content: "\ea88";
}
.lake-icon-frozen-row:before {
content: "\ea87";
}
.lake-icon-cancel-frozen:before {
content: "\e656";
}
.lake-icon-border-all:before {
content: "\e6d9";
}
.lake-icon-border-style:before {
content: "\e64b";
}
.lake-icon-protect:before {
content: "\e6d5";
}
.lake-icon-chart:before {
content: "\e6df";
}
.lake-icon-chart-menu:before {
content: "\e64e";
}
.lake-icon-range:before {
content: "\e64f";
}
.lake-icon-dropdown-list:before {
content: "\e650";
}
.lake-icon-draggable:before {
content: "\e651";
}
.lake-icon-keyboard:before {
content: "\ea86";
}
.lake-icon-line-break:before {
content: "\e652";
}
.lake-icon-sheet-list:before {
content: "\e653";
}
.lake-icon-invisible:before {
content: "\e654";
}
.lake-icon-selections:before {
content: "\e61e";
}
.lake-icon-conditionformat:before {
content: "\e6dd";
}
.lake-icon-up-arrow:before {
content: "\e664";
}
.lake-icon-down-arrow:before {
content: "\e663";
}
.lake-icon-left-arrow:before {
content: "\e666";
}
.lake-icon-right-arrow:before {
content: "\e665";
}
.lake-icon-col-width:before {
content: "\e667";
}
.lake-icon-row-height:before {
content: "\e668";
}
.lake-icon-note:before {
content: "\e669";
}
.lake-icon-highlight-area:before {
content: "\e66a";
}
.lake-icon-sheet-arrow:before {
content: "\e66b";
}
.lake-icon-filtered:before {
content: "\e66e";
}
.lake-icon-search-len:before {
content: "\e719";
}
.lake-icon-sheet:before {
content: "\e678";
}
.lake-icon-circle-remove:before {
content: "\e834";
}
.lake-icon-update-form:before {
content: "\e674";
}
.lake-icon-move-up:before {
content: "\e676";
}
.lake-icon-move-down:before {
content: "\e675";
}
.lake-icon-repository:before {
content: "\e63e";
}
.lake-icon-no-border:before {
content: "\e63d";
}
.lake-icon-table:before {
content: "\e679";
}
.lake-icon-grid-filter:before {
content: "\e672";
}
.lake-icon-add-filter:before {
content: "\e71a";
}
.lake-icon-grid-sort:before {
content: "\e671";
}
.lake-icon-grid-form:before {
content: "\e670";
}
.lake-icon-col-input:before {
content: "\e67e";
}
.lake-icon-col-textarea:before {
content: "\e673";
}
.lake-icon-col-number:before {
content: "\e6ea";
}
.lake-icon-col-select:before {
content: "\e67f";
}
.lake-icon-col-multiselect:before {
content: "\e683";
}
.lake-icon-col-date:before {
content: "\e682";
}
.lake-icon-col-createdat:before {
content: "\e67b";
}
.lake-icon-col-updatedat:before {
content: "\e717";
}
.lake-icon-col-modifierid:before {
content: "\e716";
}
.lake-icon-col-userid:before {
content: "\e715";
}
.lake-icon-col-checkbox:before {
content: "\e681";
}
.lake-icon-col-image:before {
content: "\e643";
}
.lake-icon-col-mention:before {
content: "\e644";
}
.lake-icon-col-file:before {
content: "\e642";
}
.lake-icon-col-link:before {
content: "\e641";
}
.lake-icon-col-email:before {
content: "\e645";
}
.lake-icon-col-phone:before {
content: "\e640";
}
.lake-icon-sheet:before {
content: "\e678";
}
.lake-icon-grid-filter:before {
content: "\e672";
}
.lake-icon-table:before {
content: "\e679";
}
.lake-icon-circle-remove:before {
content: "\e834";
}
.lake-icon-grid-sort:before {
content: "\e671";
}
.lake-icon-grid-form:before {
content: "\e670";
}
.lake-icon-update-form:before {
content: "\e674";
}
.lake-icon-move-up:before {
content: "\e676";
}
.lake-icon-move-down:before {
content: "\e675";
}
.lake-icon-repository:before {
content: "\e63e";
}
.lake-icon-no-border:before {
content: "\e63d";
}
.lake-icon-group:before {
content: "\e677";
}
.lake-icon-to-right:before {
content: "\e693";
}
.lake-icon-to-left:before {
content: "\e695";
}
.lake-icon-card-toolbar-full-screen:before {
content: "\e6e6";
}
.lake-icon-row-height-check:before {
content: "\e6d0";
}
.lake-icon-thumb-up:before {
content: "\e6b5";
}
.lake-icon-manage-catalog:before {
content: "\e6b6";
}
.lake-icon-open-book:before {
content: "\e6b7";
}
.lake-icon-catalog-switcher:before {
content: "\e6b8";
}
.lake-icon-author:before {
content: "\e6ad";
}
.lake-icon-timer:before {
content: "\e6af";
}
.lake-icon-more-actions:before {
content: "\e6ac";
}
.lake-icon-star:before {
content: "\e6b0";
}
.lake-icon-star-outlined:before {
content: "\e6b1";
}
.lake-icon-table-expand:before {
content: "\e6b9";
}
.lake-icon-table-collpse:before {
content: "\e6bb";
}
.lake-icon-rowheight-low:before {
content: "\e6ba";
}
.lake-icon-rowheight-middle:before {
content: "\e6bc";
}
.lake-icon-rowheight-high:before {
content: "\e6bd";
}
.lake-icon-stop:before {
content: "\e6c7";
}
.lake-icon-view:before {
content: "\e6f3";
}
.lake-icon-arrow-down-mini:before {
content: "\e718";
}
.lake-icon-table-arrow-down-view:before {
content: "\e71c";
}
.lake-icon-table-expand:before {
content: "\e6b9";
}
.lake-icon-table-collpse:before {
content: "\e6bb";
}
.lake-icon-table-up:before {
content: "\e6c3";
}
.lake-icon-table-down:before {
content: "\e6c2";
}
.lake-icon-table-lock:before {
content: "\e6c0";
}
.lake-icon-table-delete:before {
content: "\e6bf";
}
.lake-icon-table-close:before {
content: "\e71e";
}
.lake-icon-table-new-delete:before {
content: "\e71d";
}
.lake-icon-table-grid-view:before {
content: "\e6d3";
}
.lake-icon-table-card-view:before {
content: "\e6d4";
}
.lake-icon-table-kanban-view:before {
content: "\e6d1";
}
.lake-icon-table-plus:before {
content: "\e646";
}
.lake-icon-table-dropdown:before {
content: "\e6c4";
}
.lake-icon-table-dot:before {
content: "\e64e";
}
.lake-icon-table-arrow-right:before {
content: "\e6c5";
}
.lake-icon-table-drag:before {
content: "\e6c8";
}
.lake-icon-table-setting:before {
content: "\e6e8";
}
.lake-icon-table-edit:before {
content: "\e68f";
}
.lake-icon-material-library:before {
content: "\e6c6";
}
.lake-icon-pin-tilted:before {
content: "\e6cb";
}
.lake-icon-pin:before {
content: "\e6d2";
}
.lake-icon-width-mode-unfold:before {
content: "\e6cd";
}
.lake-icon-width-mode-fold:before {
content: "\e6cc";
}
.lake-icon-card-check-in:before {
content: "\e6e9";
}
.lake-icon-export:before {
content: "\e6ed";
}
.lake-icon-arrow-right:before {
content: "\e6f2";
}
.lake-icon-arrow-down:before {
content: "\e6ef";
}
.lake-icon-table-paste:before {
content: "\e720";
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-engine-box {
position: relative;
overflow-anchor: none;
}
.ne-engine-box .ne-engine-global-overlay {
position: relative;
}
.ne-engine-box .ne-engine-scrollable-overlay {
position: absolute;
top: 0;
left: 0;
z-index: 2;
}
.ne-engine-box .ne-drawer-box {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
pointer-events: none;
opacity: 0.3;
}
.ne-viewer .ne-drawer-box {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
pointer-events: none;
}
.ne-viewer.ne-ui-max-view .ne-drawer-box {
display: none;
}
@media only print {
.ne-viewer .ne-drawer-box {
display: none;
}
}
.ne-engine {
position: relative;
z-index: 1;
outline: none;
white-space: pre-wrap;
white-space: break-spaces;
word-break: break-word;
word-wrap: break-word;
font-family: 'Chinese Quote', 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-variant-ligatures: none;
--link-color: var(--yq-blue-6);
}
.ne-engine ::selection {
background: rgba(27, 162, 227, 0.2) !important;
color: inherit !important;
}
.ne-engine .ne-table {
white-space: pre-wrap;
}
.ne-engine:after {
content: ' ';
}
.ne-engine span.ne-b-filler,
.ne-engine span.ne-i-filler,
.ne-engine span.ne-t-filler {
text-indent: 0;
min-width: 1px;
vertical-align: baseline;
font-size: 1em;
height: 1em;
}
.ne-engine span.ne-t-filler {
display: inline;
}
.ne-engine span.ne-i-filler {
display: inline;
}
.ne-engine span.ne-b-filler {
display: inline;
}
.ne-doc-micro-editor .ne-engine span.ne-b-filler[data-placeholder]:first-child {
display: inline-table;
width: 100%;
}
.ne-doc-micro-editor .ne-engine span.ne-b-filler[data-placeholder]:first-child::before {
width: 100%;
text-overflow: ellipsis;
overflow: hidden;
}
ne-hole,
ne-card[data-card-type='inline'] {
max-width: calc(100% - 2px);
}
ne-hole.ne-spacing-all,
ne-card.ne-spacing-all {
margin-top: 16px;
margin-bottom: 16px;
}
ne-hole.ne-spacing-top,
ne-card.ne-spacing-top {
margin-top: 16px;
}
ne-hole.ne-spacing-bottom,
ne-card.ne-spacing-bottom {
margin-bottom: 16px;
}
ne-hole.ne-spacing-all:first-child {
margin-top: 0;
}
ne-hole.ne-spacing-top:first-child {
margin-top: 0;
}
ne-card {
position: relative;
z-index: 1;
line-height: 1em;
font-size: 15px;
letter-spacing: normal;
text-indent: 0;
height: fit-content;
}
ne-card .ne-card-container {
line-height: 1.74;
}
[data-card-type='inline'] {
display: inline-flex;
vertical-align: baseline;
margin: 0 1px;
}
[data-card-type='inline'] ne-card-root {
display: inline;
width: 100%;
z-index: 1;
}
[data-card-type='inline'] .ne-card-container {
display: inline;
}
[data-card-type='block'] {
display: block;
width: calc(100% - 2px);
max-width: 100%;
}
[data-card-type='block'] ne-card-root {
display: block;
width: 100%;
z-index: 1;
}
[data-card-type='block'] ne-card-root .ne-card-container {
background-color: var(--yq-bg-primary);
}
ne-card[data-card-type='inline'] ne-l-ph,
ne-card[data-card-type='inline'] ne-r-ph {
width: 1px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-editor-ui-sys {
position: absolute;
z-index: 4;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-max-view {
position: fixed !important;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1010;
height: auto;
}
.ne-ui-max-view .ne-ui-sidebar-visible .ne-editor-wrap:after {
content: ' ';
display: block;
width: 288px;
}
.ne-ui-max-view .ne-ui-sidebar-visible .ne-ui-sidebar {
right: 0;
}
.ne-ui-max-view .ne-editor-extra-box {
display: none;
}
.ne-ui-max-view .ne-editor {
height: 100%;
}
.ne-ui-max-view .ne-editor-body {
height: calc(100% - 50px - 54px);
}
.ne-ui-max-view .ne-editor-wrap {
padding-top: 16px;
height: 100%;
display: flex;
}
.ne-ui-max-view .ne-editor-wrap-content {
margin: 0 16px;
height: 100%;
flex: 1;
width: 440px;
}
.ne-ui-max-view .ne-editor-wrap-box,
.ne-ui-max-view .ne-editor-outer-wrap-box,
.ne-ui-max-view .ne-editor-box,
.ne-ui-max-view .ne-engine-box {
height: 100%;
}
.ne-ui-max-view .ne-engine-box .ne-engine {
height: 100%;
overflow: hidden;
}
.ne-ui-max-view .ne-editor-header,
.ne-ui-max-view .ne-ui {
border-bottom: 1px solid var(--yq-border-light);
}
.ne-ui-max-view .ne-ui-sidebar {
top: 0;
}
.ne-ui-max-view .ne-ui {
padding-left: 40px;
}
.ne-ui-max-view.ne-ui-max-view-no-toolbar .ne-ui {
display: none;
}
.ne-ui-max-view.ne-ui-max-view-no-toolbar .ne-editor-wrap-content {
margin: 0;
}
.ne-ui-max-view.ne-ui-max-view-no-toolbar .ne-editor-wrap {
padding-top: 0;
}
.ne-ui-max-view.ne-ui-max-view-no-toolbar .ne-editor-body {
height: calc(100% - 54px);
}
.ne-ui-max-view .ne-ui-max-view-node {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 999;
width: auto;
height: auto !important;
}
.ne-ui-max-view .ne-ui-max-view-node > ne-card-root {
height: 100% !important;
}
.ne-ui-max-view .ne-ui-max-view-node > ne-card-root > .ne-card-container {
height: 100% !important;
}
.ne-ui-max-view .ne-td-content .ne-ui-max-view-node {
position: fixed;
top: 55px;
}
.ne-ui-max-view .ne-editor-body {
background: var(--yq-bg-secondary);
}
.ne-ui-max-view .ne-editor-header {
display: block;
}
.ne-editor {
position: relative;
background-color: var(--yq-bg-primary);
}
.ne-editor-header {
background-color: var(--yq-bg-primary);
display: none;
}
.ne-editor-header .ne-ui-exit-max-view-btn {
background: url('https://gw.alipayobjects.com/zos/bmw-prod/09ca6e30-fd03-49ff-b2fb-15a2fbd8042a.svg') no-repeat left center;
border: none;
outline: none;
color: var(--yq-text-body);
cursor: pointer;
height: 54px;
line-height: 54px;
margin-left: 36px;
padding: 0 30px 0 24px;
}
.ne-editor-header .ne-ui-exit-max-view-btn:hover {
color: var(--yq-text-caption);
}
.ne-ui {
position: relative;
top: 0;
left: 0;
z-index: 4;
}
.ne-ui .ant-dropdown {
transform: translateZ(0);
}
.ne-editor-body {
position: relative;
}
.ne-editor-wrap {
position: relative;
overflow-anchor: none;
}
.ne-editor-box {
position: relative;
}
.ne-editor-extra-box {
position: relative;
}
.ne-overlay-container,
.ne-inner-overlay-container {
position: absolute;
top: 0;
left: 0;
z-index: 4;
}
.ne-overlay-container {
z-index: 1012;
}
.ne-overlay-container {
position: fixed;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
ne-overlay-tmp {
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-ui-tooltip {
pointer-events: none;
}
.ne-ui-tooltip-content {
max-width: 100px;
text-align: center;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
@keyframes neIconLoading {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
div.ne-icon {
display: inline-flex;
justify-content: center;
align-items: center;
width: 1em;
height: 1em;
font-size: 16px;
background-position: center;
background-repeat: no-repeat;
}
div.ne-icon .ne-icon-symbol {
width: 1em;
height: 1em;
fill: currentColor;
overflow: hidden;
}
div.ne-icon-loading {
animation: neIconLoading 1000ms linear infinite;
}
div.ne-lark-icon {
justify-content: initial;
align-items: initial;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-svg-icon-yuque-doc {
background-image: url('https://gw.alipayobjects.com/zos/hitu-asset/c5543986-ee4e-4583-9456-4bc013ef5380/hitu-1666592990857-doc-type-default.svg');
}
.ne-svg-icon-yuque-table {
background-image: url('https://gw.alipayobjects.com/zos/hitu-asset/f6a96eb0-8cbd-4b34-bbc4-363a71729638/hitu-1666593927820-doc-type-table.svg');
}
.ne-svg-icon-yuque-sheet {
background-image: url('https://gw.alipayobjects.com/zos/hitu-asset/14bdecbb-ea1c-4ed8-ab01-bd36e981ffcb/hitu-1666593100668-doc-type-sheet.svg');
}
.ne-svg-icon-yuque-board {
background-image: url('https://gw.alipayobjects.com/zos/hitu-asset/f44aacb9-01af-4d55-bf45-2655a4af3b81/hitu-1666593968301-doc-type-board.svg');
}
[data-kumuhana="pouli"] .ne-svg-icon-yuque-doc {
background-image: url('https://gw.alipayobjects.com/zos/hitu-asset/bff04a91-6683-4fed-9fdc-2173b41fb160/hitu-1666593002740-doc-type-default-dark.svg');
}
[data-kumuhana="pouli"] .ne-svg-icon-yuque-table {
background-image: url('https://gw.alipayobjects.com/zos/hitu-asset/f824fe38-a711-4f8b-8c6f-11a575722683/hitu-1666593944289-doc-type-table-dark.svg');
}
[data-kumuhana="pouli"] .ne-svg-icon-yuque-sheet {
background-image: url('https://gw.alipayobjects.com/zos/hitu-asset/8795730c-3646-4fea-aad9-e82481fe86eb/hitu-1666593140770-doc-type-sheet-dark.svg');
}
[data-kumuhana="pouli"] .ne-svg-icon-yuque-board {
background-image: url('https://gw.alipayobjects.com/zos/hitu-asset/de256bb9-edf7-4d77-b899-67c1d3bd9616/hitu-1666594033862-doc-type-board-dark.svg');
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-svg-icon {
width: 16px;
height: 16px;
display: inline-block;
vertical-align: -0.15em;
text-align: center;
text-transform: none;
line-height: 1;
text-rendering: auto;
background-repeat: no-repeat;
background-position: center;
}
.ne-svg-icon-helper-tips {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/45ba264b-0967-4439-9289-ee41b040a0c2.svg');
}
.ne-svg-icon-alert {
width: 16px;
height: 16px;
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/be5b1e2a-b47e-479c-9217-430229bef84e.svg');
}
.ne-svg-icon-file {
width: 14px;
height: 11px;
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/ecda03cc-fd8e-45d2-834c-c904048f9583.svg');
}
.ne-svg-icon-image {
width: 14px;
height: 11px;
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/44718df0-a6d9-4b93-909d-8482f70476ab.svg');
}
.ne-svg-icon-error-image {
width: 22px;
height: 18px;
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/2295f9e0-1cb2-4d63-86aa-e9799273b28d.svg');
}
.ne-svg-icon-error-file {
width: 22px;
height: 18px;
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/42090c56-d17b-4cf0-be63-59e164e47ba6.svg');
}
.ne-svg-icon-insert {
background-image: url('https://gw.alipayobjects.com/mdn/prod_resource/afts/img/A*o_5bR4s5I4QAAAAAAAAAAABjAQAAAQ/original');
width: 18px;
height: 18px;
margin-bottom: -1px;
}
.ne-svg-icon-label {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/20747dac-1cc8-49f6-a91a-0c8c501d189b.svg');
}
.ne-svg-icon-new-card {
width: 30px;
height: 12px;
margin-top: 5px;
margin-left: 4px;
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/7e255d95-cbe3-4559-a4a3-dbe69cd3e38b.svg');
}
.ne-svg-icon-puml {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/4d2be8de-b7b7-41df-a36f-77ff0b6a5b9f.svg');
}
.ne-svg-icon-flowchart {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/c82343e1-60ab-4b62-8135-d71401191104.svg');
}
.ne-svg-icon-graphviz {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/19178ae8-0b12-463e-b466-e927094e9ea0.svg');
}
.ne-svg-icon-mermaid {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/a15d98ca-089f-4cc2-9c11-032cc56fcacb.svg');
}
.ne-svg-icon-processon {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/5c0fa950-66ff-4a3b-a788-477ea178e6bb.svg');
}
.ne-svg-icon-modao {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/04162a86-307b-409e-8f8c-71f2200891f5.svg');
}
.ne-svg-icon-herbox {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/f6d5ceab-a3e0-413f-a1ab-3c9ded96d632.svg');
}
.ne-svg-icon-deepinsight {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/69f6859c-220e-490c-8c8a-b3bdaa7cbcb3.svg');
}
.ne-svg-icon-ali {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/25837bdf-8082-430b-a8ac-4168cd84e093.svg');
}
.ne-svg-icon-codepen {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/29539843-153d-4c7b-af8f-4475e743398b.svg');
}
.ne-svg-icon-riddle {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/f0328014-fe24-4690-90a4-82c8e150c5bf.svg');
}
.ne-svg-icon-figma {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/d0b58b9f-0ac3-4d0f-958a-c0aa8a3265eb.svg');
}
.ne-svg-icon-xiami {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/c71358bb-d7cc-45dc-96ae-19d28febbb03.svg');
}
.ne-svg-icon-music163 {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/e3416ec0-a688-4160-8772-9bbecad88d28.svg');
}
.ne-svg-icon-gaode {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/02def0ac-858f-4f90-886c-295290725024.svg');
}
.ne-svg-icon-taobao {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/57a7cb99-7f36-4869-8f94-d9c87d069cd6.svg');
}
.ne-svg-icon-preview {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/95b6cdec-29f5-495f-8f1b-8835bcd2c541.svg');
}
.ne-svg-icon-youku {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/4825b4b8-96a3-463f-8e6a-c28ae8b792b0.svg');
}
.ne-svg-icon-bilibili {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/93d6bda1-2ab6-4b20-97e5-c0a73f2a42cd.svg');
}
.ne-svg-icon-mmad {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/5e8132a4-5ec0-4c4e-95c4-7f5b19f23c19.svg');
}
.ne-svg-icon-psd {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/df8dd01c-ecb1-4d33-99f6-8079591bb46c.svg');
}
.ne-svg-icon-sketch {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/ef845454-388c-47b3-8066-298e335a2741.svg');
}
.ne-svg-icon-xmind {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/46f6c8fc-5d56-41d7-b419-a89335f82dfc.svg');
}
.ne-svg-icon-rp {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/f8f40533-79d9-4a3c-8051-31c34390f96d.svg');
}
.ne-svg-icon-key {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/73dc752c-3f7b-4b0b-ada9-eb7e208d9b34.svg');
}
.ne-svg-icon-mindnode {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/3fbedc10-029c-4670-a343-8b224ab0978e.svg');
}
.ne-svg-icon-keynote {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/73dc752c-3f7b-4b0b-ada9-eb7e208d9b34.svg');
}
.ne-svg-icon-xd {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/139561c7-309c-4669-882b-1107e217179c.svg');
}
.ne-svg-icon-numbers {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/1eecfe2b-d250-4575-b3b4-78de3503007c.svg');
}
.ne-svg-icon-pages {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/60e30d6d-9ee0-47b7-8955-cdd4aff6b2ac.svg');
}
.ne-svg-icon-ppt,
.ne-svg-icon-pptx,
.ne-svg-icon-potx {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/d62af37c-9f13-4ca2-8861-f2b18c98f3a9.svg');
}
.ne-svg-icon-xls {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/1874c8cc-a103-429b-8465-bb3adfe78d43.svg');
}
.ne-svg-icon-xlsx {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/1874c8cc-a103-429b-8465-bb3adfe78d43.svg');
}
.ne-svg-icon-doc {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/d98a673f-ef0f-46a6-83e3-ba6d01a4ec9d.svg');
}
.ne-svg-icon-docx {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/d98a673f-ef0f-46a6-83e3-ba6d01a4ec9d.svg');
}
.ne-svg-icon-pdf {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/02e0700b-d617-4afb-b4de-a4ea4c9bf7e7.svg');
}
.ne-svg-icon-eddx {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/e1c51c39-f5b6-4e14-9ba9-0102d3579b9a.svg');
}
.ne-svg-icon-eps {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/84b8024a-c65c-44e3-9be8-269af985af54.svg');
}
.ne-svg-icon-insert-local-doc {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/f54a24bd-f973-4945-978c-abb923e20090.svg');
}
.ne-svg-icon-insert-yuque {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/99e327dd-1cfe-40dd-b3e5-28c9d88d182d.svg');
}
.ne-svg-icon-insert-table {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/a9cf6f64-3741-493b-a112-8952baedd1f6.svg');
}
.ne-svg-icon-insert-image {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/dcf2220d-9226-41c9-b1f6-cc0c0a110dc1.svg');
}
.ne-svg-icon-insert-file {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/2c7fe359-ac3d-493e-998d-f285305d28bd.svg');
}
.ne-svg-icon-insert-video {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/1ef56c12-3adc-42c6-bb7c-9cb13111d8e2.svg');
}
.ne-svg-icon-insert-thirdparty {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/e3ebe9af-b207-4d94-8dc4-2fdf5469f5e7.svg');
}
.ne-svg-icon-insert-youku {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/4825b4b8-96a3-463f-8e6a-c28ae8b792b0.svg');
}
.ne-svg-icon-insert-codeblock {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/7fd18334-db2e-49d0-ba80-b92689b81b3f.svg');
}
.ne-svg-icon-insert-math {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/762f00b4-45d7-47b8-8c7b-2c9f886612b5.svg');
}
.ne-svg-icon-insert-mindmap {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/f6510a5f-33d9-4bcb-8b54-5dc30bd89e79.svg');
}
.ne-svg-icon-insert-puml {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/10a9cc50-3a01-4a5c-8335-9a194fdcb614.svg');
}
.ne-svg-icon-insert-flowchart {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/0e0309c1-2b5c-433c-b9d7-e0d2486ce885.svg');
}
.ne-svg-icon-insert-graphviz {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/44e449b2-9756-4de6-b227-bf4205964d20.svg');
}
.ne-svg-icon-insert-mermaid {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/59cb287f-06f2-4712-a206-e1c4d173830b.svg');
}
.ne-svg-icon-insert-lockedtext {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/bc8adb5a-18d2-4385-8ca4-710b57ad1664.svg');
}
.ne-svg-icon-insert-calendar {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/2dd842ba-ea59-4cd1-994e-c5f31bd1ead2.svg');
}
.ne-svg-icon-check-success {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/4c17d1ec-bd3f-4b86-a77b-dfd91e9c9626.svg');
}
.ne-svg-icon-calendar-arrow-left {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/2f3e5fca-16d2-48b3-a5d2-fff2328df92c.svg');
}
.ne-svg-icon-calendar-arrow-right {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/a03bff1a-3aef-4871-bc74-de2a3f81e3ff.svg');
}
.ne-svg-icon-desc {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/a085f457-6982-434a-808d-372cac6624e7.svg');
}
.ne-svg-icon-error {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/8f8fcc17-b080-421e-b733-7772d62be204.svg');
}
.ne-svg-icon-warning {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/d1b4c5f6-8dcd-4d10-ab31-265abdbb9579.svg');
}
.ne-svg-insert-yuan {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/b1c64e6e-3787-408c-bc49-dd0f9d9b2ebc.svg');
}
.ne-svg-icon-yuan {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/6145eac0-5d9d-4b9b-84be-7ed8bfde32c7.svg');
}
.ne-svg-icon-line-height {
background-image: url('https://gw.alipayobjects.com/zos/basement_prod/40d4fb04-d3c2-43e8-a99d-7f68345f7f0a.svg');
}
.ne-svg-icon-yuque-group {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/a69b963b-47e0-445d-8851-1eee4e853c95.svg');
background-size: 110%;
}
.ne-svg-icon-yuque-thread {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/1f4ca629-5760-465a-9207-7a7f49d01ca6.svg');
}
.ne-svg-icon-yuque-design {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/f0eded1a-a849-44f6-a5e2-3d8f5724ebef.svg');
}
.ne-svg-icon-yuque-mind {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/b74e7bab-1935-48ae-80f8-82ea648697e5.svg');
}
.ne-svg-icon-yuque-show {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/de70d404-fec2-4606-aa45-eb4d6560a1cc.svg');
}
.ne-svg-icon-yuque-note {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/f6ff9184-7f47-41b2-a0b5-3df6955a5081.svg');
}
.ne-svg-icon-yuque-repo-mind {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/b74e7bab-1935-48ae-80f8-82ea648697e5.svg');
}
.ne-svg-icon-yuque-repo-sheet {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/3be374af-05cc-4115-a9ac-477131b54212.svg');
}
.ne-svg-icon-yuque-repo-doc {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/2a1ba540-5d0d-46a2-98fb-6753300d3749.svg');
}
.ne-svg-icon-yuque-repo-thread {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/3f6aa5c3-e7b1-4d78-932e-b00379e8d38c.svg');
}
.ne-svg-icon-yuque-repo-design {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/48e3d64b-aec0-4f3f-9838-d1f685781dfd.svg');
}
.ne-svg-icon-search {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/086f31be-d7f0-4675-aa2c-8c8cf21c088b.svg');
}
.ne-svg-icon-plus {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/fa994e91-3fa4-421d-b0fc-9823dc5cf330.svg');
}
.ne-svg-icon-video {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/31499aa4-1105-4a4b-a8c7-f33ceaf8e012.svg');
}
.ne-svg-icon-canva {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/c1678a81-2534-4fdd-b38b-a510d69a6661.svg');
}
.ne-svg-icon-yuque-for-embed {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/5dfd3248-3206-41dc-bc2c-1d7fb9847ecb.svg');
}
.ne-svg-icon-file-for-embed {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/6ac1386e-5c04-45a5-a351-7d94a61d7bba.svg');
}
.ne-svg-icon-jinshuju {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/3f11de9a-3da8-402d-a8bc-81df6ec52d2c.svg');
}
.ne-svg-icon-vote {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/929ed4d4-a244-4d78-96e2-f472642daf2a.svg');
}
.ne-svg-icon-cloud {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/58c42f2b-cdf1-49c3-a77a-d5e63c561a36.svg');
}
.ne-svg-icon-folder {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/9890c046-6d10-4d2f-917a-b40a8e92ea7f.svg');
}
.ne-svg-icon-audio {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/4aa43d0f-2881-46ab-a894-afd617b08afc.svg');
}
.ne-svg-icon-audio-icon {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/b9d51288-551f-447e-930f-7e1132a4a90b.svg');
}
.ne-svg-icon-audio-error-icon {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/dc01c10b-e433-4bb3-bf7e-8b679725b823.svg');
}
.ne-svg-icon-regret {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/9436ba3b-352d-4dd2-a97b-b3c525390508.svg');
}
.ne-svg-icon-note-file {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/a8cab1ab-68dd-48be-82ab-c667e0c43556.svg');
}
.ne-svg-icon-note-image {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/6efcc064-f6e7-4823-983e-a09d449fcf55.svg');
}
.ne-svg-icon-note-tasklist {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/32d03522-996b-4c48-bd08-274a2ed15204.svg');
}
.ne-svg-icon-note-link {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/a232cebb-7862-420f-a220-31eff086e997.svg');
}
.ne-svg-icon-emoji {
width: 16px;
height: 16px;
margin-bottom: 1px;
background-size: contain;
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/72fc758e-01ca-4317-b9c9-1d25e9b3a577.svg');
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
ne-drag-cursor {
position: absolute;
top: -999999px;
left: -999999px;
width: 2px;
height: 0;
background-color: var(--yq-yuque-green-7);
pointer-events: none;
z-index: 999;
}
.ne-card-drag-image {
position: fixed;
top: -999999999px;
left: -9999999999px;
background-color: var(--yq-bg-secondary);
}
.ne-card-drag-image-placeholder {
background-color: var(--yq-bg-secondary);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
@keyframes neBrickFadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
td.ne-brick-drag-highlight {
background-color: rgba(217, 234, 252, 0.5) !important;
transition: background-color ease 0.3s;
}
ne-columns.ne-brick-drag-highlight .columns-start-add,
ne-columns.ne-brick-drag-highlight .columns-end-add,
ne-columns.ne-brick-drag-highlight .columns-adder {
display: block;
}
ne-columns.ne-brick-drag-highlight .columns-start-add::after,
ne-columns.ne-brick-drag-highlight .columns-end-add::after,
ne-columns.ne-brick-drag-highlight .columns-adder::after {
background: var(--yq-blue-3);
}
ne-columns.ne-brick-drag-highlight ne-column-border {
border: 1px solid var(--yq-blue-3);
background-color: rgba(217, 234, 252, 0.5);
transition: background-color ease 0.3s;
}
[data-kumuhana='pouli'] ne-columns.ne-brick-drag-highlight ne-column-border {
background-color: rgba(25, 48, 72, 0.5);
}
.ne-brick-delegation {
position: fixed;
z-index: 9999;
pointer-events: none;
top: 0;
left: 0;
transform-origin: left top;
opacity: 0;
font-family: 'Chinese Quote', 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
animation: neBrickFadeIn 0.1s ease;
animation-fill-mode: forwards;
overflow-wrap: break-word;
}
.ne-brick-delegation-bg {
background-color: transparent;
}
.ne-brick-delegation-bg::after {
content: ' ';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: var(--yq-bg-primary);
opacity: 0.5;
filter: blur(10px);
z-index: -1;
}
.ne-brick-delegation .ne-b-filler,
.ne-brick-delegation .ne-i-filler {
display: none;
}
.ne-brick-delegation ne-h1 {
font-size: 28px;
display: block;
font-weight: bold;
line-height: 36px;
margin-bottom: 8px;
}
.ne-brick-delegation ne-h2 {
font-size: 24px;
display: block;
font-weight: bold;
line-height: 32px;
margin-bottom: 8px;
}
.ne-brick-delegation ne-h3 {
font-size: 20px;
display: block;
font-weight: bold;
line-height: 28px;
margin-bottom: 8px;
}
.ne-brick-delegation ne-h4 {
font-size: 16px;
display: block;
font-weight: bold;
line-height: 24px;
margin-bottom: 8px;
}
.ne-brick-delegation ne-h5 {
font-size: 12px;
display: block;
font-weight: bold;
line-height: 20px;
margin-bottom: 8px;
}
.ne-brick-delegation ne-h6 {
font-size: 8px;
display: block;
font-weight: bold;
line-height: 16px;
margin-bottom: 8px;
}
.ne-brick-delegation ne-hole:only-child {
padding: 0 !important;
margin: 0 !important;
}
.ne-brick-delegation ne-hole:only-child [data-card-type='block'] {
width: 100% !important;
box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.13), 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 4px rgba(0, 0, 0, 0.04);
opacity: 0.9;
}
.ne-brick-delegation ne-alert-hole:only-child,
.ne-brick-delegation ne-container-hole:only-child {
padding: 0 !important;
}
.ne-brick-delegation ne-alert-hole:only-child ne-collapse,
.ne-brick-delegation ne-container-hole:only-child ne-collapse,
.ne-brick-delegation ne-alert-hole:only-child ne-column-border,
.ne-brick-delegation ne-container-hole:only-child ne-column-border {
background-color: rgba(255, 255, 255, 0.9);
}
.ne-brick-delegation ne-alert-hole:only-child ne-alert,
.ne-brick-delegation ne-container-hole:only-child ne-alert,
.ne-brick-delegation ne-alert-hole:only-child ne-collapse,
.ne-brick-delegation ne-container-hole:only-child ne-collapse,
.ne-brick-delegation ne-alert-hole:only-child ne-column-border,
.ne-brick-delegation ne-container-hole:only-child ne-column-border {
box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.13), 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 4px rgba(0, 0, 0, 0.04);
opacity: 0.9;
}
.ne-brick-delegation ne-alert-hole {
display: flex;
}
.ne-brick-delegation ne-quote:only-child {
margin: 4px !important;
}
.ne-brick-delegation ne-card[data-card-type='block'] {
border: 1px solid var(--yq-yuque-grey-4);
}
.ne-brick-delegation .ne-eidtor-card-lake-diagram-editor .lake-diagram-board-toolbar {
display: flex !important;
}
.ne-brick-delegation ne-table-wrap::after {
bottom: 0 !important;
margin-top: 14px !important;
}
.ne-brick-delegation ne-table-wrap .ne-ui-table-row-bar,
.ne-brick-delegation ne-table-wrap .ne-ui-table-control-point,
.ne-brick-delegation ne-table-wrap .ne-ui-table-column-bar {
background-color: var(--yq-blue-2);
}
.ne-brick-delegation ne-table-wrap .ne-ui-table {
height: 100%;
}
.ne-brick-delegation ne-table-wrap .ne-ui-table .ne-ui-table-row-controller {
height: calc(100% - 14px);
background: transparent;
}
.ne-brick-delegation ne-table-wrap .ne-ui-table .app-ne-ui-table-row-controller {
height: calc(100% - 14px);
}
.ne-brick-delegation ne-table-wrap .ne-ui-table .app-ne-ui-table-row-controller-inner {
height: 100%;
}
.ne-brick-delegation ne-table-wrap .ne-ui-table .ne-ui-table-row-controller-inner {
display: flex;
flex-direction: column;
height: 100%;
border-bottom-left-radius: 8px;
overflow: hidden;
}
.ne-brick-delegation ne-table-wrap .ne-ui-table .ne-ui-table-row-controller-inner .ne-ui-table-row-bar {
border-bottom-color: transparent;
border-top-color: transparent;
}
.ne-brick-delegation ne-table-wrap .ne-ui-table .ne-ui-table-control-point-wrapper {
display: block;
background-color: transparent;
}
.ne-brick-delegation ne-table-wrap ne-table-box {
background-color: var(--yq-white);
}
.ne-brick-delegation ne-table-wrap ne-table-box table {
line-height: 1.74;
}
.ne-brick-delegation ne-table-wrap ne-table-inner-wrap {
overflow-x: hidden;
box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.13), 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 4px rgba(0, 0, 0, 0.04);
}
.ne-brick-delegation ne-table-wrap ne-table-inner-wrap .ne-ui-table-column-controller-inner {
display: flex;
}
.ne-brick-delegation ne-heading-ext {
display: none !important;
}
.ne-brick-delegation ne-container-hole[data-card='columns'] {
margin: 0 !important;
transform: scale(0.97);
}
.ne-brick-delegation ne-container-hole[data-card='columns'] ne-column-border {
border: 1px solid var(--yq-yuque-grey-4);
}
.ne-brick-drag-mask {
top: 0;
left: 0;
right: 0;
bottom: 0;
position: fixed;
z-index: 999999;
cursor: grabbing;
}
.ne-drag-line-vertical {
position: fixed;
top: 0;
left: 0;
pointer-events: none;
z-index: 999;
background-color: var(--yq-blue-5);
width: 1.5px;
border-radius: 100vw;
}
.ne-drag-line {
position: fixed;
top: 0;
left: 0;
pointer-events: none;
z-index: 999;
height: 2px;
display: flex;
}
.ne-drag-line > div {
background-color: var(--yq-blue-5);
height: 1.5px;
position: relative;
}
.ne-drag-line .ne-drag-seg-line {
width: 30px;
margin-right: 2px;
background-color: var(--yq-blue-2);
}
.ne-drag-line .ne-drag-seg-line::before {
content: '';
width: 1.5px;
height: 4px;
position: absolute;
left: 0;
top: -1px;
background-color: var(--yq-blue-2);
}
.ne-drag-line .ne-drag-tri-line {
flex: 1;
}
.ne-drag-line .ne-drag-tri-line::before {
content: '';
width: 10px;
height: 10px;
position: absolute;
left: 0;
background-color: transparent;
top: -4.5px;
border-style: solid;
border-width: 5px 5px;
border-color: transparent transparent transparent var(--yq-blue-5);
border-radius: 4px;
}
.ne-drag-line .ne-drag-nor-line {
flex: 1;
}
.ne-brick-source-shadow {
opacity: 0.3;
transition: opacity 0.1s ease;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-ui-boundary-popover {
display: none;
position: absolute;
top: -999999999px;
left: -999999999px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-container-toolbar .ne-icon {
color: var(--yq-text-primary);
}
.ne-ui-container-toolbar-trigger {
display: flex;
width: 24px;
height: 24px;
justify-content: center;
align-items: center;
border-radius: 6px;
background: var(--yq-white);
cursor: grab;
}
.ne-ui-container-toolbar-trigger:hover {
background-color: var(--yq-bg-tertiary);
}
.ne-container-toolbar-tip {
text-align: center;
color: hsla(0, 0%, 100%, 0.6);
}
.ne-container-toolbar-tip span {
color: #fff;
}
.ne-card-tooltip-text {
min-width: 100px;
text-align: center;
color: rgba(255, 255, 255, 0.6);
}
.ne-card-tooltip-text > span {
color: var(--yq-white);
}
.ne-container-toolbar-overlay {
padding-right: 0;
z-index: 9999;
}
.ne-container-toolbar-overlay .ne-card-container-menu {
padding: 8px 0;
}
.ne-container-toolbar-overlay .ant-popover-arrow {
display: none;
}
.ne-container-toolbar-overlay .ant-popover-inner-content {
padding: 0;
}
.ne-container-toolbar-overlay .ant-menu-vertical > .ant-menu-item {
height: 34px;
line-height: 34px;
}
.ne-container-toolbar-switch-item {
cursor: default !important;
}
.ne-container-toolbar-item {
display: flex;
min-width: 148px;
align-items: center;
color: var(--yq-text-primary);
}
.ne-container-toolbar-item > label {
display: flex;
flex: 1;
cursor: pointer;
align-items: center;
}
.ne-container-toolbar-item .ne-icon {
margin-right: 10px;
}
.ne-container-toolbar-item .ant-switch {
margin-right: 0;
margin-left: auto;
}
.ne-container-toolbar-item-shortcut {
font-size: 12px;
color: var(--yq-text-disable);
text-align: right;
flex: 1 0 auto;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-container-toolbar-wrap {
left: -18px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-card-toolbar-select-item {
display: flex;
justify-content: center;
align-items: center;
border-radius: 5px;
padding: 5px;
width: 38px;
height: 28px;
}
.ne-card-toolbar-select-item-has-title {
width: auto;
white-space: nowrap;
line-height: 28px;
}
.ne-card-toolbar-select-item-has-title span {
margin-left: 4px;
}
.ne-card-toolbar-select-item-has-title span:first-child {
margin-left: 0;
}
.ne-card-toolbar-select-item:hover {
background-color: var(--yq-bg-tertiary);
}
.ne-card-toolbar-arrow-down-icon {
width: 16px;
height: 16px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/d5fce5b0-cd60-43b0-a351-9463486be4d2.svg');
}
.ne-card-toolbar-select-menu {
border-radius: 5px;
}
.ne-card-toolbar-select-menu .ne-card-toolbar-select-menu-item {
position: relative;
padding: 10px 20px 10px 30px;
line-height: 30px;
font-size: 12px;
}
.ne-card-toolbar-select-menu .ne-card-toolbar-select-menu-item.ant-dropdown-menu-item-selected {
background: none;
}
.ne-card-toolbar-select-menu .ne-card-toolbar-select-menu-item.ant-dropdown-menu-item-selected:hover {
background-color: var(--yq-bg-tertiary);
}
.ne-card-toolbar-select-menu .ne-card-toolbar-select-menu-item.ant-dropdown-menu-item-selected .ne-card-toolbar-check-icon {
opacity: 1;
}
.ne-card-toolbar-select-menu .ne-card-toolbar-select-menu-item .ne-card-toolbar-check-icon {
position: absolute;
left: 2px;
top: 0;
bottom: 0;
width: 30px;
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
}
.ne-card-toolbar-select-menu .ne-card-toolbar-select-menu-item .ne-card-toolbar-select-item-content {
display: flex;
align-items: center;
}
.ne-card-toolbar-select-menu .ne-card-toolbar-select-menu-item .ne-card-toolbar-select-item-content .ne-card-toolbar-select-item-icon {
margin-right: 3px;
}
.ne-card-toolbar-select-menu .ne-card-toolbar-select-menu-item .ne-card-toolbar-select-item-content .ne-card-toolbar-select-item-label {
font-size: 14px;
line-height: 22px;
color: var(--yq-text-body);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-card-toolbar-dropdown-item {
display: flex;
justify-content: center;
align-items: center;
border-radius: 5px;
padding: 5px;
width: 28px;
height: 28px;
}
.ne-card-toolbar-dropdown-item:hover,
.ne-card-toolbar-dropdown-item.selected {
background-color: var(--yq-bg-tertiary);
}
.ne-card-toolbar-dropdown-item-has-title {
width: auto;
white-space: nowrap;
line-height: 28px;
}
.ne-card-toolbar-dropdown-item-has-title > span {
margin-left: 4px;
}
.ne-card-toolbar-dropdown-item-has-title > span:first-child {
margin-left: 0;
}
.ne-card-toolbar-dropdown-item:hover {
background-color: var(--yq-bg-tertiary);
}
.ne-card-toolbar-select-menu {
border-radius: 5px;
}
.ne-card-toolbar-select-menu .ne-card-toolbar-select-menu-item {
position: relative;
padding: 10px 20px 10px 30px;
line-height: 30px;
font-size: 12px;
}
.ne-card-toolbar-select-menu .ne-card-toolbar-select-menu-item.ant-dropdown-menu-item-selected {
background: none;
}
.ne-card-toolbar-select-menu .ne-card-toolbar-select-menu-item.ant-dropdown-menu-item-selected:hover {
background-color: var(--yq-bg-tertiary);
}
.ne-card-toolbar-select-menu .ne-card-toolbar-select-menu-item.ant-dropdown-menu-item-selected .ne-card-toolbar-check-icon {
opacity: 1;
}
.ne-card-toolbar-select-menu .ne-card-toolbar-select-menu-item .ne-card-toolbar-check-icon {
position: absolute;
left: 2px;
top: 0;
bottom: 0;
width: 30px;
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
}
.ne-card-toolbar-select-menu .ne-card-toolbar-select-menu-item .ne-card-toolbar-select-item-content {
display: flex;
align-items: center;
}
.ne-card-toolbar-select-menu .ne-card-toolbar-select-menu-item .ne-card-toolbar-select-item-content .ne-card-toolbar-select-item-icon {
margin-right: 3px;
}
.ne-card-toolbar-select-menu .ne-card-toolbar-select-menu-item .ne-card-toolbar-select-item-content .ne-card-toolbar-select-item-label {
font-size: 14px;
line-height: 22px;
color: var(--yq-text-body);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
.ne-card-toolbar {
background: hsla(0, 0%, 100%, 0.85);
border: 1px solid var(--yq-border-primary);
backdrop-filter: blur(50px);
box-shadow: 0 8px 16px 4px hsla(0, 0%, 0%, 0.04);
color: var(--yq-text-primary);
}
.ne-card-toolbar .ne-ui-card-toolbar-divider {
background-color: hsla(0, 0%, 0%, 0.05);
}
[data-kumuhana="pouli"] .ne-card-toolbar {
background: hsla(0, 0%, 16.07843137%, 0.85);
}
[data-kumuhana="pouli"] .ne-card-toolbar .ne-ui-card-toolbar-divider {
background-color: var(--yq-border-light);
}
.ne-card-toolbar {
display: inline-flex;
align-items: center;
flex-direction: row;
border-radius: 4px;
padding: 6px 12px;
}
.ne-card-toolbar .ant-tooltip-content {
white-space: nowrap;
}
.ne-card-toolbar .ne-icon {
color: var(--yq-text-primary);
}
.ne-card-toolbar .ne-card-toolbar-item {
width: 28px;
height: 28px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
border-radius: 4px;
margin-right: 4px;
}
.ne-card-toolbar .ne-card-toolbar-item:first-child {
margin-left: 0;
}
.ne-card-toolbar .ne-card-toolbar-item:last-child {
margin-right: 0;
}
.ne-card-toolbar .ne-card-toolbar-item:hover,
.ne-card-toolbar .ne-card-toolbar-item.selected {
background-color: var(--yq-bg-tertiary);
}
.ne-card-toolbar .ne-card-toolbar-item.ne-card-toolbar-item-has-title {
padding: 0 6px;
}
.ne-card-toolbar .ne-card-toolbar-item[data-disabled] {
cursor: not-allowed;
}
.ne-card-toolbar .ne-card-toolbar-item[data-disabled]:hover {
background: transparent;
}
.ne-card-toolbar .ne-card-toolbar-item[data-disabled] .ne-icon {
color: var(--yq-text-disable);
}
.ne-card-toolbar .ne-card-toolbar-item.ne-card-toolbar-item-has-title {
width: auto;
white-space: nowrap;
line-height: 28px;
}
.ne-card-toolbar .ne-card-toolbar-item.ne-card-toolbar-item-has-title span {
margin-left: 4px;
}
.ne-card-toolbar .ne-card-toolbar-item.ne-card-toolbar-item-has-title span:first-child {
margin-left: 0;
}
.ne-card-toolbar .ne-card-toolbar-input-container {
display: flex;
justify-content: center;
align-items: center;
height: 28px;
margin: 0 4px;
}
.ne-card-toolbar .ne-card-toolbar-input-container .ne-card-toolbar-input-title {
font-size: 14px;
line-height: 22px;
}
.ne-card-toolbar .ne-card-toolbar-input-container .ne-card-toolbar-input {
width: 54px;
border-radius: 4px;
margin-left: 3px;
display: flex;
justify-content: center;
align-items: center;
line-height: 22px;
}
.ne-card-toolbar .ne-ui-card-toolbar-divider {
width: 1px;
height: 16px;
background-color: var(--yq-bg-primary-hover-light);
margin: 0 6px;
}
.ne-card-toolbar .ne-ui-card-toolbar-divider:last-child {
margin-right: 0;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-card-toolbar-wrap {
width: 100%;
height: 0;
position: absolute;
bottom: 100%;
left: 0;
margin-bottom: 5px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-container-right-toolbar {
padding-right: 12px;
transform: translateY(-4px);
}
.ne-container-right-toolbar .ne-ui-container-right-toolbar-item {
display: flex;
width: 24px;
height: 24px;
margin-bottom: 4px;
justify-content: center;
align-items: center;
border-radius: 2px;
background-color: var(--yq-bg-primary);
cursor: pointer;
color: var(--yq-text-primary);
}
.ne-container-right-toolbar .ne-ui-container-right-toolbar-item:hover {
background-color: var(--yq-bg-tertiary);
}
.ne-container-right-toolbar .ne-ui-container-right-toolbar-item:last-child {
margin-bottom: 0;
}
.ne-container-right-toolbar .ne-ui-container-right-toolbar-divider {
width: 24px;
height: 1px;
background-color: var(--yq-bg-primary-hover-light);
margin: 2px 0;
}
.ne-container-right-toolbar .ne-ui-container-right-toolbar-divider:last-child {
margin-bottom: 0;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-ui-card-mask {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-card-resizer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 10;
cursor: row-resize;
display: block;
}
.ne-card-resizer-trigger {
width: 56px;
height: 8px;
background-color: var(--yq-yuque-grey-5);
border-radius: 4px;
position: absolute;
top: -4px;
left: 50%;
margin-left: -28px;
}
.ne-card-resizer-mask {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9;
display: none;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-card-container {
position: relative;
}
.ne-container-toolbar-wrap {
position: absolute;
top: 0;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
默认主题下的基础色板
**/
.ne-brick-long-press {
transform: scale(1.04);
background: var(--yq-white);
box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.13), 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 17px 4px rgba(0, 0, 0, 0.04);
border-radius: 8.32px;
transition: all ease 0.3s;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-engine ne-table-wrap ::selection,
.ne-engine ne-card ::selection {
background-color: transparent !important;
}
.ne-engine ne-table-wrap {
caret-color: transparent;
}
.ne-engine ne-table-wrap.ne-table-focus {
caret-color: unset;
}
.ne-engine ne-table-wrap.ne-table-focus ::selection {
background-color: rgba(27, 162, 227, 0.2) !important;
}
.ne-engine table[ne-fake-table-selection] td .ne-td-content {
caret-color: transparent;
}
.ne-engine table[ne-fake-table-selection] td .ne-td-content ::selection {
background-color: transparent !important;
}
.ne-engine ne-columns[ne-fake-table-selection] ne-column {
caret-color: transparent;
}
.ne-engine ne-columns[ne-fake-table-selection] ne-column ::selection {
background-color: transparent !important;
}
.ne-engine ne-card.ne-focused ::selection {
background-color: rgba(27, 162, 227, 0.2) !important;
}
.ne-engine .ne-i-filler ::selection {
background-color: transparent !important;
}
/* ---- table start ----- */
ne-table-wrap[ne-fake-selection] ne-table-box:after {
content: ' ';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
background-color: rgba(27, 162, 227, 0.2);
pointer-events: none;
}
td[ne-fake-cell-selection]:after,
ne-column[ne-fake-cell-selection]:after {
content: ' ';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(27, 162, 227, 0.2);
pointer-events: none;
z-index: 2;
}
ne-column[ne-fake-cell-selection]::after {
border-radius: 6px;
top: -6px;
left: -6px;
bottom: -6px;
}
/* ---- table end ----- */
/* ---- card start ----- */
ne-card.ne-active {
background: var(--yq-yellow-2);
}
ne-card[ne-fake-selection]:after {
content: ' ';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(27, 162, 227, 0.2);
pointer-events: none;
z-index: 99;
}
ne-collapse[ne-fake-selection],
ne-alert[ne-fake-selection],
ne-columns[ne-fake-selection] {
position: relative;
}
ne-collapse[ne-fake-selection] ::selection,
ne-alert[ne-fake-selection] ::selection,
ne-columns[ne-fake-selection] ::selection {
background-color: transparent !important;
}
ne-collapse[ne-fake-selection]:after,
ne-alert[ne-fake-selection]:after,
ne-columns[ne-fake-selection]:after {
content: ' ';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(27, 162, 227, 0.2);
pointer-events: none;
z-index: 99;
}
/* ---- 分栏卡片要特殊处理一下 ---- */
ne-columns[ne-fake-selection]:after {
left: -6px;
right: -6px;
}
/* ---- card end ----- */
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
ne-p {
display: block;
min-height: 24px;
}
ne-p.ne-brick-highlight,
ne-p.app-ne-brick-highlight {
position: relative;
}
ne-p.ne-brick-highlight::before,
ne-p.app-ne-brick-highlight::before {
content: ' ';
height: calc(100% + 4px);
position: absolute;
top: -2px;
right: 0;
bottom: 0;
left: -6px;
background: var(--yq-blue-1);
opacity: 40%;
z-index: -1;
border-radius: 6px;
}
ne-p.app-ne-brick-highlight-only-img ne-card {
border-color: var(--yq-blue-6) !important;
box-shadow: 0px 0px 0px 1.5px var(--yq-blue-6) !important;
}
ne-p.ne-brick-highlight-only-img ne-card {
box-shadow: 0px 0px 0px 1px var(--yq-cardborder-hover) !important;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
[ne-bold] {
font-weight: bold;
}
[ne-italic] {
font-style: italic;
}
[ne-underline] {
text-decoration: underline;
text-underline-offset: 0.2em;
}
[ne-underline][ne-strikethrough] {
text-decoration: underline line-through;
}
@supports not (text-underline-offset: 0.2em) {
[ne-underline] {
text-decoration: none;
border-bottom: 0.06em solid;
}
[ne-underline][ne-strikethrough] {
text-decoration: line-through;
}
}
[ne-strikethrough] {
text-decoration: line-through;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-engine [ne-fontsize='12'],
.ne-viewer [ne-fontsize='12'] {
font-size: 12px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='12'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='12'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='12'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='12'] {
font-size: 12px;
}
.ne-engine.ne-typography-classic [ne-fontsize='12'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='12'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='12'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='12'] + ne-card[data-card-name='slash'] {
font-size: 12px;
}
.ne-engine.ne-typography-classic [ne-fontsize='12'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='12'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='12'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='12'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='12'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='12'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='12'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='12'] + .ne-b-filler {
font-size: 12px;
}
.ne-engine [ne-fontsize='13'],
.ne-viewer [ne-fontsize='13'] {
font-size: 13px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='13'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='13'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='13'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='13'] {
font-size: 13px;
}
.ne-engine.ne-typography-classic [ne-fontsize='13'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='13'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='13'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='13'] + ne-card[data-card-name='slash'] {
font-size: 13px;
}
.ne-engine.ne-typography-classic [ne-fontsize='13'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='13'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='13'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='13'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='13'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='13'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='13'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='13'] + .ne-b-filler {
font-size: 13px;
}
.ne-engine [ne-fontsize='14'],
.ne-viewer [ne-fontsize='14'] {
font-size: 14px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='14'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='14'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='14'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='14'] {
font-size: 14px;
}
.ne-engine.ne-typography-classic [ne-fontsize='14'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='14'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='14'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='14'] + ne-card[data-card-name='slash'] {
font-size: 14px;
}
.ne-engine.ne-typography-classic [ne-fontsize='14'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='14'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='14'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='14'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='14'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='14'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='14'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='14'] + .ne-b-filler {
font-size: 14px;
}
.ne-engine [ne-fontsize='15'],
.ne-viewer [ne-fontsize='15'] {
font-size: 15px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='15'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='15'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='15'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='15'] {
font-size: 15px;
}
.ne-engine.ne-typography-classic [ne-fontsize='15'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='15'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='15'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='15'] + ne-card[data-card-name='slash'] {
font-size: 15px;
}
.ne-engine.ne-typography-classic [ne-fontsize='15'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='15'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='15'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='15'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='15'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='15'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='15'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='15'] + .ne-b-filler {
font-size: 15px;
}
.ne-engine [ne-fontsize='16'],
.ne-viewer [ne-fontsize='16'] {
font-size: 16px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='16'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='16'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='16'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='16'] {
font-size: 16px;
}
.ne-engine.ne-typography-classic [ne-fontsize='16'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='16'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='16'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='16'] + ne-card[data-card-name='slash'] {
font-size: 16px;
}
.ne-engine.ne-typography-classic [ne-fontsize='16'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='16'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='16'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='16'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='16'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='16'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='16'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='16'] + .ne-b-filler {
font-size: 16px;
}
.ne-engine [ne-fontsize='17'],
.ne-viewer [ne-fontsize='17'] {
font-size: 17px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='17'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='17'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='17'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='17'] {
font-size: 17px;
}
.ne-engine.ne-typography-classic [ne-fontsize='17'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='17'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='17'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='17'] + ne-card[data-card-name='slash'] {
font-size: 17px;
}
.ne-engine.ne-typography-classic [ne-fontsize='17'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='17'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='17'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='17'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='17'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='17'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='17'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='17'] + .ne-b-filler {
font-size: 17px;
}
.ne-engine [ne-fontsize='18'],
.ne-viewer [ne-fontsize='18'] {
font-size: 18px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='18'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='18'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='18'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='18'] {
font-size: 18px;
}
.ne-engine.ne-typography-classic [ne-fontsize='18'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='18'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='18'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='18'] + ne-card[data-card-name='slash'] {
font-size: 18px;
}
.ne-engine.ne-typography-classic [ne-fontsize='18'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='18'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='18'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='18'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='18'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='18'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='18'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='18'] + .ne-b-filler {
font-size: 18px;
}
.ne-engine [ne-fontsize='19'],
.ne-viewer [ne-fontsize='19'] {
font-size: 19px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='19'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='19'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='19'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='19'] {
font-size: 19px;
}
.ne-engine.ne-typography-classic [ne-fontsize='19'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='19'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='19'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='19'] + ne-card[data-card-name='slash'] {
font-size: 19px;
}
.ne-engine.ne-typography-classic [ne-fontsize='19'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='19'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='19'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='19'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='19'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='19'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='19'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='19'] + .ne-b-filler {
font-size: 19px;
}
.ne-engine [ne-fontsize='20'],
.ne-viewer [ne-fontsize='20'] {
font-size: 20px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='20'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='20'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='20'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='20'] {
font-size: 20px;
}
.ne-engine.ne-typography-classic [ne-fontsize='20'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='20'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='20'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='20'] + ne-card[data-card-name='slash'] {
font-size: 20px;
}
.ne-engine.ne-typography-classic [ne-fontsize='20'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='20'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='20'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='20'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='20'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='20'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='20'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='20'] + .ne-b-filler {
font-size: 20px;
}
.ne-engine [ne-fontsize='21'],
.ne-viewer [ne-fontsize='21'] {
font-size: 21px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='21'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='21'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='21'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='21'] {
font-size: 21px;
}
.ne-engine.ne-typography-classic [ne-fontsize='21'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='21'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='21'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='21'] + ne-card[data-card-name='slash'] {
font-size: 21px;
}
.ne-engine.ne-typography-classic [ne-fontsize='21'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='21'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='21'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='21'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='21'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='21'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='21'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='21'] + .ne-b-filler {
font-size: 21px;
}
.ne-engine [ne-fontsize='22'],
.ne-viewer [ne-fontsize='22'] {
font-size: 22px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='22'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='22'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='22'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='22'] {
font-size: 22px;
}
.ne-engine.ne-typography-classic [ne-fontsize='22'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='22'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='22'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='22'] + ne-card[data-card-name='slash'] {
font-size: 22px;
}
.ne-engine.ne-typography-classic [ne-fontsize='22'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='22'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='22'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='22'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='22'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='22'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='22'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='22'] + .ne-b-filler {
font-size: 22px;
}
.ne-engine [ne-fontsize='23'],
.ne-viewer [ne-fontsize='23'] {
font-size: 23px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='23'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='23'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='23'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='23'] {
font-size: 23px;
}
.ne-engine.ne-typography-classic [ne-fontsize='23'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='23'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='23'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='23'] + ne-card[data-card-name='slash'] {
font-size: 23px;
}
.ne-engine.ne-typography-classic [ne-fontsize='23'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='23'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='23'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='23'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='23'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='23'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='23'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='23'] + .ne-b-filler {
font-size: 23px;
}
.ne-engine [ne-fontsize='24'],
.ne-viewer [ne-fontsize='24'] {
font-size: 24px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='24'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='24'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='24'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='24'] {
font-size: 24px;
}
.ne-engine.ne-typography-classic [ne-fontsize='24'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='24'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='24'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='24'] + ne-card[data-card-name='slash'] {
font-size: 24px;
}
.ne-engine.ne-typography-classic [ne-fontsize='24'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='24'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='24'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='24'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='24'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='24'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='24'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='24'] + .ne-b-filler {
font-size: 24px;
}
.ne-engine [ne-fontsize='25'],
.ne-viewer [ne-fontsize='25'] {
font-size: 25px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='25'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='25'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='25'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='25'] {
font-size: 25px;
}
.ne-engine.ne-typography-classic [ne-fontsize='25'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='25'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='25'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='25'] + ne-card[data-card-name='slash'] {
font-size: 25px;
}
.ne-engine.ne-typography-classic [ne-fontsize='25'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='25'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='25'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='25'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='25'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='25'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='25'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='25'] + .ne-b-filler {
font-size: 25px;
}
.ne-engine [ne-fontsize='26'],
.ne-viewer [ne-fontsize='26'] {
font-size: 26px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='26'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='26'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='26'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='26'] {
font-size: 26px;
}
.ne-engine.ne-typography-classic [ne-fontsize='26'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='26'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='26'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='26'] + ne-card[data-card-name='slash'] {
font-size: 26px;
}
.ne-engine.ne-typography-classic [ne-fontsize='26'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='26'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='26'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='26'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='26'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='26'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='26'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='26'] + .ne-b-filler {
font-size: 26px;
}
.ne-engine [ne-fontsize='27'],
.ne-viewer [ne-fontsize='27'] {
font-size: 27px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='27'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='27'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='27'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='27'] {
font-size: 27px;
}
.ne-engine.ne-typography-classic [ne-fontsize='27'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='27'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='27'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='27'] + ne-card[data-card-name='slash'] {
font-size: 27px;
}
.ne-engine.ne-typography-classic [ne-fontsize='27'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='27'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='27'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='27'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='27'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='27'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='27'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='27'] + .ne-b-filler {
font-size: 27px;
}
.ne-engine [ne-fontsize='28'],
.ne-viewer [ne-fontsize='28'] {
font-size: 28px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='28'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='28'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='28'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='28'] {
font-size: 28px;
}
.ne-engine.ne-typography-classic [ne-fontsize='28'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='28'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='28'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='28'] + ne-card[data-card-name='slash'] {
font-size: 28px;
}
.ne-engine.ne-typography-classic [ne-fontsize='28'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='28'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='28'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='28'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='28'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='28'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='28'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='28'] + .ne-b-filler {
font-size: 28px;
}
.ne-engine [ne-fontsize='29'],
.ne-viewer [ne-fontsize='29'] {
font-size: 29px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='29'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='29'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='29'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='29'] {
font-size: 29px;
}
.ne-engine.ne-typography-classic [ne-fontsize='29'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='29'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='29'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='29'] + ne-card[data-card-name='slash'] {
font-size: 29px;
}
.ne-engine.ne-typography-classic [ne-fontsize='29'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='29'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='29'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='29'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='29'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='29'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='29'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='29'] + .ne-b-filler {
font-size: 29px;
}
.ne-engine [ne-fontsize='30'],
.ne-viewer [ne-fontsize='30'] {
font-size: 30px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='30'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='30'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='30'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='30'] {
font-size: 30px;
}
.ne-engine.ne-typography-classic [ne-fontsize='30'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='30'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='30'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='30'] + ne-card[data-card-name='slash'] {
font-size: 30px;
}
.ne-engine.ne-typography-classic [ne-fontsize='30'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='30'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='30'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='30'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='30'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='30'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='30'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='30'] + .ne-b-filler {
font-size: 30px;
}
.ne-engine [ne-fontsize='31'],
.ne-viewer [ne-fontsize='31'] {
font-size: 31px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='31'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='31'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='31'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='31'] {
font-size: 31px;
}
.ne-engine.ne-typography-classic [ne-fontsize='31'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='31'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='31'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='31'] + ne-card[data-card-name='slash'] {
font-size: 31px;
}
.ne-engine.ne-typography-classic [ne-fontsize='31'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='31'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='31'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='31'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='31'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='31'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='31'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='31'] + .ne-b-filler {
font-size: 31px;
}
.ne-engine [ne-fontsize='32'],
.ne-viewer [ne-fontsize='32'] {
font-size: 32px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='32'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='32'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='32'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='32'] {
font-size: 32px;
}
.ne-engine.ne-typography-classic [ne-fontsize='32'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='32'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='32'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='32'] + ne-card[data-card-name='slash'] {
font-size: 32px;
}
.ne-engine.ne-typography-classic [ne-fontsize='32'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='32'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='32'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='32'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='32'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='32'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='32'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='32'] + .ne-b-filler {
font-size: 32px;
}
.ne-engine [ne-fontsize='33'],
.ne-viewer [ne-fontsize='33'] {
font-size: 33px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='33'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='33'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='33'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='33'] {
font-size: 33px;
}
.ne-engine.ne-typography-classic [ne-fontsize='33'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='33'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='33'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='33'] + ne-card[data-card-name='slash'] {
font-size: 33px;
}
.ne-engine.ne-typography-classic [ne-fontsize='33'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='33'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='33'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='33'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='33'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='33'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='33'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='33'] + .ne-b-filler {
font-size: 33px;
}
.ne-engine [ne-fontsize='34'],
.ne-viewer [ne-fontsize='34'] {
font-size: 34px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='34'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='34'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='34'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='34'] {
font-size: 34px;
}
.ne-engine.ne-typography-classic [ne-fontsize='34'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='34'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='34'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='34'] + ne-card[data-card-name='slash'] {
font-size: 34px;
}
.ne-engine.ne-typography-classic [ne-fontsize='34'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='34'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='34'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='34'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='34'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='34'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='34'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='34'] + .ne-b-filler {
font-size: 34px;
}
.ne-engine [ne-fontsize='35'],
.ne-viewer [ne-fontsize='35'] {
font-size: 35px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='35'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='35'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='35'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='35'] {
font-size: 35px;
}
.ne-engine.ne-typography-classic [ne-fontsize='35'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='35'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='35'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='35'] + ne-card[data-card-name='slash'] {
font-size: 35px;
}
.ne-engine.ne-typography-classic [ne-fontsize='35'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='35'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='35'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='35'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='35'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='35'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='35'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='35'] + .ne-b-filler {
font-size: 35px;
}
.ne-engine [ne-fontsize='36'],
.ne-viewer [ne-fontsize='36'] {
font-size: 36px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='36'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='36'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='36'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='36'] {
font-size: 36px;
}
.ne-engine.ne-typography-classic [ne-fontsize='36'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='36'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='36'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='36'] + ne-card[data-card-name='slash'] {
font-size: 36px;
}
.ne-engine.ne-typography-classic [ne-fontsize='36'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='36'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='36'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='36'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='36'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='36'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='36'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='36'] + .ne-b-filler {
font-size: 36px;
}
.ne-engine [ne-fontsize='37'],
.ne-viewer [ne-fontsize='37'] {
font-size: 37px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='37'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='37'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='37'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='37'] {
font-size: 37px;
}
.ne-engine.ne-typography-classic [ne-fontsize='37'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='37'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='37'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='37'] + ne-card[data-card-name='slash'] {
font-size: 37px;
}
.ne-engine.ne-typography-classic [ne-fontsize='37'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='37'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='37'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='37'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='37'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='37'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='37'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='37'] + .ne-b-filler {
font-size: 37px;
}
.ne-engine [ne-fontsize='38'],
.ne-viewer [ne-fontsize='38'] {
font-size: 38px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='38'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='38'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='38'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='38'] {
font-size: 38px;
}
.ne-engine.ne-typography-classic [ne-fontsize='38'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='38'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='38'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='38'] + ne-card[data-card-name='slash'] {
font-size: 38px;
}
.ne-engine.ne-typography-classic [ne-fontsize='38'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='38'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='38'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='38'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='38'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='38'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='38'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='38'] + .ne-b-filler {
font-size: 38px;
}
.ne-engine [ne-fontsize='39'],
.ne-viewer [ne-fontsize='39'] {
font-size: 39px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='39'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='39'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='39'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='39'] {
font-size: 39px;
}
.ne-engine.ne-typography-classic [ne-fontsize='39'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='39'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='39'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='39'] + ne-card[data-card-name='slash'] {
font-size: 39px;
}
.ne-engine.ne-typography-classic [ne-fontsize='39'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='39'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='39'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='39'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='39'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='39'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='39'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='39'] + .ne-b-filler {
font-size: 39px;
}
.ne-engine [ne-fontsize='40'],
.ne-viewer [ne-fontsize='40'] {
font-size: 40px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='40'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='40'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='40'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='40'] {
font-size: 40px;
}
.ne-engine.ne-typography-classic [ne-fontsize='40'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='40'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='40'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='40'] + ne-card[data-card-name='slash'] {
font-size: 40px;
}
.ne-engine.ne-typography-classic [ne-fontsize='40'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='40'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='40'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='40'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='40'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='40'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='40'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='40'] + .ne-b-filler {
font-size: 40px;
}
.ne-engine [ne-fontsize='41'],
.ne-viewer [ne-fontsize='41'] {
font-size: 41px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='41'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='41'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='41'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='41'] {
font-size: 41px;
}
.ne-engine.ne-typography-classic [ne-fontsize='41'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='41'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='41'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='41'] + ne-card[data-card-name='slash'] {
font-size: 41px;
}
.ne-engine.ne-typography-classic [ne-fontsize='41'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='41'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='41'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='41'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='41'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='41'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='41'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='41'] + .ne-b-filler {
font-size: 41px;
}
.ne-engine [ne-fontsize='42'],
.ne-viewer [ne-fontsize='42'] {
font-size: 42px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='42'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='42'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='42'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='42'] {
font-size: 42px;
}
.ne-engine.ne-typography-classic [ne-fontsize='42'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='42'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='42'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='42'] + ne-card[data-card-name='slash'] {
font-size: 42px;
}
.ne-engine.ne-typography-classic [ne-fontsize='42'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='42'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='42'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='42'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='42'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='42'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='42'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='42'] + .ne-b-filler {
font-size: 42px;
}
.ne-engine [ne-fontsize='43'],
.ne-viewer [ne-fontsize='43'] {
font-size: 43px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='43'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='43'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='43'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='43'] {
font-size: 43px;
}
.ne-engine.ne-typography-classic [ne-fontsize='43'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='43'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='43'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='43'] + ne-card[data-card-name='slash'] {
font-size: 43px;
}
.ne-engine.ne-typography-classic [ne-fontsize='43'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='43'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='43'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='43'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='43'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='43'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='43'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='43'] + .ne-b-filler {
font-size: 43px;
}
.ne-engine [ne-fontsize='44'],
.ne-viewer [ne-fontsize='44'] {
font-size: 44px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='44'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='44'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='44'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='44'] {
font-size: 44px;
}
.ne-engine.ne-typography-classic [ne-fontsize='44'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='44'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='44'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='44'] + ne-card[data-card-name='slash'] {
font-size: 44px;
}
.ne-engine.ne-typography-classic [ne-fontsize='44'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='44'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='44'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='44'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='44'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='44'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='44'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='44'] + .ne-b-filler {
font-size: 44px;
}
.ne-engine [ne-fontsize='45'],
.ne-viewer [ne-fontsize='45'] {
font-size: 45px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='45'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='45'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='45'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='45'] {
font-size: 45px;
}
.ne-engine.ne-typography-classic [ne-fontsize='45'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='45'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='45'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='45'] + ne-card[data-card-name='slash'] {
font-size: 45px;
}
.ne-engine.ne-typography-classic [ne-fontsize='45'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='45'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='45'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='45'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='45'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='45'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='45'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='45'] + .ne-b-filler {
font-size: 45px;
}
.ne-engine [ne-fontsize='46'],
.ne-viewer [ne-fontsize='46'] {
font-size: 46px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='46'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='46'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='46'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='46'] {
font-size: 46px;
}
.ne-engine.ne-typography-classic [ne-fontsize='46'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='46'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='46'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='46'] + ne-card[data-card-name='slash'] {
font-size: 46px;
}
.ne-engine.ne-typography-classic [ne-fontsize='46'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='46'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='46'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='46'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='46'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='46'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='46'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='46'] + .ne-b-filler {
font-size: 46px;
}
.ne-engine [ne-fontsize='47'],
.ne-viewer [ne-fontsize='47'] {
font-size: 47px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='47'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='47'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='47'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='47'] {
font-size: 47px;
}
.ne-engine.ne-typography-classic [ne-fontsize='47'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='47'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='47'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='47'] + ne-card[data-card-name='slash'] {
font-size: 47px;
}
.ne-engine.ne-typography-classic [ne-fontsize='47'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='47'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='47'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='47'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='47'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='47'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='47'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='47'] + .ne-b-filler {
font-size: 47px;
}
.ne-engine [ne-fontsize='48'],
.ne-viewer [ne-fontsize='48'] {
font-size: 48px;
}
.ne-engine.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='48'],
.ne-viewer.ne-typography-classic ne-card[data-card-type='inline'][ne-fontsize='48'],
.ne-engine.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='48'],
.ne-viewer.ne-typography-traditional ne-card[data-card-type='inline'][ne-fontsize='48'] {
font-size: 48px;
}
.ne-engine.ne-typography-classic [ne-fontsize='48'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-classic [ne-fontsize='48'] + ne-card[data-card-name='slash'],
.ne-engine.ne-typography-traditional [ne-fontsize='48'] + ne-card[data-card-name='slash'],
.ne-viewer.ne-typography-traditional [ne-fontsize='48'] + ne-card[data-card-name='slash'] {
font-size: 48px;
}
.ne-engine.ne-typography-classic [ne-fontsize='48'] + .ne-t-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='48'] + .ne-t-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='48'] + .ne-t-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='48'] + .ne-t-filler,
.ne-engine.ne-typography-classic [ne-fontsize='48'] + .ne-b-filler,
.ne-viewer.ne-typography-classic [ne-fontsize='48'] + .ne-b-filler,
.ne-engine.ne-typography-traditional [ne-fontsize='48'] + .ne-b-filler,
.ne-viewer.ne-typography-traditional [ne-fontsize='48'] + .ne-b-filler {
font-size: 48px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-typography-classic.fz12,
.ne-typography-traditional.fz12 {
font-size: 12px;
}
.ne-typography-classic.fz12 ne-code ne-text,
.ne-typography-traditional.fz12 ne-code ne-text {
font-size: 12px;
}
.ne-typography-classic.fz12 ne-text[ne-sub],
.ne-typography-traditional.fz12 ne-text[ne-sub],
.ne-typography-classic.fz12 ne-text[ne-sup],
.ne-typography-traditional.fz12 ne-text[ne-sup] {
font-size: 9px;
}
.ne-typography-classic.fz12 ne-card[data-card-type='inline'],
.ne-typography-traditional.fz12 ne-card[data-card-type='inline'] {
font-size: 12px;
}
.ne-typography-classic.fz13,
.ne-typography-traditional.fz13 {
font-size: 13px;
}
.ne-typography-classic.fz13 ne-code ne-text,
.ne-typography-traditional.fz13 ne-code ne-text {
font-size: 13px;
}
.ne-typography-classic.fz13 ne-text[ne-sub],
.ne-typography-traditional.fz13 ne-text[ne-sub],
.ne-typography-classic.fz13 ne-text[ne-sup],
.ne-typography-traditional.fz13 ne-text[ne-sup] {
font-size: 9.75px;
}
.ne-typography-classic.fz13 ne-card[data-card-type='inline'],
.ne-typography-traditional.fz13 ne-card[data-card-type='inline'] {
font-size: 13px;
}
.ne-typography-classic.fz14,
.ne-typography-traditional.fz14 {
font-size: 14px;
}
.ne-typography-classic.fz14 ne-code ne-text,
.ne-typography-traditional.fz14 ne-code ne-text {
font-size: 14px;
}
.ne-typography-classic.fz14 ne-text[ne-sub],
.ne-typography-traditional.fz14 ne-text[ne-sub],
.ne-typography-classic.fz14 ne-text[ne-sup],
.ne-typography-traditional.fz14 ne-text[ne-sup] {
font-size: 10.5px;
}
.ne-typography-classic.fz14 ne-card[data-card-type='inline'],
.ne-typography-traditional.fz14 ne-card[data-card-type='inline'] {
font-size: 14px;
}
.ne-typography-classic.fz15,
.ne-typography-traditional.fz15 {
font-size: 15px;
}
.ne-typography-classic.fz15 ne-code ne-text,
.ne-typography-traditional.fz15 ne-code ne-text {
font-size: 15px;
}
.ne-typography-classic.fz15 ne-text[ne-sub],
.ne-typography-traditional.fz15 ne-text[ne-sub],
.ne-typography-classic.fz15 ne-text[ne-sup],
.ne-typography-traditional.fz15 ne-text[ne-sup] {
font-size: 11.25px;
}
.ne-typography-classic.fz15 ne-card[data-card-type='inline'],
.ne-typography-traditional.fz15 ne-card[data-card-type='inline'] {
font-size: 15px;
}
.ne-typography-classic.fz16,
.ne-typography-traditional.fz16 {
font-size: 16px;
}
.ne-typography-classic.fz16 ne-code ne-text,
.ne-typography-traditional.fz16 ne-code ne-text {
font-size: 16px;
}
.ne-typography-classic.fz16 ne-text[ne-sub],
.ne-typography-traditional.fz16 ne-text[ne-sub],
.ne-typography-classic.fz16 ne-text[ne-sup],
.ne-typography-traditional.fz16 ne-text[ne-sup] {
font-size: 12px;
}
.ne-typography-classic.fz16 ne-card[data-card-type='inline'],
.ne-typography-traditional.fz16 ne-card[data-card-type='inline'] {
font-size: 16px;
}
.ne-typography-classic.fz19,
.ne-typography-traditional.fz19 {
font-size: 19px;
}
.ne-typography-classic.fz19 ne-code ne-text,
.ne-typography-traditional.fz19 ne-code ne-text {
font-size: 19px;
}
.ne-typography-classic.fz19 ne-text[ne-sub],
.ne-typography-traditional.fz19 ne-text[ne-sub],
.ne-typography-classic.fz19 ne-text[ne-sup],
.ne-typography-traditional.fz19 ne-text[ne-sup] {
font-size: 14.25px;
}
.ne-typography-classic.fz19 ne-card[data-card-type='inline'],
.ne-typography-traditional.fz19 ne-card[data-card-type='inline'] {
font-size: 19px;
}
.ne-typography-classic.fz22,
.ne-typography-traditional.fz22 {
font-size: 22px;
}
.ne-typography-classic.fz22 ne-code ne-text,
.ne-typography-traditional.fz22 ne-code ne-text {
font-size: 22px;
}
.ne-typography-classic.fz22 ne-text[ne-sub],
.ne-typography-traditional.fz22 ne-text[ne-sub],
.ne-typography-classic.fz22 ne-text[ne-sup],
.ne-typography-traditional.fz22 ne-text[ne-sup] {
font-size: 16.5px;
}
.ne-typography-classic.fz22 ne-card[data-card-type='inline'],
.ne-typography-traditional.fz22 ne-card[data-card-type='inline'] {
font-size: 22px;
}
.ne-typography-classic.fz24,
.ne-typography-traditional.fz24 {
font-size: 24px;
}
.ne-typography-classic.fz24 ne-code ne-text,
.ne-typography-traditional.fz24 ne-code ne-text {
font-size: 24px;
}
.ne-typography-classic.fz24 ne-text[ne-sub],
.ne-typography-traditional.fz24 ne-text[ne-sub],
.ne-typography-classic.fz24 ne-text[ne-sup],
.ne-typography-traditional.fz24 ne-text[ne-sup] {
font-size: 18px;
}
.ne-typography-classic.fz24 ne-card[data-card-type='inline'],
.ne-typography-traditional.fz24 ne-card[data-card-type='inline'] {
font-size: 24px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
ne-oli,
ne-uli,
ne-tli {
display: flex;
justify-content: flex-start;
align-items: baseline;
padding-left: 2em;
}
ne-oli[ne-level='1'],
ne-uli[ne-level='1'],
ne-tli[ne-level='1'] {
padding-left: calc(2em + 2em);
}
ne-oli[ne-level='1'].ne-brick-highlight::before,
ne-uli[ne-level='1'].ne-brick-highlight::before,
ne-tli[ne-level='1'].ne-brick-highlight::before,
ne-oli[ne-level='1'].app-ne-brick-highlight,
ne-uli[ne-level='1'].app-ne-brick-highlight,
ne-tli[ne-level='1'].app-ne-brick-highlight {
margin-left: 2em;
}
@media only screen and (max-width: 768px) {
ne-oli[ne-level='1'],
ne-uli[ne-level='1'],
ne-tli[ne-level='1'] {
padding-left: min(calc(2em + 2em), 50vw);
}
}
ne-oli[ne-level='2'],
ne-uli[ne-level='2'],
ne-tli[ne-level='2'] {
padding-left: calc(2em + 4em);
}
ne-oli[ne-level='2'].ne-brick-highlight::before,
ne-uli[ne-level='2'].ne-brick-highlight::before,
ne-tli[ne-level='2'].ne-brick-highlight::before,
ne-oli[ne-level='2'].app-ne-brick-highlight,
ne-uli[ne-level='2'].app-ne-brick-highlight,
ne-tli[ne-level='2'].app-ne-brick-highlight {
margin-left: 4em;
}
@media only screen and (max-width: 768px) {
ne-oli[ne-level='2'],
ne-uli[ne-level='2'],
ne-tli[ne-level='2'] {
padding-left: min(calc(2em + 4em), 50vw);
}
}
ne-oli[ne-level='3'],
ne-uli[ne-level='3'],
ne-tli[ne-level='3'] {
padding-left: calc(2em + 6em);
}
ne-oli[ne-level='3'].ne-brick-highlight::before,
ne-uli[ne-level='3'].ne-brick-highlight::before,
ne-tli[ne-level='3'].ne-brick-highlight::before,
ne-oli[ne-level='3'].app-ne-brick-highlight,
ne-uli[ne-level='3'].app-ne-brick-highlight,
ne-tli[ne-level='3'].app-ne-brick-highlight {
margin-left: 6em;
}
@media only screen and (max-width: 768px) {
ne-oli[ne-level='3'],
ne-uli[ne-level='3'],
ne-tli[ne-level='3'] {
padding-left: min(calc(2em + 6em), 50vw);
}
}
ne-oli[ne-level='4'],
ne-uli[ne-level='4'],
ne-tli[ne-level='4'] {
padding-left: calc(2em + 8em);
}
ne-oli[ne-level='4'].ne-brick-highlight::before,
ne-uli[ne-level='4'].ne-brick-highlight::before,
ne-tli[ne-level='4'].ne-brick-highlight::before,
ne-oli[ne-level='4'].app-ne-brick-highlight,
ne-uli[ne-level='4'].app-ne-brick-highlight,
ne-tli[ne-level='4'].app-ne-brick-highlight {
margin-left: 8em;
}
@media only screen and (max-width: 768px) {
ne-oli[ne-level='4'],
ne-uli[ne-level='4'],
ne-tli[ne-level='4'] {
padding-left: min(calc(2em + 8em), 50vw);
}
}
ne-oli[ne-level='5'],
ne-uli[ne-level='5'],
ne-tli[ne-level='5'] {
padding-left: calc(2em + 10em);
}
ne-oli[ne-level='5'].ne-brick-highlight::before,
ne-uli[ne-level='5'].ne-brick-highlight::before,
ne-tli[ne-level='5'].ne-brick-highlight::before,
ne-oli[ne-level='5'].app-ne-brick-highlight,
ne-uli[ne-level='5'].app-ne-brick-highlight,
ne-tli[ne-level='5'].app-ne-brick-highlight {
margin-left: 10em;
}
@media only screen and (max-width: 768px) {
ne-oli[ne-level='5'],
ne-uli[ne-level='5'],
ne-tli[ne-level='5'] {
padding-left: min(calc(2em + 10em), 50vw);
}
}
ne-oli[ne-level='6'],
ne-uli[ne-level='6'],
ne-tli[ne-level='6'] {
padding-left: calc(2em + 12em);
}
ne-oli[ne-level='6'].ne-brick-highlight::before,
ne-uli[ne-level='6'].ne-brick-highlight::before,
ne-tli[ne-level='6'].ne-brick-highlight::before,
ne-oli[ne-level='6'].app-ne-brick-highlight,
ne-uli[ne-level='6'].app-ne-brick-highlight,
ne-tli[ne-level='6'].app-ne-brick-highlight {
margin-left: 12em;
}
@media only screen and (max-width: 768px) {
ne-oli[ne-level='6'],
ne-uli[ne-level='6'],
ne-tli[ne-level='6'] {
padding-left: min(calc(2em + 12em), 50vw);
}
}
ne-oli[ne-level='7'],
ne-uli[ne-level='7'],
ne-tli[ne-level='7'] {
padding-left: calc(2em + 14em);
}
ne-oli[ne-level='7'].ne-brick-highlight::before,
ne-uli[ne-level='7'].ne-brick-highlight::before,
ne-tli[ne-level='7'].ne-brick-highlight::before,
ne-oli[ne-level='7'].app-ne-brick-highlight,
ne-uli[ne-level='7'].app-ne-brick-highlight,
ne-tli[ne-level='7'].app-ne-brick-highlight {
margin-left: 14em;
}
@media only screen and (max-width: 768px) {
ne-oli[ne-level='7'],
ne-uli[ne-level='7'],
ne-tli[ne-level='7'] {
padding-left: min(calc(2em + 14em), 50vw);
}
}
ne-oli[ne-level='8'],
ne-uli[ne-level='8'],
ne-tli[ne-level='8'] {
padding-left: calc(2em + 16em);
}
ne-oli[ne-level='8'].ne-brick-highlight::before,
ne-uli[ne-level='8'].ne-brick-highlight::before,
ne-tli[ne-level='8'].ne-brick-highlight::before,
ne-oli[ne-level='8'].app-ne-brick-highlight,
ne-uli[ne-level='8'].app-ne-brick-highlight,
ne-tli[ne-level='8'].app-ne-brick-highlight {
margin-left: 16em;
}
@media only screen and (max-width: 768px) {
ne-oli[ne-level='8'],
ne-uli[ne-level='8'],
ne-tli[ne-level='8'] {
padding-left: min(calc(2em + 16em), 50vw);
}
}
ne-oli.ne-brick-highlight,
ne-uli.ne-brick-highlight,
ne-tli.ne-brick-highlight,
ne-oli.app-ne-brick-highlight,
ne-uli.app-ne-brick-highlight,
ne-tli.app-ne-brick-highlight {
position: relative;
}
ne-oli.ne-brick-highlight::before,
ne-uli.ne-brick-highlight::before,
ne-tli.ne-brick-highlight::before,
ne-oli.app-ne-brick-highlight::before,
ne-uli.app-ne-brick-highlight::before,
ne-tli.app-ne-brick-highlight::before {
content: ' ';
height: calc(100% + 4px);
position: absolute;
top: -2px;
left: 0;
right: 0;
bottom: 0;
background: var(--yq-blue-1);
opacity: 40%;
z-index: -1;
border-radius: 6px;
}
ne-oli-i,
ne-uli-i,
ne-tli-i {
min-width: 2em;
margin-left: -2em;
text-indent: 0;
padding-left: 0;
display: inline-flex;
justify-content: flex-end;
user-select: none;
-webkit-user-select: none;
box-sizing: border-box;
white-space: nowrap;
}
ne-oli-i.clickable span.ne-list-symbol {
cursor: pointer;
}
ne-oli-i.clickable:hover .ne-list-symbol,
ne-oli-i.select-active .ne-list-symbol {
position: relative;
}
ne-oli-i.clickable:hover .ne-list-symbol::before,
ne-oli-i.select-active .ne-list-symbol::before {
background-color: var(--yq-yuque-grey-3);
z-index: -1;
content: '';
position: absolute;
right: 2px;
left: -4px;
border-radius: 6px;
height: 100%;
}
ne-oli-i .ne-list-symbol {
padding-right: 6px;
font-family: Helvetica Neue, Consolas;
}
ne-oli-i .ne-list-symbol:after {
content: '.';
}
ne-oli-i .ne-list-symbol[data-type='1'][data-level='1']::after {
content: '';
}
ne-oli-i .ne-list-symbol[data-type='1'][data-level='0']::after {
content: '、';
width: 0.5em;
overflow: hidden;
display: inline-block;
vertical-align: bottom;
}
ne-uli-i .ne-list-symbol {
padding-right: 6px;
}
ne-uli-i .ne-list-symbol > span {
display: inline-block;
transform: scale(0.5);
}
ne-tli ne-tli-i.ant-checkbox {
margin-left: -2em;
padding-right: 5px;
}
ne-tli ne-tli-i.ant-checkbox:after {
display: none;
}
ne-oli-c {
flex: 1;
}
ne-oli-c,
ne-uli-c,
ne-tli-c {
text-indent: 0;
padding-left: 0;
min-width: 1px;
}
/** symbol 样式 **/
ne-oli-i[ne-i-bold],
ne-uli-i[ne-i-bold] {
font-weight: bold;
}
ne-oli-i[ne-i-italic],
ne-uli-i[ne-i-italic] {
font-style: italic;
}
ne-oli-i[ne-i-underline],
ne-uli-i[ne-i-underline] {
text-decoration: underline;
}
ne-oli-i[ne-i-underline][ne-i-strikethrough],
ne-uli-i[ne-i-underline][ne-i-strikethrough] {
text-decoration: underline line-through;
}
ne-oli-i[ne-i-strikethrough],
ne-uli-i[ne-i-strikethrough] {
text-decoration: line-through;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-table-column-bar {
height: 14px;
border-width: 1px 0 1px 1px;
border-style: solid;
border-color: var(--yq-yuque-grey-4);
background-color: var(--yq-yuque-grey-2);
cursor: pointer;
position: relative;
}
.ne-ui-table-column-bar:hover {
background-color: var(--yq-yuque-grey-4);
}
.ne-ui-table-column-bar.ne-ui-active {
background-color: rgba(47, 142, 244, 0.8);
}
.ne-ui-table-column-bar.ne-ui-active .ne-ui-table-column-bar-move {
display: flex;
}
.ne-ui-table-column-bar:last-child {
border-top-right-radius: 8px;
}
.ne-ui-table-column-bar:last-child .ne-ui-table-column-bar-resizer {
margin-left: -6px;
}
.ne-ui-table-column-bar-resizer {
width: 7px;
opacity: 0;
position: absolute;
top: 0;
left: 100%;
bottom: 0;
z-index: 1;
margin-left: -4px;
background-color: var(--yq-blue-5);
cursor: col-resize;
}
.ne-ui-table-column-bar-resizer:hover {
opacity: 1;
}
.ne-ui-table-column-bar-move {
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
display: none;
cursor: move;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
ne-table-wrap.ne-ui-table-column-resizing .ne-ui-table-column-delete-button,
ne-table-wrap.ne-ui-table-column-resizing .ne-ui-table-column-add-button {
display: none !important;
}
.ne-ui-table-column-controller {
position: absolute;
top: 1px;
left: 0;
user-select: none;
}
.ne-ui-table-column-controller.ne-ui-active .ne-ui-table-column-bar {
background-color: rgba(47, 142, 244, 0.8);
}
.ne-ui-table-column-controller-inner {
display: none;
position: relative;
left: 0;
bottom: 0;
height: 14px;
border-right: 1px solid var(--yq-yuque-grey-4);
border-top-right-radius: 9px;
}
.ne-ui-table-column-controller-text-mask {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 14px;
height: 28px;
cursor: text;
}
.ne-ui-table-column-moving-line {
position: absolute;
left: -9999px;
z-index: 2;
margin-left: 1px;
width: 2px;
height: 999999px;
background: var(--yq-blue-5);
display: none;
pointer-events: none;
}
.ne-ui-table-column-delete-button,
.ne-ui-table-column-add-button-track {
position: absolute;
bottom: 100%;
display: none;
justify-content: center;
align-items: center;
z-index: 2;
margin-bottom: 4px;
}
.ne-ui-table-column-add-button {
background-color: var(--yq-bg-foreground);
border: 1px solid var(--yq-border-primary);
box-shadow: 0 8px 16px 4px hsla(0, 0%, 0%, 0.04);
color: var(--yq-text-primary);
}
.ne-ui-table-column-delete-button {
background-color: var(--yq-bg-foreground);
border: 1px solid var(--yq-border-primary);
box-shadow: 0 8px 16px 4px hsla(0, 0%, 0%, 0.04);
color: var(--yq-text-primary);
}
.ne-ui-table-column-delete-button,
.ne-ui-table-column-add-button {
width: 24px;
height: 24px;
border-radius: 2px;
cursor: pointer;
background-position: center center;
background-repeat: no-repeat;
}
.ne-ui-table-column-delete-button {
margin-left: -12px;
background-image: url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgb' d='M8.5.75a1 1 0 0 1 1 1V3h2a.5.5 0 0 1 .5.5v.563a.125.125 0 0 1-.125.125h-.932l-.392 8.11a1 1 0 0 1-.999.952H2.448a1 1 0 0 1-1-.952l-.39-8.11H.124A.125.125 0 0 1 0 4.063V3.5A.5.5 0 0 1 .5 3h2V1.75a1 1 0 0 1 1-1h5zm1.269 3.438H2.23l.29 7.875H9.48l.29-7.876zM5 5.625c.069 0 .125.056.125.125v4.75a.125.125 0 0 1-.125.125h-.813a.125.125 0 0 1-.125-.125V5.75c0-.069.056-.125.125-.125H5zm2.813 0c.069 0 .125.056.125.125v4.75a.125.125 0 0 1-.125.125H7a.125.125 0 0 1-.125-.125V5.75c0-.069.056-.125.125-.125h.813zm.5-3.688H3.686V3h4.626V1.937z' fill-rule='nonzero'/%3E%3C/svg%3E");
}
.ne-ui-table-column-delete-button:hover {
background-image: url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23e4495b' d='M8.5.75a1 1 0 0 1 1 1V3h2a.5.5 0 0 1 .5.5v.563a.125.125 0 0 1-.125.125h-.932l-.392 8.11a1 1 0 0 1-.999.952H2.448a1 1 0 0 1-1-.952l-.39-8.11H.124A.125.125 0 0 1 0 4.063V3.5A.5.5 0 0 1 .5 3h2V1.75a1 1 0 0 1 1-1h5zm1.269 3.438H2.23l.29 7.875H9.48l.29-7.876zM5 5.625c.069 0 .125.056.125.125v4.75a.125.125 0 0 1-.125.125h-.813a.125.125 0 0 1-.125-.125V5.75c0-.069.056-.125.125-.125H5zm2.813 0c.069 0 .125.056.125.125v4.75a.125.125 0 0 1-.125.125H7a.125.125 0 0 1-.125-.125V5.75c0-.069.056-.125.125-.125h.813zm.5-3.688H3.686V3h4.626V1.937z' fill-rule='nonzero'/%3E%3C/svg%3E");
}
.ne-ui-table-column-add-button {
position: static;
pointer-events: auto;
background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgb' d='M5.531.375h.938c.083 0 .125.042.125.125v11c0 .083-.042.125-.125.125H5.53c-.083 0-.125-.042-.125-.125V.5c0-.083.042-.125.125-.125zM.75 5.406h10.5c.083 0 .125.042.125.125v.938c0 .083-.042.125-.125.125H.75c-.083 0-.125-.042-.125-.125V5.53c0-.083.042-.125.125-.125z' fill-rule='nonzero'/%3E%3C/svg%3E");
}
.ne-ui-table-column-add-button:before {
content: ' ';
display: none;
width: 2px;
height: 10000000px;
background: var(--yq-blue-5);
position: absolute;
top: 24px;
left: 12px;
}
.ne-ui-table-column-add-button:hover {
background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233384f5' d='M5.531.375h.938c.083 0 .125.042.125.125v11c0 .083-.042.125-.125.125H5.53c-.083 0-.125-.042-.125-.125V.5c0-.083.042-.125.125-.125zM.75 5.406h10.5c.083 0 .125.042.125.125v.938c0 .083-.042.125-.125.125H.75c-.083 0-.125-.042-.125-.125V5.53c0-.083.042-.125.125-.125z' fill-rule='nonzero'/%3E%3C/svg%3E");
}
.ne-ui-table-column-add-button:hover:before {
display: block;
}
.ne-ui-table-column-add-button-track {
width: 24px;
pointer-events: none;
}
.ne-ui-table-column-add-button-track.ne-ui-table-column-add-button-fixed-offset-after .ne-ui-table-column-add-button:before {
left: auto;
right: 0;
}
.ne-ui-table-column-add-button-track.ne-ui-table-column-add-button-fixed-offset-before .ne-ui-table-column-add-button:before {
left: 1px;
right: auto;
}
[data-kumuhana="pouli"] .ne-ui-table-column-delete-button {
background-image: url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23E2E2E2' d='M8.5.75a1 1 0 0 1 1 1V3h2a.5.5 0 0 1 .5.5v.563a.125.125 0 0 1-.125.125h-.932l-.392 8.11a1 1 0 0 1-.999.952H2.448a1 1 0 0 1-1-.952l-.39-8.11H.124A.125.125 0 0 1 0 4.063V3.5A.5.5 0 0 1 .5 3h2V1.75a1 1 0 0 1 1-1h5zm1.269 3.438H2.23l.29 7.875H9.48l.29-7.876zM5 5.625c.069 0 .125.056.125.125v4.75a.125.125 0 0 1-.125.125h-.813a.125.125 0 0 1-.125-.125V5.75c0-.069.056-.125.125-.125H5zm2.813 0c.069 0 .125.056.125.125v4.75a.125.125 0 0 1-.125.125H7a.125.125 0 0 1-.125-.125V5.75c0-.069.056-.125.125-.125h.813zm.5-3.688H3.686V3h4.626V1.937z' fill-rule='nonzero'/%3E%3C/svg%3E");
}
[data-kumuhana="pouli"] .ne-ui-table-column-delete-button:hover {
background-image: url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23e4495b' d='M8.5.75a1 1 0 0 1 1 1V3h2a.5.5 0 0 1 .5.5v.563a.125.125 0 0 1-.125.125h-.932l-.392 8.11a1 1 0 0 1-.999.952H2.448a1 1 0 0 1-1-.952l-.39-8.11H.124A.125.125 0 0 1 0 4.063V3.5A.5.5 0 0 1 .5 3h2V1.75a1 1 0 0 1 1-1h5zm1.269 3.438H2.23l.29 7.875H9.48l.29-7.876zM5 5.625c.069 0 .125.056.125.125v4.75a.125.125 0 0 1-.125.125h-.813a.125.125 0 0 1-.125-.125V5.75c0-.069.056-.125.125-.125H5zm2.813 0c.069 0 .125.056.125.125v4.75a.125.125 0 0 1-.125.125H7a.125.125 0 0 1-.125-.125V5.75c0-.069.056-.125.125-.125h.813zm.5-3.688H3.686V3h4.626V1.937z' fill-rule='nonzero'/%3E%3C/svg%3E");
}
[data-kumuhana="pouli"] .ne-ui-table-column-add-button {
background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23E2E2E2' d='M5.531.375h.938c.083 0 .125.042.125.125v11c0 .083-.042.125-.125.125H5.53c-.083 0-.125-.042-.125-.125V.5c0-.083.042-.125.125-.125zM.75 5.406h10.5c.083 0 .125.042.125.125v.938c0 .083-.042.125-.125.125H.75c-.083 0-.125-.042-.125-.125V5.53c0-.083.042-.125.125-.125z' fill-rule='nonzero'/%3E%3C/svg%3E");
}
[data-kumuhana="pouli"] .ne-ui-table-column-add-button:hover {
background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233384f5' d='M5.531.375h.938c.083 0 .125.042.125.125v11c0 .083-.042.125-.125.125H5.53c-.083 0-.125-.042-.125-.125V.5c0-.083.042-.125.125-.125zM.75 5.406h10.5c.083 0 .125.042.125.125v.938c0 .083-.042.125-.125.125H.75c-.083 0-.125-.042-.125-.125V5.53c0-.083.042-.125.125-.125z' fill-rule='nonzero'/%3E%3C/svg%3E");
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-table-row-bar {
position: relative;
width: 14px;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: var(--yq-yuque-grey-4);
background-color: var(--yq-yuque-grey-2);
cursor: pointer;
}
.ne-ui-table-row-bar:hover {
background-color: var(--yq-yuque-grey-4);
}
.ne-ui-table-row-bar.ne-ui-active {
background-color: rgba(47, 142, 244, 0.8);
}
.ne-ui-table-row-bar.ne-ui-active .ne-ui-table-row-bar-move {
display: flex;
}
.ne-ui-table-row-bar:last-child {
border-bottom-left-radius: 8px;
}
.ne-ui-table-row-bar:last-child .ne-ui-table-row-bar-resizer {
margin-top: -6px;
}
.ne-ui-table-row-bar-resizer {
height: 7px;
opacity: 0;
position: absolute;
left: 0;
top: 100%;
right: 0;
z-index: 1;
margin-top: -4px;
background-color: var(--yq-blue-5);
cursor: row-resize;
}
.ne-ui-table-row-bar-resizer:hover {
opacity: 1;
}
.ne-ui-table-row-bar-move {
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
display: none;
cursor: move;
}
.ne-ui-table-row-bar-line {
height: 1px;
position: absolute;
left: 0;
right: 0;
z-index: 2;
background-color: var(--yq-blue-5);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
ne-table-wrap.ne-ui-table-row-resizing .ne-ui-table-row-delete-button {
display: none !important;
}
.ne-ui-table-row-controller {
position: absolute;
top: 14px;
left: -8px;
width: 22px;
background-color: var(--yq-bg-primary);
}
.ne-ui-table-row-controller.ne-ui-active .ne-ui-table-row-bar {
background-color: rgba(47, 142, 244, 0.8);
}
.ne-ui-table-row-controller .ne-ui-table-row-controller-inner {
position: relative;
left: 8px;
width: 14px;
border-bottom: 1px solid var(--yq-yuque-grey-4);
display: none;
border-bottom-left-radius: 9px;
}
.ne-ui-table-row-moving-line {
position: absolute;
top: -9999px;
z-index: 2;
height: 2px;
width: 0;
background: var(--yq-blue-5);
display: none;
pointer-events: none;
}
.ne-ui-table-row-delete-button,
.ne-ui-table-row-add-button {
position: absolute;
right: 100%;
display: none;
justify-content: center;
align-items: center;
z-index: 2;
width: 24px;
height: 24px;
border: 1px solid var(--yq-border-primary);
border-radius: 2px;
cursor: pointer;
background-color: var(--yq-bg-primary);
background-position: center center;
background-repeat: no-repeat;
}
.ne-ui-table-row-delete-button {
left: 14px;
margin-left: 2px;
background-image: url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23404040' d='M8.5.75a1 1 0 0 1 1 1V3h2a.5.5 0 0 1 .5.5v.563a.125.125 0 0 1-.125.125h-.932l-.392 8.11a1 1 0 0 1-.999.952H2.448a1 1 0 0 1-1-.952l-.39-8.11H.124A.125.125 0 0 1 0 4.063V3.5A.5.5 0 0 1 .5 3h2V1.75a1 1 0 0 1 1-1h5zm1.269 3.438H2.23l.29 7.875H9.48l.29-7.876zM5 5.625c.069 0 .125.056.125.125v4.75a.125.125 0 0 1-.125.125h-.813a.125.125 0 0 1-.125-.125V5.75c0-.069.056-.125.125-.125H5zm2.813 0c.069 0 .125.056.125.125v4.75a.125.125 0 0 1-.125.125H7a.125.125 0 0 1-.125-.125V5.75c0-.069.056-.125.125-.125h.813zm.5-3.688H3.686V3h4.626V1.937z' fill-rule='nonzero'/%3E%3C/svg%3E");
}
.ne-ui-table-row-delete-button:hover {
background-image: url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23e4495b' d='M8.5.75a1 1 0 0 1 1 1V3h2a.5.5 0 0 1 .5.5v.563a.125.125 0 0 1-.125.125h-.932l-.392 8.11a1 1 0 0 1-.999.952H2.448a1 1 0 0 1-1-.952l-.39-8.11H.124A.125.125 0 0 1 0 4.063V3.5A.5.5 0 0 1 .5 3h2V1.75a1 1 0 0 1 1-1h5zm1.269 3.438H2.23l.29 7.875H9.48l.29-7.876zM5 5.625c.069 0 .125.056.125.125v4.75a.125.125 0 0 1-.125.125h-.813a.125.125 0 0 1-.125-.125V5.75c0-.069.056-.125.125-.125H5zm2.813 0c.069 0 .125.056.125.125v4.75a.125.125 0 0 1-.125.125H7a.125.125 0 0 1-.125-.125V5.75c0-.069.056-.125.125-.125h.813zm.5-3.688H3.686V3h4.626V1.937z' fill-rule='nonzero'/%3E%3C/svg%3E");
}
.ne-ui-table-row-add-button {
margin-right: 2px;
background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23404040' d='M5.531.375h.938c.083 0 .125.042.125.125v11c0 .083-.042.125-.125.125H5.53c-.083 0-.125-.042-.125-.125V.5c0-.083.042-.125.125-.125zM.75 5.406h10.5c.083 0 .125.042.125.125v.938c0 .083-.042.125-.125.125H.75c-.083 0-.125-.042-.125-.125V5.53c0-.083.042-.125.125-.125z' fill-rule='nonzero'/%3E%3C/svg%3E");
}
.ne-ui-table-row-add-button:hover {
background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233384f5' d='M5.531.375h.938c.083 0 .125.042.125.125v11c0 .083-.042.125-.125.125H5.53c-.083 0-.125-.042-.125-.125V.5c0-.083.042-.125.125-.125zM.75 5.406h10.5c.083 0 .125.042.125.125v.938c0 .083-.042.125-.125.125H.75c-.083 0-.125-.042-.125-.125V5.53c0-.083.042-.125.125-.125z' fill-rule='nonzero'/%3E%3C/svg%3E");
}
.ne-ui-table-row-delete-button {
margin-top: -12px;
}
[data-kumuhana="pouli"] .ne-ui-table-row-delete-button {
background-image: url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23E2E2E2' d='M8.5.75a1 1 0 0 1 1 1V3h2a.5.5 0 0 1 .5.5v.563a.125.125 0 0 1-.125.125h-.932l-.392 8.11a1 1 0 0 1-.999.952H2.448a1 1 0 0 1-1-.952l-.39-8.11H.124A.125.125 0 0 1 0 4.063V3.5A.5.5 0 0 1 .5 3h2V1.75a1 1 0 0 1 1-1h5zm1.269 3.438H2.23l.29 7.875H9.48l.29-7.876zM5 5.625c.069 0 .125.056.125.125v4.75a.125.125 0 0 1-.125.125h-.813a.125.125 0 0 1-.125-.125V5.75c0-.069.056-.125.125-.125H5zm2.813 0c.069 0 .125.056.125.125v4.75a.125.125 0 0 1-.125.125H7a.125.125 0 0 1-.125-.125V5.75c0-.069.056-.125.125-.125h.813zm.5-3.688H3.686V3h4.626V1.937z' fill-rule='nonzero'/%3E%3C/svg%3E");
}
[data-kumuhana="pouli"] .ne-ui-table-row-delete-button:hover {
background-image: url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23e4495b' d='M8.5.75a1 1 0 0 1 1 1V3h2a.5.5 0 0 1 .5.5v.563a.125.125 0 0 1-.125.125h-.932l-.392 8.11a1 1 0 0 1-.999.952H2.448a1 1 0 0 1-1-.952l-.39-8.11H.124A.125.125 0 0 1 0 4.063V3.5A.5.5 0 0 1 .5 3h2V1.75a1 1 0 0 1 1-1h5zm1.269 3.438H2.23l.29 7.875H9.48l.29-7.876zM5 5.625c.069 0 .125.056.125.125v4.75a.125.125 0 0 1-.125.125h-.813a.125.125 0 0 1-.125-.125V5.75c0-.069.056-.125.125-.125H5zm2.813 0c.069 0 .125.056.125.125v4.75a.125.125 0 0 1-.125.125H7a.125.125 0 0 1-.125-.125V5.75c0-.069.056-.125.125-.125h.813zm.5-3.688H3.686V3h4.626V1.937z' fill-rule='nonzero'/%3E%3C/svg%3E");
}
[data-kumuhana="pouli"] .ne-ui-table-row-add-button {
background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23E2E2E2' d='M5.531.375h.938c.083 0 .125.042.125.125v11c0 .083-.042.125-.125.125H5.53c-.083 0-.125-.042-.125-.125V.5c0-.083.042-.125.125-.125zM.75 5.406h10.5c.083 0 .125.042.125.125v.938c0 .083-.042.125-.125.125H.75c-.083 0-.125-.042-.125-.125V5.53c0-.083.042-.125.125-.125z' fill-rule='nonzero'/%3E%3C/svg%3E");
}
[data-kumuhana="pouli"] .ne-ui-table-row-add-button:hover {
background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233384f5' d='M5.531.375h.938c.083 0 .125.042.125.125v11c0 .083-.042.125-.125.125H5.53c-.083 0-.125-.042-.125-.125V.5c0-.083.042-.125.125-.125zM.75 5.406h10.5c.083 0 .125.042.125.125v.938c0 .083-.042.125-.125.125H.75c-.083 0-.125-.042-.125-.125V5.53c0-.083.042-.125.125-.125z' fill-rule='nonzero'/%3E%3C/svg%3E");
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-table-control-point-wrapper {
position: absolute;
top: 1px;
left: -8px;
width: 22px;
height: 14px;
background-color: var(--yq-bg-primary);
display: none;
}
.ne-ui-table-control-point {
position: absolute;
top: 0;
right: 0;
width: 14px;
height: 14px;
border: 1px solid var(--yq-yuque-grey-4);
background-color: var(--yq-yuque-grey-2);
border-top-left-radius: 50%;
cursor: pointer;
}
.ne-ui-table-control-point:hover {
background-color: var(--yq-yuque-grey-4);
}
.ne-ui-table-control-point.ne-ui-active {
background-color: rgba(47, 142, 244, 0.8);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-table-selection {
position: absolute;
top: 14px;
left: 0;
z-index: 2;
}
.ne-ui-table-selection-bg {
position: absolute;
background-color: rgba(27, 162, 227, 0.2);
z-index: 1;
pointer-events: none;
display: none;
}
.ne-ui-table-moving-tip {
position: absolute;
top: -999999999px;
left: -999999999px;
width: 150px;
height: 30px;
line-height: 30px;
text-align: center;
color: var(--yq-white);
background-color: var(--yq-blue-5);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-table-highlight {
background: var(--yq-red-5);
opacity: 0.08;
position: absolute;
z-index: 2;
pointer-events: none;
}
.ne-td {
position: relative;
}
.ne-ui-selection-highlight td[ne-fake-cell-selection]:after {
background-color: transparent;
}
.ne-ui-selection-highlight-row .ne-ui-table-row-bar .ne-ui-table-row-bar-move {
display: none;
}
.ne-ui-selection-highlight-row .ne-ui-table-row-bar.ne-ui-selected {
background: rgba(228, 73, 91, 0.4) !important;
}
.ne-ui-selection-highlight-column .ne-ui-table-column-bar .ne-ui-table-column-bar-move {
display: none;
}
.ne-ui-selection-highlight-column .ne-ui-table-column-bar.ne-ui-selected {
background: rgba(228, 73, 91, 0.4) !important;
}
.ne-ui-selection-highlight-table .ne-ui-table-row-bar-move,
.ne-ui-selection-highlight-table .ne-ui-table-column-bar-move {
display: none !important;
}
.ne-ui-selection-highlight-table .ne-ui-table-column-bar,
.ne-ui-selection-highlight-table .ne-ui-table-row-bar,
.ne-ui-selection-highlight-table .ne-ui-table-control-point {
background: rgba(228, 73, 91, 0.4) !important;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-table-context-menu {
background-color: var(--yq-bg-foreground);
border: 1px solid var(--yq-border-primary);
box-shadow: 0 8px 16px 4px hsla(0, 0%, 0%, 0.04);
color: var(--yq-text-primary);
}
.ne-ui-table-context-menu {
border-radius: 4px;
padding: 4px 0;
}
.ne-ui-table-context-menu-item {
min-width: 198px;
padding: 6px 16px;
display: flex;
align-items: center;
cursor: default;
white-space: nowrap;
}
.ne-ui-table-context-menu-item .ne-ui-icon-box {
width: 16px;
height: 16px;
margin-right: 10px;
}
.ne-ui-table-context-menu-item:hover {
background-color: var(--yq-bg-primary-hover);
}
.ne-ui-table-context-menu-item.ne-disabled {
opacity: 0.3;
}
.ne-ui-table-context-menu-item.ne-disabled:hover {
background-color: var(--yq-bg-primary);
}
.ne-ui-table-context-menu-item.ne-ui-input-item .ne-ui-table-context-menu-item-text {
display: flex;
}
.ne-ui-table-context-menu-item.ne-ui-input-item .ne-ui-table-context-menu-item-text input {
width: 47px;
height: 22px;
text-align: center;
line-height: 22px;
margin: 0 8px;
}
.ne-ui-table-context-menu-item-text {
flex: 1;
}
.ne-ui-table-context-menu-item-hotkey {
letter-spacing: 3px;
color: var(--yq-text-disable);
}
.ne-ui-table-context-menu-divider {
border-top: 1px solid var(--yq-border-primary);
margin: 6px 0;
}
.ne-ui-table-context-menu-tooltip-overlay .ant-tooltip-inner {
background-color: var(--yq-bg-foreground);
border: 1px solid var(--yq-border-primary);
box-shadow: 0 8px 16px 4px hsla(0, 0%, 0%, 0.04);
color: var(--yq-text-primary);
}
.ne-ui-table-context-menu-tooltip-overlay .ant-tooltip-arrow {
display: none;
}
.ne-ui-table-context-menu-tooltip-overlay .ant-tooltip-inner {
width: 130px;
min-height: 30px;
border-radius: 4px;
text-align: center;
-webkit-font-smoothing: auto;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-table-resize-mask {
position: absolute;
width: 0;
height: 0;
opacity: 0;
z-index: 2;
user-select: none;
pointer-events: none;
}
.ne-ui-table-resize-mask > div {
position: absolute;
pointer-events: auto;
}
.ne-ui-table-resize-mask .ne-ui-table-resize-top {
left: 0;
top: 0;
width: 100%;
height: 7px;
cursor: row-resize;
}
.ne-ui-table-resize-mask .ne-ui-table-resize-right {
right: 0;
top: 0;
width: 7px;
height: 100%;
cursor: col-resize;
}
.ne-ui-table-resize-mask .ne-ui-table-resize-bottom {
left: 0;
bottom: 0;
width: 100%;
height: 7px;
cursor: row-resize;
}
.ne-ui-table-resize-mask .ne-ui-table-resize-left {
left: 0;
top: 0;
width: 7px;
height: 100%;
cursor: col-resize;
}
.ne-ui-table-resize-mask.ne-ui-table-resize-mask-last-col .ne-ui-table-resize-right {
width: 4px;
}
.ne-ui-table-resize-mask .ne-ui-table-vertical-resizing-line {
position: absolute;
z-index: 2;
background-color: var(--yq-blue-5);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-engine ne-table-wrap {
padding-left: 0;
margin-top: 0;
}
.ne-engine ne-table-wrap.ne-invisible .ne-ui-table,
.ne-engine ne-table-wrap.ne-invisible ne-table-inner-wrap {
display: none !important;
}
.ne-engine ne-table-wrap.ne-table-focus {
margin-top: -28px;
}
.ne-engine ne-table-wrap.ne-table-focus ne-table-inner-wrap {
padding-top: 42px;
}
.ne-engine ne-table-wrap.ne-table-focus ne-overlay-tmp {
z-index: 1;
}
.ne-engine ne-table-wrap.ne-table-focus .ne-ui-table {
margin-top: 28px;
}
.ne-engine ne-table-wrap.ne-table-focus .ne-ui-table-column-controller {
padding-top: 28px;
}
.ne-engine ne-table-wrap.h5-ne-table-focus {
margin-top: 0;
}
.ne-engine ne-table-wrap.h5-ne-table-focus ne-table-inner-wrap {
padding-top: 14px;
}
.ne-engine ne-table-wrap.h5-ne-table-focus .ne-ui-table {
margin-top: 0;
}
.ne-engine ne-table-wrap.h5-ne-table-focus .ne-ui-table-column-controller {
padding-top: 0;
}
.ne-engine ne-table-wrap.ne-ui-selecting {
caret-color: transparent;
}
.ne-engine ne-table-wrap.ne-ui-selecting ::selection {
background-color: transparent !important;
}
ne-table-inner-wrap {
line-height: 0;
padding-top: 14px;
cursor: pointer;
}
ne-table-box {
background-color: var(--yq-bg-primary);
display: inline-block;
position: relative;
cursor: text;
}
@media print {
ne-table-box {
display: block !important;
}
}
.ne-ui-table {
position: absolute;
top: 0px;
left: -13px;
z-index: 2;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
ne-table-wrap.ne-ui-table-column-resizing {
cursor: col-resize !important;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.app-ne-ui-table-row-bar {
position: relative;
width: 100%;
background-color: var(--yq-bg-primary-hover);
cursor: pointer;
}
.app-ne-ui-table-row-bar.app-ne-ui-active {
background-color: var(--yq-yuque-grey-5);
color: var(--yq-icon-secondary);
}
.app-ne-ui-table-row-bar.app-ne-ui-active .app-ne-ui-table-row-bar-move {
display: flex;
}
.app-ne-ui-table-row-bar.app-ne-ui-selected {
background-color: #1672f3;
color: #fff;
}
.app-ne-ui-table-row-bar.app-ne-ui-selected .app-ne-ui-table-row-bar-move {
display: flex;
}
.app-ne-ui-table-row-bar:last-child .app-ne-ui-table-row-bar-resizer {
margin-top: -6px;
}
.app-ne-ui-table-row-bar-resizer {
height: 7px;
opacity: 0;
position: absolute;
left: 0;
top: 100%;
right: 0;
z-index: 1;
margin-top: -4px;
background-color: #0689f3;
}
.app-ne-ui-table-row-bar-resizer:hover {
opacity: 1;
}
.app-ne-ui-table-row-bar-move {
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
display: none;
}
.app-ne-ui-table-row-bar-line {
height: 1px;
position: absolute;
left: 0;
right: 0;
z-index: 2;
background-color: #0689f3;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
默认主题下的基础色板
**/
.app-ne-ui-table-row-controller {
position: absolute;
top: 14px;
left: -8px;
width: 22px;
background-color: var(--yq-bg-primary);
}
.app-ne-ui-table-row-controller .app-ne-ui-table-row-controller-inner {
position: relative;
left: 8px;
width: 14px;
border-radius: 8px 0 0 8px;
display: none;
overflow: hidden;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.app-ne-ui-table-column-bar {
height: 100%;
background-color: var(--yq-bg-primary-hover);
cursor: pointer;
position: relative;
display: flex;
align-items: center;
}
.app-ne-ui-table-column-bar:last-child {
border-top-right-radius: 8px;
}
.app-ne-ui-table-column-bar:last-child .ne-ui-table-column-bar-resizer {
margin-left: -6px;
}
.app-ne-ui-table-column-bar:first-child {
border-top-left-radius: 8px;
}
.app-ne-ui-table-column-bar .app-ne-ui-table-column-bar-resize {
width: 32px;
height: 32px;
align-items: center;
justify-content: center;
position: absolute;
right: -14px;
top: -9px;
z-index: 1;
}
.app-ne-ui-table-column-bar .app-ne-ui-table-column-bar-resize:last-child {
width: 18px;
right: 0;
justify-content: flex-end;
}
.app-ne-ui-table-column-bar.app-ne-ui-active {
background-color: var(--yq-yuque-grey-5);
color: var(--yq-icon-secondary);
}
.app-ne-ui-table-column-bar.app-ne-ui-active .app-ne-ui-table-column-bar-move,
.app-ne-ui-table-column-bar.app-ne-ui-active .app-ne-ui-table-column-bar-resize {
display: flex;
}
.app-ne-ui-table-column-bar.app-ne-ui-selected {
background-color: #1672f3;
color: #fff;
}
.app-ne-ui-table-column-bar.app-ne-ui-selected .app-ne-ui-table-column-bar-move,
.app-ne-ui-table-column-bar.app-ne-ui-selected .app-ne-ui-table-column-bar-resize {
display: flex;
}
.app-ne-ui-table-column-bar-resizer {
width: 7px;
opacity: 0;
position: absolute;
top: 0;
left: 100%;
bottom: 0;
z-index: 1;
margin-left: -4px;
background-color: #0689f3;
cursor: col-resize;
}
.app-ne-ui-table-column-bar-resizer:hover {
opacity: 1;
}
.app-ne-ui-table-column-bar-move {
flex: 1;
height: 100%;
justify-content: center;
align-items: center;
display: none;
}
.app-ne-ui-table-column-bar-resize {
width: 4px;
flex-shrink: 0;
justify-content: center;
align-items: center;
display: none;
cursor: col-resize;
margin-right: 3px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.app-ne-ui-table-column-controller {
position: absolute;
top: 1px;
left: 0;
user-select: none;
}
.app-ne-ui-table-column-controller-inner {
display: none;
position: relative;
left: 0;
bottom: 0;
height: 14px;
}
.app-ne-ui-table-column-controller-text-mask {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 14px;
height: 28px;
cursor: text;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-engine ne-table-wrap {
padding-left: 0;
margin-top: 0;
}
.ne-engine ne-table-wrap.ne-invisible .ne-ui-table,
.ne-engine ne-table-wrap.ne-invisible ne-table-inner-wrap {
display: none !important;
}
.ne-engine ne-table-wrap.ne-table-focus .app-ne-ui-table-column-controller {
padding-top: 28px;
}
.ne-engine ne-table-wrap.ne-ui-selecting {
caret-color: transparent;
}
.ne-engine ne-table-wrap.ne-ui-selecting ::selection {
background-color: transparent !important;
}
.app-ne-table-wrap.ne-table-focus.h5-ne-ui-table-left-shadow:before,
.app-ne-table-wrap.ne-table-focus.h5-ne-ui-table-right-shadow:after {
margin-top: 29px;
}
.app-ne-table-wrap ne-table-inner-wrap::-webkit-scrollbar {
display: none;
}
ne-table-inner-wrap {
line-height: 0;
padding-top: 14px;
cursor: pointer;
}
ne-table-box {
display: inline-block;
position: relative;
cursor: text;
}
.app-ne-ui-table {
position: absolute;
top: 0px;
left: -14px;
z-index: 2;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.app-ne-brick-highlight {
position: relative;
}
.app-ne-brick-highlight .app-ne-ui-table-column-controller {
display: none;
}
.app-ne-brick-highlight .app-ne-ui-table-row-controller {
display: none;
}
.app-ne-brick-highlight.ne-table-focus.h5-ne-ui-table-left-shadow:before,
.app-ne-brick-highlight.ne-table-focus.h5-ne-ui-table-right-shadow:after {
margin-top: 41px !important;
}
.app-ne-brick-highlight ne-table-box {
background-color: rgba(217, 234, 252, 0.4);
}
.app-ne-brick-highlight tr td:first-child {
border-left-color: var(--yq-cardborder-hover);
}
.app-ne-brick-highlight tr td:last-child {
border-right-color: var(--yq-cardborder-hover);
}
.app-ne-brick-highlight tr:first-child td {
border-top-color: var(--yq-cardborder-hover);
}
.app-ne-brick-highlight tr:last-child td {
border-bottom-color: var(--yq-cardborder-hover);
}
[data-kumuhana='pouli'] .app-ne-brick-highlight ne-table-box {
background-color: rgba(25, 48, 72, 0.4);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
默认主题下的基础色板
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.baseShadowPseudoStyle {
content: ' ';
position: absolute;
pointer-events: none;
top: 0;
width: 8px;
z-index: 2;
margin-top: 14px;
}
.baseShadowLeftPseudoStyle {
content: ' ';
position: absolute;
pointer-events: none;
top: 0;
width: 8px;
z-index: 2;
margin-top: 14px;
left: 0;
background: -webkit-gradient(linear, right, left, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
.baseShadowRightPseudoStyle {
content: ' ';
position: absolute;
pointer-events: none;
top: 0;
width: 8px;
z-index: 2;
margin-top: 14px;
background: -webkit-gradient(linear, left, right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
right: 0;
}
ne-table-wrap {
display: block;
max-width: 100%;
position: relative;
z-index: 1;
}
ne-table-wrap.ne-table-focus.ne-table-hide-border .ne-td {
border: 1px dashed var(--yq-border-primary) !important;
}
ne-table-wrap.ne-table-focus.ne-ui-table-left-shadow:before,
ne-table-wrap.ne-table-focus.ne-ui-table-right-shadow:after {
margin-top: 29px;
}
ne-table-wrap.ne-table-focus ne-table-inner-wrap::-webkit-scrollbar-thumb,
ne-table-wrap:hover ne-table-inner-wrap::-webkit-scrollbar-thumb {
visibility: visible;
}
ne-table-wrap.ne-ui-table-left-shadow:before {
bottom: 15px;
content: ' ';
position: absolute;
pointer-events: none;
top: 0;
width: 8px;
z-index: 2;
margin-top: 14px;
left: 0;
background: -webkit-gradient(linear, right, left, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
ne-table-wrap.ne-ui-table-right-shadow:after {
bottom: 15px;
content: ' ';
position: absolute;
pointer-events: none;
top: 0;
width: 8px;
z-index: 2;
margin-top: 14px;
background: -webkit-gradient(linear, left, right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
right: 0;
}
ne-table-wrap.h5-ne-ui-table-left-shadow:before {
bottom: 0;
content: ' ';
position: absolute;
pointer-events: none;
top: 0;
width: 8px;
z-index: 2;
margin-top: 14px;
left: 0;
background: -webkit-gradient(linear, right, left, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
ne-table-wrap.h5-ne-ui-table-right-shadow:after {
bottom: 0;
content: ' ';
position: absolute;
pointer-events: none;
top: 0;
width: 8px;
z-index: 2;
margin-top: 14px;
background: -webkit-gradient(linear, left, right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
right: 0;
}
ne-table-wrap.pad-ne-ui-table-left-shadow:before {
margin-top: 29px;
bottom: 0;
content: ' ';
position: absolute;
pointer-events: none;
top: 0;
width: 8px;
z-index: 2;
margin-top: 14px;
left: 0;
background: -webkit-gradient(linear, right, left, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
ne-table-wrap.pad-ne-ui-table-right-shadow:after {
margin-top: 29px;
bottom: 0;
content: ' ';
position: absolute;
pointer-events: none;
top: 0;
width: 8px;
z-index: 2;
margin-top: 14px;
background: -webkit-gradient(linear, left, right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
right: 0;
}
ne-table-wrap.ne-table-hide-border .ne-td {
border: 1px solid transparent !important;
}
ne-table-wrap.ne-brick-highlight {
position: relative;
}
ne-table-wrap.ne-brick-highlight ne-table-box {
background-color: rgba(217, 234, 252, 0.4);
}
ne-table-wrap.ne-brick-highlight [data-kumuhana='pouli'] ne-table-box {
background-color: rgba(25, 48, 72, 0.4);
}
ne-table-wrap.ne-brick-highlight .ne-ui-table-row-controller-inner,
ne-table-wrap.ne-brick-highlight .ne-ui-table-column-controller-inner {
border-color: var(--yq-cardborder-hover);
}
ne-table-wrap.ne-brick-highlight .ne-ui-table-row-bar {
border-left-color: var(--yq-cardborder-hover);
}
ne-table-wrap.ne-brick-highlight .ne-ui-table-control-point {
border-left-color: var(--yq-cardborder-hover);
border-top-color: var(--yq-cardborder-hover);
}
ne-table-wrap.ne-brick-highlight .ne-ui-table-column-bar {
border-top-color: var(--yq-cardborder-hover);
}
ne-table-wrap.ne-brick-highlight .ne-ui-table-row-bar,
ne-table-wrap.ne-brick-highlight .ne-ui-table-control-point,
ne-table-wrap.ne-brick-highlight .ne-ui-table-column-bar {
background-color: var(--yq-cardborder-hover);
}
ne-table-wrap.ne-brick-highlight tr td:first-child {
border-left-color: var(--yq-cardborder-hover);
}
ne-table-wrap.ne-brick-highlight tr td:last-child {
border-right-color: var(--yq-cardborder-hover);
}
ne-table-wrap.ne-brick-highlight tr:first-child td {
border-top-color: var(--yq-cardborder-hover);
}
ne-table-wrap.ne-brick-highlight tr:last-child td {
border-bottom-color: var(--yq-cardborder-hover);
}
ne-table-wrap.ne-brick-highlight ne-table-box {
background-color: rgba(217, 234, 252, 0.4);
}
[data-kumuhana='pouli'] ne-table-wrap.ne-brick-highlight ne-table-box {
background-color: rgba(25, 48, 72, 0.4);
}
.h5-ne-ui-table-shadow {
bottom: 0;
}
ne-table-inner-wrap {
display: block;
overflow-y: hidden;
overflow-x: scroll;
position: relative;
z-index: 1;
/* --- 定制表格滚动条样式 start --- */
scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
/* --- 定制表格滚动条样式 end --- */
}
ne-table-inner-wrap::-webkit-scrollbar {
background: transparent;
}
ne-table-inner-wrap::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.2);
border-radius: 15px;
border: 3.5px solid transparent;
background-clip: content-box;
visibility: hidden;
}
.ne-table {
border-collapse: collapse;
position: relative;
z-index: 1;
table-layout: fixed;
}
.ne-table tfoot {
user-select: none;
pointer-events: none;
}
.ne-table tfoot td {
position: relative;
height: 0;
overflow: hidden;
line-height: 0;
font-size: 0;
padding: 0;
user-select: none;
}
.ne-tr {
height: 33px;
}
.ne-td {
border: 1px solid var(--yq-border-primary);
vertical-align: top;
}
[data-kumuhana='pouli'] .ne-engine .ne-tr:last-child .ne-td {
border-bottom-color: var(--yq-border-light);
}
.ne-td-content {
margin: 4px 8px;
}
.ne-td-break {
position: absolute;
top: 0;
bottom: 0;
width: 1px;
height: 1px;
pointer-events: none;
}
.ne-paragraph-spacing-relax.ne-typography-classic ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic ne-root-card-hole {
margin-top: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic ne-table-hole ne-table-wrap.ne-ui-table-left-shadow::before,
.ne-paragraph-spacing-relax.ne-typography-classic ne-root-card-hole ne-table-wrap.ne-ui-table-left-shadow::before,
.ne-paragraph-spacing-relax.ne-typography-classic ne-table-hole ne-table-wrap.ne-ui-table-right-shadow::after,
.ne-paragraph-spacing-relax.ne-typography-classic ne-root-card-hole ne-table-wrap.ne-ui-table-right-shadow::after {
bottom: 15px;
}
.ne-paragraph-spacing-relax.ne-typography-classic ne-table-hole ne-table-wrap.ne-table-focus.ne-ui-table-left-shadow::before,
.ne-paragraph-spacing-relax.ne-typography-classic ne-root-card-hole ne-table-wrap.ne-table-focus.ne-ui-table-left-shadow::before,
.ne-paragraph-spacing-relax.ne-typography-classic ne-table-hole ne-table-wrap.ne-table-focus.ne-ui-table-right-shadow::after,
.ne-paragraph-spacing-relax.ne-typography-classic ne-root-card-hole ne-table-wrap.ne-table-focus.ne-ui-table-right-shadow::after,
.ne-paragraph-spacing-relax.ne-typography-classic ne-table-hole ne-table-wrap.ne-table-focus.h5-ne-ui-table-left-shadow::before,
.ne-paragraph-spacing-relax.ne-typography-classic ne-root-card-hole ne-table-wrap.ne-table-focus.h5-ne-ui-table-left-shadow::before,
.ne-paragraph-spacing-relax.ne-typography-classic ne-table-hole ne-table-wrap.ne-table-focus.h5-ne-ui-table-right-shadow:after,
.ne-paragraph-spacing-relax.ne-typography-classic ne-root-card-hole ne-table-wrap.ne-table-focus.h5-ne-ui-table-right-shadow:after {
top: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-table-wrap ne-table-inner-wrap {
padding-top: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-table-wrap.ne-ui-table-right-shadow::after,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-table-wrap.ne-ui-table-left-shadow::before {
top: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-table-wrap.h5-ne-ui-table-left-shadow::before,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-table-wrap.h5-ne-ui-table-right-shadow:after {
top: -14px;
}
ne-table-inner-wrap *[contenteditable='false'] {
user-select: none !important;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-engine ne-table-wrap.ne-max {
background-color: var(--yq-yuque-grey-1);
overflow: auto;
margin: 0 !important;
}
.ne-engine ne-table-wrap.ne-max.ne-ui-table-right-shadow:before,
.ne-engine ne-table-wrap.ne-max.ne-ui-table-left-shadow:before,
.ne-engine ne-table-wrap.ne-max.ne-ui-table-right-shadow:after,
.ne-engine ne-table-wrap.ne-max.ne-ui-table-left-shadow:after {
display: none;
}
.ne-engine ne-table-wrap.ne-max .ne-ui-table {
left: 26px;
}
.ne-engine ne-table-wrap.ne-max.ne-table-focus ne-table-inner-wrap {
margin-left: 39px;
}
.ne-engine ne-table-wrap.ne-max .ne-ui-table-row-controller {
background-color: var(--yq-yuque-grey-1);
}
.ne-engine ne-table-wrap.ne-max .ne-ui-table-control-point-wrapper {
background-color: var(--yq-yuque-grey-1);
}
/* 内部卡片全屏样式处理 */
.ne-ui-max-view .ne-engine ne-table-wrap:not(.ne-max) {
position: initial;
}
.ne-ui-max-view .ne-engine ne-table-wrap:not(.ne-max) ne-table-inner-wrap {
position: initial;
}
.ne-ui-max-view .ne-engine ne-table-wrap:not(.ne-max) ne-table-inner-wrap ne-table-box {
position: initial;
}
.ne-ui-max-view .ne-engine ne-table-wrap:not(.ne-max) ne-table-inner-wrap ne-table-box table {
position: initial;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-hidden-copy-node {
opacity: 0;
width: 0;
height: 0;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
[ne-alignment='left'] {
text-align: left;
}
[ne-alignment='right'] {
text-align: right;
justify-content: flex-end;
}
[ne-alignment='center'] {
text-align: center;
justify-content: center;
}
[ne-alignment='justify'] {
text-align: justify;
}
[ne-alignment='distributed'] {
text-align: justify;
text-align-last: justify;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
ne-h1:hover ne-heading-anchor,
ne-h2:hover ne-heading-anchor,
ne-h3:hover ne-heading-anchor,
ne-h4:hover ne-heading-anchor,
ne-h5:hover ne-heading-anchor,
ne-h6:hover ne-heading-anchor,
ne-h1.hovered ne-heading-anchor,
ne-h2.hovered ne-heading-anchor,
ne-h3.hovered ne-heading-anchor,
ne-h4.hovered ne-heading-anchor,
ne-h5.hovered ne-heading-anchor,
ne-h6.hovered ne-heading-anchor {
opacity: 1;
}
ne-heading-anchor {
display: flex;
align-items: center;
opacity: 0;
width: fit-content;
user-select: none;
color: var(--yq-text-disable);
line-height: 1;
font-family: lake-icon !important;
}
.ne-doc-major-editor .ne-typography-show-heading ne-heading-anchor {
transform: translate(-26px, 0px);
}
ne-heading-anchor:hover > span:after {
color: var(--yq-text-body);
background-color: var(--yq-bg-tertiary);
}
ne-heading-anchor > span {
cursor: pointer;
}
ne-heading-anchor > span:after {
width: 20px;
height: 20px;
font-size: 14px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 4px;
}
.ne-heading-anchor-tooltip {
white-space: nowrap;
}
ne-h1 ne-heading-anchor > span:after,
ne-h2 ne-heading-anchor > span:after,
ne-h3 ne-heading-anchor > span:after {
margin-top: 2px;
}
ne-h1 ne-heading-anchor > span:after {
content: '\e610';
}
ne-h2 ne-heading-anchor > span:after {
content: '\e611';
}
ne-h3 ne-heading-anchor > span:after {
content: '\e60f';
}
ne-h4:hover ne-heading-anchor,
ne-h4.hovered ne-heading-anchor {
margin-top: 2px;
}
ne-h4 ne-heading-anchor > span:after {
content: '\e60c';
}
ne-h5 ne-heading-anchor > span:after {
content: '\e60d';
}
ne-h6 ne-heading-anchor > span:after {
content: '\e60e';
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer ne-h1:hover ne-heading-fold,
.ne-engine ne-h1:hover ne-heading-fold,
.ne-viewer ne-h2:hover ne-heading-fold,
.ne-engine ne-h2:hover ne-heading-fold,
.ne-viewer ne-h3:hover ne-heading-fold,
.ne-engine ne-h3:hover ne-heading-fold,
.ne-viewer ne-h4:hover ne-heading-fold,
.ne-engine ne-h4:hover ne-heading-fold,
.ne-viewer ne-h5:hover ne-heading-fold,
.ne-engine ne-h5:hover ne-heading-fold,
.ne-viewer ne-h6:hover ne-heading-fold,
.ne-engine ne-h6:hover ne-heading-fold,
.ne-viewer ne-h1.hovered ne-heading-fold,
.ne-engine ne-h1.hovered ne-heading-fold,
.ne-viewer ne-h2.hovered ne-heading-fold,
.ne-engine ne-h2.hovered ne-heading-fold,
.ne-viewer ne-h3.hovered ne-heading-fold,
.ne-engine ne-h3.hovered ne-heading-fold,
.ne-viewer ne-h4.hovered ne-heading-fold,
.ne-engine ne-h4.hovered ne-heading-fold,
.ne-viewer ne-h5.hovered ne-heading-fold,
.ne-engine ne-h5.hovered ne-heading-fold,
.ne-viewer ne-h6.hovered ne-heading-fold,
.ne-engine ne-h6.hovered ne-heading-fold {
opacity: 1;
}
.ne-viewer ne-h1.ne-force-visible ne-heading-fold,
.ne-engine ne-h1.ne-force-visible ne-heading-fold,
.ne-viewer ne-h2.ne-force-visible ne-heading-fold,
.ne-engine ne-h2.ne-force-visible ne-heading-fold,
.ne-viewer ne-h3.ne-force-visible ne-heading-fold,
.ne-engine ne-h3.ne-force-visible ne-heading-fold,
.ne-viewer ne-h4.ne-force-visible ne-heading-fold,
.ne-engine ne-h4.ne-force-visible ne-heading-fold,
.ne-viewer ne-h5.ne-force-visible ne-heading-fold,
.ne-engine ne-h5.ne-force-visible ne-heading-fold,
.ne-viewer ne-h6.ne-force-visible ne-heading-fold,
.ne-engine ne-h6.ne-force-visible ne-heading-fold {
opacity: 1;
}
.ne-viewer ne-heading-fold,
.ne-engine ne-heading-fold {
display: block;
opacity: 0;
width: 20px;
height: 20px;
border-radius: 4px;
cursor: pointer;
}
.ne-viewer ne-heading-fold.mobile,
.ne-engine ne-heading-fold.mobile {
height: 24px;
transform: translateY(-2px);
}
.ne-viewer ne-heading-fold.ne-force-visible,
.ne-engine ne-heading-fold.ne-force-visible {
opacity: 1;
}
.ne-viewer ne-heading-fold:hover,
.ne-engine ne-heading-fold:hover {
background: var(--yq-bg-tertiary);
}
.ne-viewer ne-heading-fold .ne-heading-folding-inner,
.ne-engine ne-heading-fold .ne-heading-folding-inner {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.ne-viewer ne-heading-fold .ne-heading-folding-inner.ne-heading-fold-disabled,
.ne-engine ne-heading-fold .ne-heading-folding-inner.ne-heading-fold-disabled {
cursor: not-allowed;
}
.ne-viewer .ne-force-fold,
.ne-engine .ne-force-fold {
display: none !important;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer ne-h1,
.ne-engine ne-h1,
.ne-viewer ne-h2,
.ne-engine ne-h2,
.ne-viewer ne-h3,
.ne-engine ne-h3,
.ne-viewer ne-h4,
.ne-engine ne-h4,
.ne-viewer ne-h5,
.ne-engine ne-h5,
.ne-viewer ne-h6,
.ne-engine ne-h6 {
position: relative;
display: block;
}
.ne-viewer ne-h1 ne-text,
.ne-engine ne-h1 ne-text,
.ne-viewer ne-h2 ne-text,
.ne-engine ne-h2 ne-text,
.ne-viewer ne-h3 ne-text,
.ne-engine ne-h3 ne-text,
.ne-viewer ne-h4 ne-text,
.ne-engine ne-h4 ne-text,
.ne-viewer ne-h5 ne-text,
.ne-engine ne-h5 ne-text,
.ne-viewer ne-h6 ne-text,
.ne-engine ne-h6 ne-text {
font-weight: bold;
}
.ne-viewer ne-h1.ne-brick-highlight,
.ne-engine ne-h1.ne-brick-highlight,
.ne-viewer ne-h2.ne-brick-highlight,
.ne-engine ne-h2.ne-brick-highlight,
.ne-viewer ne-h3.ne-brick-highlight,
.ne-engine ne-h3.ne-brick-highlight,
.ne-viewer ne-h4.ne-brick-highlight,
.ne-engine ne-h4.ne-brick-highlight,
.ne-viewer ne-h5.ne-brick-highlight,
.ne-engine ne-h5.ne-brick-highlight,
.ne-viewer ne-h6.ne-brick-highlight,
.ne-engine ne-h6.ne-brick-highlight,
.ne-viewer ne-h1.app-ne-brick-highlight,
.ne-engine ne-h1.app-ne-brick-highlight,
.ne-viewer ne-h2.app-ne-brick-highlight,
.ne-engine ne-h2.app-ne-brick-highlight,
.ne-viewer ne-h3.app-ne-brick-highlight,
.ne-engine ne-h3.app-ne-brick-highlight,
.ne-viewer ne-h4.app-ne-brick-highlight,
.ne-engine ne-h4.app-ne-brick-highlight,
.ne-viewer ne-h5.app-ne-brick-highlight,
.ne-engine ne-h5.app-ne-brick-highlight,
.ne-viewer ne-h6.app-ne-brick-highlight,
.ne-engine ne-h6.app-ne-brick-highlight {
position: relative;
}
.ne-viewer ne-h1.ne-brick-highlight::before,
.ne-engine ne-h1.ne-brick-highlight::before,
.ne-viewer ne-h2.ne-brick-highlight::before,
.ne-engine ne-h2.ne-brick-highlight::before,
.ne-viewer ne-h3.ne-brick-highlight::before,
.ne-engine ne-h3.ne-brick-highlight::before,
.ne-viewer ne-h4.ne-brick-highlight::before,
.ne-engine ne-h4.ne-brick-highlight::before,
.ne-viewer ne-h5.ne-brick-highlight::before,
.ne-engine ne-h5.ne-brick-highlight::before,
.ne-viewer ne-h6.ne-brick-highlight::before,
.ne-engine ne-h6.ne-brick-highlight::before,
.ne-viewer ne-h1.app-ne-brick-highlight::before,
.ne-engine ne-h1.app-ne-brick-highlight::before,
.ne-viewer ne-h2.app-ne-brick-highlight::before,
.ne-engine ne-h2.app-ne-brick-highlight::before,
.ne-viewer ne-h3.app-ne-brick-highlight::before,
.ne-engine ne-h3.app-ne-brick-highlight::before,
.ne-viewer ne-h4.app-ne-brick-highlight::before,
.ne-engine ne-h4.app-ne-brick-highlight::before,
.ne-viewer ne-h5.app-ne-brick-highlight::before,
.ne-engine ne-h5.app-ne-brick-highlight::before,
.ne-viewer ne-h6.app-ne-brick-highlight::before,
.ne-engine ne-h6.app-ne-brick-highlight::before {
content: ' ';
width: calc(100% + 12px);
height: calc(100% + 8px);
position: absolute;
top: -4px;
left: -6px;
background: var(--yq-blue-1);
opacity: 40%;
z-index: -1;
border-radius: 6px;
}
.ne-viewer ne-heading-ext,
.ne-engine ne-heading-ext {
position: absolute;
width: fit-content;
display: flex;
align-items: center;
user-select: none;
-webkit-user-select: none;
left: 0;
transform: translateX(-100%);
text-indent: 0;
}
.ne-viewer ne-heading-content,
.ne-engine ne-heading-content {
display: block;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
[ne-text-indent] {
text-indent: 2em;
}
[ne-indent='1'] {
padding-left: 2em;
}
ne-p[ne-indent='1'].ne-brick-highlight::before {
margin-left: 2em;
}
ne-quote[ne-indent='1'] {
padding-left: calc(2em + 10px) !important;
}
ne-quote[ne-indent='1']::before {
left: 2em !important;
}
ne-quote[ne-indent='1'].ne-brick-highlight::after {
margin-left: 2em;
}
@media only screen and (max-width: 768px) {
[ne-indent='1'] {
padding-left: min(2em, 50vw);
}
ne-quote[ne-indent='1'] {
padding-left: calc( min(2em, 50vw) + 10px) !important;
}
ne-quote[ne-indent='1']::before {
left: min(2em, 50vw) !important;
}
}
[ne-indent='2'] {
padding-left: 4em;
}
ne-p[ne-indent='2'].ne-brick-highlight::before {
margin-left: 4em;
}
ne-quote[ne-indent='2'] {
padding-left: calc(4em + 10px) !important;
}
ne-quote[ne-indent='2']::before {
left: 4em !important;
}
ne-quote[ne-indent='2'].ne-brick-highlight::after {
margin-left: 4em;
}
@media only screen and (max-width: 768px) {
[ne-indent='2'] {
padding-left: min(4em, 50vw);
}
ne-quote[ne-indent='2'] {
padding-left: calc( min(4em, 50vw) + 10px) !important;
}
ne-quote[ne-indent='2']::before {
left: min(4em, 50vw) !important;
}
}
[ne-indent='3'] {
padding-left: 6em;
}
ne-p[ne-indent='3'].ne-brick-highlight::before {
margin-left: 6em;
}
ne-quote[ne-indent='3'] {
padding-left: calc(6em + 10px) !important;
}
ne-quote[ne-indent='3']::before {
left: 6em !important;
}
ne-quote[ne-indent='3'].ne-brick-highlight::after {
margin-left: 6em;
}
@media only screen and (max-width: 768px) {
[ne-indent='3'] {
padding-left: min(6em, 50vw);
}
ne-quote[ne-indent='3'] {
padding-left: calc( min(6em, 50vw) + 10px) !important;
}
ne-quote[ne-indent='3']::before {
left: min(6em, 50vw) !important;
}
}
[ne-indent='4'] {
padding-left: 8em;
}
ne-p[ne-indent='4'].ne-brick-highlight::before {
margin-left: 8em;
}
ne-quote[ne-indent='4'] {
padding-left: calc(8em + 10px) !important;
}
ne-quote[ne-indent='4']::before {
left: 8em !important;
}
ne-quote[ne-indent='4'].ne-brick-highlight::after {
margin-left: 8em;
}
@media only screen and (max-width: 768px) {
[ne-indent='4'] {
padding-left: min(8em, 50vw);
}
ne-quote[ne-indent='4'] {
padding-left: calc( min(8em, 50vw) + 10px) !important;
}
ne-quote[ne-indent='4']::before {
left: min(8em, 50vw) !important;
}
}
[ne-indent='5'] {
padding-left: 10em;
}
ne-p[ne-indent='5'].ne-brick-highlight::before {
margin-left: 10em;
}
ne-quote[ne-indent='5'] {
padding-left: calc(10em + 10px) !important;
}
ne-quote[ne-indent='5']::before {
left: 10em !important;
}
ne-quote[ne-indent='5'].ne-brick-highlight::after {
margin-left: 10em;
}
@media only screen and (max-width: 768px) {
[ne-indent='5'] {
padding-left: min(10em, 50vw);
}
ne-quote[ne-indent='5'] {
padding-left: calc( min(10em, 50vw) + 10px) !important;
}
ne-quote[ne-indent='5']::before {
left: min(10em, 50vw) !important;
}
}
[ne-indent='6'] {
padding-left: 12em;
}
ne-p[ne-indent='6'].ne-brick-highlight::before {
margin-left: 12em;
}
ne-quote[ne-indent='6'] {
padding-left: calc(12em + 10px) !important;
}
ne-quote[ne-indent='6']::before {
left: 12em !important;
}
ne-quote[ne-indent='6'].ne-brick-highlight::after {
margin-left: 12em;
}
@media only screen and (max-width: 768px) {
[ne-indent='6'] {
padding-left: min(12em, 50vw);
}
ne-quote[ne-indent='6'] {
padding-left: calc( min(12em, 50vw) + 10px) !important;
}
ne-quote[ne-indent='6']::before {
left: min(12em, 50vw) !important;
}
}
[ne-indent='7'] {
padding-left: 14em;
}
ne-p[ne-indent='7'].ne-brick-highlight::before {
margin-left: 14em;
}
ne-quote[ne-indent='7'] {
padding-left: calc(14em + 10px) !important;
}
ne-quote[ne-indent='7']::before {
left: 14em !important;
}
ne-quote[ne-indent='7'].ne-brick-highlight::after {
margin-left: 14em;
}
@media only screen and (max-width: 768px) {
[ne-indent='7'] {
padding-left: min(14em, 50vw);
}
ne-quote[ne-indent='7'] {
padding-left: calc( min(14em, 50vw) + 10px) !important;
}
ne-quote[ne-indent='7']::before {
left: min(14em, 50vw) !important;
}
}
[ne-indent='8'] {
padding-left: 16em;
}
ne-p[ne-indent='8'].ne-brick-highlight::before {
margin-left: 16em;
}
ne-quote[ne-indent='8'] {
padding-left: calc(16em + 10px) !important;
}
ne-quote[ne-indent='8']::before {
left: 16em !important;
}
ne-quote[ne-indent='8'].ne-brick-highlight::after {
margin-left: 16em;
}
@media only screen and (max-width: 768px) {
[ne-indent='8'] {
padding-left: min(16em, 50vw);
}
ne-quote[ne-indent='8'] {
padding-left: calc( min(16em, 50vw) + 10px) !important;
}
ne-quote[ne-indent='8']::before {
left: min(16em, 50vw) !important;
}
}
[ne-indent='9'] {
padding-left: 18em;
}
ne-p[ne-indent='9'].ne-brick-highlight::before {
margin-left: 18em;
}
ne-quote[ne-indent='9'] {
padding-left: calc(18em + 10px) !important;
}
ne-quote[ne-indent='9']::before {
left: 18em !important;
}
ne-quote[ne-indent='9'].ne-brick-highlight::after {
margin-left: 18em;
}
@media only screen and (max-width: 768px) {
[ne-indent='9'] {
padding-left: min(18em, 50vw);
}
ne-quote[ne-indent='9'] {
padding-left: calc( min(18em, 50vw) + 10px) !important;
}
ne-quote[ne-indent='9']::before {
left: min(18em, 50vw) !important;
}
}
[ne-indent='10'] {
padding-left: 20em;
}
ne-p[ne-indent='10'].ne-brick-highlight::before {
margin-left: 20em;
}
ne-quote[ne-indent='10'] {
padding-left: calc(20em + 10px) !important;
}
ne-quote[ne-indent='10']::before {
left: 20em !important;
}
ne-quote[ne-indent='10'].ne-brick-highlight::after {
margin-left: 20em;
}
@media only screen and (max-width: 768px) {
[ne-indent='10'] {
padding-left: min(20em, 50vw);
}
ne-quote[ne-indent='10'] {
padding-left: calc( min(20em, 50vw) + 10px) !important;
}
ne-quote[ne-indent='10']::before {
left: min(20em, 50vw) !important;
}
}
[ne-indent='11'] {
padding-left: 22em;
}
ne-p[ne-indent='11'].ne-brick-highlight::before {
margin-left: 22em;
}
ne-quote[ne-indent='11'] {
padding-left: calc(22em + 10px) !important;
}
ne-quote[ne-indent='11']::before {
left: 22em !important;
}
ne-quote[ne-indent='11'].ne-brick-highlight::after {
margin-left: 22em;
}
@media only screen and (max-width: 768px) {
[ne-indent='11'] {
padding-left: min(22em, 50vw);
}
ne-quote[ne-indent='11'] {
padding-left: calc( min(22em, 50vw) + 10px) !important;
}
ne-quote[ne-indent='11']::before {
left: min(22em, 50vw) !important;
}
}
[ne-indent='12'] {
padding-left: 24em;
}
ne-p[ne-indent='12'].ne-brick-highlight::before {
margin-left: 24em;
}
ne-quote[ne-indent='12'] {
padding-left: calc(24em + 10px) !important;
}
ne-quote[ne-indent='12']::before {
left: 24em !important;
}
ne-quote[ne-indent='12'].ne-brick-highlight::after {
margin-left: 24em;
}
@media only screen and (max-width: 768px) {
[ne-indent='12'] {
padding-left: min(24em, 50vw);
}
ne-quote[ne-indent='12'] {
padding-left: calc( min(24em, 50vw) + 10px) !important;
}
ne-quote[ne-indent='12']::before {
left: min(24em, 50vw) !important;
}
}
[ne-indent='13'] {
padding-left: 26em;
}
ne-p[ne-indent='13'].ne-brick-highlight::before {
margin-left: 26em;
}
ne-quote[ne-indent='13'] {
padding-left: calc(26em + 10px) !important;
}
ne-quote[ne-indent='13']::before {
left: 26em !important;
}
ne-quote[ne-indent='13'].ne-brick-highlight::after {
margin-left: 26em;
}
@media only screen and (max-width: 768px) {
[ne-indent='13'] {
padding-left: min(26em, 50vw);
}
ne-quote[ne-indent='13'] {
padding-left: calc( min(26em, 50vw) + 10px) !important;
}
ne-quote[ne-indent='13']::before {
left: min(26em, 50vw) !important;
}
}
[ne-indent='14'] {
padding-left: 28em;
}
ne-p[ne-indent='14'].ne-brick-highlight::before {
margin-left: 28em;
}
ne-quote[ne-indent='14'] {
padding-left: calc(28em + 10px) !important;
}
ne-quote[ne-indent='14']::before {
left: 28em !important;
}
ne-quote[ne-indent='14'].ne-brick-highlight::after {
margin-left: 28em;
}
@media only screen and (max-width: 768px) {
[ne-indent='14'] {
padding-left: min(28em, 50vw);
}
ne-quote[ne-indent='14'] {
padding-left: calc( min(28em, 50vw) + 10px) !important;
}
ne-quote[ne-indent='14']::before {
left: min(28em, 50vw) !important;
}
}
[ne-indent='15'] {
padding-left: 30em;
}
ne-p[ne-indent='15'].ne-brick-highlight::before {
margin-left: 30em;
}
ne-quote[ne-indent='15'] {
padding-left: calc(30em + 10px) !important;
}
ne-quote[ne-indent='15']::before {
left: 30em !important;
}
ne-quote[ne-indent='15'].ne-brick-highlight::after {
margin-left: 30em;
}
@media only screen and (max-width: 768px) {
[ne-indent='15'] {
padding-left: min(30em, 50vw);
}
ne-quote[ne-indent='15'] {
padding-left: calc( min(30em, 50vw) + 10px) !important;
}
ne-quote[ne-indent='15']::before {
left: min(30em, 50vw) !important;
}
}
[ne-indent='16'] {
padding-left: 32em;
}
ne-p[ne-indent='16'].ne-brick-highlight::before {
margin-left: 32em;
}
ne-quote[ne-indent='16'] {
padding-left: calc(32em + 10px) !important;
}
ne-quote[ne-indent='16']::before {
left: 32em !important;
}
ne-quote[ne-indent='16'].ne-brick-highlight::after {
margin-left: 32em;
}
@media only screen and (max-width: 768px) {
[ne-indent='16'] {
padding-left: min(32em, 50vw);
}
ne-quote[ne-indent='16'] {
padding-left: calc( min(32em, 50vw) + 10px) !important;
}
ne-quote[ne-indent='16']::before {
left: min(32em, 50vw) !important;
}
}
[ne-indent='17'] {
padding-left: 34em;
}
ne-p[ne-indent='17'].ne-brick-highlight::before {
margin-left: 34em;
}
ne-quote[ne-indent='17'] {
padding-left: calc(34em + 10px) !important;
}
ne-quote[ne-indent='17']::before {
left: 34em !important;
}
ne-quote[ne-indent='17'].ne-brick-highlight::after {
margin-left: 34em;
}
@media only screen and (max-width: 768px) {
[ne-indent='17'] {
padding-left: min(34em, 50vw);
}
ne-quote[ne-indent='17'] {
padding-left: calc( min(34em, 50vw) + 10px) !important;
}
ne-quote[ne-indent='17']::before {
left: min(34em, 50vw) !important;
}
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-engine [ne-line-height='1'],
.ne-viewer [ne-line-height='1'] {
line-height: 1;
}
.ne-engine [ne-line-height='1.15'],
.ne-viewer [ne-line-height='1.15'] {
line-height: 1.15;
}
.ne-engine [ne-line-height='1.5'],
.ne-viewer [ne-line-height='1.5'] {
line-height: 1.5;
}
.ne-engine [ne-line-height='2'],
.ne-viewer [ne-line-height='2'] {
line-height: 2;
}
.ne-engine [ne-line-height='2.5'],
.ne-viewer [ne-line-height='2.5'] {
line-height: 2.5;
}
.ne-engine [ne-line-height='3'],
.ne-viewer [ne-line-height='3'] {
line-height: 3;
}
.ne-engine ne-h1[ne-line-height='1'],
.ne-viewer ne-h1[ne-line-height='1'],
.ne-engine ne-h2[ne-line-height='1'],
.ne-viewer ne-h2[ne-line-height='1'],
.ne-engine ne-h3[ne-line-height='1'],
.ne-viewer ne-h3[ne-line-height='1'],
.ne-engine ne-h4[ne-line-height='1'],
.ne-viewer ne-h4[ne-line-height='1'],
.ne-engine ne-h5[ne-line-height='1'],
.ne-viewer ne-h5[ne-line-height='1'],
.ne-engine ne-h6[ne-line-height='1'],
.ne-viewer ne-h6[ne-line-height='1'] {
line-height: 1;
}
.ne-engine ne-h1[ne-line-height='1.15'],
.ne-viewer ne-h1[ne-line-height='1.15'],
.ne-engine ne-h2[ne-line-height='1.15'],
.ne-viewer ne-h2[ne-line-height='1.15'],
.ne-engine ne-h3[ne-line-height='1.15'],
.ne-viewer ne-h3[ne-line-height='1.15'],
.ne-engine ne-h4[ne-line-height='1.15'],
.ne-viewer ne-h4[ne-line-height='1.15'],
.ne-engine ne-h5[ne-line-height='1.15'],
.ne-viewer ne-h5[ne-line-height='1.15'],
.ne-engine ne-h6[ne-line-height='1.15'],
.ne-viewer ne-h6[ne-line-height='1.15'] {
line-height: 1.15;
}
.ne-engine ne-h1[ne-line-height='1.5'],
.ne-viewer ne-h1[ne-line-height='1.5'],
.ne-engine ne-h2[ne-line-height='1.5'],
.ne-viewer ne-h2[ne-line-height='1.5'],
.ne-engine ne-h3[ne-line-height='1.5'],
.ne-viewer ne-h3[ne-line-height='1.5'],
.ne-engine ne-h4[ne-line-height='1.5'],
.ne-viewer ne-h4[ne-line-height='1.5'],
.ne-engine ne-h5[ne-line-height='1.5'],
.ne-viewer ne-h5[ne-line-height='1.5'],
.ne-engine ne-h6[ne-line-height='1.5'],
.ne-viewer ne-h6[ne-line-height='1.5'] {
line-height: 1.5;
}
.ne-engine ne-h1[ne-line-height='2'],
.ne-viewer ne-h1[ne-line-height='2'],
.ne-engine ne-h2[ne-line-height='2'],
.ne-viewer ne-h2[ne-line-height='2'],
.ne-engine ne-h3[ne-line-height='2'],
.ne-viewer ne-h3[ne-line-height='2'],
.ne-engine ne-h4[ne-line-height='2'],
.ne-viewer ne-h4[ne-line-height='2'],
.ne-engine ne-h5[ne-line-height='2'],
.ne-viewer ne-h5[ne-line-height='2'],
.ne-engine ne-h6[ne-line-height='2'],
.ne-viewer ne-h6[ne-line-height='2'] {
line-height: 2;
}
.ne-engine ne-h1[ne-line-height='2.5'],
.ne-viewer ne-h1[ne-line-height='2.5'],
.ne-engine ne-h2[ne-line-height='2.5'],
.ne-viewer ne-h2[ne-line-height='2.5'],
.ne-engine ne-h3[ne-line-height='2.5'],
.ne-viewer ne-h3[ne-line-height='2.5'],
.ne-engine ne-h4[ne-line-height='2.5'],
.ne-viewer ne-h4[ne-line-height='2.5'],
.ne-engine ne-h5[ne-line-height='2.5'],
.ne-viewer ne-h5[ne-line-height='2.5'],
.ne-engine ne-h6[ne-line-height='2.5'],
.ne-viewer ne-h6[ne-line-height='2.5'] {
line-height: 2.5;
}
.ne-engine ne-h1[ne-line-height='3'],
.ne-viewer ne-h1[ne-line-height='3'],
.ne-engine ne-h2[ne-line-height='3'],
.ne-viewer ne-h2[ne-line-height='3'],
.ne-engine ne-h3[ne-line-height='3'],
.ne-viewer ne-h3[ne-line-height='3'],
.ne-engine ne-h4[ne-line-height='3'],
.ne-viewer ne-h4[ne-line-height='3'],
.ne-engine ne-h5[ne-line-height='3'],
.ne-viewer ne-h5[ne-line-height='3'],
.ne-engine ne-h6[ne-line-height='3'],
.ne-viewer ne-h6[ne-line-height='3'] {
line-height: 3;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-editor ne-card.ne-card-mask:after {
content: ' ';
position: absolute;
display: block;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 2;
cursor: not-allowed;
}
.ne-editor ne-card[data-card-type='block'] {
border-radius: 4px;
border: 1px solid var(--yq-border-primary);
margin: 2px 0;
}
.ne-editor ne-card[data-card-type='block'].ne-max {
margin-top: 0;
}
.ne-editor ne-card[data-card-type='block'][data-card-name='localdoc'] {
border: 1px solid var(--yq-yuque-grey-5);
}
.ne-editor ne-card[data-card-type='block'][data-card-name='bookmark'],
.ne-editor ne-card[data-card-type='block'][data-card-name='yuque'] {
border-radius: 6px;
}
.ne-editor ne-card[data-card-type='block'][data-card-name='bookmark'] .ne-card-container,
.ne-editor ne-card[data-card-type='block'][data-card-name='yuque'] .ne-card-container {
border-radius: 6px;
}
.ne-editor ne-card[data-card-type='block'][data-card-name='hr'] {
border: 1px solid transparent;
}
.ne-editor ne-card[data-card-type='block'].ne-card-hovered {
border: 1px solid var(--yq-cardborder-hover);
}
.ne-editor ne-card[data-card-type='block'].ne-card-hovered[data-card-name='hr'] {
border: 1px solid transparent;
}
.ne-editor ne-card[data-card-type='block'].ne-focused {
border: 1px solid var(--yq-cardborder-selected);
}
.ne-editor ne-card[data-card-type='block'].ne-focused[data-card-name='board'] {
border: 1px solid var(--yq-yuque-grey-6);
}
.ne-editor ne-card[data-card-type='block'].ne-focused[data-card-name='hr'] {
border: 1px solid transparent;
}
.ne-editor ne-card[data-card-type='block'].ne-focused[data-card-name='hr'] .ne-card-container {
background: var(--yq-blue-1);
}
.ne-editor ne-card[data-card-type='block'].ne-card-editing {
border: 1px solid var(--yq-yuque-grey-6);
}
.ne-editor ne-card[data-card-type='block'].ne-max {
border: 0;
}
.ne-editor ne-card[data-card-type='block'].ne-max[data-card-name='board'] {
border: 0;
}
.ne-editor ne-card[data-card-type='block'] .ne-card-container {
overflow: hidden;
border-radius: 4px;
}
.ne-editor ne-card[data-card-type='inline'].ne-card-hovered,
.ne-editor ne-card[data-card-type='inline'].ne-focused {
background: rgba(95, 168, 246, 0.2);
}
.ne-editor ne-card[data-card-type='inline'][data-card-name='file'] {
height: auto;
}
.ne-editor ne-card[data-card-type='inline'][data-card-name='image'] {
height: auto;
line-height: 0;
border-radius: 4px;
border: 0px solid transparent;
}
.ne-editor ne-card[data-card-type='inline'][data-card-name='image'] .ne-card-container {
line-height: 0;
}
.ne-editor ne-card[data-card-type='inline'][data-card-name='image'] .ne-image-wrap {
border: 1px solid transparent;
border-radius: 4px;
}
.ne-editor ne-card[data-card-type='inline'][data-card-name='image'].ne-card-hovered,
.ne-editor ne-card[data-card-type='inline'][data-card-name='image'].ne-focused {
background: transparent;
}
.ne-editor ne-card[data-card-type='inline'][data-card-name='image'].ne-card-hovered .ne-image-wrap,
.ne-editor ne-card[data-card-type='inline'][data-card-name='image'].ne-focused .ne-image-wrap {
border: 1px solid var(--yq-blue-2);
}
.ne-editor ne-card[data-card-type='inline'].ne-card-hovered[data-card-name='yuqueInline'] .ne-yuque-doc-title-view {
background: rgba(95, 168, 246, 0.2);
}
.ne-editor ne-card[data-card-type='inline'][data-card-name='unicodeEmoji'].ne-card-hovered,
.ne-editor ne-card[data-card-type='inline'][data-card-name='unicodeEmoji'].ne-focused {
background: transparent;
}
.ne-editor ne-card .ne-invisible .ne-card-container {
display: none !important;
}
.ne-editor ne-card.ne-brick-highlight {
border-color: var(--yq-cardborder-hover) !important;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
ne-quote {
display: block;
padding-left: 10px;
margin: 10px 0;
position: relative;
}
ne-quote::before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0px;
bottom: 0;
width: 2px;
border-radius: 2px;
background-color: var(--yq-yuque-grey-5);
}
ne-quote ne-text,
ne-quote ne-oli-i,
ne-quote ne-uli-i {
opacity: 0.7;
}
ne-quote.ne-brick-highlight,
ne-quote.app-ne-brick-highlight {
position: relative;
}
ne-quote.ne-brick-highlight::after,
ne-quote.app-ne-brick-highlight::after {
content: ' ';
width: calc(100% + 12px);
height: calc(100% + 12px);
position: absolute;
top: -6px;
left: -6px;
background: var(--yq-blue-1);
opacity: 40%;
z-index: -1;
border-radius: 6px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
[ne-sup] {
font-size: 0.83em;
vertical-align: super;
position: relative;
top: -0.25em;
z-index: 0;
}
[ne-sub] {
font-size: 0.83em;
vertical-align: sub;
position: relative;
bottom: -0.25em;
z-index: 0;
}
.ne-engine [ne-sub][ne-fontsize='12'],
.ne-viewer [ne-sub][ne-fontsize='12'],
.ne-engine [ne-sup][ne-fontsize='12'],
.ne-viewer [ne-sup][ne-fontsize='12'] {
font-size: 9px;
}
.ne-engine [ne-sub][ne-fontsize='13'],
.ne-viewer [ne-sub][ne-fontsize='13'],
.ne-engine [ne-sup][ne-fontsize='13'],
.ne-viewer [ne-sup][ne-fontsize='13'] {
font-size: 9.75px;
}
.ne-engine [ne-sub][ne-fontsize='14'],
.ne-viewer [ne-sub][ne-fontsize='14'],
.ne-engine [ne-sup][ne-fontsize='14'],
.ne-viewer [ne-sup][ne-fontsize='14'] {
font-size: 10.5px;
}
.ne-engine [ne-sub][ne-fontsize='15'],
.ne-viewer [ne-sub][ne-fontsize='15'],
.ne-engine [ne-sup][ne-fontsize='15'],
.ne-viewer [ne-sup][ne-fontsize='15'] {
font-size: 11.25px;
}
.ne-engine [ne-sub][ne-fontsize='16'],
.ne-viewer [ne-sub][ne-fontsize='16'],
.ne-engine [ne-sup][ne-fontsize='16'],
.ne-viewer [ne-sup][ne-fontsize='16'] {
font-size: 12px;
}
.ne-engine [ne-sub][ne-fontsize='17'],
.ne-viewer [ne-sub][ne-fontsize='17'],
.ne-engine [ne-sup][ne-fontsize='17'],
.ne-viewer [ne-sup][ne-fontsize='17'] {
font-size: 12.75px;
}
.ne-engine [ne-sub][ne-fontsize='18'],
.ne-viewer [ne-sub][ne-fontsize='18'],
.ne-engine [ne-sup][ne-fontsize='18'],
.ne-viewer [ne-sup][ne-fontsize='18'] {
font-size: 13.5px;
}
.ne-engine [ne-sub][ne-fontsize='19'],
.ne-viewer [ne-sub][ne-fontsize='19'],
.ne-engine [ne-sup][ne-fontsize='19'],
.ne-viewer [ne-sup][ne-fontsize='19'] {
font-size: 14.25px;
}
.ne-engine [ne-sub][ne-fontsize='20'],
.ne-viewer [ne-sub][ne-fontsize='20'],
.ne-engine [ne-sup][ne-fontsize='20'],
.ne-viewer [ne-sup][ne-fontsize='20'] {
font-size: 15px;
}
.ne-engine [ne-sub][ne-fontsize='21'],
.ne-viewer [ne-sub][ne-fontsize='21'],
.ne-engine [ne-sup][ne-fontsize='21'],
.ne-viewer [ne-sup][ne-fontsize='21'] {
font-size: 15.75px;
}
.ne-engine [ne-sub][ne-fontsize='22'],
.ne-viewer [ne-sub][ne-fontsize='22'],
.ne-engine [ne-sup][ne-fontsize='22'],
.ne-viewer [ne-sup][ne-fontsize='22'] {
font-size: 16.5px;
}
.ne-engine [ne-sub][ne-fontsize='23'],
.ne-viewer [ne-sub][ne-fontsize='23'],
.ne-engine [ne-sup][ne-fontsize='23'],
.ne-viewer [ne-sup][ne-fontsize='23'] {
font-size: 17.25px;
}
.ne-engine [ne-sub][ne-fontsize='24'],
.ne-viewer [ne-sub][ne-fontsize='24'],
.ne-engine [ne-sup][ne-fontsize='24'],
.ne-viewer [ne-sup][ne-fontsize='24'] {
font-size: 18px;
}
.ne-engine [ne-sub][ne-fontsize='25'],
.ne-viewer [ne-sub][ne-fontsize='25'],
.ne-engine [ne-sup][ne-fontsize='25'],
.ne-viewer [ne-sup][ne-fontsize='25'] {
font-size: 18.75px;
}
.ne-engine [ne-sub][ne-fontsize='26'],
.ne-viewer [ne-sub][ne-fontsize='26'],
.ne-engine [ne-sup][ne-fontsize='26'],
.ne-viewer [ne-sup][ne-fontsize='26'] {
font-size: 19.5px;
}
.ne-engine [ne-sub][ne-fontsize='27'],
.ne-viewer [ne-sub][ne-fontsize='27'],
.ne-engine [ne-sup][ne-fontsize='27'],
.ne-viewer [ne-sup][ne-fontsize='27'] {
font-size: 20.25px;
}
.ne-engine [ne-sub][ne-fontsize='28'],
.ne-viewer [ne-sub][ne-fontsize='28'],
.ne-engine [ne-sup][ne-fontsize='28'],
.ne-viewer [ne-sup][ne-fontsize='28'] {
font-size: 21px;
}
.ne-engine [ne-sub][ne-fontsize='29'],
.ne-viewer [ne-sub][ne-fontsize='29'],
.ne-engine [ne-sup][ne-fontsize='29'],
.ne-viewer [ne-sup][ne-fontsize='29'] {
font-size: 21.75px;
}
.ne-engine [ne-sub][ne-fontsize='30'],
.ne-viewer [ne-sub][ne-fontsize='30'],
.ne-engine [ne-sup][ne-fontsize='30'],
.ne-viewer [ne-sup][ne-fontsize='30'] {
font-size: 22.5px;
}
.ne-engine [ne-sub][ne-fontsize='31'],
.ne-viewer [ne-sub][ne-fontsize='31'],
.ne-engine [ne-sup][ne-fontsize='31'],
.ne-viewer [ne-sup][ne-fontsize='31'] {
font-size: 23.25px;
}
.ne-engine [ne-sub][ne-fontsize='32'],
.ne-viewer [ne-sub][ne-fontsize='32'],
.ne-engine [ne-sup][ne-fontsize='32'],
.ne-viewer [ne-sup][ne-fontsize='32'] {
font-size: 24px;
}
.ne-engine [ne-sub][ne-fontsize='33'],
.ne-viewer [ne-sub][ne-fontsize='33'],
.ne-engine [ne-sup][ne-fontsize='33'],
.ne-viewer [ne-sup][ne-fontsize='33'] {
font-size: 24.75px;
}
.ne-engine [ne-sub][ne-fontsize='34'],
.ne-viewer [ne-sub][ne-fontsize='34'],
.ne-engine [ne-sup][ne-fontsize='34'],
.ne-viewer [ne-sup][ne-fontsize='34'] {
font-size: 25.5px;
}
.ne-engine [ne-sub][ne-fontsize='35'],
.ne-viewer [ne-sub][ne-fontsize='35'],
.ne-engine [ne-sup][ne-fontsize='35'],
.ne-viewer [ne-sup][ne-fontsize='35'] {
font-size: 26.25px;
}
.ne-engine [ne-sub][ne-fontsize='36'],
.ne-viewer [ne-sub][ne-fontsize='36'],
.ne-engine [ne-sup][ne-fontsize='36'],
.ne-viewer [ne-sup][ne-fontsize='36'] {
font-size: 27px;
}
.ne-engine [ne-sub][ne-fontsize='37'],
.ne-viewer [ne-sub][ne-fontsize='37'],
.ne-engine [ne-sup][ne-fontsize='37'],
.ne-viewer [ne-sup][ne-fontsize='37'] {
font-size: 27.75px;
}
.ne-engine [ne-sub][ne-fontsize='38'],
.ne-viewer [ne-sub][ne-fontsize='38'],
.ne-engine [ne-sup][ne-fontsize='38'],
.ne-viewer [ne-sup][ne-fontsize='38'] {
font-size: 28.5px;
}
.ne-engine [ne-sub][ne-fontsize='39'],
.ne-viewer [ne-sub][ne-fontsize='39'],
.ne-engine [ne-sup][ne-fontsize='39'],
.ne-viewer [ne-sup][ne-fontsize='39'] {
font-size: 29.25px;
}
.ne-engine [ne-sub][ne-fontsize='40'],
.ne-viewer [ne-sub][ne-fontsize='40'],
.ne-engine [ne-sup][ne-fontsize='40'],
.ne-viewer [ne-sup][ne-fontsize='40'] {
font-size: 30px;
}
.ne-engine [ne-sub][ne-fontsize='41'],
.ne-viewer [ne-sub][ne-fontsize='41'],
.ne-engine [ne-sup][ne-fontsize='41'],
.ne-viewer [ne-sup][ne-fontsize='41'] {
font-size: 30.75px;
}
.ne-engine [ne-sub][ne-fontsize='42'],
.ne-viewer [ne-sub][ne-fontsize='42'],
.ne-engine [ne-sup][ne-fontsize='42'],
.ne-viewer [ne-sup][ne-fontsize='42'] {
font-size: 31.5px;
}
.ne-engine [ne-sub][ne-fontsize='43'],
.ne-viewer [ne-sub][ne-fontsize='43'],
.ne-engine [ne-sup][ne-fontsize='43'],
.ne-viewer [ne-sup][ne-fontsize='43'] {
font-size: 32.25px;
}
.ne-engine [ne-sub][ne-fontsize='44'],
.ne-viewer [ne-sub][ne-fontsize='44'],
.ne-engine [ne-sup][ne-fontsize='44'],
.ne-viewer [ne-sup][ne-fontsize='44'] {
font-size: 33px;
}
.ne-engine [ne-sub][ne-fontsize='45'],
.ne-viewer [ne-sub][ne-fontsize='45'],
.ne-engine [ne-sup][ne-fontsize='45'],
.ne-viewer [ne-sup][ne-fontsize='45'] {
font-size: 33.75px;
}
.ne-engine [ne-sub][ne-fontsize='46'],
.ne-viewer [ne-sub][ne-fontsize='46'],
.ne-engine [ne-sup][ne-fontsize='46'],
.ne-viewer [ne-sup][ne-fontsize='46'] {
font-size: 34.5px;
}
.ne-engine [ne-sub][ne-fontsize='47'],
.ne-viewer [ne-sub][ne-fontsize='47'],
.ne-engine [ne-sup][ne-fontsize='47'],
.ne-viewer [ne-sup][ne-fontsize='47'] {
font-size: 35.25px;
}
.ne-engine [ne-sub][ne-fontsize='48'],
.ne-viewer [ne-sub][ne-fontsize='48'],
.ne-engine [ne-sup][ne-fontsize='48'],
.ne-viewer [ne-sup][ne-fontsize='48'] {
font-size: 36px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
ne-code {
display: inline;
text-indent: 0;
}
ne-code-content {
display: inline;
background-color: rgba(0, 0, 0, 0.06);
border-radius: 4px;
border: 1px solid var(--yq-border-primary);
font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Segoe UI';
padding: 0 4px;
margin: 1px 3px;
line-height: 1.1;
word-break: break-all;
}
ne-code-content:before,
ne-code-content:after {
content: '\FEFF';
display: inline;
}
[data-kumuhana="pouli"] ne-code-content {
background-color: rgba(255, 255, 255, 0.08);
}
.ne-engine.ne-typography-classic ne-code ne-code-content ne-text,
.ne-viewer.ne-typography-classic ne-code ne-code-content ne-text {
font-size: 15px;
}
.ne-engine.ne-typography-traditional ne-code ne-code-content ne-text,
.ne-viewer.ne-typography-traditional ne-code ne-code-content ne-text {
font-size: 14px;
}
.ne-engine ne-code ne-code-content ne-text[ne-fontsize='12'],
.ne-viewer ne-code ne-code-content ne-text[ne-fontsize='12'] {
font-size: 12px;
line-height: 15px;
}
.ne-engine ne-code ne-code-content ne-text[ne-fontsize='13'],
.ne-viewer ne-code ne-code-content ne-text[ne-fontsize='13'] {
font-size: 13px;
line-height: 15px;
}
.ne-engine ne-code ne-code-content ne-text[ne-fontsize='14'],
.ne-viewer ne-code ne-code-content ne-text[ne-fontsize='14'] {
font-size: 14px;
}
.ne-engine ne-code ne-code-content ne-text[ne-fontsize='15'],
.ne-viewer ne-code ne-code-content ne-text[ne-fontsize='15'] {
font-size: 15px;
}
.ne-engine ne-code ne-code-content ne-text[ne-fontsize='16'],
.ne-viewer ne-code ne-code-content ne-text[ne-fontsize='16'] {
font-size: 16px;
}
.ne-engine ne-code ne-code-content ne-text[ne-fontsize='17'],
.ne-viewer ne-code ne-code-content ne-text[ne-fontsize='17'] {
font-size: 16px;
}
.ne-engine ne-code ne-code-content ne-text[ne-fontsize='18'],
.ne-viewer ne-code ne-code-content ne-text[ne-fontsize='18'] {
font-size: 17px;
}
.ne-engine ne-code ne-code-content ne-text[ne-fontsize='19'],
.ne-viewer ne-code ne-code-content ne-text[ne-fontsize='19'] {
font-size: 18px;
}
.ne-engine ne-code ne-code-content ne-text[ne-fontsize='20'],
.ne-viewer ne-code ne-code-content ne-text[ne-fontsize='20'] {
font-size: 19px;
}
.ne-engine ne-code ne-code-content ne-text[ne-fontsize='22'],
.ne-viewer ne-code ne-code-content ne-text[ne-fontsize='22'] {
font-size: 21px;
}
.ne-engine ne-code ne-code-content ne-text[ne-fontsize='24'],
.ne-viewer ne-code ne-code-content ne-text[ne-fontsize='24'] {
font-size: 23px;
}
.ne-engine ne-code ne-code-content ne-text[ne-fontsize='29'],
.ne-viewer ne-code ne-code-content ne-text[ne-fontsize='29'] {
font-size: 28px;
}
.ne-engine ne-code ne-code-content ne-text[ne-fontsize='32'],
.ne-viewer ne-code ne-code-content ne-text[ne-fontsize='32'] {
font-size: 31px;
}
.ne-engine ne-code ne-code-content ne-text[ne-fontsize='40'],
.ne-viewer ne-code ne-code-content ne-text[ne-fontsize='40'] {
font-size: 38px;
}
.ne-engine ne-code ne-code-content ne-text[ne-fontsize='48'],
.ne-viewer ne-code ne-code-content ne-text[ne-fontsize='48'] {
font-size: 45px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-t-button {
cursor: pointer;
outline: none;
box-shadow: none;
border-radius: 2px;
display: inline-flex;
justify-content: center;
align-items: center;
background: transparent;
}
.ne-ui-t-button[disabled] {
opacity: 0.25;
background: transparent;
}
.ne-ui-t-button:after {
display: none !important;
}
.ne-ui-t-button:active,
.ne-ui-t-button:focus {
background: transparent;
}
.ne-ui-t-button:hover,
.ne-ui-t-button.ant-dropdown-open {
background: var(--yq-yuque-grey-2);
color: var(--yq-text-primary);
}
.ne-ui-t-button.checked {
background: var(--yq-bg-primary-hover-light);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-ui-overlay-button {
width: 28px;
height: 28px;
padding: 0;
border: none;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-overlay-divider {
width: 1px;
height: 14px;
border-left: 1px solid var(--yq-border-primary);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-overlay {
background-color: var(--yq-bg-foreground);
border: 1px solid var(--yq-border-primary);
box-shadow: 0 8px 16px 4px hsla(0, 0%, 0%, 0.04);
color: var(--yq-text-primary);
}
.ne-ui-overlay {
display: flex;
flex-direction: row;
align-items: center;
padding: 6px 12px;
background: var(--yq-bg-primary);
}
.ne-ui-overlay .ne-ui-overlay-item {
margin-left: 8px;
}
.ne-ui-overlay .ne-ui-overlay-item:first-child {
margin-left: 0;
}
.ne-ui-overlay-bar-wrap .ant-popover-arrow {
display: none;
}
.ne-ui-overlay-bar-wrap .ant-popover-inner-content {
padding: 0;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-mode-menu-panel {
position: absolute;
top: 0;
left: -1px;
z-index: 9999;
margin-top: 6px;
width: 150px;
border-radius: 4px;
border: 1px solid var(--yq-border-primary);
box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.13);
background-color: var(--yq-bg-primary);
transform: translateX(-150px);
}
.ne-ui-mode-menu-list {
width: 100%;
padding: 8px;
cursor: pointer;
}
.ne-ui-mode-menu-item {
display: flex;
align-items: center;
width: 100%;
height: 32px;
padding: 8px;
border-radius: 4px;
font-size: 14px;
color: var(--yq-text-primary);
}
.ne-ui-mode-menu-item:hover,
.ne-ui-mode-menu-item-selected {
background-color: var(--yq-bg-primary-hover);
}
.ne-ui-mode-menu-item .ne-ui-mode-menu-item-title {
margin-left: 8px;
flex: 1;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-link-editor {
background-color: var(--yq-bg-foreground);
border: 1px solid var(--yq-border-primary);
box-shadow: 0 8px 16px 4px hsla(0, 0%, 0%, 0.04);
color: var(--yq-text-primary);
}
.ne-link-editor {
width: 365px;
max-width: calc(100vw - 32px);
border-radius: 5px;
padding: 16px 12px;
font-size: 14px;
}
.ne-link-editor .ne-link-editor-field,
.ne-link-editor .ne-link-editor-field-title {
margin-bottom: 16px;
}
.ne-link-editor .ne-link-error-tip {
color: var(--yq-red-6);
margin-top: 16px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
ne-link {
display: inline;
text-indent: 0;
position: relative;
}
ne-link-content {
display: inline;
cursor: pointer;
color: var(--yq-text-link);
caret-color: var(--yq-black) !important;
}
ne-link-content:hover {
background: rgba(95, 168, 246, 0.2);
}
ne-link-content ne-text {
color: var(--yq-text-link);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-paint-formatting {
cursor: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2232px%22%20height%3D%2222px%22%20viewBox%3D%220%200%2032%2022%22%20version%3D%221.1%22%3E%3Ctitle%3E%u753B%u677F%3C/title%3E%3Cdefs%3E%3Cpath%20d%3D%22M1.98238696%2C8.93070537%20L1.98238696%2C7.94670537%20L2.98438696%2C7.94670537%20L2.98438696%2C2.82172366%20C2.86526604%2C2.46632579%202.33755453%2C1.73387714%202.07909532%2C1.53244072%20C1.82245859%2C1.33385277%201.51846322%2C1.18356053%201.17974005%2C1.07623055%20C1.09361789%2C1.04867962%200.942233098%2C1.02608568%200.752704803%2C1.01318705%20C0.547546769%2C0.99922471%200.324838037%2C0.997431773%200.122456031%2C1.00289596%20C0.0577095542%2C1.0049281%200.0577095542%2C1.0049281%200.0461739234%2C1.00547208%20L2.66453526e-15%2C0.00653866278%20C0.0201288131%2C0.00561901141%200.0201288131%2C0.00561901141%200.095466479%2C0.00326024734%20C0.326813823%2C-0.00298598914%200.57886869%2C-0.000956798402%200.82060425%2C0.0154948802%20C1.08383002%2C0.0334091071%201.30523442%2C0.0664533548%201.48311677%2C0.123360851%20C1.92613162%2C0.263734745%202.33443502%2C0.465595821%202.69244577%2C0.742631738%20C2.92220036%2C0.921693142%203.22249704%2C1.27542805%203.47419998%2C1.65264521%20C3.73327327%2C1.2768273%204.04523695%2C0.928194595%204.30613304%2C0.748389847%20C4.73300675%2C0.452017529%205.12144633%2C0.241589862%205.49261188%2C0.123985302%20C5.67183876%2C0.0665134984%205.89339455%2C0.0334392002%206.15695686%2C0.0155333346%20C6.39828739%2C-0.00086215042%206.64992391%2C-0.00287712455%206.88091587%2C0.00336029265%20C6.95624626%2C0.00571905714%206.95624626%2C0.00571905714%206.97637392%2C0.00663866278%20L6.9302%2C1.00557208%20C6.91866322%2C1.00502805%206.91866322%2C1.00502805%206.85392296%2C1.00299592%20C6.65186148%2C0.997539703%206.42953662%2C0.999319964%206.2247385%2C1.01323351%20C6.03513065%2C1.02611507%205.88376607%2C1.04871108%205.79631677%2C1.07674989%20C5.53439856%2C1.15974142%205.22808562%2C1.32567897%204.87502342%2C1.5708014%20C4.59703217%2C1.76238997%204.11677653%2C2.41431766%203.97038696%2C2.80892139%20L3.97038696%2C7.94670537%20L4.96838696%2C7.94670537%20L4.96838696%2C8.93070537%20L3.97038696%2C8.93070537%20L3.97038696%2C13.105686%20C4.11670515%2C13.5000221%204.59679626%2C14.1508096%204.87723109%2C14.3433396%20C5.22794492%2C14.5878372%205.53331353%2C14.7530473%205.79898646%2C14.835715%20C5.88455642%2C14.8633576%206.03571032%2C14.8861134%206.22510548%2C14.8991205%20C6.43008749%2C14.9131981%206.65261707%2C14.9150397%206.85467786%2C14.9095877%20C6.91881525%2C14.9075757%206.91881525%2C14.9075757%206.9302%2C14.9070387%20L6.97637392%2C15.9059721%20C6.95638406%2C15.9068853%206.95638406%2C15.9068853%206.88164995%2C15.9092239%20C6.65044146%2C15.9154624%206.39838542%2C15.9133764%206.15658989%2C15.8967706%20C5.89281487%2C15.8786553%205.67104842%2C15.8452689%205.49678181%2C15.7889425%20C5.12245551%2C15.6725096%204.73298559%2C15.4617992%204.30830631%2C15.1657213%20C4.04607558%2C14.9857034%203.73313494%2C14.6366765%203.47358647%2C14.260493%20C3.2222%2C14.6368595%202.92226549%2C14.9900484%202.69181313%2C15.1704712%20C2.33440151%2C15.4481035%201.92492528%2C15.6505444%201.48545655%2C15.7885022%20C1.30602372%2C15.8463289%201.08440926%2C15.8796848%200.82097149%2C15.8978083%20C0.578770634%2C15.9144708%200.326296046%2C15.9165712%200.0947322934%2C15.910324%20C0.0199910052%2C15.9079853%200.0199910052%2C15.9079853%200%2C15.9070721%20L0.0461739234%2C14.9081387%20C0.0575575289%2C14.9086757%200.0575575289%2C14.9086757%200.12170105%2C14.9106877%20C0.324082071%2C14.9161477%200.546995551%2C14.9142932%200.752337563%2C14.9001664%20C0.941653857%2C14.8871422%201.09282859%2C14.8643884%201.18231791%2C14.8355632%20C1.51818058%2C14.7301179%201.82187326%2C14.5799754%202.07685728%2C14.381912%20C2.33817654%2C14.1773204%202.865383%2C13.4458836%202.97005625%2C13.0867107%20L2.98438696%2C8.93070537%20L1.98238696%2C8.93070537%20Z%22%20id%3D%22path-1%22/%3E%3Cfilter%20x%3D%22-21.5%25%22%20y%3D%22-9.4%25%22%20width%3D%22143.0%25%22%20height%3D%22118.9%25%22%20filterUnits%3D%22objectBoundingBox%22%20id%3D%22filter-2%22%3E%3CfeOffset%20dx%3D%220%22%20dy%3D%220%22%20in%3D%22SourceAlpha%22%20result%3D%22shadowOffsetOuter1%22/%3E%3CfeGaussianBlur%20stdDeviation%3D%220.5%22%20in%3D%22shadowOffsetOuter1%22%20result%3D%22shadowBlurOuter1%22/%3E%3CfeColorMatrix%20values%3D%220%200%200%200%201%20%20%200%200%200%200%201%20%20%200%200%200%200%201%20%200%200%200%201%200%22%20type%3D%22matrix%22%20in%3D%22shadowBlurOuter1%22/%3E%3C/filter%3E%3C/defs%3E%3Cg%20id%3D%22%u753B%u677F%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22format-painter%22%20transform%3D%22translate%2813.000000%2C%202.000000%29%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%3Crect%20id%3D%22%u77E9%u5F62%22%20opacity%3D%220%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2218%22%20height%3D%2218%22/%3E%3Cpath%20d%3D%22M13.5%2C3.65625%20L15.3280723%2C3.65625%20C15.7164082%2C3.65625%2016.0311973%2C3.97105664%2016.0311973%2C4.359375%20L16.0311973%2C8.015625%20C16.0311973%2C8.40394336%2015.7164082%2C8.71875%2015.3280723%2C8.71875%20L9.15820312%2C8.71875%20L9.15820312%2C10.265625%20L9.93164062%2C10.265625%20C10.0093057%2C10.265625%2010.0722656%2C10.328585%2010.0722656%2C10.40625%20L10.0722656%2C14.5546875%20C10.0722656%2C15.3701719%209.4111875%2C16.03125%208.59570312%2C16.03125%20C7.78021875%2C16.03125%207.11914062%2C15.3701719%207.11914062%2C14.5546875%20L7.11914062%2C10.40625%20C7.11914062%2C10.328585%207.18210058%2C10.265625%207.25976562%2C10.265625%20L8.03320312%2C10.265625%20L8.03320312%2C8.296875%20C8.03320312%2C7.90855664%208.34800977%2C7.59375%208.73632812%2C7.59375%20L14.9061973%2C7.59375%20L14.9061973%2C4.78125%20L13.5%2C4.78125%20L13.5%2C6.046875%20C13.5%2C6.27987305%2013.311123%2C6.46875%2013.078125%2C6.46875%20L3.234375%2C6.46875%20C3.00137695%2C6.46875%202.8125%2C6.27987305%202.8125%2C6.046875%20L2.8125%2C2.390625%20C2.8125%2C2.15762695%203.00137695%2C1.96875%203.234375%2C1.96875%20L13.078125%2C1.96875%20C13.311123%2C1.96875%2013.5%2C2.15762695%2013.5%2C2.390625%20L13.5%2C3.65625%20Z%22%20id%3D%22%u8DEF%u5F84%22/%3E%3C/g%3E%3Cg%20id%3D%22%u7F16%u7EC4%22%20transform%3D%22translate%28-9.500000%2C%20-5.000000%29%22%3E%3Cg%20id%3D%22Cursor%22%20transform%3D%22translate%2813.000000%2C%208.000000%29%22%3E%3Cuse%20fill%3D%22black%22%20fill-opacity%3D%221%22%20filter%3D%22url%28%23filter-2%29%22%20xlink%3Ahref%3D%22%23path-1%22/%3E%3Cuse%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20xlink%3Ahref%3D%22%23path-1%22/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A) 5 10, text;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
ne-alert {
display: block;
width: 100%;
margin: 4px 0;
padding: 10px;
border-radius: 4px;
color: var(--yq-text-primary);
line-height: 1.74;
}
ne-alert.app-ne-brick-highlight {
border-color: var(--yq-blue-6) !important;
box-shadow: 0px 0px 0px 0.5px var(--yq-blue-6) !important;
}
ne-alert.ne-brick-highlight {
border-color: var(--yq-cardborder-hover) !important;
}
ne-alert[ne-alert-type='tips'] {
background-color: var(--yq-yuque-grey-3);
border: 1px solid transparent;
}
ne-alert[ne-alert-type='tips'].focused,
ne-alert[ne-alert-type='tips']:hover {
border: 1px solid var(--yq-yuque-grey-4);
}
ne-alert[ne-alert-type='info'] {
background-color: rgba(192, 221, 252, 0.5);
border: 1px solid transparent;
}
ne-alert[ne-alert-type='info'].focused,
ne-alert[ne-alert-type='info']:hover {
border: 1px solid var(--yq-blue-3);
}
ne-alert[ne-alert-type='color1'] {
background-color: rgba(181, 239, 242, 0.5);
border: 1px solid transparent;
}
ne-alert[ne-alert-type='color1'].focused,
ne-alert[ne-alert-type='color1']:hover {
border: 1px solid var(--yq-cyan-3);
}
ne-alert[ne-alert-type='color2'] {
background-color: rgba(199, 240, 223, 0.5);
border: 1px solid transparent;
}
ne-alert[ne-alert-type='color2'].focused,
ne-alert[ne-alert-type='color2']:hover {
border: 1px solid var(--yq-yuque-green-3);
}
ne-alert[ne-alert-type='success'] {
background-color: rgba(219, 241, 183, 0.5);
border: 1px solid transparent;
}
ne-alert[ne-alert-type='success'].focused,
ne-alert[ne-alert-type='success']:hover {
border: 1px solid var(--yq-pea-green-3);
}
ne-alert[ne-alert-type='warning'] {
background-color: rgba(246, 225, 172, 0.5);
border: 1px solid transparent;
}
ne-alert[ne-alert-type='warning'].focused,
ne-alert[ne-alert-type='warning']:hover {
border: 1px solid var(--yq-yellow-3);
}
ne-alert[ne-alert-type='color3'] {
background-color: rgba(248, 214, 185, 0.5);
border: 1px solid transparent;
}
ne-alert[ne-alert-type='color3'].focused,
ne-alert[ne-alert-type='color3']:hover {
border: 1px solid var(--yq-orange-3);
}
ne-alert[ne-alert-type='danger'] {
background-color: rgba(248, 206, 211, 0.5);
border: 1px solid transparent;
}
ne-alert[ne-alert-type='danger'].focused,
ne-alert[ne-alert-type='danger']:hover {
border: 1px solid var(--yq-red-3);
}
ne-alert[ne-alert-type='color4'] {
background-color: rgba(247, 196, 226, 0.5);
border: 1px solid transparent;
}
ne-alert[ne-alert-type='color4'].focused,
ne-alert[ne-alert-type='color4']:hover {
border: 1px solid var(--yq-magenta-3);
}
ne-alert[ne-alert-type='color5'] {
background-color: rgba(217, 201, 248, 0.5);
border: 1px solid transparent;
}
ne-alert[ne-alert-type='color5'].focused,
ne-alert[ne-alert-type='color5']:hover {
border: 1px solid var(--yq-purple-3);
}
[data-kumuhana='pouli'] ne-alert[ne-alert-type='tips'] {
background-color: var(--yq-yuque-grey-3);
border: 1px solid transparent;
}
[data-kumuhana='pouli'] ne-alert[ne-alert-type='tips'].focused,
[data-kumuhana='pouli'] ne-alert[ne-alert-type='tips']:hover {
border: 1px solid var(--yq-yuque-grey-4);
}
[data-kumuhana='pouli'] ne-alert[ne-alert-type='info'] {
background-color: rgba(37, 60, 86, 0.5);
border: 1px solid transparent;
}
[data-kumuhana='pouli'] ne-alert[ne-alert-type='info'].focused,
[data-kumuhana='pouli'] ne-alert[ne-alert-type='info']:hover {
border: 1px solid var(--yq-blue-3);
}
[data-kumuhana='pouli'] ne-alert[ne-alert-type='color1'] {
background-color: rgba(37, 83, 86, 0.5);
border: 1px solid transparent;
}
[data-kumuhana='pouli'] ne-alert[ne-alert-type='color1'].focused,
[data-kumuhana='pouli'] ne-alert[ne-alert-type='color1']:hover {
border: 1px solid var(--yq-cyan-3);
}
[data-kumuhana='pouli'] ne-alert[ne-alert-type='color2'] {
background-color: rgba(37, 86, 65, 0.5);
border: 1px solid transparent;
}
[data-kumuhana='pouli'] ne-alert[ne-alert-type='color2'].focused,
[data-kumuhana='pouli'] ne-alert[ne-alert-type='color2']:hover {
border: 1px solid var(--yq-yuque-green-3);
}
[data-kumuhana='pouli'] ne-alert[ne-alert-type='success'] {
background-color: rgba(68, 86, 37, 0.5);
border: 1px solid transparent;
}
[data-kumuhana='pouli'] ne-alert[ne-alert-type='success'].focused,
[data-kumuhana='pouli'] ne-alert[ne-alert-type='success']:hover {
border: 1px solid var(--yq-pea-green-3);
}
[data-kumuhana='pouli'] ne-alert[ne-alert-type='warning'] {
background-color: rgba(86, 72, 37, 0.5);
border: 1px solid transparent;
}
[data-kumuhana='pouli'] ne-alert[ne-alert-type='warning'].focused,
[data-kumuhana='pouli'] ne-alert[ne-alert-type='warning']:hover {
border: 1px solid var(--yq-yellow-3);
}
[data-kumuhana='pouli'] ne-alert[ne-alert-type='color3'] {
background-color: rgba(94, 59, 29, 0.5);
border: 1px solid transparent;
}
[data-kumuhana='pouli'] ne-alert[ne-alert-type='color3'].focused,
[data-kumuhana='pouli'] ne-alert[ne-alert-type='color3']:hover {
border: 1px solid var(--yq-orange-3);
}
[data-kumuhana='pouli'] ne-alert[ne-alert-type='danger'] {
background-color: rgba(91, 32, 39, 0.5);
border: 1px solid transparent;
}
[data-kumuhana='pouli'] ne-alert[ne-alert-type='danger'].focused,
[data-kumuhana='pouli'] ne-alert[ne-alert-type='danger']:hover {
border: 1px solid var(--yq-red-3);
}
[data-kumuhana='pouli'] ne-alert[ne-alert-type='color4'] {
background-color: rgba(91, 31, 66, 0.5);
border: 1px solid transparent;
}
[data-kumuhana='pouli'] ne-alert[ne-alert-type='color4'].focused,
[data-kumuhana='pouli'] ne-alert[ne-alert-type='color4']:hover {
border: 1px solid var(--yq-magenta-3);
}
[data-kumuhana='pouli'] ne-alert[ne-alert-type='color5'] {
background-color: rgba(53, 34, 89, 0.5);
border: 1px solid transparent;
}
[data-kumuhana='pouli'] ne-alert[ne-alert-type='color5'].focused,
[data-kumuhana='pouli'] ne-alert[ne-alert-type='color5']:hover {
border: 1px solid var(--yq-purple-3);
}
.ne-viewer ne-alert:hover {
border: 1px solid transparent !important;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-engine [data-placeholder] {
position: relative;
}
.ne-engine [data-placeholder]::before {
position: absolute;
content: attr(data-placeholder);
color: var(--yq-yuque-grey-5);
user-select: none;
pointer-events: none;
white-space: nowrap;
top: 50%;
transform: translateY(-50%);
padding-left: 2px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
ne-mark {
display: inline;
text-indent: 0;
}
ne-mark-content {
display: inline;
background-color: var(--yq-yellow-5);
padding: 0;
margin: 0 1px;
}
ne-mark-content ne-text {
color: inherit !important;
background: none !important;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
ne-collapse {
display: flex;
border: 1px solid var(--yq-border-primary);
border-radius: 6px;
padding: 8px 30px 8px 0;
margin: 10px 0;
width: 100%;
max-width: 100%;
line-height: 1.74;
}
ne-collapse:hover {
border-color: var(--yq-cardborder-hover);
}
ne-collapse.ne-brick-highlight {
border-color: var(--yq-cardborder-hover);
}
ne-collapse.app-ne-brick-highlight {
border-color: var(--yq-blue-6) !important;
box-shadow: 0px 0px 0px 0.5px var(--yq-blue-6);
}
.ne-viewer[data-viewer-mode='present'] ne-collapse .ne-collapse-folding-inner {
width: 50px;
height: 30px;
margin-top: 10px;
}
.ne-viewer[data-viewer-mode='present'] ne-collapse .ne-collapse-folding-inner .ne-icon,
.ne-viewer[data-viewer-mode='present'] ne-collapse .ne-collapse-folding-inner .ne-icon > span.lake-icon {
font-size: inherit !important;
}
.ne-viewer ne-collapse {
border: none;
padding: 0 20px 12px 0;
}
.ne-viewer ne-collapse [data-placeholder]::before {
position: absolute;
content: attr(data-placeholder);
color: var(--yq-text-disable);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
white-space: nowrap;
top: 50%;
transform: translateY(-50%);
}
.ne-viewer ne-collapse .collapse-controller {
width: 30px;
}
.ne-viewer ne-collapse-content {
max-width: calc(100% - 30px);
}
.ne-viewer ne-collapse .ne-collapse-fold-container {
justify-content: center;
}
ne-collapse .collapse-controller {
width: 30px;
}
ne-collapse-content {
max-width: 100%;
max-width: calc(100% - 30px);
display: block;
flex: 1;
outline: none;
}
ne-collapse ne-summary {
position: relative;
display: block;
}
ne-collapse-content > *:last-child {
margin-bottom: 0;
}
ne-collapse .ne-collapse-fold-container {
display: flex;
justify-content: center;
align-items: center;
}
ne-collapse[ne-open='false'] ne-collapse-content > * {
display: none;
}
ne-collapse[ne-open='false'] ne-collapse-content > ne-summary {
display: block;
}
ne-collapse .ne-collapse-folding-inner {
display: flex;
justify-content: center;
align-items: center;
width: 20px;
height: 20px;
}
ne-collapse .ne-collapse-folding-inner:hover {
background-color: var(--yq-bg-primary-hover);
border-radius: 4px;
}
ne-collapse .ne-collapse-folding-inner.ne-collapse-fold-disabled .ne-icon {
cursor: not-allowed;
}
ne-collapse .ne-collapse-folding-inner .ne-icon {
cursor: pointer;
color: var(--yq-text-primary);
}
ne-collapse.content-empty .ne-collapse-folding-inner .ne-icon {
color: var(--yq-text-caption);
}
.ne-viewer.ne-paragraph-spacing-relax.ne-typography-classic ne-collapse[ne-open='false'] ne-collapse-content > ne-summary,
.ne-viewer.ne-paragraph-spacing-relax.ne-typography-classic ne-collapse-content > :last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic ne-collapse {
padding-bottom: 0;
margin: 2px 0;
}
.ne-engine.ne-typography-classic ne-collapse[ne-open='false'] ne-collapse-content > ne-summary {
margin-bottom: 0 !important;
}
.ne-engine.ne-typography-classic ne-collapse ne-summary ne-text,
.ne-viewer.ne-typography-classic ne-collapse ne-summary ne-text,
.ne-engine.ne-typography-classic ne-collapse ne-summary ne-card[data-card-type='inline'],
.ne-viewer.ne-typography-classic ne-collapse ne-summary ne-card[data-card-type='inline'],
.ne-engine.ne-typography-classic ne-collapse ne-summary .ne-b-filler,
.ne-viewer.ne-typography-classic ne-collapse ne-summary .ne-b-filler,
.ne-engine.ne-typography-classic ne-collapse ne-summary ne-code ne-text,
.ne-viewer.ne-typography-classic ne-collapse ne-summary ne-code ne-text {
font-size: 15px !important;
}
.ne-engine.ne-typography-classic ne-collapse .ne-collapse-fold-container,
.ne-viewer.ne-typography-classic ne-collapse .ne-collapse-fold-container {
height: 26.1px;
}
.ne-engine.ne-typography-classic.fz12 ne-collapse ne-summary ne-text,
.ne-viewer.ne-typography-classic.fz12 ne-collapse ne-summary ne-text,
.ne-engine.ne-typography-classic.fz12 ne-collapse ne-summary ne-card[data-card-type='inline'],
.ne-viewer.ne-typography-classic.fz12 ne-collapse ne-summary ne-card[data-card-type='inline'],
.ne-engine.ne-typography-classic.fz12 ne-collapse ne-summary .ne-b-filler,
.ne-viewer.ne-typography-classic.fz12 ne-collapse ne-summary .ne-b-filler,
.ne-engine.ne-typography-classic.fz12 ne-collapse ne-summary ne-code ne-text,
.ne-viewer.ne-typography-classic.fz12 ne-collapse ne-summary ne-code ne-text {
font-size: 12px !important;
}
.ne-engine.ne-typography-classic.fz12 ne-collapse .ne-collapse-fold-container,
.ne-viewer.ne-typography-classic.fz12 ne-collapse .ne-collapse-fold-container {
height: 20.88px;
}
.ne-engine.ne-typography-classic.fz13 ne-collapse ne-summary ne-text,
.ne-viewer.ne-typography-classic.fz13 ne-collapse ne-summary ne-text,
.ne-engine.ne-typography-classic.fz13 ne-collapse ne-summary ne-card[data-card-type='inline'],
.ne-viewer.ne-typography-classic.fz13 ne-collapse ne-summary ne-card[data-card-type='inline'],
.ne-engine.ne-typography-classic.fz13 ne-collapse ne-summary .ne-b-filler,
.ne-viewer.ne-typography-classic.fz13 ne-collapse ne-summary .ne-b-filler,
.ne-engine.ne-typography-classic.fz13 ne-collapse ne-summary ne-code ne-text,
.ne-viewer.ne-typography-classic.fz13 ne-collapse ne-summary ne-code ne-text {
font-size: 13px !important;
}
.ne-engine.ne-typography-classic.fz13 ne-collapse .ne-collapse-fold-container,
.ne-viewer.ne-typography-classic.fz13 ne-collapse .ne-collapse-fold-container {
height: 22.62px;
}
.ne-engine.ne-typography-classic.fz14 ne-collapse ne-summary ne-text,
.ne-viewer.ne-typography-classic.fz14 ne-collapse ne-summary ne-text,
.ne-engine.ne-typography-classic.fz14 ne-collapse ne-summary ne-card[data-card-type='inline'],
.ne-viewer.ne-typography-classic.fz14 ne-collapse ne-summary ne-card[data-card-type='inline'],
.ne-engine.ne-typography-classic.fz14 ne-collapse ne-summary .ne-b-filler,
.ne-viewer.ne-typography-classic.fz14 ne-collapse ne-summary .ne-b-filler,
.ne-engine.ne-typography-classic.fz14 ne-collapse ne-summary ne-code ne-text,
.ne-viewer.ne-typography-classic.fz14 ne-collapse ne-summary ne-code ne-text {
font-size: 14px !important;
}
.ne-engine.ne-typography-classic.fz14 ne-collapse .ne-collapse-fold-container,
.ne-viewer.ne-typography-classic.fz14 ne-collapse .ne-collapse-fold-container {
height: 24.36px;
}
.ne-engine.ne-typography-classic.fz15 ne-collapse ne-summary ne-text,
.ne-viewer.ne-typography-classic.fz15 ne-collapse ne-summary ne-text,
.ne-engine.ne-typography-classic.fz15 ne-collapse ne-summary ne-card[data-card-type='inline'],
.ne-viewer.ne-typography-classic.fz15 ne-collapse ne-summary ne-card[data-card-type='inline'],
.ne-engine.ne-typography-classic.fz15 ne-collapse ne-summary .ne-b-filler,
.ne-viewer.ne-typography-classic.fz15 ne-collapse ne-summary .ne-b-filler,
.ne-engine.ne-typography-classic.fz15 ne-collapse ne-summary ne-code ne-text,
.ne-viewer.ne-typography-classic.fz15 ne-collapse ne-summary ne-code ne-text {
font-size: 15px !important;
}
.ne-engine.ne-typography-classic.fz15 ne-collapse .ne-collapse-fold-container,
.ne-viewer.ne-typography-classic.fz15 ne-collapse .ne-collapse-fold-container {
height: 26.1px;
}
.ne-engine.ne-typography-classic.fz16 ne-collapse ne-summary ne-text,
.ne-viewer.ne-typography-classic.fz16 ne-collapse ne-summary ne-text,
.ne-engine.ne-typography-classic.fz16 ne-collapse ne-summary ne-card[data-card-type='inline'],
.ne-viewer.ne-typography-classic.fz16 ne-collapse ne-summary ne-card[data-card-type='inline'],
.ne-engine.ne-typography-classic.fz16 ne-collapse ne-summary .ne-b-filler,
.ne-viewer.ne-typography-classic.fz16 ne-collapse ne-summary .ne-b-filler,
.ne-engine.ne-typography-classic.fz16 ne-collapse ne-summary ne-code ne-text,
.ne-viewer.ne-typography-classic.fz16 ne-collapse ne-summary ne-code ne-text {
font-size: 16px !important;
}
.ne-engine.ne-typography-classic.fz16 ne-collapse .ne-collapse-fold-container,
.ne-viewer.ne-typography-classic.fz16 ne-collapse .ne-collapse-fold-container {
height: 27.84px;
}
.ne-engine.ne-typography-classic.fz19 ne-collapse ne-summary ne-text,
.ne-viewer.ne-typography-classic.fz19 ne-collapse ne-summary ne-text,
.ne-engine.ne-typography-classic.fz19 ne-collapse ne-summary ne-card[data-card-type='inline'],
.ne-viewer.ne-typography-classic.fz19 ne-collapse ne-summary ne-card[data-card-type='inline'],
.ne-engine.ne-typography-classic.fz19 ne-collapse ne-summary .ne-b-filler,
.ne-viewer.ne-typography-classic.fz19 ne-collapse ne-summary .ne-b-filler,
.ne-engine.ne-typography-classic.fz19 ne-collapse ne-summary ne-code ne-text,
.ne-viewer.ne-typography-classic.fz19 ne-collapse ne-summary ne-code ne-text {
font-size: 19px !important;
}
.ne-engine.ne-typography-classic.fz19 ne-collapse .ne-collapse-fold-container,
.ne-viewer.ne-typography-classic.fz19 ne-collapse .ne-collapse-fold-container {
height: 33.06px;
}
.ne-engine.ne-typography-classic.fz22 ne-collapse ne-summary ne-text,
.ne-viewer.ne-typography-classic.fz22 ne-collapse ne-summary ne-text,
.ne-engine.ne-typography-classic.fz22 ne-collapse ne-summary ne-card[data-card-type='inline'],
.ne-viewer.ne-typography-classic.fz22 ne-collapse ne-summary ne-card[data-card-type='inline'],
.ne-engine.ne-typography-classic.fz22 ne-collapse ne-summary .ne-b-filler,
.ne-viewer.ne-typography-classic.fz22 ne-collapse ne-summary .ne-b-filler,
.ne-engine.ne-typography-classic.fz22 ne-collapse ne-summary ne-code ne-text,
.ne-viewer.ne-typography-classic.fz22 ne-collapse ne-summary ne-code ne-text {
font-size: 22px !important;
}
.ne-engine.ne-typography-classic.fz22 ne-collapse .ne-collapse-fold-container,
.ne-viewer.ne-typography-classic.fz22 ne-collapse .ne-collapse-fold-container {
height: 38.28px;
}
.ne-engine.ne-typography-classic.fz24 ne-collapse ne-summary ne-text,
.ne-viewer.ne-typography-classic.fz24 ne-collapse ne-summary ne-text,
.ne-engine.ne-typography-classic.fz24 ne-collapse ne-summary ne-card[data-card-type='inline'],
.ne-viewer.ne-typography-classic.fz24 ne-collapse ne-summary ne-card[data-card-type='inline'],
.ne-engine.ne-typography-classic.fz24 ne-collapse ne-summary .ne-b-filler,
.ne-viewer.ne-typography-classic.fz24 ne-collapse ne-summary .ne-b-filler,
.ne-engine.ne-typography-classic.fz24 ne-collapse ne-summary ne-code ne-text,
.ne-viewer.ne-typography-classic.fz24 ne-collapse ne-summary ne-code ne-text {
font-size: 24px !important;
}
.ne-engine.ne-typography-classic.fz24 ne-collapse .ne-collapse-fold-container,
.ne-viewer.ne-typography-classic.fz24 ne-collapse .ne-collapse-fold-container {
height: 41.76px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
默认主题下的基础色板
**/
ne-container-hole[data-card='columns'] {
margin: 14px auto;
}
ne-container-hole[data-card='columns'] > .ne-i-filler:first-child {
transform: translateX(-6px);
}
ne-container-hole[data-card='columns'] > .ne-i-filler:last-child {
transform: translateX(6px);
}
ne-columns {
width: 100%;
position: relative;
user-select: none;
z-index: 1;
/* 小圆点指示器 用来提醒用户可以点击添加的区域 */
/* 分栏处于拖拽大小的过程中 */
/* 处于最大分栏禁止新增新的分栏 */
}
ne-columns .columns-add,
ne-columns .columns-remove {
position: absolute;
display: none;
width: 2px;
top: 0;
left: 0;
bottom: 0;
pointer-events: none;
}
ne-columns .columns-add {
background-color: var(--yq-blue-5);
}
ne-columns .columns-add-button,
ne-columns .columns-remove-button {
position: absolute;
background-color: var(--yq-bg-primary);
width: 24px;
height: 24px;
border: 1px solid var(--yq-border-primary);
border-radius: 6px;
top: 0;
left: 50%;
transform: translate(-50%, -100%);
color: var(--yq-text-link);
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
pointer-events: all;
z-index: 2;
}
ne-columns .columns-drag-button {
width: 40px;
height: 12px;
border-radius: 6px;
background-color: var(--yq-yuque-grey-2);
cursor: grab;
pointer-events: all;
z-index: 2;
top: 0;
left: 50%;
margin-top: -14px;
transform: translate(-50%, 0);
}
ne-columns .columns-drag-button:active {
cursor: grabbing;
}
ne-columns .columns-drag-button:hover {
background-color: var(--yq-cardborder-selected);
}
ne-columns .columns-drag-button:hover::before {
background-color: var(--yq-white);
box-shadow: var(--yq-white) -4px 0px, var(--yq-white) 4px 0px;
}
ne-columns .columns-drag-button.selected {
background-color: var(--yq-cardborder-selected);
}
ne-columns .columns-drag-button.selected .columns-remove-button {
display: flex;
}
ne-columns .columns-drag-button.selected::before {
background-color: var(--yq-white);
box-shadow: var(--yq-white) -4px 0px, var(--yq-white) 4px 0px;
}
ne-columns .columns-drag-button.inRemoveBtn {
background-color: var(--yq-red-6);
}
ne-columns .columns-drag-button .columns-remove-button {
top: -7px;
display: none;
}
ne-columns .columns-drag-button::before {
content: '';
width: 2px;
height: 2px;
border-radius: 100%;
background-color: var(--yq-black);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
box-shadow: var(--yq-black) -4px 0px, var(--yq-black) 4px 0px;
}
ne-columns .columns-remove-button {
color: var(--yq-text-primary);
}
ne-columns .columns-remove-button:hover {
color: var(--yq-red-6);
}
ne-columns .columns-move-inspector {
display: none;
position: absolute;
background-color: var(--yq-blue-6);
width: 2px;
top: -6px;
left: 0;
bottom: -6px;
pointer-events: none;
}
ne-columns .columns-move-inspector.show {
display: block;
}
ne-columns.ne-columns-removable .columns-remove {
display: block;
}
ne-columns .columns-start-add,
ne-columns .columns-end-add {
bottom: 6px;
position: absolute;
top: -17px;
left: -18px;
width: 20px;
height: 20px;
background-color: transparent;
display: block;
}
ne-columns .columns-end-add {
left: initial;
right: -18px;
}
ne-columns .columns-start-add,
ne-columns .columns-end-add,
ne-columns .columns-adder {
display: none;
}
ne-columns .columns-start-add::after,
ne-columns .columns-end-add::after,
ne-columns .columns-adder::after {
content: '';
width: 4px;
height: 4px;
background-color: var(--yq-yuque-grey-5);
border-radius: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
ne-columns.columns-in-selected .columns-start-add,
ne-columns.columns-in-selected .columns-end-add,
ne-columns.columns-in-selected .columns-adder {
display: none !important;
}
ne-columns ne-columns-content {
flex: 1;
display: flex;
flex-direction: row;
justify-content: space-between;
line-height: inherit;
outline: none;
}
ne-columns.ne-focused ne-column-border,
ne-columns:hover ne-column-border,
ne-columns.ne-columns-resizing ne-column-border {
border: 1px solid var(--yq-border-primary);
border-radius: 6px;
}
ne-columns.ne-focused .columns-start-add,
ne-columns:hover .columns-start-add,
ne-columns.ne-focused .columns-end-add,
ne-columns:hover .columns-end-add,
ne-columns.ne-focused .columns-adder,
ne-columns:hover .columns-adder {
display: block;
}
ne-columns.ne-brick-highlight .columns-start-add,
ne-columns.ne-brick-highlight .columns-end-add,
ne-columns.ne-brick-highlight .columns-adder {
display: block;
}
ne-columns.ne-brick-highlight .columns-start-add::after,
ne-columns.ne-brick-highlight .columns-end-add::after,
ne-columns.ne-brick-highlight .columns-adder::after {
background: var(--yq-blue-3);
}
ne-columns.ne-brick-highlight ne-column-border {
border: 1px solid var(--yq-blue-3);
background-color: rgba(217, 234, 252, 0.5);
transition: background-color ease 0.3s;
}
ne-columns ne-column-border {
border-radius: 6px;
}
ne-columns.ne-columns-inserting .columns-add {
display: block;
}
ne-columns.ne-columns-inserting ne-column ne-column-controller:hover:after {
display: none;
}
ne-columns.ne-columns-resizing ne-columns-content {
pointer-events: none;
}
ne-columns.ne-columns-resizing ne-column ne-column-controller {
display: none;
}
ne-columns.ne-columns-resizing .columns-add,
ne-columns.ne-columns-resizing .columns-remove {
display: none;
}
ne-columns.ne-columns-resizing .ne-number-show {
display: flex;
}
ne-columns.ne-max-cols .columns-start-add,
ne-columns.ne-max-cols .columns-adder,
ne-columns.ne-max-cols .columns-add-button,
ne-columns.ne-max-cols .columns-end-add {
display: none;
}
ne-columns ne-column {
flex: 1;
min-width: 1px;
margin: 10px 18px 10px 0;
padding-right: 6px;
display: block;
position: relative;
line-height: 1.72;
outline: none;
}
ne-columns ne-column.ne-column-dragging {
opacity: 0.5;
}
ne-columns ne-column.ne-column-removing-border ne-column-border {
border-color: var(--yq-red-4);
}
ne-columns ne-column.ne-column-drag-border ne-column-border {
border-color: var(--yq-cardborder-hover);
}
ne-columns ne-column.ne-column-drag-border.selected ne-column-border {
border-color: var(--yq-cardborder-selected);
}
ne-columns ne-column.ne-column-drag-border.ne-column-removing-border ne-column-border {
border-color: var(--yq-red-4);
}
ne-columns ne-column ne-column-border {
display: block;
position: absolute;
top: -6px;
left: -6px;
right: 0;
bottom: -6px;
user-select: none;
}
ne-columns ne-column ne-column-content {
outline: none;
display: block;
height: auto;
max-width: 100%;
overflow: hidden;
line-height: inherit;
user-select: auto;
position: relative;
}
ne-columns ne-column ne-column-hover {
position: absolute;
right: 0;
left: 0;
top: -20px;
height: 20px;
cursor: default;
user-select: none;
}
ne-columns ne-column .ne-number-show {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
justify-content: center;
align-items: center;
border-radius: 16px;
color: rgb(255, 255, 255);
background-color: rgba(0, 0, 0, 0.65);
padding: 2px 11px;
word-break: keep-all;
white-space: nowrap;
font-size: 14px;
line-height: 24px;
display: none;
z-index: 1;
font-weight: bold;
}
ne-columns ne-column .ne-number-show.is-adjust {
color: var(--yq-text-link);
background-color: var(--yq-blue-1);
}
ne-columns ne-column.ne-columns-resizing ne-column-controller,
ne-columns ne-column.ne-columns-resizing ne-column-controller::after {
display: block;
}
ne-columns ne-column ne-column-controller {
display: block;
position: absolute;
right: -12px;
top: -6px;
bottom: -6px;
width: 12px;
cursor: col-resize;
user-select: none;
/* 分栏添加事件响应元素 */
/* 分栏拖拽指示器 */
}
ne-columns ne-column ne-column-controller .columns-adder {
position: absolute;
top: -20px;
left: -4px;
width: 20px;
height: 20px;
background-color: transparent;
display: none;
cursor: pointer;
}
ne-columns ne-column ne-column-controller::after {
content: '';
display: none;
position: absolute;
top: 0;
max-height: 100%;
height: 60px;
width: 4px;
left: 50%;
top: 50%;
border-radius: 4px;
transform: translate(-50%, -50%);
background-color: var(--yq-blue-5);
}
ne-columns ne-column ne-column-controller:hover::after {
display: block;
}
ne-columns ne-column:first-child {
margin-left: 0;
}
ne-columns ne-column:last-child {
margin-right: 0;
padding-right: 0;
}
ne-columns ne-column:last-child ne-column-border {
right: -6px;
}
ne-columns ne-column:last-child ne-column-controller {
display: none;
}
.ne-ui-columns-drag-moving-tip {
width: 144px;
height: 133px;
border-radius: 6px;
border: 1px solid var(--yq-border-primary);
background-color: rgba(255, 255, 255, 0.9);
color: rgb(38, 38, 38);
position: relative;
}
.ne-ui-columns-drag-moving-tip:before {
content: '';
position: absolute;
top: 16px;
left: 10px;
right: 10px;
height: 8px;
border-radius: 6px;
background: linear-gradient(0.25turn, var(--yq-yuque-grey-3), var(--yq-yuque-grey-4));
}
.ne-ui-columns-drag-moving-tip:after {
content: '';
position: absolute;
top: 90px;
left: 10px;
right: 10px;
height: 31px;
border-radius: 6px;
background: linear-gradient(0.25turn, var(--yq-yuque-grey-3), var(--yq-yuque-grey-4));
}
.ne-ui-columns-drag-moving-tip .ne-ui-columns-drag-text:before {
content: '';
position: absolute;
top: 34px;
left: 10px;
right: 56px;
height: 15px;
border-radius: 6px;
background: linear-gradient(0.25turn, var(--yq-yuque-grey-3), var(--yq-yuque-grey-4));
}
.ne-ui-columns-drag-moving-tip .ne-ui-columns-drag-text:after {
content: attr(data-content);
position: absolute;
top: 59px;
left: 10px;
right: 10px;
}
/* 移动端的样式 */
ne-columns.ne-columns-h5 ne-columns-content,
.ne-paragraph-spacing-relax.ne-typography-classic ne-columns.ne-columns-h5 ne-columns-content {
flex-direction: column;
}
ne-columns.ne-columns-h5 ne-column,
.ne-paragraph-spacing-relax.ne-typography-classic ne-columns.ne-columns-h5 ne-column {
margin-top: 18px;
margin-right: 0;
padding-right: 0;
}
ne-columns.ne-columns-h5 ne-column:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic ne-columns.ne-columns-h5 ne-column:first-child {
margin-top: 0;
}
ne-columns.ne-columns-h5 ne-column ne-column-border,
.ne-paragraph-spacing-relax.ne-typography-classic ne-columns.ne-columns-h5 ne-column ne-column-border {
right: -6px;
}
ne-columns.ne-columns-h5 ne-column .columns-hover,
.ne-paragraph-spacing-relax.ne-typography-classic ne-columns.ne-columns-h5 ne-column .columns-hover,
ne-columns.ne-columns-h5 ne-column ne-column-controller,
.ne-paragraph-spacing-relax.ne-typography-classic ne-columns.ne-columns-h5 ne-column ne-column-controller {
display: none;
}
ne-columns.ne-columns-h5 .columns-add,
.ne-paragraph-spacing-relax.ne-typography-classic ne-columns.ne-columns-h5 .columns-add,
ne-columns.ne-columns-h5 .columns-hover,
.ne-paragraph-spacing-relax.ne-typography-classic ne-columns.ne-columns-h5 .columns-hover,
ne-columns.ne-columns-h5 .columns-remove,
.ne-paragraph-spacing-relax.ne-typography-classic ne-columns.ne-columns-h5 .columns-remove,
ne-columns.ne-columns-h5 .columns-start-add,
.ne-paragraph-spacing-relax.ne-typography-classic ne-columns.ne-columns-h5 .columns-start-add,
ne-columns.ne-columns-h5 .columns-end-add,
.ne-paragraph-spacing-relax.ne-typography-classic ne-columns.ne-columns-h5 .columns-end-add {
display: none;
}
/* 新排版的样式 */
.ne-engine.ne-typography-classic.ne-paragraph-spacing-relax ne-container-hole[data-card='columns'] {
margin: 20px auto;
}
.ne-engine.ne-typography-classic.ne-paragraph-spacing-relax ne-container-hole[data-card='columns'] .columns-start-add,
.ne-engine.ne-typography-classic.ne-paragraph-spacing-relax ne-container-hole[data-card='columns'] .columns-end-add {
top: -26px;
}
.ne-engine.ne-typography-classic.ne-paragraph-spacing-relax ne-container-hole[data-card='columns'] ne-columns[ne-fake-selection]::after {
top: -6px;
bottom: -6px;
}
.ne-engine.ne-typography-classic.ne-paragraph-spacing-relax ne-container-hole[data-card='columns'] ne-columns .columns-add,
.ne-engine.ne-typography-classic.ne-paragraph-spacing-relax ne-container-hole[data-card='columns'] ne-columns .columns-remove {
top: -8px;
bottom: -6px;
}
.ne-engine.ne-typography-classic.ne-paragraph-spacing-relax ne-container-hole[data-card='columns'] ne-column-content > .ne-spacing-all:last-child {
margin-bottom: 0;
}
/** 子元素尾部处理 **/
ne-columns ne-column-content > .ne-spacing-all:last-child {
margin-bottom: 0;
}
/*内部卡片处理*/
ne-columns ne-column ne-card[data-card-name='calendar'] {
max-width: 100%;
overflow: hidden;
}
ne-columns ne-column ne-card[data-card-name='calendar'] > .ne-card-container,
ne-columns ne-column ne-card[data-card-name='calendar'] > ne-card-root {
min-width: 300px;
}
ne-columns ne-column ne-card[data-card-name='checkIn'] {
max-width: 100%;
overflow: hidden;
}
ne-columns ne-column ne-card[data-card-name='checkIn'] > .ne-card-container,
ne-columns ne-column ne-card[data-card-name='checkIn'] > ne-card-root {
min-width: 260px;
}
ne-columns ne-column ne-card[data-card-name='vote'] {
max-width: 100%;
overflow: hidden;
}
ne-columns ne-column ne-card[data-card-name='vote'] > .ne-card-container,
ne-columns ne-column ne-card[data-card-name='vote'] > ne-card-root {
min-width: 360px;
}
ne-columns ne-column ne-card[data-card-name='lockedtext'] {
max-width: 100%;
overflow: hidden;
}
ne-columns ne-column ne-card[data-card-name='lockedtext'] > .ne-card-container,
ne-columns ne-column ne-card[data-card-name='lockedtext'] > ne-card-root {
min-width: 380px;
}
/* 内部卡片全屏样式处理 */
.ne-ui-max-view ne-columns {
position: initial;
}
.ne-ui-max-view ne-columns ne-column {
position: initial;
}
.ne-ui-max-view ne-columns ne-column ne-column-content {
position: initial;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-brick-table-inner {
overflow-x: hidden;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-collaboration-layer {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
z-index: 1;
}
.ne-collaboration-layer .ne-collaboration-cursor {
position: absolute;
width: 2px;
}
.ne-collaboration-layer .ne-collaboration-cursor .ne-collaboration-user {
position: absolute;
left: -2px;
top: -4px;
background: inherit;
width: 6px;
height: 6px;
border-radius: 6px;
overflow: hidden;
color: var(--yq-white);
cursor: pointer;
transition: all 0.1s linear;
}
.ne-collaboration-layer .ne-collaboration-cursor:hover .ne-collaboration-user,
.ne-collaboration-layer .ne-collaboration-cursor.active .ne-collaboration-user {
top: -16px;
padding: 0 4px;
font-size: 12px;
line-height: 16px;
height: 16px;
width: auto;
white-space: nowrap;
border-radius: 2px 2px 2px 2px;
overflow: visible;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
* 排版设置共享内容
*/
ne-table-hole,
ne-root-card-hole {
margin: 4px 0 16px 0;
-webkit-margin-after: 1px;
}
ne-table-hole[data-no-spacing],
ne-root-card-hole[data-no-spacing] {
margin: -12px 0 0 0;
-webkit-margin-after: -15px;
}
.ne-typography-traditional.ne-engine ne-h1,
.ne-typography-classic.ne-engine ne-h1,
.ne-typography-traditional.ne-viewer ne-h1,
.ne-typography-classic.ne-viewer ne-h1 {
font-size: 28px;
line-height: 36px;
margin: 26px 0 10px 0;
}
.ne-typography-traditional.ne-engine ne-h1:first-child,
.ne-typography-classic.ne-engine ne-h1:first-child,
.ne-typography-traditional.ne-viewer ne-h1:first-child,
.ne-typography-classic.ne-viewer ne-h1:first-child {
margin-top: 0;
}
.ne-typography-traditional.ne-engine ne-h1 ne-heading-ext,
.ne-typography-classic.ne-engine ne-h1 ne-heading-ext,
.ne-typography-traditional.ne-viewer ne-h1 ne-heading-ext,
.ne-typography-classic.ne-viewer ne-h1 ne-heading-ext {
height: 36px;
}
.ne-typography-traditional.ne-engine ne-h1 ne-text,
.ne-typography-classic.ne-engine ne-h1 ne-text,
.ne-typography-traditional.ne-viewer ne-h1 ne-text,
.ne-typography-classic.ne-viewer ne-h1 ne-text,
.ne-typography-traditional.ne-engine ne-h1 ne-card[data-card-type='inline'],
.ne-typography-classic.ne-engine ne-h1 ne-card[data-card-type='inline'],
.ne-typography-traditional.ne-viewer ne-h1 ne-card[data-card-type='inline'],
.ne-typography-classic.ne-viewer ne-h1 ne-card[data-card-type='inline'],
.ne-typography-traditional.ne-engine ne-h1 ne-code ne-text,
.ne-typography-classic.ne-engine ne-h1 ne-code ne-text,
.ne-typography-traditional.ne-viewer ne-h1 ne-code ne-text,
.ne-typography-classic.ne-viewer ne-h1 ne-code ne-text {
font-size: 28px;
}
.ne-typography-traditional.ne-engine ne-h2,
.ne-typography-classic.ne-engine ne-h2,
.ne-typography-traditional.ne-viewer ne-h2,
.ne-typography-classic.ne-viewer ne-h2 {
font-size: 24px;
line-height: 32px;
}
.ne-typography-traditional.ne-engine ne-h2:first-child,
.ne-typography-classic.ne-engine ne-h2:first-child,
.ne-typography-traditional.ne-viewer ne-h2:first-child,
.ne-typography-classic.ne-viewer ne-h2:first-child {
margin-top: 0;
}
.ne-typography-traditional.ne-engine ne-h2 ne-heading-ext,
.ne-typography-classic.ne-engine ne-h2 ne-heading-ext,
.ne-typography-traditional.ne-viewer ne-h2 ne-heading-ext,
.ne-typography-classic.ne-viewer ne-h2 ne-heading-ext {
height: 32px;
}
.ne-typography-traditional.ne-engine ne-h2 ne-text,
.ne-typography-classic.ne-engine ne-h2 ne-text,
.ne-typography-traditional.ne-viewer ne-h2 ne-text,
.ne-typography-classic.ne-viewer ne-h2 ne-text,
.ne-typography-traditional.ne-engine ne-h2 ne-card[data-card-type='inline'],
.ne-typography-classic.ne-engine ne-h2 ne-card[data-card-type='inline'],
.ne-typography-traditional.ne-viewer ne-h2 ne-card[data-card-type='inline'],
.ne-typography-classic.ne-viewer ne-h2 ne-card[data-card-type='inline'],
.ne-typography-traditional.ne-engine ne-h2 ne-code ne-text,
.ne-typography-classic.ne-engine ne-h2 ne-code ne-text,
.ne-typography-traditional.ne-viewer ne-h2 ne-code ne-text,
.ne-typography-classic.ne-viewer ne-h2 ne-code ne-text {
font-size: 24px;
}
.ne-typography-traditional.ne-engine ne-h3,
.ne-typography-classic.ne-engine ne-h3,
.ne-typography-traditional.ne-viewer ne-h3,
.ne-typography-classic.ne-viewer ne-h3 {
font-size: 20px;
line-height: 28px;
}
.ne-typography-traditional.ne-engine ne-h3:first-child,
.ne-typography-classic.ne-engine ne-h3:first-child,
.ne-typography-traditional.ne-viewer ne-h3:first-child,
.ne-typography-classic.ne-viewer ne-h3:first-child {
margin-top: 0;
}
.ne-typography-traditional.ne-engine ne-h3 ne-heading-ext,
.ne-typography-classic.ne-engine ne-h3 ne-heading-ext,
.ne-typography-traditional.ne-viewer ne-h3 ne-heading-ext,
.ne-typography-classic.ne-viewer ne-h3 ne-heading-ext {
height: 28px;
}
.ne-typography-traditional.ne-engine ne-h3 ne-text,
.ne-typography-classic.ne-engine ne-h3 ne-text,
.ne-typography-traditional.ne-viewer ne-h3 ne-text,
.ne-typography-classic.ne-viewer ne-h3 ne-text,
.ne-typography-traditional.ne-engine ne-h3 ne-card[data-card-type='inline'],
.ne-typography-classic.ne-engine ne-h3 ne-card[data-card-type='inline'],
.ne-typography-traditional.ne-viewer ne-h3 ne-card[data-card-type='inline'],
.ne-typography-classic.ne-viewer ne-h3 ne-card[data-card-type='inline'],
.ne-typography-traditional.ne-engine ne-h3 ne-code ne-text,
.ne-typography-classic.ne-engine ne-h3 ne-code ne-text,
.ne-typography-traditional.ne-viewer ne-h3 ne-code ne-text,
.ne-typography-classic.ne-viewer ne-h3 ne-code ne-text {
font-size: 20px;
}
.ne-typography-traditional.ne-engine ne-h4,
.ne-typography-classic.ne-engine ne-h4,
.ne-typography-traditional.ne-viewer ne-h4,
.ne-typography-classic.ne-viewer ne-h4 {
font-size: 16px;
line-height: 24px;
}
.ne-typography-traditional.ne-engine ne-h4:first-child,
.ne-typography-classic.ne-engine ne-h4:first-child,
.ne-typography-traditional.ne-viewer ne-h4:first-child,
.ne-typography-classic.ne-viewer ne-h4:first-child {
margin-top: 0;
}
.ne-typography-traditional.ne-engine ne-h4 ne-heading-ext,
.ne-typography-classic.ne-engine ne-h4 ne-heading-ext,
.ne-typography-traditional.ne-viewer ne-h4 ne-heading-ext,
.ne-typography-classic.ne-viewer ne-h4 ne-heading-ext {
height: 24px;
}
.ne-typography-traditional.ne-engine ne-h4 ne-text,
.ne-typography-classic.ne-engine ne-h4 ne-text,
.ne-typography-traditional.ne-viewer ne-h4 ne-text,
.ne-typography-classic.ne-viewer ne-h4 ne-text,
.ne-typography-traditional.ne-engine ne-h4 ne-card[data-card-type='inline'],
.ne-typography-classic.ne-engine ne-h4 ne-card[data-card-type='inline'],
.ne-typography-traditional.ne-viewer ne-h4 ne-card[data-card-type='inline'],
.ne-typography-classic.ne-viewer ne-h4 ne-card[data-card-type='inline'],
.ne-typography-traditional.ne-engine ne-h4 ne-code ne-text,
.ne-typography-classic.ne-engine ne-h4 ne-code ne-text,
.ne-typography-traditional.ne-viewer ne-h4 ne-code ne-text,
.ne-typography-classic.ne-viewer ne-h4 ne-code ne-text {
font-size: 16px;
}
.ne-typography-traditional.ne-engine ne-h5,
.ne-typography-classic.ne-engine ne-h5,
.ne-typography-traditional.ne-viewer ne-h5,
.ne-typography-classic.ne-viewer ne-h5 {
line-height: 24px;
}
.ne-typography-traditional.ne-engine ne-h5:first-child,
.ne-typography-classic.ne-engine ne-h5:first-child,
.ne-typography-traditional.ne-viewer ne-h5:first-child,
.ne-typography-classic.ne-viewer ne-h5:first-child {
margin-top: 0;
}
.ne-typography-traditional.ne-engine ne-h5 ne-heading-ext,
.ne-typography-classic.ne-engine ne-h5 ne-heading-ext,
.ne-typography-traditional.ne-viewer ne-h5 ne-heading-ext,
.ne-typography-classic.ne-viewer ne-h5 ne-heading-ext {
height: 24px;
}
.ne-typography-traditional.ne-engine ne-h6,
.ne-typography-classic.ne-engine ne-h6,
.ne-typography-traditional.ne-viewer ne-h6,
.ne-typography-classic.ne-viewer ne-h6 {
line-height: 24px;
}
.ne-typography-traditional.ne-engine ne-h6:first-child,
.ne-typography-classic.ne-engine ne-h6:first-child,
.ne-typography-traditional.ne-viewer ne-h6:first-child,
.ne-typography-classic.ne-viewer ne-h6:first-child {
margin-top: 0;
}
.ne-typography-traditional.ne-engine ne-h6 ne-heading-ext,
.ne-typography-classic.ne-engine ne-h6 ne-heading-ext,
.ne-typography-traditional.ne-viewer ne-h6 ne-heading-ext,
.ne-typography-classic.ne-viewer ne-h6 ne-heading-ext {
height: 24px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 {
font-size: 28px;
line-height: 38px;
margin-top: 38px;
margin-bottom: 19px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1:first-child {
margin-top: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1 ne-heading-ext,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 ne-heading-ext {
height: 38px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1 ne-text,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 ne-text,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1 ne-card[data-card-type='inline'],
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 ne-card[data-card-type='inline'],
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1 ne-code ne-text,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 ne-code ne-text {
font-size: 28px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 {
font-size: 24px;
line-height: 34px;
margin-top: 34px;
margin-bottom: 17px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2:first-child {
margin-top: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2 ne-heading-ext,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 ne-heading-ext {
height: 32px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2 ne-text,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 ne-text,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2 ne-card[data-card-type='inline'],
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 ne-card[data-card-type='inline'],
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2 ne-code ne-text,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 ne-code ne-text {
font-size: 24px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 {
font-size: 20px;
line-height: 30px;
margin-top: 30px;
margin-bottom: 15px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3:first-child {
margin-top: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3 ne-heading-ext,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 ne-heading-ext {
height: 28px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3 ne-text,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 ne-text,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3 ne-card[data-card-type='inline'],
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 ne-card[data-card-type='inline'],
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3 ne-code ne-text,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 ne-code ne-text {
font-size: 20px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 {
font-size: 16px;
line-height: 26px;
margin-top: 26px;
margin-bottom: 13px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4:first-child {
margin-top: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4 ne-heading-ext,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 ne-heading-ext {
height: 24px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4 ne-text,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 ne-text,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4 ne-card[data-card-type='inline'],
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 ne-card[data-card-type='inline'],
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4 ne-code ne-text,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 ne-code ne-text {
font-size: 16px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h5,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h5 {
line-height: 24px;
margin-top: 24px;
margin-bottom: 12px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h5:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h5:first-child {
margin-top: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h5 ne-heading-ext,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h5 ne-heading-ext {
height: 24px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h6,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h6 {
line-height: 24px;
margin-top: 24px;
margin-bottom: 12px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h6:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h6:first-child {
margin-top: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h6 ne-heading-ext,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h6 ne-heading-ext {
height: 24px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h5:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h5:first-child {
margin-top: 0;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 {
font-size: 26px;
line-height: 36px;
margin-top: 36px;
margin-bottom: 18px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1 ne-heading-ext,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1 ne-heading-ext,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 ne-heading-ext,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 ne-heading-ext {
height: 36px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1 ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1 ne-text,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 ne-text,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1 ne-card[data-card-type='inline'],
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1 ne-card[data-card-type='inline'],
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 ne-card[data-card-type='inline'],
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 ne-card[data-card-type='inline'],
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1 ne-code ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1 ne-code ne-text,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 ne-code ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 ne-code ne-text {
font-size: 26px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 {
font-size: 22px;
line-height: 30px;
margin-top: 30px;
margin-bottom: 15px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2 ne-heading-ext,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2 ne-heading-ext,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 ne-heading-ext,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 ne-heading-ext {
height: 30px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2 ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2 ne-text,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 ne-text,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2 ne-card[data-card-type='inline'],
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2 ne-card[data-card-type='inline'],
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 ne-card[data-card-type='inline'],
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 ne-card[data-card-type='inline'],
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2 ne-code ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2 ne-code ne-text,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 ne-code ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 ne-code ne-text {
font-size: 22px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 {
font-size: 18px;
line-height: 28px;
margin-top: 28px;
margin-bottom: 14px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3:first-child,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3:first-child {
margin-top: 0;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3 ne-heading-ext,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3 ne-heading-ext,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 ne-heading-ext,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 ne-heading-ext {
height: 28px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3 ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3 ne-text,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 ne-text,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3 ne-card[data-card-type='inline'],
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3 ne-card[data-card-type='inline'],
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 ne-card[data-card-type='inline'],
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 ne-card[data-card-type='inline'],
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3 ne-code ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3 ne-code ne-text,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 ne-code ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 ne-code ne-text {
font-size: 18px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 {
font-size: 16px;
line-height: 26px;
margin-top: 26px;
margin-bottom: 13px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4 ne-heading-ext,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4 ne-heading-ext,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 ne-heading-ext,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 ne-heading-ext {
height: 26px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4 ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4 ne-text,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 ne-text,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4 ne-card[data-card-type='inline'],
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4 ne-card[data-card-type='inline'],
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 ne-card[data-card-type='inline'],
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 ne-card[data-card-type='inline'],
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4 ne-code ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4 ne-code ne-text,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 ne-code ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 ne-code ne-text {
font-size: 16px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h5,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h5,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h5,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h5 {
line-height: 24px;
margin-top: 24px;
margin-bottom: 12px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h5 ne-heading-ext,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h5 ne-heading-ext,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h5 ne-heading-ext,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h5 ne-heading-ext {
height: 24px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h6,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h6,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h6,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h6 {
line-height: 24px;
margin-top: 24px;
margin-bottom: 12px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h6 ne-heading-ext,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h6 ne-heading-ext,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h6 ne-heading-ext,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h6 ne-heading-ext {
height: 24px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1:first-child,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1:first-child,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2:first-child,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2:first-child,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3:first-child,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3:first-child,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4:first-child,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4:first-child,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h5:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h5:first-child,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h5:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h5:first-child {
margin-top: 0;
}
/*
* 本文件提供默认紧凑排版的基础样式设置,此处需要和各插件配合,使得 js 中获取的值和 css 中定义的值处于一致状态
*/
.ne-typography-traditional {
line-height: 1.74;
letter-spacing: 0.05em;
color: var(--yq-text-primary);
font-size: 14px;
}
.ne-typography-traditional .ne-table {
line-height: 1.74;
}
.ne-typography-traditional ne-code ne-text {
font-size: 14px;
}
.ne-typography-traditional ne-text[ne-sub],
.ne-typography-traditional ne-text[ne-sup] {
font-size: 10.5px;
}
.ne-typography-traditional ne-h1 {
margin: 7px 0;
}
.ne-typography-traditional ne-h2 {
margin: 7px 0;
}
.ne-typography-traditional ne-h3 {
margin: 7px 0;
}
.ne-typography-traditional ne-h4 {
margin: 7px 0;
}
.ne-typography-traditional ne-h5 {
font-size: 14px !important;
margin: 7px 0;
}
.ne-typography-traditional ne-h5 ne-text,
.ne-typography-traditional ne-h5 ne-card[data-card-type='inline'] {
font-size: 14px !important;
}
.ne-typography-traditional ne-h6 {
font-size: 14px !important;
margin: 7px 0;
}
.ne-typography-traditional ne-h6 ne-text,
.ne-typography-traditional ne-h6 ne-card[data-card-type='inline'] {
font-size: 14px !important;
}
.ne-typography-traditional ne-tli ne-tli-i.ant-checkbox {
padding-top: 1px;
}
.ne-typography-traditional ne-card[data-card-name='mention'] {
font-size: 14px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
* 排版设置共享内容
*/
ne-table-hole,
ne-root-card-hole {
margin: 4px 0 16px 0;
-webkit-margin-after: 1px;
}
ne-table-hole[data-no-spacing],
ne-root-card-hole[data-no-spacing] {
margin: -12px 0 0 0;
-webkit-margin-after: -15px;
}
.ne-typography-traditional.ne-engine ne-h1,
.ne-typography-classic.ne-engine ne-h1,
.ne-typography-traditional.ne-viewer ne-h1,
.ne-typography-classic.ne-viewer ne-h1 {
font-size: 28px;
line-height: 36px;
margin: 26px 0 10px 0;
}
.ne-typography-traditional.ne-engine ne-h1:first-child,
.ne-typography-classic.ne-engine ne-h1:first-child,
.ne-typography-traditional.ne-viewer ne-h1:first-child,
.ne-typography-classic.ne-viewer ne-h1:first-child {
margin-top: 0;
}
.ne-typography-traditional.ne-engine ne-h1 ne-heading-ext,
.ne-typography-classic.ne-engine ne-h1 ne-heading-ext,
.ne-typography-traditional.ne-viewer ne-h1 ne-heading-ext,
.ne-typography-classic.ne-viewer ne-h1 ne-heading-ext {
height: 36px;
}
.ne-typography-traditional.ne-engine ne-h1 ne-text,
.ne-typography-classic.ne-engine ne-h1 ne-text,
.ne-typography-traditional.ne-viewer ne-h1 ne-text,
.ne-typography-classic.ne-viewer ne-h1 ne-text,
.ne-typography-traditional.ne-engine ne-h1 ne-card[data-card-type='inline'],
.ne-typography-classic.ne-engine ne-h1 ne-card[data-card-type='inline'],
.ne-typography-traditional.ne-viewer ne-h1 ne-card[data-card-type='inline'],
.ne-typography-classic.ne-viewer ne-h1 ne-card[data-card-type='inline'],
.ne-typography-traditional.ne-engine ne-h1 ne-code ne-text,
.ne-typography-classic.ne-engine ne-h1 ne-code ne-text,
.ne-typography-traditional.ne-viewer ne-h1 ne-code ne-text,
.ne-typography-classic.ne-viewer ne-h1 ne-code ne-text {
font-size: 28px;
}
.ne-typography-traditional.ne-engine ne-h2,
.ne-typography-classic.ne-engine ne-h2,
.ne-typography-traditional.ne-viewer ne-h2,
.ne-typography-classic.ne-viewer ne-h2 {
font-size: 24px;
line-height: 32px;
}
.ne-typography-traditional.ne-engine ne-h2:first-child,
.ne-typography-classic.ne-engine ne-h2:first-child,
.ne-typography-traditional.ne-viewer ne-h2:first-child,
.ne-typography-classic.ne-viewer ne-h2:first-child {
margin-top: 0;
}
.ne-typography-traditional.ne-engine ne-h2 ne-heading-ext,
.ne-typography-classic.ne-engine ne-h2 ne-heading-ext,
.ne-typography-traditional.ne-viewer ne-h2 ne-heading-ext,
.ne-typography-classic.ne-viewer ne-h2 ne-heading-ext {
height: 32px;
}
.ne-typography-traditional.ne-engine ne-h2 ne-text,
.ne-typography-classic.ne-engine ne-h2 ne-text,
.ne-typography-traditional.ne-viewer ne-h2 ne-text,
.ne-typography-classic.ne-viewer ne-h2 ne-text,
.ne-typography-traditional.ne-engine ne-h2 ne-card[data-card-type='inline'],
.ne-typography-classic.ne-engine ne-h2 ne-card[data-card-type='inline'],
.ne-typography-traditional.ne-viewer ne-h2 ne-card[data-card-type='inline'],
.ne-typography-classic.ne-viewer ne-h2 ne-card[data-card-type='inline'],
.ne-typography-traditional.ne-engine ne-h2 ne-code ne-text,
.ne-typography-classic.ne-engine ne-h2 ne-code ne-text,
.ne-typography-traditional.ne-viewer ne-h2 ne-code ne-text,
.ne-typography-classic.ne-viewer ne-h2 ne-code ne-text {
font-size: 24px;
}
.ne-typography-traditional.ne-engine ne-h3,
.ne-typography-classic.ne-engine ne-h3,
.ne-typography-traditional.ne-viewer ne-h3,
.ne-typography-classic.ne-viewer ne-h3 {
font-size: 20px;
line-height: 28px;
}
.ne-typography-traditional.ne-engine ne-h3:first-child,
.ne-typography-classic.ne-engine ne-h3:first-child,
.ne-typography-traditional.ne-viewer ne-h3:first-child,
.ne-typography-classic.ne-viewer ne-h3:first-child {
margin-top: 0;
}
.ne-typography-traditional.ne-engine ne-h3 ne-heading-ext,
.ne-typography-classic.ne-engine ne-h3 ne-heading-ext,
.ne-typography-traditional.ne-viewer ne-h3 ne-heading-ext,
.ne-typography-classic.ne-viewer ne-h3 ne-heading-ext {
height: 28px;
}
.ne-typography-traditional.ne-engine ne-h3 ne-text,
.ne-typography-classic.ne-engine ne-h3 ne-text,
.ne-typography-traditional.ne-viewer ne-h3 ne-text,
.ne-typography-classic.ne-viewer ne-h3 ne-text,
.ne-typography-traditional.ne-engine ne-h3 ne-card[data-card-type='inline'],
.ne-typography-classic.ne-engine ne-h3 ne-card[data-card-type='inline'],
.ne-typography-traditional.ne-viewer ne-h3 ne-card[data-card-type='inline'],
.ne-typography-classic.ne-viewer ne-h3 ne-card[data-card-type='inline'],
.ne-typography-traditional.ne-engine ne-h3 ne-code ne-text,
.ne-typography-classic.ne-engine ne-h3 ne-code ne-text,
.ne-typography-traditional.ne-viewer ne-h3 ne-code ne-text,
.ne-typography-classic.ne-viewer ne-h3 ne-code ne-text {
font-size: 20px;
}
.ne-typography-traditional.ne-engine ne-h4,
.ne-typography-classic.ne-engine ne-h4,
.ne-typography-traditional.ne-viewer ne-h4,
.ne-typography-classic.ne-viewer ne-h4 {
font-size: 16px;
line-height: 24px;
}
.ne-typography-traditional.ne-engine ne-h4:first-child,
.ne-typography-classic.ne-engine ne-h4:first-child,
.ne-typography-traditional.ne-viewer ne-h4:first-child,
.ne-typography-classic.ne-viewer ne-h4:first-child {
margin-top: 0;
}
.ne-typography-traditional.ne-engine ne-h4 ne-heading-ext,
.ne-typography-classic.ne-engine ne-h4 ne-heading-ext,
.ne-typography-traditional.ne-viewer ne-h4 ne-heading-ext,
.ne-typography-classic.ne-viewer ne-h4 ne-heading-ext {
height: 24px;
}
.ne-typography-traditional.ne-engine ne-h4 ne-text,
.ne-typography-classic.ne-engine ne-h4 ne-text,
.ne-typography-traditional.ne-viewer ne-h4 ne-text,
.ne-typography-classic.ne-viewer ne-h4 ne-text,
.ne-typography-traditional.ne-engine ne-h4 ne-card[data-card-type='inline'],
.ne-typography-classic.ne-engine ne-h4 ne-card[data-card-type='inline'],
.ne-typography-traditional.ne-viewer ne-h4 ne-card[data-card-type='inline'],
.ne-typography-classic.ne-viewer ne-h4 ne-card[data-card-type='inline'],
.ne-typography-traditional.ne-engine ne-h4 ne-code ne-text,
.ne-typography-classic.ne-engine ne-h4 ne-code ne-text,
.ne-typography-traditional.ne-viewer ne-h4 ne-code ne-text,
.ne-typography-classic.ne-viewer ne-h4 ne-code ne-text {
font-size: 16px;
}
.ne-typography-traditional.ne-engine ne-h5,
.ne-typography-classic.ne-engine ne-h5,
.ne-typography-traditional.ne-viewer ne-h5,
.ne-typography-classic.ne-viewer ne-h5 {
line-height: 24px;
}
.ne-typography-traditional.ne-engine ne-h5:first-child,
.ne-typography-classic.ne-engine ne-h5:first-child,
.ne-typography-traditional.ne-viewer ne-h5:first-child,
.ne-typography-classic.ne-viewer ne-h5:first-child {
margin-top: 0;
}
.ne-typography-traditional.ne-engine ne-h5 ne-heading-ext,
.ne-typography-classic.ne-engine ne-h5 ne-heading-ext,
.ne-typography-traditional.ne-viewer ne-h5 ne-heading-ext,
.ne-typography-classic.ne-viewer ne-h5 ne-heading-ext {
height: 24px;
}
.ne-typography-traditional.ne-engine ne-h6,
.ne-typography-classic.ne-engine ne-h6,
.ne-typography-traditional.ne-viewer ne-h6,
.ne-typography-classic.ne-viewer ne-h6 {
line-height: 24px;
}
.ne-typography-traditional.ne-engine ne-h6:first-child,
.ne-typography-classic.ne-engine ne-h6:first-child,
.ne-typography-traditional.ne-viewer ne-h6:first-child,
.ne-typography-classic.ne-viewer ne-h6:first-child {
margin-top: 0;
}
.ne-typography-traditional.ne-engine ne-h6 ne-heading-ext,
.ne-typography-classic.ne-engine ne-h6 ne-heading-ext,
.ne-typography-traditional.ne-viewer ne-h6 ne-heading-ext,
.ne-typography-classic.ne-viewer ne-h6 ne-heading-ext {
height: 24px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 {
font-size: 28px;
line-height: 38px;
margin-top: 38px;
margin-bottom: 19px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1:first-child {
margin-top: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1 ne-heading-ext,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 ne-heading-ext {
height: 38px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1 ne-text,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 ne-text,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1 ne-card[data-card-type='inline'],
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 ne-card[data-card-type='inline'],
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1 ne-code ne-text,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 ne-code ne-text {
font-size: 28px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 {
font-size: 24px;
line-height: 34px;
margin-top: 34px;
margin-bottom: 17px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2:first-child {
margin-top: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2 ne-heading-ext,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 ne-heading-ext {
height: 32px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2 ne-text,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 ne-text,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2 ne-card[data-card-type='inline'],
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 ne-card[data-card-type='inline'],
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2 ne-code ne-text,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 ne-code ne-text {
font-size: 24px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 {
font-size: 20px;
line-height: 30px;
margin-top: 30px;
margin-bottom: 15px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3:first-child {
margin-top: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3 ne-heading-ext,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 ne-heading-ext {
height: 28px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3 ne-text,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 ne-text,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3 ne-card[data-card-type='inline'],
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 ne-card[data-card-type='inline'],
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3 ne-code ne-text,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 ne-code ne-text {
font-size: 20px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 {
font-size: 16px;
line-height: 26px;
margin-top: 26px;
margin-bottom: 13px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4:first-child {
margin-top: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4 ne-heading-ext,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 ne-heading-ext {
height: 24px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4 ne-text,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 ne-text,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4 ne-card[data-card-type='inline'],
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 ne-card[data-card-type='inline'],
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4 ne-code ne-text,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 ne-code ne-text {
font-size: 16px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h5,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h5 {
line-height: 24px;
margin-top: 24px;
margin-bottom: 12px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h5:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h5:first-child {
margin-top: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h5 ne-heading-ext,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h5 ne-heading-ext {
height: 24px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h6,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h6 {
line-height: 24px;
margin-top: 24px;
margin-bottom: 12px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h6:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h6:first-child {
margin-top: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h6 ne-heading-ext,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h6 ne-heading-ext {
height: 24px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h5:first-child,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h5:first-child {
margin-top: 0;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 {
font-size: 26px;
line-height: 36px;
margin-top: 36px;
margin-bottom: 18px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1 ne-heading-ext,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1 ne-heading-ext,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 ne-heading-ext,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 ne-heading-ext {
height: 36px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1 ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1 ne-text,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 ne-text,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1 ne-card[data-card-type='inline'],
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1 ne-card[data-card-type='inline'],
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 ne-card[data-card-type='inline'],
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 ne-card[data-card-type='inline'],
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1 ne-code ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1 ne-code ne-text,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 ne-code ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1 ne-code ne-text {
font-size: 26px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 {
font-size: 22px;
line-height: 30px;
margin-top: 30px;
margin-bottom: 15px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2 ne-heading-ext,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2 ne-heading-ext,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 ne-heading-ext,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 ne-heading-ext {
height: 30px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2 ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2 ne-text,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 ne-text,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2 ne-card[data-card-type='inline'],
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2 ne-card[data-card-type='inline'],
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 ne-card[data-card-type='inline'],
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 ne-card[data-card-type='inline'],
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2 ne-code ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2 ne-code ne-text,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 ne-code ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2 ne-code ne-text {
font-size: 22px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 {
font-size: 18px;
line-height: 28px;
margin-top: 28px;
margin-bottom: 14px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3:first-child,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3:first-child {
margin-top: 0;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3 ne-heading-ext,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3 ne-heading-ext,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 ne-heading-ext,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 ne-heading-ext {
height: 28px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3 ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3 ne-text,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 ne-text,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3 ne-card[data-card-type='inline'],
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3 ne-card[data-card-type='inline'],
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 ne-card[data-card-type='inline'],
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 ne-card[data-card-type='inline'],
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3 ne-code ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3 ne-code ne-text,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 ne-code ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3 ne-code ne-text {
font-size: 18px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 {
font-size: 16px;
line-height: 26px;
margin-top: 26px;
margin-bottom: 13px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4 ne-heading-ext,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4 ne-heading-ext,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 ne-heading-ext,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 ne-heading-ext {
height: 26px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4 ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4 ne-text,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 ne-text,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4 ne-card[data-card-type='inline'],
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4 ne-card[data-card-type='inline'],
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 ne-card[data-card-type='inline'],
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 ne-card[data-card-type='inline'],
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4 ne-code ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4 ne-code ne-text,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 ne-code ne-text,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4 ne-code ne-text {
font-size: 16px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h5,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h5,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h5,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h5 {
line-height: 24px;
margin-top: 24px;
margin-bottom: 12px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h5 ne-heading-ext,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h5 ne-heading-ext,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h5 ne-heading-ext,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h5 ne-heading-ext {
height: 24px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h6,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h6,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h6,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h6 {
line-height: 24px;
margin-top: 24px;
margin-bottom: 12px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h6 ne-heading-ext,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h6 ne-heading-ext,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h6 ne-heading-ext,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h6 ne-heading-ext {
height: 24px;
}
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h1:first-child,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h1:first-child,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h2:first-child,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h2:first-child,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h3:first-child,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h3:first-child,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h4:first-child,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h4:first-child,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h5:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-h5:first-child,
.ne-doc-major-editor-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h5:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-h5:first-child {
margin-top: 0;
}
.ne-viewer.ne-paragraph-spacing-relax.ne-typography-classic .ne-viewer-body {
font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Segoe UI';
}
.ne-paragraph-spacing-relax.ne-typography-classic {
font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Segoe UI';
color: var(--yq-text-primary);
letter-spacing: initial;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer .ne-viewer-body .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine .ne-spacing-all {
margin-top: 0;
margin-bottom: 7.83px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer .ne-viewer-body ne-card[data-card-type='inline'].ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-card[data-card-type='inline'].ne-spacing-all {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer .ne-viewer-body ne-p:last-child > .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-p:last-child > .ne-spacing-all {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer .ne-viewer-body ne-uli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-uli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer .ne-viewer-body ne-oli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-oli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer .ne-viewer-body ne-tli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-tli + .ne-spacing-all {
margin-top: 7.83px;
}
.ne-paragraph-spacing-relax.ne-typography-classic ne-card[data-card-type='inline'] {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic ne-alert-hole.ne-spacing-all {
margin-bottom: 7.83px;
}
.ne-paragraph-spacing-relax.ne-typography-classic .ne-td ne-p:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic .ne-td ne-summary:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic .ne-td ne-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic .ne-td ne-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic .ne-td ne-table-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic .ne-td ne-table-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic .ne-td ne-container-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic .ne-td ne-container-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic .ne-td ne-alert-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic .ne-td ne-alert-hole.ne-spacing-all:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic ne-alert,
.ne-paragraph-spacing-relax.ne-typography-classic ne-collapse,
.ne-paragraph-spacing-relax.ne-typography-classic ne-column,
.ne-paragraph-spacing-relax.ne-typography-classic ne-column-content {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic ne-alert > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic ne-collapse > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic ne-column > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic ne-column-content > *:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic ne-alert > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic ne-collapse > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic ne-column > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic ne-column-content > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic ne-alert > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic ne-collapse > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic ne-column > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic ne-column-content > ne-p:last-child ne-card.ne-spacing-all {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic ne-uli,
.ne-paragraph-spacing-relax.ne-typography-classic ne-oli,
.ne-paragraph-spacing-relax.ne-typography-classic ne-tli {
margin-bottom: 3.915px;
}
.ne-paragraph-spacing-relax.ne-typography-classic ne-uli:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic ne-oli:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic ne-tli:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic ne-uli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic ne-oli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic ne-tli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic ne-uli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic ne-oli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic ne-tli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic ne-uli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic ne-oli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic ne-tli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic ne-uli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic ne-oli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic ne-tli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic ne-uli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic ne-oli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic ne-tli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic ne-uli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic ne-oli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic ne-tli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic ne-uli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic ne-oli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic ne-tli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic ne-uli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic ne-oli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic ne-tli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic ne-uli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic ne-oli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic ne-tli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic ne-uli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic ne-oli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic ne-tli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic ne-uli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic ne-oli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic ne-tli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic ne-uli + ne-alert-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic ne-oli + ne-alert-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic ne-tli + ne-alert-hole.ne-spacing-all {
margin-top: 7.83px;
}
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer .ne-viewer-body > ne-p:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer .ne-viewer-body > ne-summary:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer .ne-viewer-body > ne-uli:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer .ne-viewer-body > ne-oli:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer .ne-viewer-body > ne-tli:first-child {
margin-top: 7.83px;
}
.ne-paragraph-spacing-relax.ne-typography-classic ne-collapse ne-collapse-content {
padding-bottom: 7.83px;
}
.ne-paragraph-spacing-relax.ne-typography-classic ne-collapse ne-collapse-content *:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer .ne-viewer-body ne-collapse ne-collapse-content {
padding-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic ne-alert-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic ne-card.ne-spacing-all {
margin-top: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz12.ne-viewer .ne-viewer-body .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12.ne-engine .ne-spacing-all {
margin-top: 0;
margin-bottom: 6.264px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz12.ne-viewer .ne-viewer-body ne-card[data-card-type='inline'].ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12.ne-engine ne-card[data-card-type='inline'].ne-spacing-all {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz12.ne-viewer .ne-viewer-body ne-p:last-child > .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12.ne-engine ne-p:last-child > .ne-spacing-all {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz12.ne-viewer .ne-viewer-body ne-uli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12.ne-engine ne-uli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12.ne-viewer .ne-viewer-body ne-oli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12.ne-engine ne-oli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12.ne-viewer .ne-viewer-body ne-tli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12.ne-engine ne-tli + .ne-spacing-all {
margin-top: 6.264px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-card[data-card-type='inline'] {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-alert-hole.ne-spacing-all {
margin-bottom: 6.264px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 .ne-td ne-p:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 .ne-td ne-summary:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 .ne-td ne-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 .ne-td ne-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 .ne-td ne-table-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 .ne-td ne-table-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 .ne-td ne-container-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 .ne-td ne-container-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 .ne-td ne-alert-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 .ne-td ne-alert-hole.ne-spacing-all:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-alert,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-collapse,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-column,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-column-content {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-alert > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-collapse > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-column > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-column-content > *:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-alert > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-collapse > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-column > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-column-content > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-alert > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-collapse > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-column > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-column-content > ne-p:last-child ne-card.ne-spacing-all {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-uli,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-oli,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-tli {
margin-bottom: 3.132px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-uli:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-oli:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-tli:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-uli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-oli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-tli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-uli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-oli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-tli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-uli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-oli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-tli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-uli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-oli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-tli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-uli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-oli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-tli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-uli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-oli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-tli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-uli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-oli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-tli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-uli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-oli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-tli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-uli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-oli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-tli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-uli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-oli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-tli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-uli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-oli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-tli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-uli + ne-alert-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-oli + ne-alert-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-tli + ne-alert-hole.ne-spacing-all {
margin-top: 6.264px;
}
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz12.ne-viewer .ne-viewer-body > ne-p:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz12.ne-viewer .ne-viewer-body > ne-summary:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz12.ne-viewer .ne-viewer-body > ne-uli:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz12.ne-viewer .ne-viewer-body > ne-oli:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz12.ne-viewer .ne-viewer-body > ne-tli:first-child {
margin-top: 6.264px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-collapse ne-collapse-content {
padding-bottom: 6.264px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz12 ne-collapse ne-collapse-content *:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz12.ne-viewer .ne-viewer-body ne-collapse ne-collapse-content {
padding-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz13.ne-viewer .ne-viewer-body .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13.ne-engine .ne-spacing-all {
margin-top: 0;
margin-bottom: 6.786px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz13.ne-viewer .ne-viewer-body ne-card[data-card-type='inline'].ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13.ne-engine ne-card[data-card-type='inline'].ne-spacing-all {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz13.ne-viewer .ne-viewer-body ne-p:last-child > .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13.ne-engine ne-p:last-child > .ne-spacing-all {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz13.ne-viewer .ne-viewer-body ne-uli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13.ne-engine ne-uli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13.ne-viewer .ne-viewer-body ne-oli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13.ne-engine ne-oli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13.ne-viewer .ne-viewer-body ne-tli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13.ne-engine ne-tli + .ne-spacing-all {
margin-top: 6.786px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-card[data-card-type='inline'] {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-alert-hole.ne-spacing-all {
margin-bottom: 6.786px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 .ne-td ne-p:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 .ne-td ne-summary:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 .ne-td ne-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 .ne-td ne-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 .ne-td ne-table-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 .ne-td ne-table-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 .ne-td ne-container-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 .ne-td ne-container-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 .ne-td ne-alert-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 .ne-td ne-alert-hole.ne-spacing-all:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-alert,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-collapse,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-column,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-column-content {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-alert > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-collapse > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-column > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-column-content > *:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-alert > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-collapse > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-column > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-column-content > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-alert > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-collapse > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-column > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-column-content > ne-p:last-child ne-card.ne-spacing-all {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-uli,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-oli,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-tli {
margin-bottom: 3.393px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-uli:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-oli:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-tli:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-uli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-oli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-tli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-uli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-oli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-tli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-uli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-oli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-tli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-uli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-oli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-tli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-uli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-oli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-tli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-uli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-oli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-tli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-uli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-oli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-tli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-uli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-oli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-tli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-uli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-oli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-tli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-uli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-oli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-tli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-uli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-oli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-tli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-uli + ne-alert-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-oli + ne-alert-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-tli + ne-alert-hole.ne-spacing-all {
margin-top: 6.786px;
}
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz13.ne-viewer .ne-viewer-body > ne-p:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz13.ne-viewer .ne-viewer-body > ne-summary:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz13.ne-viewer .ne-viewer-body > ne-uli:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz13.ne-viewer .ne-viewer-body > ne-oli:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz13.ne-viewer .ne-viewer-body > ne-tli:first-child {
margin-top: 6.786px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-collapse ne-collapse-content {
padding-bottom: 6.786px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz13 ne-collapse ne-collapse-content *:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz13.ne-viewer .ne-viewer-body ne-collapse ne-collapse-content {
padding-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz14.ne-viewer .ne-viewer-body .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14.ne-engine .ne-spacing-all {
margin-top: 0;
margin-bottom: 7.308px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz14.ne-viewer .ne-viewer-body ne-card[data-card-type='inline'].ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14.ne-engine ne-card[data-card-type='inline'].ne-spacing-all {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz14.ne-viewer .ne-viewer-body ne-p:last-child > .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14.ne-engine ne-p:last-child > .ne-spacing-all {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz14.ne-viewer .ne-viewer-body ne-uli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14.ne-engine ne-uli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14.ne-viewer .ne-viewer-body ne-oli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14.ne-engine ne-oli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14.ne-viewer .ne-viewer-body ne-tli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14.ne-engine ne-tli + .ne-spacing-all {
margin-top: 7.308px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-card[data-card-type='inline'] {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-alert-hole.ne-spacing-all {
margin-bottom: 7.308px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 .ne-td ne-p:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 .ne-td ne-summary:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 .ne-td ne-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 .ne-td ne-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 .ne-td ne-table-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 .ne-td ne-table-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 .ne-td ne-container-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 .ne-td ne-container-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 .ne-td ne-alert-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 .ne-td ne-alert-hole.ne-spacing-all:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-alert,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-collapse,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-column,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-column-content {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-alert > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-collapse > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-column > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-column-content > *:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-alert > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-collapse > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-column > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-column-content > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-alert > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-collapse > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-column > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-column-content > ne-p:last-child ne-card.ne-spacing-all {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-uli,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-oli,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-tli {
margin-bottom: 3.654px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-uli:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-oli:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-tli:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-uli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-oli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-tli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-uli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-oli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-tli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-uli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-oli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-tli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-uli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-oli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-tli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-uli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-oli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-tli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-uli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-oli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-tli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-uli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-oli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-tli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-uli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-oli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-tli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-uli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-oli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-tli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-uli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-oli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-tli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-uli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-oli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-tli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-uli + ne-alert-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-oli + ne-alert-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-tli + ne-alert-hole.ne-spacing-all {
margin-top: 7.308px;
}
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz14.ne-viewer .ne-viewer-body > ne-p:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz14.ne-viewer .ne-viewer-body > ne-summary:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz14.ne-viewer .ne-viewer-body > ne-uli:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz14.ne-viewer .ne-viewer-body > ne-oli:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz14.ne-viewer .ne-viewer-body > ne-tli:first-child {
margin-top: 7.308px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-collapse ne-collapse-content {
padding-bottom: 7.308px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz14 ne-collapse ne-collapse-content *:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz14.ne-viewer .ne-viewer-body ne-collapse ne-collapse-content {
padding-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz15.ne-viewer .ne-viewer-body .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15.ne-engine .ne-spacing-all {
margin-top: 0;
margin-bottom: 7.83px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz15.ne-viewer .ne-viewer-body ne-card[data-card-type='inline'].ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15.ne-engine ne-card[data-card-type='inline'].ne-spacing-all {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz15.ne-viewer .ne-viewer-body ne-p:last-child > .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15.ne-engine ne-p:last-child > .ne-spacing-all {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz15.ne-viewer .ne-viewer-body ne-uli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15.ne-engine ne-uli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15.ne-viewer .ne-viewer-body ne-oli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15.ne-engine ne-oli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15.ne-viewer .ne-viewer-body ne-tli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15.ne-engine ne-tli + .ne-spacing-all {
margin-top: 7.83px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-card[data-card-type='inline'] {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-alert-hole.ne-spacing-all {
margin-bottom: 7.83px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 .ne-td ne-p:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 .ne-td ne-summary:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 .ne-td ne-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 .ne-td ne-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 .ne-td ne-table-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 .ne-td ne-table-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 .ne-td ne-container-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 .ne-td ne-container-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 .ne-td ne-alert-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 .ne-td ne-alert-hole.ne-spacing-all:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-alert,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-collapse,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-column,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-column-content {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-alert > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-collapse > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-column > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-column-content > *:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-alert > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-collapse > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-column > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-column-content > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-alert > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-collapse > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-column > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-column-content > ne-p:last-child ne-card.ne-spacing-all {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-uli,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-oli,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-tli {
margin-bottom: 3.915px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-uli:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-oli:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-tli:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-uli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-oli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-tli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-uli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-oli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-tli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-uli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-oli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-tli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-uli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-oli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-tli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-uli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-oli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-tli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-uli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-oli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-tli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-uli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-oli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-tli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-uli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-oli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-tli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-uli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-oli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-tli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-uli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-oli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-tli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-uli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-oli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-tli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-uli + ne-alert-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-oli + ne-alert-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-tli + ne-alert-hole.ne-spacing-all {
margin-top: 7.83px;
}
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz15.ne-viewer .ne-viewer-body > ne-p:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz15.ne-viewer .ne-viewer-body > ne-summary:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz15.ne-viewer .ne-viewer-body > ne-uli:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz15.ne-viewer .ne-viewer-body > ne-oli:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz15.ne-viewer .ne-viewer-body > ne-tli:first-child {
margin-top: 7.83px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-collapse ne-collapse-content {
padding-bottom: 7.83px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz15 ne-collapse ne-collapse-content *:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz15.ne-viewer .ne-viewer-body ne-collapse ne-collapse-content {
padding-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz16.ne-viewer .ne-viewer-body .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16.ne-engine .ne-spacing-all {
margin-top: 0;
margin-bottom: 8.352px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz16.ne-viewer .ne-viewer-body ne-card[data-card-type='inline'].ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16.ne-engine ne-card[data-card-type='inline'].ne-spacing-all {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz16.ne-viewer .ne-viewer-body ne-p:last-child > .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16.ne-engine ne-p:last-child > .ne-spacing-all {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz16.ne-viewer .ne-viewer-body ne-uli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16.ne-engine ne-uli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16.ne-viewer .ne-viewer-body ne-oli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16.ne-engine ne-oli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16.ne-viewer .ne-viewer-body ne-tli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16.ne-engine ne-tli + .ne-spacing-all {
margin-top: 8.352px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-card[data-card-type='inline'] {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-alert-hole.ne-spacing-all {
margin-bottom: 8.352px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 .ne-td ne-p:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 .ne-td ne-summary:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 .ne-td ne-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 .ne-td ne-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 .ne-td ne-table-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 .ne-td ne-table-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 .ne-td ne-container-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 .ne-td ne-container-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 .ne-td ne-alert-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 .ne-td ne-alert-hole.ne-spacing-all:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-alert,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-collapse,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-column,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-column-content {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-alert > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-collapse > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-column > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-column-content > *:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-alert > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-collapse > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-column > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-column-content > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-alert > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-collapse > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-column > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-column-content > ne-p:last-child ne-card.ne-spacing-all {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-uli,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-oli,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-tli {
margin-bottom: 4.176px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-uli:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-oli:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-tli:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-uli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-oli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-tli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-uli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-oli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-tli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-uli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-oli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-tli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-uli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-oli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-tli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-uli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-oli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-tli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-uli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-oli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-tli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-uli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-oli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-tli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-uli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-oli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-tli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-uli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-oli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-tli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-uli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-oli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-tli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-uli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-oli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-tli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-uli + ne-alert-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-oli + ne-alert-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-tli + ne-alert-hole.ne-spacing-all {
margin-top: 8.352px;
}
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz16.ne-viewer .ne-viewer-body > ne-p:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz16.ne-viewer .ne-viewer-body > ne-summary:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz16.ne-viewer .ne-viewer-body > ne-uli:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz16.ne-viewer .ne-viewer-body > ne-oli:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz16.ne-viewer .ne-viewer-body > ne-tli:first-child {
margin-top: 8.352px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-collapse ne-collapse-content {
padding-bottom: 8.352px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz16 ne-collapse ne-collapse-content *:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz16.ne-viewer .ne-viewer-body ne-collapse ne-collapse-content {
padding-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz19.ne-viewer .ne-viewer-body .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19.ne-engine .ne-spacing-all {
margin-top: 0;
margin-bottom: 9.918px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz19.ne-viewer .ne-viewer-body ne-card[data-card-type='inline'].ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19.ne-engine ne-card[data-card-type='inline'].ne-spacing-all {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz19.ne-viewer .ne-viewer-body ne-p:last-child > .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19.ne-engine ne-p:last-child > .ne-spacing-all {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz19.ne-viewer .ne-viewer-body ne-uli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19.ne-engine ne-uli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19.ne-viewer .ne-viewer-body ne-oli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19.ne-engine ne-oli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19.ne-viewer .ne-viewer-body ne-tli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19.ne-engine ne-tli + .ne-spacing-all {
margin-top: 9.918px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-card[data-card-type='inline'] {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-alert-hole.ne-spacing-all {
margin-bottom: 9.918px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 .ne-td ne-p:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 .ne-td ne-summary:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 .ne-td ne-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 .ne-td ne-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 .ne-td ne-table-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 .ne-td ne-table-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 .ne-td ne-container-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 .ne-td ne-container-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 .ne-td ne-alert-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 .ne-td ne-alert-hole.ne-spacing-all:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-alert,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-collapse,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-column,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-column-content {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-alert > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-collapse > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-column > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-column-content > *:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-alert > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-collapse > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-column > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-column-content > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-alert > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-collapse > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-column > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-column-content > ne-p:last-child ne-card.ne-spacing-all {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-uli,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-oli,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-tli {
margin-bottom: 4.959px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-uli:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-oli:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-tli:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-uli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-oli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-tli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-uli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-oli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-tli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-uli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-oli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-tli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-uli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-oli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-tli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-uli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-oli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-tli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-uli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-oli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-tli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-uli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-oli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-tli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-uli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-oli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-tli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-uli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-oli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-tli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-uli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-oli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-tli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-uli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-oli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-tli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-uli + ne-alert-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-oli + ne-alert-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-tli + ne-alert-hole.ne-spacing-all {
margin-top: 9.918px;
}
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz19.ne-viewer .ne-viewer-body > ne-p:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz19.ne-viewer .ne-viewer-body > ne-summary:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz19.ne-viewer .ne-viewer-body > ne-uli:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz19.ne-viewer .ne-viewer-body > ne-oli:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz19.ne-viewer .ne-viewer-body > ne-tli:first-child {
margin-top: 9.918px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-collapse ne-collapse-content {
padding-bottom: 9.918px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz19 ne-collapse ne-collapse-content *:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz19.ne-viewer .ne-viewer-body ne-collapse ne-collapse-content {
padding-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz22.ne-viewer .ne-viewer-body .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22.ne-engine .ne-spacing-all {
margin-top: 0;
margin-bottom: 11.484px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz22.ne-viewer .ne-viewer-body ne-card[data-card-type='inline'].ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22.ne-engine ne-card[data-card-type='inline'].ne-spacing-all {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz22.ne-viewer .ne-viewer-body ne-p:last-child > .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22.ne-engine ne-p:last-child > .ne-spacing-all {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz22.ne-viewer .ne-viewer-body ne-uli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22.ne-engine ne-uli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22.ne-viewer .ne-viewer-body ne-oli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22.ne-engine ne-oli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22.ne-viewer .ne-viewer-body ne-tli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22.ne-engine ne-tli + .ne-spacing-all {
margin-top: 11.484px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-card[data-card-type='inline'] {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-alert-hole.ne-spacing-all {
margin-bottom: 11.484px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 .ne-td ne-p:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 .ne-td ne-summary:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 .ne-td ne-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 .ne-td ne-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 .ne-td ne-table-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 .ne-td ne-table-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 .ne-td ne-container-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 .ne-td ne-container-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 .ne-td ne-alert-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 .ne-td ne-alert-hole.ne-spacing-all:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-alert,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-collapse,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-column,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-column-content {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-alert > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-collapse > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-column > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-column-content > *:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-alert > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-collapse > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-column > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-column-content > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-alert > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-collapse > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-column > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-column-content > ne-p:last-child ne-card.ne-spacing-all {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-uli,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-oli,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-tli {
margin-bottom: 5.742px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-uli:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-oli:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-tli:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-uli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-oli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-tli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-uli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-oli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-tli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-uli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-oli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-tli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-uli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-oli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-tli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-uli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-oli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-tli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-uli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-oli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-tli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-uli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-oli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-tli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-uli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-oli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-tli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-uli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-oli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-tli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-uli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-oli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-tli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-uli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-oli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-tli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-uli + ne-alert-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-oli + ne-alert-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-tli + ne-alert-hole.ne-spacing-all {
margin-top: 11.484px;
}
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz22.ne-viewer .ne-viewer-body > ne-p:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz22.ne-viewer .ne-viewer-body > ne-summary:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz22.ne-viewer .ne-viewer-body > ne-uli:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz22.ne-viewer .ne-viewer-body > ne-oli:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz22.ne-viewer .ne-viewer-body > ne-tli:first-child {
margin-top: 11.484px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-collapse ne-collapse-content {
padding-bottom: 11.484px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz22 ne-collapse ne-collapse-content *:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz22.ne-viewer .ne-viewer-body ne-collapse ne-collapse-content {
padding-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz24.ne-viewer .ne-viewer-body .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24.ne-engine .ne-spacing-all {
margin-top: 0;
margin-bottom: 12.528px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz24.ne-viewer .ne-viewer-body ne-card[data-card-type='inline'].ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24.ne-engine ne-card[data-card-type='inline'].ne-spacing-all {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz24.ne-viewer .ne-viewer-body ne-p:last-child > .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24.ne-engine ne-p:last-child > .ne-spacing-all {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz24.ne-viewer .ne-viewer-body ne-uli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24.ne-engine ne-uli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24.ne-viewer .ne-viewer-body ne-oli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24.ne-engine ne-oli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24.ne-viewer .ne-viewer-body ne-tli + .ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24.ne-engine ne-tli + .ne-spacing-all {
margin-top: 12.528px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-card[data-card-type='inline'] {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-alert-hole.ne-spacing-all {
margin-bottom: 12.528px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 .ne-td ne-p:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 .ne-td ne-summary:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 .ne-td ne-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 .ne-td ne-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 .ne-td ne-table-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 .ne-td ne-table-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 .ne-td ne-container-hole.ne-spacing-all:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 .ne-td ne-container-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 .ne-td ne-alert-hole:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 .ne-td ne-alert-hole.ne-spacing-all:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-alert,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-collapse,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-column,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-column-content {
margin-top: 0;
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-alert > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-collapse > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-column > *:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-column-content > *:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-alert > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-collapse > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-column > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-column-content > ne-p:last-child ne-card,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-alert > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-collapse > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-column > ne-p:last-child ne-card.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-column-content > ne-p:last-child ne-card.ne-spacing-all {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-uli,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-oli,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-tli {
margin-bottom: 6.264px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-uli:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-oli:last-child,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-tli:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-uli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-oli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-tli + ne-p,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-uli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-oli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-tli + ne-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-uli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-oli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-tli + ne-table-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-uli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-oli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-tli + ne-container-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-uli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-oli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-tli + ne-summary,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-uli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-oli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-tli + ne-alert-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-uli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-oli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-tli + ne-root-card-hole,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-uli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-oli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-tli + ne-root-card-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-uli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-oli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-tli + ne-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-uli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-oli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-tli + ne-table-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-uli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-oli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-tli + ne-container-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-uli + ne-alert-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-oli + ne-alert-hole.ne-spacing-all,
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-tli + ne-alert-hole.ne-spacing-all {
margin-top: 12.528px;
}
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz24.ne-viewer .ne-viewer-body > ne-p:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz24.ne-viewer .ne-viewer-body > ne-summary:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz24.ne-viewer .ne-viewer-body > ne-uli:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz24.ne-viewer .ne-viewer-body > ne-oli:first-child,
.ne-doc-major-viewer-mobile .ne-paragraph-spacing-relax.ne-typography-classic.fz24.ne-viewer .ne-viewer-body > ne-tli:first-child {
margin-top: 12.528px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-collapse ne-collapse-content {
padding-bottom: 12.528px;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz24 ne-collapse ne-collapse-content *:last-child {
margin-bottom: 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.fz24.ne-viewer .ne-viewer-body ne-collapse ne-collapse-content {
padding-bottom: 0;
}
/*
* 本文件提供【经典】排版的基础样式设置,此处需要和各插件配合,使得 js 中获取的值和 css 中定义的值处于一致状态
*/
.ne-typography-classic {
line-height: 1.74;
letter-spacing: 0.008em;
color: var(--yq-text-primary);
font-size: 15px;
}
.ne-typography-classic .ne-table {
line-height: 1.74;
}
.ne-typography-classic ne-text[ne-sub],
.ne-typography-classic ne-text[ne-sup] {
font-size: 11.25px;
}
.ne-typography-classic ne-h1 {
margin: 26px 0 10px 0;
}
.ne-typography-classic ne-h2 {
margin: 21px 0 5px 0;
}
.ne-typography-classic ne-h3 {
margin: 16px 0 5px 0;
}
.ne-typography-classic ne-h4 {
margin: 10px 0 5px 0;
}
.ne-typography-classic ne-h5 {
font-size: 15px !important;
margin: 8px 0 5px 0;
}
.ne-typography-classic ne-h5 ne-text,
.ne-typography-classic ne-h5 ne-card[data-card-type='inline'] {
font-size: 15px !important;
}
.ne-typography-classic ne-h6 {
font-size: 15px !important;
margin: 8px 0 5px 0;
}
.ne-typography-classic ne-h6 ne-text,
.ne-typography-classic ne-h6 ne-card[data-card-type='inline'] {
font-size: 15px !important;
}
.ne-typography-classic ne-tli ne-tli-i.ant-checkbox {
padding-top: 2px;
}
.ne-typography-classic ne-card[data-card-name='mention'] {
font-size: 15px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-ui-toolbar-fontsize .ne-ui-select-value {
width: 50px;
}
.ne-ui-toolbar-fontsize-dropdown .ne-ui-select-item {
padding-right: 25px;
}
.ne-ui-font-size-item {
padding-right: 15px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-toolbar-format .ne-ui-select-value {
width: 80px;
}
.ne-ui-toolbar-format-dropdown .ant-select-item-option:nth-child(2) {
font-size: 24px;
}
.ne-ui-toolbar-format-dropdown .ant-select-item-option:nth-child(3) {
font-size: 20px;
}
.ne-ui-toolbar-format-dropdown .ant-select-item-option:nth-child(4) {
font-size: 16px;
}
.ne-ui-toolbar-format-dropdown .ant-select-item-option:nth-child(5) {
font-size: 14px;
}
.ne-ui-select-item .ne-ui-select-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.ne-ui-select-item .ne-ui-select-content .ne-ui-item-content {
font-size: 16px;
font-weight: bold;
}
.ne-ui-select-item .ne-ui-select-content .ne-ui-item-heading1 {
font-size: 28px;
font-weight: bold;
line-height: 1.6;
}
.ne-ui-select-item .ne-ui-select-content .ne-ui-item-heading2 {
font-size: 24px;
font-weight: bold;
line-height: 1.6;
}
.ne-ui-select-item .ne-ui-select-content .ne-ui-item-heading3 {
font-size: 20px;
font-weight: bold;
line-height: 1.6;
}
.ne-ui-select-item .ne-ui-select-content .ne-ui-item-heading4 {
font-size: 16px;
font-weight: bold;
line-height: 1.6;
}
.ne-ui-select-item .ne-ui-select-content .ne-ui-item-heading5 {
font-size: 14px;
font-weight: bold;
line-height: 1.6;
}
.ne-ui-select-item .ne-ui-select-content .ne-ui-command-style {
color: var(--yq-text-disable);
margin-left: 65px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.list-type-selector {
padding: 8px;
padding-right: 2px;
white-space: nowrap;
}
.list-type-selector ul {
display: inline-block;
width: 85px;
height: 85px;
border: 1px solid var(--yq-border-primary);
margin-right: 6px;
border-radius: 6px;
font-size: 12px;
line-height: 16px;
cursor: pointer;
padding: 4px 0;
}
.list-type-selector ul:hover {
border-color: var(--yq-cardborder-hover);
}
.list-type-selector ul.active {
border-color: var(--yq-cardborder-selected);
}
.list-type-selector li {
display: flex;
align-items: center;
padding-right: 9px;
line-height: 15px;
}
.list-type-selector li .ne-list-symbol[data-level='0'] {
margin-left: 9px;
}
.list-type-selector li .ne-list-symbol[data-level='1'] {
margin-left: 19px;
}
.list-type-selector li .ne-list-symbol[data-level='2'] {
margin-left: 34px;
}
.list-type-selector li .ne-list-symbol {
padding-right: 6px;
font-family: Helvetica Neue, Consolas;
}
.list-type-selector li .ne-list-symbol:after {
content: '.';
}
.list-type-selector li .ne-list-symbol[data-type='1'][data-level='1']::after {
content: '';
}
.list-type-selector li .ne-list-symbol[data-type='1'][data-level='0']::after {
content: '、';
width: 0.5em;
overflow: hidden;
display: inline-block;
vertical-align: bottom;
}
.list-type-selector li .content {
flex: 1;
height: 3px;
background-color: var(--yq-border-primary);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.order-list-index-menu-panel {
border-radius: 6px;
border: 1px solid var(--yq-border-primary);
padding: 5px 4px;
background-color: var(--yq-white);
}
.order-list-index-menu-panel .order-list-index-menu-item {
height: 34px;
line-height: 34px;
border-radius: 6px;
min-width: 103px;
padding-left: 12px;
background-color: transparent;
cursor: pointer;
position: relative;
color: var(--yq-text-primary);
}
.order-list-index-menu-panel .order-list-index-menu-item.disabled {
cursor: not-allowed;
color: var(--yq-text-disable);
user-select: none;
}
.order-list-index-menu-panel .order-list-index-menu-item:hover,
.order-list-index-menu-panel .order-list-index-menu-item.active {
background-color: var(--yq-yuque-grey-3);
}
.order-list-index-menu-panel .order-list-index-menu-item > div.ne-lark-icon {
right: 5px;
top: 50%;
position: absolute;
transform: translateY(-50%);
}
.order-list-index-menu-panel.enUS .order-list-index-menu-item {
min-width: 160px;
}
.ant-popover.order-list-index-menu-popover .ant-popover-inner-content {
padding: 0;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-local-image {
background-color: var(--yq-bg-tertiary);
}
.ne-mock-image {
background-color: var(--yq-bg-tertiary);
max-width: 100%;
}
.ne-image-loading-icon {
position: absolute;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-image-error {
position: relative;
font-size: 12px;
color: var(--yq-text-caption);
background: var(--yq-bg-tertiary);
}
.ne-image-error img {
max-width: 100%;
}
.ne-image-error .ne-image-tip {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin-top: 20px;
font-size: 12px;
line-height: 20px;
color: var(--yq-text-caption);
width: 100%;
text-align: center;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
ne-card[data-card-name='image'] .ne-card-container .ne-ui-image-ocr-mask {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99;
pointer-events: none;
user-select: none;
overflow: hidden;
}
ne-card[data-card-name='image'] .ne-card-container .ne-ui-image-ocr-mask ::selection {
background: transparent !important;
}
.ne-ui-image-ocr-text {
line-height: 1;
position: absolute;
white-space: pre;
word-break: keep-all;
color: transparent !important;
}
.ne-ui-image-ocr-text::selection {
background: transparent !important;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-active .ne-ui-image-resizer-box {
display: block;
}
.ne-ui-image-resizer-box {
display: none;
pointer-events: none;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 3;
outline: 1px solid var(--yq-blue-4);
}
.ne-ui-image-resizer-box.ne-ui-resizing:after {
position: absolute;
z-index: 3;
display: flex;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
content: attr(data-size);
color: var(--yq-white);
background-color: rgba(0, 0, 0, 0.3);
}
.ne-ui-image-resizer,
.ne-ui-image-resizer-handler {
width: 14px;
height: 14px;
border: 2px solid #fff;
background-color: var(--yq-blue-5);
border-radius: 10px;
position: absolute;
z-index: 2;
}
.ne-ui-image-resizer-handler {
z-index: 3;
border: none;
background-color: transparent;
}
.ne-resizer-tl {
top: -7px;
left: -7px;
cursor: nwse-resize;
pointer-events: all;
}
.ne-resizer-tr {
top: -7px;
right: -7px;
cursor: nesw-resize;
pointer-events: all;
}
.ne-resizer-br {
bottom: -7px;
right: -7px;
cursor: nwse-resize;
pointer-events: all;
}
.ne-resizer-bl {
bottom: -7px;
left: -7px;
cursor: nesw-resize;
pointer-events: all;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-image-title {
position: relative;
word-break: break-all;
white-space: normal;
margin-top: 7px;
max-width: 100%;
text-align: center;
}
.ne-image-title .ne-image-title-content {
vertical-align: top;
display: inline-block;
min-width: 1px;
max-width: 100%;
min-height: 18px;
line-height: 22px;
font-size: 14px;
outline: none;
word-break: break-all;
white-space: normal;
color: var(--yq-text-caption);
text-align: center;
caret-color: initial;
}
.ne-image-title .ne-image-title-placeholder {
position: absolute;
top: 2px;
width: 100%;
display: block;
color: var(--yq-text-disable);
pointer-events: none;
line-height: 22px;
font-size: 14px;
}
.ne-viewer ne-card[data-card-type='inline'].ne-image-card-show-title,
.ne-image-card-show-title {
vertical-align: -13px;
}
.ne-image-card-show-title .ne-card-container {
line-height: 0;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-ui-image-crop-box {
pointer-events: none;
position: absolute;
top: -4px;
left: -4px;
right: -4px;
bottom: -4px;
z-index: 3;
touch-action: none;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-image-inner-button-wrap {
display: none;
justify-content: center;
align-items: center;
position: absolute;
top: 9px;
right: 9px;
background: rgba(38, 38, 38, 0.6);
border-radius: 8px;
z-index: 4;
}
.ne-ui-image-inner-button-wrap-menu-open {
display: flex;
}
.ne-ui-image-inner-button {
display: flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
color: rgb(255, 255, 255);
border: none;
outline: none;
background: none;
cursor: pointer;
}
.ne-ui-image-inner-divider {
display: block;
width: 1px;
height: 20px;
margin: 0 4px;
background: rgba(255, 255, 255, 0.1);
}
.ne-ui-image-inner-divider:last-child {
display: none;
}
.ne-ui-image-inner-menu .ant-popover-content {
min-width: 104px !important;
}
.ne-ui-image-inner-menu .ant-popover-inner-content {
padding: 4px;
}
.ne-ui-image-inner-menu .ant-menu-item {
display: flex;
align-items: center;
}
.ne-ui-image-inner-menu .ant-menu-item .ne-icon {
margin-right: 8px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
ne-card[data-card-name='image'] img {
vertical-align: baseline;
}
.ne-paragraph-spacing-relax.ne-typography-classic ne-card[data-card-name='image'] img {
vertical-align: text-bottom;
}
.ne-image-wrap {
position: relative;
line-height: 0;
}
.ne-image-wrap.ne-image-style-stroke:before {
border: 1px solid var(--yq-border-primary);
border-radius: 4px;
}
.ne-image-wrap.ne-image-style-shadow:before {
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}
.ne-image-wrap.ne-image-loaded .ne-image {
opacity: 1;
border-radius: 4px;
}
.ne-image-wrap:before {
content: ' ';
display: block;
position: absolute;
z-index: 3;
top: 0;
left: 0;
bottom: 0;
right: 0;
pointer-events: none;
}
.ne-image-wrap .ne-image-box {
position: relative;
overflow: hidden;
border-radius: 4px;
max-width: 100%;
font-size: 0;
}
.ne-image-wrap .ne-image-box.ne-image-box-loading {
background-color: var(--yq-bg-tertiary);
}
.ne-image-wrap .ne-image {
transition: opacity ease-in 0.1s;
}
.ne-image-wrap .ne-image.ne-image-preview {
cursor: zoom-in;
}
.ne-image-wrap .ne-image.ne-image-absolute {
position: absolute;
z-index: 2;
}
.ne-image-wrap .ne-image.ne-image-hide {
opacity: 0;
height: 0;
display: inline-block;
}
.ne-image-wrap .ne-image,
.ne-image-wrap .ne-bg-img {
max-width: 100%;
}
.ne-image-wrap:hover .ne-ui-image-inner-button-wrap {
display: flex;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-uploading-image {
position: relative;
}
.ne-uploading-image .ne-image {
opacity: 0.6;
max-width: 100%;
}
.ne-uploading-image .ne-image-uploading-progress {
position: absolute;
bottom: 5px;
right: 5px;
color: var(--yq-white);
font-size: 12px;
line-height: 1;
background-color: var(--yq-black);
padding: 5px;
border-radius: 4px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-image-size-overlay.ant-dropdown-menu {
padding: 16px;
}
.ne-image-size-overlay {
width: 262px;
cursor: default;
}
.ne-image-size-overlay-inputs {
display: flex;
margin-bottom: 16px;
}
.ne-image-size-overlay-inputs-item {
display: flex;
width: 109px;
height: 24px;
align-items: center;
justify-content: space-between;
}
.ne-image-size-overlay-inputs-item:first-child {
margin-right: 12px;
}
.ne-image-size-overlay-inputs-item input::-webkit-inner-spin-button,
.ne-image-size-overlay-inputs-item input::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.ne-image-size-overlay-inputs-item input {
-moz-appearance: textfield;
}
.ne-image-size-overlay .ant-radio-group {
background-color: var(--yq-bg-tertiary);
border-radius: 6px;
}
.ne-image-size-overlay .ant-radio-button-wrapper {
border: none;
background-color: var(--yq-bg-tertiary);
padding: 0 13px;
line-height: 32px;
}
.ne-image-size-overlay .ant-radio-button-wrapper:hover {
color: var(--yq-text-caption);
}
.ne-image-size-overlay .ant-radio-button-wrapper:not(:first-child)::before {
transform: translateY(50%);
height: 50%;
padding: 0;
top: 0;
}
.ne-image-size-overlay .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
box-shadow: inset 0 0 0 2px var(--yq-yuque-grey-2);
}
.ne-image-size-overlay .ant-radio-button-wrapper-checked {
background: var(--yq-bg-primary);
box-shadow: inset 0 0 0 2px var(--yq-yuque-grey-2);
border-radius: 6px;
color: unset;
}
.ne-image-size-overlay .ant-radio-button-wrapper-checked::before {
display: none;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-image-link-overlay {
padding: 16px;
padding-bottom: 11px;
cursor: default;
}
.ne-image-link-overlay-link-target {
margin-top: 7px;
display: flex;
align-items: center;
justify-content: space-between;
}
.ne-image-link-overlay-unlink {
cursor: pointer;
display: flex;
align-items: center;
padding: 6px 8px;
border-radius: 4px;
margin-right: -8px;
}
.ne-image-link-overlay-unlink-hidden {
visibility: hidden;
user-select: none;
display: flex;
align-items: center;
padding: 6px 8px;
border-radius: 4px;
cursor: default;
}
.ne-image-link-overlay-unlink > span {
margin-left: 4px;
}
.ne-image-link-overlay-unlink:hover {
background-color: var(--yq-bg-tertiary);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-image-spacing-overlay {
padding: 16px;
cursor: default;
}
.ne-image-spacing-overlay-switch-row:first-child {
margin-bottom: 8px;
}
.ne-image-spacing-overlay-switch-row > label {
display: flex;
cursor: pointer;
width: 100%;
justify-content: space-between;
align-items: center;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-image-more-overlay-checked-icon {
margin-right: 4px;
opacity: 0;
}
.ne-image-more-overlay-checked-icon-checked {
margin-right: 4px;
opacity: 1;
}
.ne-image-more-overlay-menu-item {
width: 155px;
}
.ne-image-more-overlay-menu-item .ant-dropdown-menu-submenu {
display: flex;
align-items: center;
width: 100%;
}
.ne-image-more-overlay-menu-item .ne-icon {
margin-right: 8px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-sidebar-view {
padding: 0 20px;
overflow: auto;
min-height: 100%;
}
.ne-sidebar-view .ne-sidebar-header {
margin: 16px 0 24px 0;
position: relative;
}
.ne-sidebar-view .ne-sidebar-header .ne-sidebar-title {
font-size: 14px;
line-height: 22px;
font-weight: bold;
}
.ne-sidebar-view .ne-sidebar-header .ne-sidebar-close-btn {
width: 24px;
height: 24px;
display: flex;
justify-content: center;
align-items: center;
border: none;
border-radius: 4px;
background: none;
padding: 0;
outline: none;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}
.ne-sidebar-view .ne-sidebar-header .ne-sidebar-close-btn:hover {
background-color: var(--yq-bg-primary-hover-light);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-image-sidebar {
position: relative;
font-size: 14px;
color: var(--yq-text-body);
height: 100%;
overflow: auto;
padding: 0 20px;
}
.ne-image-sidebar .ant-input {
line-height: 22px;
font-size: 14px;
}
.ne-image-sidebar-header {
position: relative;
line-height: 24px;
font-weight: bold;
padding-bottom: 8px;
margin-top: 16px;
margin-bottom: 10px;
}
.ne-image-sidebar-box-item-label {
margin-bottom: 8px;
color: var(--yq-text-caption);
}
.ne-image-sidebar-box-item-group {
margin-bottom: 24px;
}
.ne-image-sidebar-size-input-group {
display: flex;
}
.ne-image-sidebar-width-group {
margin-right: 10px;
}
.ne-image-sidebar-link-input {
padding-left: 12px;
}
.ne-image-sidebar-width-group .ne-image-sidebar-sub-label,
.ne-image-sidebar-height-group .ne-image-sidebar-sub-label {
margin-top: 2px;
text-align: center;
font-size: 12px;
color: var(--yq-text-caption);
}
.ne-image-sidebar-size-ratio-btns .ant-radio-group {
display: flex;
}
.ne-image-sidebar-size-ratio-btns .ant-radio-group > .ant-radio-button-wrapper {
flex: 1;
text-align: center;
background: var(--yq-bg-primary);
}
.ne-image-sidebar-switch-row {
margin-top: 16px;
margin-bottom: 8px;
}
.ne-image-sidebar-switch-row > label {
display: flex;
cursor: pointer;
width: 100%;
justify-content: space-between;
align-items: center;
}
.ne-image-sidebar-link-target {
margin-top: 12px;
}
.ne-image-sidebar-close-btn {
width: 24px;
height: 24px;
display: flex;
justify-content: center;
align-items: center;
border: none;
background: none;
padding: 0;
outline: none;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}
.ne-image-sidebar-close-btn:hover {
background-color: var(--yq-bg-primary-hover-light);
}
textarea.ant-input.ne-image-siderbar-title-textarea {
resize: none;
line-height: 22px;
font-size: 14px;
min-height: 86px;
padding: 9.5px 12px;
color: var(--yq-text-body);
word-break: break-all;
}
textarea.ant-input.ne-image-siderbar-title-textarea::placeholder {
color: var(--yq-text-disable);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-engine ne-card[data-card-name='image'] {
vertical-align: baseline;
display: inline-block;
}
.ne-engine ne-card[data-card-name='image'] ne-card-root {
display: inline-block;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-card[data-card-name='image'],
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-card[data-card-name='image'].ne-spacing-all {
vertical-align: text-bottom;
margin-bottom: 0;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-premium-sidebar {
font-size: 14px;
color: var(--yq-text-body);
}
.ne-premium-sidebar-desc {
font-size: 12px;
font-weight: normal;
}
.ne-premium-sidebar-box-item-label {
margin-top: 12px;
margin-bottom: 12px;
}
.ne-premium-sidebar-close-btn {
width: 24px;
height: 24px;
display: flex;
justify-content: center;
align-items: center;
border: none;
background: none;
padding: 0;
outline: none;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}
.ne-premium-sidebar-close-btn:hover {
background-color: var(--yq-bg-primary-hover-light);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-premium-wrap {
position: relative;
}
.ne-premium-wrap.disabled .ne-premium-box {
color: var(--yq-text-disable);
}
.ne-premium-wrap.disabled .ne-premium-box:hover {
background: var(--yq-bg-primary);
}
.ne-premium-wrap.disabled .ne-premium-box::before,
.ne-premium-wrap.disabled .ne-premium-box::after {
background: var(--yq-bg-primary-hover);
}
.ne-premium-wrap.disabled .ne-premium-box .ne-icon {
display: none;
margin-right: 0px;
}
.ne-premium-wrap .ne-premium-box {
position: relative;
overflow: hidden;
z-index: 1;
height: 40px;
color: var(--yq-yellow-6);
font-size: 12px;
display: flex;
align-items: center;
flex-direction: row;
}
.ne-premium-wrap .ne-premium-box:hover {
background: var(--yq-bg-secondary);
}
.ne-premium-wrap .ne-premium-box::before,
.ne-premium-wrap .ne-premium-box::after {
background: var(--yq-yellow-6);
content: ' ';
height: 1px;
flex: auto;
}
.ne-premium-wrap .ne-premium-box.expired {
color: var(--yq-text-caption);
}
.ne-premium-wrap .ne-premium-box.expired::before,
.ne-premium-wrap .ne-premium-box.expired::after {
background: var(--yq-yuque-grey-6);
}
.ne-premium-wrap .ne-premium-box .lake-icon {
margin-right: 10px;
}
.ne-premium-wrap .ne-premium-box .ne-premium-content {
margin: 0 10px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-engine ne-card[data-card-name='premium'] {
vertical-align: bottom;
display: block;
}
.ne-engine ne-card[data-card-name='premium'] ne-card-root {
display: block;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
ne-card[data-card-name='thirdparty'].ne-focused .ne-thirdparty-wrap {
border-color: var(--yq-yuque-grey-5);
}
ne-card[data-card-name='thirdparty'].ne-max .ne-thirdparty-wrap {
border-color: transparent;
}
ne-card[data-card-name='thirdparty'] .ne-thirdparty-wrap {
height: 100%;
}
ne-card[data-card-name='thirdparty'] .ne-thirdparty-wrap .ne-thirdparty-content {
line-height: 0;
background: var(--yq-bg-tertiary);
height: 100%;
}
ne-card[data-card-name='thirdparty'] .ne-thirdparty-wrap .ne-thirdparty-iframe {
position: relative;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: var(--yq-bg-primary);
}
ne-card[data-card-name='thirdparty'] .ne-thirdparty-wrap .ne-thirdparty-video-box {
width: 100%;
height: 100%;
background: var(--yq-black);
}
ne-card[data-card-name='thirdparty'] .ne-thirdparty-wrap .ne-thirdparty-video {
display: block;
margin: auto;
max-width: 100%;
max-height: 500px;
}
ne-card[data-card-name='thirdparty'] .ne-thirdparty-wrap .ne-thirdparty-content-bg {
display: flex;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -40px;
margin-left: -40px;
text-align: center;
line-height: 80px;
color: var(--yq-text-body);
font-size: 36px;
z-index: 1;
visibility: visible;
opacity: 1;
transition: all 0.3s linear;
}
ne-card[data-card-name='thirdparty'] .ne-card-container[data-alias] {
height: 500px;
}
ne-card[data-card-name='thirdparty'] .ne-card-container[data-alias='taobao'] {
max-height: 500px;
height: auto;
}
ne-card[data-card-name='thirdparty'] .ne-card-container[data-alias='xiami'] {
height: 112px;
}
ne-card[data-card-name='thirdparty'] .ne-card-container[data-alias='music163'] {
height: 88px;
}
ne-card[data-card-name='thirdparty'] .ne-card-container[data-alias='ximalaya'] {
height: 38px;
}
ne-card[data-card-name='thirdparty'] .ne-thirdparty-unavailable {
background: var(--yq-bg-tertiary);
border-radius: 4px;
font-size: 14px;
color: var(--yq-text-disable);
display: flex;
justify-content: center;
align-items: center;
height: 88px;
overflow: hidden;
text-overflow: ellipsis;
user-select: text;
}
ne-card[data-card-name='thirdparty'] .ne-thirdparty-unavailable .ne-thirdparty-unavailable-info {
margin-left: 8px;
display: inline-block;
word-break: break-all;
max-width: calc(100% - 128px);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-thirdparty-creator-wrap {
border-radius: 2px;
}
.ne-thirdparty-creator-form {
position: relative;
border-radius: 2px;
}
.ne-thirdparty-creator-input {
margin-left: 10px;
}
.ne-thirdparty-creator-input input {
width: calc(100% - 200px);
border: 0;
height: 40px;
line-height: 40px;
margin: 4px 0;
font-size: 14px;
outline: none;
background: transparent;
}
.ne-thirdparty-creator-input input::placeholder {
color: var(--yq-yuque-grey-6);
}
.ne-thirdparty-creator-button {
position: absolute;
top: 9px;
right: 12px;
}
.ne-thirdparty-creator-example-button,
.ne-thirdparty-creator-help {
border: 0;
padding: 0;
background: none;
cursor: pointer;
outline: none;
color: var(--yq-text-body);
margin-right: 16px;
letter-spacing: unset;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-toolbar-button {
min-width: 26px;
height: 26px;
border-radius: 6px;
padding: 0;
border: none;
background: transparent;
}
.ne-ui-toolbar-button[disabled] {
opacity: 0.25;
background: transparent;
}
.ne-ui-toolbar-button:after {
display: none !important;
}
.ne-ui-toolbar-button:active,
.ne-ui-toolbar-button:focus {
background: transparent;
}
.ne-ui-toolbar-button:hover {
background: var(--yq-yuque-grey-2);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-toolbar-toggle-button {
width: 26px;
height: 26px;
border-radius: 6px;
padding: 0;
border: none;
background: transparent;
}
.ne-ui-toolbar-toggle-button[disabled] {
opacity: 0.25;
background: transparent;
}
.ne-ui-toolbar-toggle-button:after {
display: none !important;
}
.ne-ui-toolbar-toggle-button:active,
.ne-ui-toolbar-toggle-button:focus {
background: transparent;
}
.ne-ui-toolbar-toggle-button:hover {
background: var(--yq-yuque-grey-2);
}
.ne-ui-toolbar-toggle-button.checked {
background-color: var(--yq-bg-primary-hover-light);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-divider {
display: inline-flex;
width: 1px;
height: 24px;
background-color: var(--yq-bg-tertiary);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-toolbar-arrow-button {
border: none;
background: transparent;
width: 42px;
padding: 0;
}
.ne-ui-toolbar-arrow-button[disabled] {
opacity: 0.25;
background: transparent;
}
.ne-ui-toolbar-arrow-button:after {
display: none !important;
}
.ne-ui-toolbar-arrow-button:active,
.ne-ui-toolbar-arrow-button:focus {
background: transparent;
}
.ne-ui-toolbar-arrow-button:hover {
background: var(--yq-yuque-grey-2);
}
.ne-ui-toolbar-arrow-button > .ne-icon {
width: 26px;
}
.ne-ui-toolbar-arrow-down {
width: 16px;
height: 16px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/d5fce5b0-cd60-43b0-a351-9463486be4d2.svg');
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-toolbar-select-button {
padding: 0 5px 0 10px;
width: auto;
border-radius: 6px;
}
.ne-ui-toolbar-select-value {
width: 40px;
text-align: left;
font-size: 14px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: var(--yq-black);
}
.ne-ui-select-menu {
border-radius: 5px;
}
.ne-ui-select-menu .ne-ui-select-item {
position: relative;
padding: 4px 15px 4px 25px;
line-height: 30px;
font-size: 12px;
}
.ne-ui-select-menu .ne-ui-select-item.ant-dropdown-menu-item-selected {
background: none;
}
.ne-ui-select-menu .ne-ui-select-item.ant-dropdown-menu-item-selected .ne-ui-select-item-check-icon {
opacity: 1;
}
.ne-ui-select-menu .ne-ui-select-item-check-icon {
position: absolute;
left: 5px;
top: 0;
bottom: 0;
width: 30px;
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
}
.ne-ui-select-menu .ne-ui-select-item .ne-ui-select-item-label {
margin-left: 10px;
flex-grow: 1;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-embed-icon {
width: 16px;
height: 16px;
display: flex !important;
justify-content: center;
align-items: center;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-toolbar-color-button {
display: inline-flex;
justify-content: center;
align-items: center;
width: 42px;
height: 32px;
border: 1px solid transparent;
border-radius: 2px;
margin-left: 8px !important;
}
.ne-ui-toolbar-color-button.disabled {
border-color: transparent !important;
}
.ne-ui-toolbar-color-button.ne-ui-dropdown-open {
background-color: var(--yq-bg-tertiary);
border-radius: 5px;
height: 26px;
}
.ne-ui-toolbar-color-button button {
padding: 0;
border: none;
background: transparent;
height: 25px;
}
.ne-ui-toolbar-color-button button[disabled] {
opacity: 0.25;
background: transparent;
}
.ne-ui-toolbar-color-button button:after {
display: none !important;
}
.ne-ui-toolbar-color-button button:active,
.ne-ui-toolbar-color-button button:focus {
background: transparent;
}
.ne-ui-toolbar-color-button button:hover {
background: var(--yq-yuque-grey-2);
}
.ne-ui-toolbar-color-button button.ant-dropdown-open {
background: none;
}
.ne-ui-toolbar-color-button .ne-ui-toolbar-color-show-button {
width: 25px;
height: 26px;
border-radius: 5px;
}
.ne-ui-toolbar-color-button .ne-ui-toolbar-color-show-button .ne-ui-color-button {
border: 2px solid transparent;
border-radius: 5px;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.ne-ui-toolbar-color-button .ne-ui-toolbar-color-show-button .ne-ui-color-button:hover {
border-color: var(--yq-border-light);
}
.ne-ui-toolbar-color-button .ne-ui-toolbar-color-dropdown-button {
width: 16px;
min-width: unset;
border-left: 1px solid transparent;
}
.ne-ui-toolbar-color-picker-overlay {
background-color: var(--yq-bg-foreground);
border: 1px solid var(--yq-border-primary);
box-shadow: 0 8px 16px 4px hsla(0, 0%, 0%, 0.04);
color: var(--yq-text-primary);
}
.ne-ui-toolbar-color-dropdown-arrow {
width: 16px;
height: 16px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/d5fce5b0-cd60-43b0-a351-9463486be4d2.svg');
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-ui-color-picker-button {
display: flex;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-toolbar-dropdown-button {
border-radius: 6px;
width: 40px;
height: 27px;
}
.ne-ui-toolbar-dropdown-button-menu.ne-check-menu .ne-ui-menu-item {
padding-left: 32px;
}
.ne-ui-toolbar-dropdown-button-menu.ne-check-menu .ne-ui-menu-item .ne-icon-check {
position: absolute;
left: 10px;
}
.ne-ui-toolbar-dropdown-button-menu .ne-ui-menu-item {
min-width: 104px;
padding-right: 2px;
font-size: 12px;
}
.ne-ui-toolbar-dropdown-button-menu .ne-ui-menu-item .ne-ui-menu-item-content {
display: flex;
align-items: center;
line-height: 30px;
padding-right: 16px;
}
.ne-ui-toolbar-dropdown-button-menu .ne-ui-menu-item.ne-disabled .ne-icon {
opacity: 0.25;
}
.ne-ui-toolbar-dropdown-button-menu .ne-ui-menu-item .ne-ui-dropdown-item-icon,
.ne-ui-toolbar-dropdown-button-menu .ne-ui-menu-item .ne-icon {
margin-right: 10px;
}
.ne-ui-toolbar-dropdown-inline-container {
background-color: var(--yq-bg-foreground);
border: 1px solid var(--yq-border-primary);
box-shadow: 0 8px 16px 4px hsla(0, 0%, 0%, 0.04);
color: var(--yq-text-primary);
}
.ne-ui-toolbar-dropdown-inline-container {
display: flex;
height: 40px;
width: auto;
justify-content: space-evenly;
align-items: center;
border-radius: 5px;
padding: 0 5px;
}
.ne-ui-toolbar-dropdown-inline-container .ne-ui-inline-button {
width: 28px;
height: 28px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
border-radius: 5px;
margin-left: 3px;
}
.ne-ui-toolbar-dropdown-inline-container .ne-ui-inline-button.selected {
background-color: var(--yq-bg-primary-hover-light);
}
.ne-ui-toolbar-dropdown-inline-container .ne-ui-inline-button:nth-of-type(1) {
margin-left: 0;
}
.ne-ui-toolbar-dropdown-inline-container .ne-ui-inline-button:hover {
background-color: var(--yq-bg-primary-hover-light);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-menu-item-group {
min-width: 280px;
}
.ne-menu-item-group .ne-menu-item-group-title {
padding: 0 20px;
margin-top: 12px;
margin-bottom: 4px;
}
.ne-menu-item-group:first-child .ne-menu-item-group-title {
margin-top: 0;
}
.ne-menu-item-group.label .ne-menu-item-group-content {
padding: 0 20px 8px;
}
.ne-menu-item-group.label .ne-menu-item-group-content .ne-menu-item-container {
display: inline-block;
padding: 1px 8px;
margin: 0;
margin-top: 4px;
margin-bottom: 0;
background-color: var(--yq-bg-tertiary);
margin-right: 8px;
border-radius: 4px;
height: 24px;
line-height: 24px;
}
.ne-menu-item-group.label .ne-menu-item-group-content .ne-menu-item-container-title {
font-size: 14px;
line-height: 22px;
color: var(--yq-text-primary);
}
.ne-menu-item-group.label .ne-menu-item-group-content .ne-menu-item-container-vip,
.ne-menu-item-group.label .ne-menu-item-group-content .ne-menu-item-container-describe,
.ne-menu-item-group.label .ne-menu-item-group-content .ne-menu-item-container-icon,
.ne-menu-item-group.label .ne-menu-item-group-content .ne-menu-item-container-key {
display: none;
}
.ne-menu-item-group.icon .ne-menu-item-group-content {
display: flex;
flex-flow: row;
flex-wrap: wrap;
padding: 0 14px 0 9px;
}
.with-scroll .ne-menu-item-group.icon .ne-menu-item-group-content {
padding: 0 4px 0 9px;
}
.with-scroll .ne-menu-item-group.icon .ne-menu-item-group-content .ne-menu-item-container {
min-width: 32px;
max-width: 32px;
}
.ne-menu-item-group.icon .ne-menu-item-group-content .ne-menu-item-container {
flex: 1;
margin: 0;
margin-bottom: 4px;
margin-left: 10px;
padding: 0;
min-width: 32px;
max-width: 32px;
}
.ne-menu-item-group.icon .ne-menu-item-group-content .ne-menu-item-container .ne-menu-item-container-content {
display: none;
}
.ne-menu-item-group.icon .ne-menu-item-group-content .ne-menu-item-container-icon {
min-width: 32px;
height: 32px;
text-align: center;
color: var(--yq-icon-primary);
}
.ne-menu-item-group.icon .ne-menu-item-group-content .ne-menu-item-container-icon div.ne-icon {
font-size: 20px;
}
.ne-menu-item-group.icon .ne-menu-item-group-content .ne-menu-item-container-right {
top: 0;
}
.ne-menu-item-group.icon + .ne-menu-item-group {
margin-top: -4px;
}
.ne-menu-item-group.two-column .ne-menu-item-group-content {
display: flex;
flex-flow: row;
flex-wrap: wrap;
padding: 0 14px 0 14px;
}
.with-scroll .ne-menu-item-group.two-column .ne-menu-item-group-content {
padding: 0 4px 0 14px;
}
.with-scroll .ne-menu-item-group.two-column .ne-menu-item-group-content .ne-menu-item-container {
min-width: 131px;
max-width: 131px;
}
.ne-menu-item-group.two-column .ne-menu-item-group-content .ne-menu-item-container {
flex: 1;
margin: 0;
margin-bottom: 4px;
padding: 6px;
min-width: 126px;
max-width: 126px;
}
.ne-menu-item-group.two-column .ne-menu-item-group-content .ne-menu-item-container .ne-menu-item-container-describe,
.ne-menu-item-group.two-column .ne-menu-item-group-content .ne-menu-item-container .ne-menu-item-container-key {
display: none;
}
.ne-menu-item-group.two-column .ne-menu-item-group-content .ne-menu-item-container-content {
flex: 1;
display: flex;
flex-flow: row;
align-items: center;
}
.ne-menu-item-group.two-column .ne-menu-item-group-content .ne-menu-item-container-right {
top: 0;
}
.ne-menu-item-group.two-column + .ne-menu-item-group {
margin-top: -4px;
}
.ne-menu-item-group.border-icon .ne-menu-item-group-content .ne-menu-item-container {
display: flex;
padding: 6px;
margin-bottom: 0;
}
.ne-menu-item-group.border-icon .ne-menu-item-group-content .ne-menu-item-container .ne-menu-item-container-describe {
display: none;
}
.ne-menu-item-group.border-icon .ne-menu-item-group-content .ne-menu-item-container-icon {
border: 1px solid var(--yq-border-primary);
}
.ne-menu-item-group.border-icon .ne-menu-item-group-content .ne-menu-item-container-icon div.ne-icon {
font-size: 24px;
}
.ne-menu-item-group.submenu {
min-width: 188px;
}
.ne-menu-item-group.submenu .ne-menu-item-group-content {
padding: 6px 0;
}
.ne-menu-item-group.submenu .ne-menu-item-group-content .ne-menu-item-container {
margin-left: 4px;
margin-right: 4px;
padding-left: 12px;
padding-right: 12px;
align-items: center;
}
.ne-menu-item-group.submenu .ne-menu-item-group-content .ne-menu-item-container-describe {
display: none;
}
.ne-menu-item-group.submenu .ne-menu-item-group-content .ne-menu-item-container-icon {
width: 16px;
height: 16px;
background-color: transparent;
}
.ne-menu-item-group.submenu .ne-menu-item-group-content .ne-menu-item-container-icon .ne-icon {
font-size: 16px;
}
.show-hover .ne-menu-item-group.label .ne-menu-item-group-content .ne-menu-item-container:hover {
cursor: pointer;
background-color: var(--yq-yuque-grey-5);
}
.show-hover .ne-menu-item-group.icon .ne-menu-item-container:hover .ne-menu-item-container-icon {
background: var(--yq-bg-primary-hover);
border-radius: 6px;
}
.show-selected .ne-menu-item-group.label .ne-menu-item-group-content .ne-menu-item-container.selected {
cursor: pointer;
background-color: var(--yq-yuque-grey-5);
}
.show-selected .ne-menu-item-group.icon .ne-menu-item-container.selected .ne-menu-item-container-icon {
background: var(--yq-bg-primary-hover);
border-radius: 6px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-menu-item-container-tooltip {
pointer-events: none;
}
.show-selected .ne-menu-item-container-tooltip {
display: none;
}
.ne-menu-item-container {
display: flex;
margin: 0 14px 4px 14px;
padding: 6px;
}
.with-scroll .ne-menu-item-container {
margin: 0 4px 4px 14px;
}
.ne-menu-item-container.disabled:hover {
cursor: default;
background-color: initial;
}
.ne-menu-item-container.disabled .ne-menu-item-container-title {
color: var(--yq-text-disable);
}
.ne-menu-item-container.iconBorder .ne-menu-item-container-icon {
border: 1px solid var(--yq-border-primary);
}
.ne-menu-item-container.iconBorder .ne-menu-item-container-icon div.ne-icon {
font-size: 24px;
}
.ne-menu-item-container .ne-menu-item-container-content {
flex: 1;
display: flex;
align-items: center;
flex-flow: wrap;
}
.ne-menu-item-container .ne-menu-item-container-icon {
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 7px;
margin-right: 8px;
}
.ne-menu-item-container .ne-menu-item-container-icon div.ne-icon {
font-size: 36px;
}
.ne-menu-item-container .ne-menu-item-container-vip {
height: 16px;
padding: 4px;
display: inline-flex;
align-items: center;
vertical-align: text-top;
}
.ne-menu-item-container .ne-menu-item-container-title {
width: 100%;
font-size: 14px;
line-height: 18px;
color: var(--yq-text-primary);
}
.ne-menu-item-container .ne-menu-item-container-key {
font-size: 12px;
line-height: 18px;
color: var(--yq-text-disable);
float: right;
}
.ne-menu-item-container .ne-menu-item-container-key.showRightArrow {
margin-right: 24px;
}
.ne-menu-item-container .ne-menu-item-container-title {
position: relative;
}
.ne-menu-item-container .ne-menu-item-container-right {
position: absolute;
top: 1px;
right: 0;
height: 100%;
display: inline-flex;
align-items: center;
}
.ne-menu-item-container .ne-menu-item-container-describe {
font-size: 12px;
line-height: 18px;
color: var(--yq-text-caption);
}
.ne-ui-search-menu-table-selector .ant-popover-arrow {
display: none;
}
.ne-ui-search-menu-table-selector .ant-popover-content {
min-width: 20px;
}
.ne-ui-search-menu-table-selector .ne-ui-table-selector-counter {
margin-top: 8px;
font-size: 14px;
line-height: 20px;
color: var(--yq-text-primary);
}
.ne-ui-search-menu-table-selector .ne-ui-selector-title {
font-size: 14px;
line-height: 20px;
color: var(--yq-text-caption);
margin-bottom: 8px;
}
.ne-ui-search-menu-table-selector .ne-ui-table-selector-row {
margin-top: -1px;
display: flex;
}
.ne-ui-search-menu-table-selector .ne-ui-table-selector-cell {
width: 20px;
height: 16px;
background-color: var(--yq-bg-primary);
border: 1px solid var(--yq-yuque-grey-5);
margin-left: -1px;
}
.ne-ui-search-menu-table-selector .ne-ui-table-selector-cell.ne-ui-selected {
background-color: var(--yq-blue-1);
}
.show-hover .ne-menu-item-container:hover {
cursor: pointer;
background-color: var(--yq-bg-primary-hover);
border-radius: 5px;
}
.show-selected .ne-menu-item-container.selected {
cursor: pointer;
background-color: var(--yq-bg-primary-hover);
border-radius: 5px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-file-item-container {
position: relative;
}
.ne-ui-file-item-container .ne-ui-file-item {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.ne-ui-file-item-container .ne-ui-file-item .ne-ui-file-item-content {
display: flex;
justify-content: center;
align-items: center;
}
.ne-ui-file-item-container .ne-ui-file-item .ne-ui-file-item-remark {
color: rgba(0, 0, 0, 0.35);
font-size: 12px;
line-height: 12px;
margin-top: 6px;
margin-left: 32px;
}
.ne-ui-file-item-container input {
position: absolute;
left: 0;
top: 0;
width: 0;
height: 100%;
opacity: 0;
z-index: -1;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-table-selector-row {
margin-top: -1px;
display: flex;
}
.ne-ui-table-selector-cell {
width: 20px;
height: 16px;
background-color: var(--yq-bg-primary);
border: 1px solid var(--yq-yuque-grey-5);
margin-left: -1px;
}
.ne-ui-table-selector-cell.ne-ui-selected {
background-color: var(--yq-blue-1);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-ui-search-submenu-panel .ant-popover-inner-content {
padding: 0;
}
.ne-ui-search-submenu-panel .ant-popover-arrow {
display: none;
}
.ne-ui-submenu-right {
display: flex;
align-items: center;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-menu-search {
margin: 14px 20px 12px 20px;
max-width: 100%;
}
.ne-menu-search .ant-input-affix-wrapper {
border-radius: 8px;
}
.ne-menu-search .ant-input-affix-wrapper-focused,
.ne-menu-search .ant-input-affix-wrapper:hover {
box-shadow: none;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-search-card-menu {
background-color: var(--yq-bg-foreground);
border: 1px solid var(--yq-border-primary);
box-shadow: 0 8px 16px 4px hsla(0, 0%, 0%, 0.04);
color: var(--yq-text-primary);
}
.ne-ui-search-card-menu {
border-radius: 8px;
padding: 5px 0;
min-width: 280px;
}
.ne-ui-search-card-menu.empty {
height: auto !important;
}
.ne-ui-search-card-menu .ne-ui-card-menu-group-title {
color: var(--yq-text-caption);
cursor: default;
padding: 0;
line-height: 20px;
font-size: 12px;
margin-top: 0;
}
.ne-ui-search-card-menu .ne-ui-search-menu-hr {
height: 1px;
background-color: var(--yq-bg-tertiary);
margin: 12px 20px;
}
.ne-ui-search-card-menu.with-scroll .ne-ui-search-menu-hr {
margin-right: 10px;
}
.ne-ui-card-search-empty {
padding: 40px 0 80px;
}
.ne-ui-card-search-empty .empty-result-img {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/f7263ac4-6a8a-46f2-bd1e-14e42d60171d.svg');
background-size: 100%;
margin: 12px auto;
background-repeat: no-repeat;
width: 218px;
height: 136px;
}
.ne-ui-card-search-empty .empty-result-text {
color: var(--yq-text-caption);
font-size: 14px;
line-height: 22px;
height: 22px;
text-align: center;
}
[data-kumuhana="pouli"] .ne-ui-card-search-empty .empty-result-img {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/de13ccc4-212a-458c-922c-b228dbcc1904.svg');
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-toolbar-card-select-button {
min-width: 26px;
height: 26px;
padding: 0;
border: none;
cursor: pointer;
background: none;
display: flex;
justify-content: center;
align-items: center;
}
.ne-ui-toolbar-card-select-button.ne-ui-menu-open {
background: var(--yq-yuque-grey-2);
}
.ne-ui-toolbar-card-select-button[disabled] {
opacity: 0.25;
background: none;
}
.ne-card-toolbar-select-popover {
z-index: 9;
}
.ne-ui-toolbar-card-select-menu {
display: flex;
flex-direction: column;
height: 100%;
}
.lock-height .ne-ui-toolbar-card-select-menu .ne-ui-card-menu-content {
height: 100%;
}
.lock-height .ne-ui-toolbar-card-select-menu.ne-ui-search-card-menu.empty {
height: 100% !important;
}
.ne-ui-toolbar-card-select-menu .ne-ui-card-menu-content {
min-width: 182px;
max-height: 100%;
overflow-y: auto;
}
.ne-ui-toolbar-card-select-menu .ne-ui-card-menu-content::-webkit-scrollbar {
-webkit-appearance: none;
}
.ne-ui-toolbar-card-select-menu .ne-ui-card-menu-content::-webkit-scrollbar:vertical {
width: 10px;
}
.ne-ui-toolbar-card-select-menu .ne-ui-card-menu-content::-webkit-scrollbar-thumb {
border-radius: 6px;
border: 2px solid var(--yq-white);
background-color: var(--yq-yuque-grey-5);
}
.ne-ui-toolbar-card-select-menu .ne-ui-card-menu-content::-webkit-scrollbar-track {
background-color: var(--yq-bg-primary);
border-radius: 6px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-toolbar-file-button {
min-width: 32px;
height: 32px;
position: relative;
padding: 0;
border: none;
background: transparent;
}
.ne-ui-toolbar-file-button[disabled] {
opacity: 0.25;
background: transparent;
}
.ne-ui-toolbar-file-button:after {
display: none !important;
}
.ne-ui-toolbar-file-button:active,
.ne-ui-toolbar-file-button:focus {
background: transparent;
}
.ne-ui-toolbar-file-button:hover {
background: var(--yq-yuque-grey-2);
}
.ne-ui-toolbar-file-button .ne-ui-toolbar-file-input {
position: absolute;
opacity: 0;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-button-emoji-popover .ant-popover-inner-content {
padding: 0;
}
.ne-button-emoji-panel {
width: 224px;
padding: 4px 4px;
transition: none;
}
.ne-button-emoji-panel .ne-button-emoji-item {
width: 72px;
height: 96px;
padding: 4px 4px;
display: inline-block;
line-height: unset;
text-align: center;
}
.ne-button-emoji-panel .ne-button-emoji-item img {
margin: 0 auto;
height: 64px;
width: 64px;
}
.ne-button-emoji-panel .ne-button-emoji-item .ne-emoji-title {
font-size: 12px;
color: var(--yq-text-caption);
line-height: 24px;
}
.ne-button-emoji-panel .ne-button-emoji-item:hover {
border-radius: 4px;
background: var(--yq-bg-primary-hover);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-toolbar-dbl-toggle-button {
min-width: 26px;
height: 26px;
border-radius: 5px;
padding: 0;
border: none;
background: transparent;
}
.ne-ui-toolbar-dbl-toggle-button[disabled] {
opacity: 0.25;
background: transparent;
}
.ne-ui-toolbar-dbl-toggle-button:after {
display: none !important;
}
.ne-ui-toolbar-dbl-toggle-button:active,
.ne-ui-toolbar-dbl-toggle-button:focus {
background: transparent;
}
.ne-ui-toolbar-dbl-toggle-button:hover {
background: var(--yq-yuque-grey-2);
}
.ne-ui-toolbar-dbl-toggle-button.checked {
background-color: var(--yq-bg-primary-hover-light);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.lake-colorboard-default {
display: flex;
align-items: center;
padding: 4px 8px;
margin: 4px 0 8px;
border-radius: 2px;
cursor: pointer;
}
.lake-colorboard-default:hover {
background-color: var(--yq-bg-tertiary);
}
.lake-colorboard-group {
display: flex;
padding: 0 8px;
width: 100%;
height: auto;
position: relative;
}
.lake-colorboard-group:first-child {
margin-bottom: 10px;
}
.lake-colorboard-group:nth-child(2) {
margin-bottom: 6px;
}
.lake-colorboard-group:last-child {
margin-bottom: 0;
}
.lake-colorboard-group-item {
width: 24px;
height: 24px;
padding: 2px 2px;
display: inline-block;
border-radius: 3px 3px;
border: 1px solid transparent;
flex: 0 0 auto;
cursor: pointer;
}
.lake-colorboard-group-item > span {
position: relative;
width: 18px;
height: 18px;
display: block;
border-radius: 2px 2px;
border: 1px solid transparent;
}
.lake-colorboard-group-item > span svg {
position: absolute;
top: -1px;
left: 1px;
width: 12px;
height: 12px;
}
.lake-colorboard-group-item-border > span {
border: 1px solid var(--yq-border-light);
}
.lake-colorboard-group-item-special {
position: relative;
}
.lake-colorboard-group-item-special::after {
content: '';
display: block;
position: absolute;
top: 10px;
left: 0;
width: 22px;
height: 0;
border-bottom: 2px solid var(--yq-red-5);
transform: rotate(-45deg);
}
.lake-colorboard-group-item:hover {
border: 1px solid var(--yq-yuque-grey-5);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.lake-colorboard .lake-color-history {
padding: 6px 12px;
margin-top: 8px;
text-align: left;
}
.lake-colorboard .lake-none-custom-color {
line-height: 20px;
color: var(--yq-text-disable);
padding: 2px 12px;
text-align: left;
}
.lake-colorboard .lake-more-color {
margin-top: 10px;
border-top: 1px solid var(--yq-border-primary);
}
.lake-colorboard .lake-more-color-container {
display: flex;
align-items: center;
cursor: pointer;
padding: 12px 8px;
border-radius: 2px;
}
.lake-colorboard .lake-more-color-container:hover {
background-color: var(--yq-bg-tertiary);
}
.lake-colorboard .lake-more-color-preview {
display: inline-block;
width: 17px;
height: 17px;
margin-right: 8px;
border-radius: 50%;
background-position: center;
background-image: url('https://gw.alipayobjects.com/mdn/rms_740edc/afts/img/A*G6CzS7jByMIAAAAAAAAAAABkARQnAQ');
}
.lake-colorboard .lake-more-color .lake-icon-arrow-right {
position: absolute;
right: 12px;
line-height: 18px;
}
.lake-rgbpicker-container {
position: absolute;
width: 240px;
height: auto;
padding: 0;
border-radius: 4px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
border: 1px solid var(--yq-border-light);
background-color: var(--yq-bg-primary);
z-index: 1032;
}
.lake-rgbpicker-container .lake-input-label {
text-align: center;
font-size: 12px;
color: var(--yq-text-caption);
}
.lake-custom-picker {
width: 100%;
padding: 12px 12px 5px 12px;
}
.lake-satuation-container {
position: relative;
height: 130px;
overflow: hidden;
margin-bottom: 12px;
}
.lake-hue-container {
position: relative;
width: 182px;
height: 8px;
margin-bottom: 6px;
}
.lake-check-board-container {
width: 22px;
height: 22px;
border-radius: 5px;
position: relative;
overflow: hidden;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35), inset 0 0 4px rgba(0, 0, 0, 0.35);
}
.recent-use-color-container {
border-top: 1px solid var(--yq-border-light);
padding: 12px 8px;
}
.recent-use-color-title {
font-size: 12px !important;
}
.recent-use-color-list {
display: flex;
justify-content: space-between;
}
.recent-define-color-icon {
border-width: 1px;
height: 24px;
width: 24px;
border-radius: 5px;
}
.able-select-custom-color {
cursor: pointer;
border-style: solid;
}
.able-select-custom-color:hover {
border-color: var(--yq-cyan-4) !important;
}
.un-define-color-item {
user-select: none;
pointer-events: none;
background-color: var(--yq-white);
border-color: lightgray;
border-style: dashed;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.color-select-component-container {
display: flex;
flex-direction: column;
}
.color-select-title {
text-align: left;
font-size: 13px;
margin-bottom: 5px;
}
.color-icon {
border-color: lightgray;
border-radius: 5px;
border-width: 1px;
border-style: solid;
width: 24px;
display: flex;
align-items: center;
justify-content: center;
}
.color-select-container {
display: flex;
justify-content: center;
}
.color-select-group {
display: flex;
justify-content: center;
flex-direction: column;
width: 100%;
}
.color-select-list {
display: flex;
margin-top: 5px;
}
.color-select-list:nth-of-type(1) {
margin-top: 0;
}
.font-color-select-icon {
border-color: lightgray;
border-radius: 5px;
border-width: 1px;
border-style: solid;
width: 24px;
display: flex;
align-items: center;
justify-content: center;
margin-left: 5px;
font-weight: 500;
cursor: pointer;
}
.font-color-select-icon:nth-of-type(1) {
margin-left: 0;
}
.font-color-select-icon:hover {
border-color: var(--yq-cardborder-hover) !important;
}
.bg-color-select-icon {
border-color: lightgray;
border-radius: 5px;
border-width: 1px;
border-style: solid;
width: 24px;
display: flex;
align-items: center;
justify-content: center;
margin-left: 5px;
height: 24px;
cursor: pointer;
}
.bg-color-select-icon:nth-of-type(1) {
margin-left: 0;
}
.bg-color-select-icon:hover {
border-color: var(--yq-cardborder-hover) !important;
border-width: 1px;
}
.selected-color-icon {
border-color: var(--yq-blue-6) !important;
border-width: 1px;
}
.more-color-icon-container {
border-color: lightgray;
border-radius: 5px;
border-width: 1px;
border-style: solid;
width: 24px;
display: flex;
align-items: center;
justify-content: center;
margin-left: 4px;
margin-right: 2px;
width: 27px;
cursor: pointer;
}
.more-color-icon {
height: 0;
width: 0;
border: 4px solid transparent;
border-left-color: gray;
margin-left: 5px;
}
.more-color-icon-container:hover {
border-color: var(--yq-cardborder-hover);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-color-picker-button {
display: flex;
}
.clear-color-container {
display: flex;
align-items: center;
justify-content: center;
border-top: 1px solid var(--yq-border-light);
padding-top: 5px;
margin-top: 10px;
padding-bottom: 5px;
}
.clear-color-container:hover {
background-color: var(--yq-bg-tertiary);
cursor: pointer;
}
.color-select-component {
margin: 0 12px;
}
.color-select-component .color-select-component-container:nth-of-type(1) {
margin-top: 12px;
}
.color-select-component .color-select-component-container:nth-of-type(2) {
margin-top: 12px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.font-style {
font-size: 14px;
color: var(--yq-black);
}
.format-style-container {
width: 100%;
height: 40px;
cursor: pointer;
border-bottom: 1px solid rgba(216, 218, 217, 0.35);
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 20px;
}
.format-style-container.disabled {
cursor: not-allowed;
pointer-events: none;
opacity: 0.25;
background: transparent;
}
.format-style-container .ne-ui-toolbar-select-button {
padding: 0 5px 0 10px;
width: auto;
}
.format-style-container .ne-ui-toolbar-select-value {
width: 40px;
text-align: left;
font-size: 12px;
font-weight: bold;
}
.format-style-container .format-style-title {
font-size: 14px;
color: var(--yq-black);
}
.format-style-container .format-style-content {
display: flex;
justify-content: center;
align-items: center;
}
.format-style-container .format-style-content .format-style-value {
font-size: 14px;
color: var(--yq-black);
text-align: center;
}
.format-style-container .format-style-content .format-style-arrow {
margin-left: 3px;
width: 8px;
height: 8px;
border-top: 1px solid black;
border-right: 1px solid black;
transform: rotate(45deg);
}
.ne-ui-format-style-select-item:hover {
background-color: var(--yq-bg-tertiary) !important;
}
.disabled-item {
cursor: not-allowed;
}
.format-style-container:hover {
background-color: var(--yq-bg-tertiary);
}
.ne-ui-extension-format-style-overlay {
padding: 0;
}
.ne-ui-extension-format-style-overlay .ant-popover-content {
min-width: 0;
}
.ne-ui-extension-format-style-overlay .ant-popover-inner-content {
padding: 0;
}
.ne-ui-extension-format-style-overlay .ant-popover-arrow {
display: none;
}
.ne-ui-extension-format-style-overlay .format-style-dropdown-menu {
width: 102px;
background-color: var(--yq-white);
border: 1px solid var(--yq-border-primary);
}
.ne-ui-extension-format-style-overlay .format-style-dropdown-menu .ant-menu-item-selected {
background-color: transparent;
}
.ne-ui-extension-format-style-overlay .ne-ui-format-style-select-item {
position: relative;
display: flex;
justify-content: center;
align-items: center;
line-height: 30px;
font-size: 12px;
}
.ne-ui-extension-format-style-overlay .ne-ui-format-style-select-item.ant-dropdown-menu-item-selected {
background-color: var(--yq-bg-primary) !important;
}
.ne-ui-extension-format-style-overlay .ne-ui-format-style-select-item.ant-dropdown-menu-item-selected .ne-ui-select-item-check-icon {
opacity: 1;
left: 3px;
}
.ne-ui-extension-format-style-overlay .ne-ui-format-style-select-item .check-icon {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 30px;
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
}
.ne-ui-extension-format-style-overlay .ne-ui-format-style-select-item .ne-ui-select-item-label {
font-size: 14px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.button-select-group {
height: 32px;
width: 195px;
border: 1px solid var(--yq-yuque-grey-5);
border-radius: 5px;
display: flex;
}
.button-select-group .button-selected-item {
cursor: pointer;
background-color: var(--yq-bg-tertiary);
}
.button-select-group .button-select-item {
cursor: pointer;
height: 100%;
flex: 1;
display: flex;
justify-content: center;
align-items: center;
border-left: 1px solid var(--yq-yuque-grey-5);
}
.button-select-group .button-select-item.disabled {
pointer-events: none;
opacity: 0.25;
background: transparent;
}
.button-select-group .button-select-item:nth-of-type(1) {
border-left-width: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.button-select-group .button-select-item:last-of-type {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.button-select-group.disabled-item {
cursor: not-allowed;
}
.button-select-group .button-select-item:hover {
background-color: var(--yq-bg-tertiary);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.font-style {
font-size: 14px;
color: var(--yq-black);
}
.ne-ui-extensions-function-dropdown-content {
height: 225px;
width: 227px;
}
.ne-ui-extensions-function-dropdown-content .dropdown-font-style-container {
width: 100%;
height: 100px;
border-bottom: 1px solid rgba(216, 218, 217, 0.35);
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
padding: 5px 0;
}
.ne-ui-extensions-function-dropdown-content .operation-button-container {
display: flex;
}
.ne-ui-extensions-function-dropdown-content .operation-button {
border-left: 1px solid rgba(216, 218, 217, 0.35);
display: flex;
align-items: center;
justify-content: center;
height: 45px;
flex: 1;
cursor: pointer;
}
.ne-ui-extensions-function-dropdown-content .operation-button .button-title {
font-size: 14px;
color: var(--yq-black);
text-align: center;
margin-left: 10px;
width: auto;
overflow: hidden;
white-space: nowrap;
word-break: break-all;
text-overflow: ellipsis;
}
.ne-ui-extensions-function-dropdown-content .operation-button.disabled {
pointer-events: none;
cursor: not-allowed;
opacity: 0.25;
background: transparent;
}
.ne-ui-extensions-function-dropdown-content .operation-button.selected {
background-color: var(--yq-bg-tertiary);
}
.ne-ui-extensions-function-dropdown-content .operation-button:first-of-type {
border-bottom-left-radius: 4px;
}
.ne-ui-extensions-function-dropdown-content .operation-button:last-of-type {
border-bottom-right-radius: 4px;
}
.ne-ui-extensions-function-dropdown-content .operation-button:hover {
background-color: var(--yq-bg-tertiary);
}
.ne-ui-extensions-function-dropdown-content .operation-button:nth-of-type(1) {
border-left-width: 0;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-toolbar-extension-button {
min-width: 26px;
height: 26px;
border-radius: 6px;
padding: 0;
border: none;
background: transparent;
}
.ne-ui-toolbar-extension-button[disabled] {
opacity: 0.25;
background: transparent;
}
.ne-ui-toolbar-extension-button:after {
display: none !important;
}
.ne-ui-toolbar-extension-button:active,
.ne-ui-toolbar-extension-button:focus {
background: transparent;
}
.ne-ui-toolbar-extension-button:hover {
background: var(--yq-yuque-grey-2);
}
.ne-ui-extensions-dropdown-overlay {
background-color: var(--yq-bg-primary);
border: 1px solid var(--yq-border-primary);
border-radius: 5px;
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-toolbar-status-dropdown-button {
display: inline-flex;
justify-content: center;
align-items: center;
width: 42px;
height: 27px;
border: 1px solid transparent;
border-radius: 6px;
margin-left: 2px !important;
}
.ne-ui-toolbar-status-dropdown-button.disabled {
border-color: transparent !important;
}
.ne-ui-toolbar-status-dropdown-button.checked,
.ne-ui-toolbar-status-dropdown-button.ne-ui-dropdown-open {
background-color: var(--yq-bg-tertiary);
border-radius: 6px;
}
.ne-ui-toolbar-status-dropdown-button button {
padding: 0;
border: none;
background: transparent;
height: 27px;
}
.ne-ui-toolbar-status-dropdown-button button[disabled] {
opacity: 0.25;
background: transparent;
}
.ne-ui-toolbar-status-dropdown-button button:after {
display: none !important;
}
.ne-ui-toolbar-status-dropdown-button button:active,
.ne-ui-toolbar-status-dropdown-button button:focus {
background: transparent;
}
.ne-ui-toolbar-status-dropdown-button button:hover {
background: var(--yq-yuque-grey-2);
}
.ne-ui-toolbar-status-dropdown-button button.ant-dropdown-open {
background: none;
}
.ne-ui-toolbar-status-dropdown-button .ne-ui-toolbar-status-dropdown-show-button {
width: 25px;
height: 27px;
border-radius: 6px;
}
.ne-ui-toolbar-status-dropdown-button .ne-ui-toolbar-status-dropdown-show-button .ne-ui-status-dropdown-button {
border: 2px solid transparent;
border-radius: 6px;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.ne-ui-toolbar-status-dropdown-button .ne-ui-toolbar-status-dropdown-show-button .ne-ui-status-dropdown-button:hover {
border-color: var(--yq-border-light);
}
.ne-ui-toolbar-status-dropdown-button .ne-ui-toolbar-status-dropdown-icon-container {
width: 16px;
min-width: unset;
border-left: 1px solid transparent;
}
.ne-ui-toolbar-status-dropdown-overlay {
background-color: var(--yq-bg-foreground);
border: 1px solid var(--yq-border-primary);
box-shadow: 0 8px 16px 4px hsla(0, 0%, 0%, 0.04);
color: var(--yq-text-primary);
}
.ne-ui-toolbar-status-dropdown-overlay {
border-radius: 8px;
}
.ne-ui-toolbar-status-dropdown-arrow {
width: 16px;
height: 16px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-toolbar-more {
display: flex;
align-items: center;
height: 24px;
margin-left: 10px;
border-left: 1px solid var(--yq-border-primary);
}
.ne-ui-toolbar-more-button.checked {
background-color: var(--yq-bg-primary-hover-light);
}
.ne-ui-toolbar-more-overlay {
padding: 0;
}
.ne-ui-toolbar-more-overlay .ant-popover-arrow {
display: none;
}
.ne-ui-toolbar-more-overlay .ant-popover-inner-content {
padding: 0 10px;
height: 40px;
display: flex;
align-items: center;
}
.ne-ui-toolbar-more-overlay .ant-popover-inner-content .ne-ui-divider:first-child {
display: none;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-toolbar {
position: relative;
display: flex;
height: 50px;
color: var(--yq-yuque-grey-8);
}
.ne-ui-toolbar .ne-toolbar-widget {
color: var(--yq-yuque-grey-8);
flex-shrink: 0;
}
.ne-ui-toolbar .ne-toolbar-widget:hover {
color: var(--yq-yuque-grey-8);
}
.ne-ui-toolbar .ne-toolbar-widget:last-child {
margin-right: 0;
}
.ne-ui-toolbar .ne-toolbar-widget .ne-ui-toolbar-insert-card .ne-icon-t-insert-card.ne-icon {
color: var(--yq-theme);
}
.ne-ui-inner-toolbar {
position: relative;
top: 0;
left: 0;
height: 100%;
}
.ne-ui-inner-toolbar .ne-ui-toolbar-content {
display: flex;
flex-wrap: nowrap;
height: 100%;
align-items: center;
}
.ne-ui-toolbar .ne-toolbar-widget {
margin-left: 8px;
}
.ne-ui-toolbar .ne-toolbar-widget *.ne-icon {
color: var(--yq-black);
}
.ne-ui-toolbar [data-ne-button-arrow='true'] + [data-ne-button-arrow='true'] {
margin-left: 4px;
}
.ne-ui-toolbar [data-ne-button-arrow='true'] + .ne-ui-divider,
.ne-ui-toolbar .ne-ui-divider + [data-ne-button-arrow='true'] {
margin-left: 10px;
}
button.ant-btn.ne-ui-toolbar-button.ne-toolbar-widget.ne-ui-t-button > div[data-name="EditorUndo"] > svg,
button.ant-btn.ne-ui-toolbar-button.ne-toolbar-widget.ne-ui-t-button > div[data-name="EditorRedo"] > svg,
button.ant-btn.ne-toolbar-widget.ne-ui-t-button > div[data-name="EditorFormatPainter"] > svg,
button.ant-btn.ne-ui-toolbar-button.ne-ui-toolbar-clear-format.ne-toolbar-widget.ne-ui-t-button > div > svg {
width: 16px;
height: 16px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
ne-card[data-card-name='label'] {
top: -2px;
}
ne-card[data-card-name='label'] .ne-card-container {
width: 100%;
display: flex;
align-items: center;
}
ne-card[data-card-name='label'] .ne-card-label {
width: 100%;
}
ne-card[data-card-name='label'] .ne-card-label-text {
white-space: nowrap;
border-radius: 2px;
overflow: hidden;
text-overflow: ellipsis;
font-size: 12px;
line-height: 1.1;
padding: 0 0.2em;
margin: 0 0.2em;
border: 2px solid transparent;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='label'] .ne-card-label-text {
font-size: 21.6px;
}
.ne-label-color-0 {
color: var(--yq-red-9);
background: var(--yq-red-2);
}
.ne-label-color-1 {
color: var(--yq-yellow-9);
background: var(--yq-yellow-2);
}
.ne-label-color-2 {
color: var(--yq-pea-green-9);
background: var(--yq-pea-green-2);
}
.ne-label-color-3 {
color: var(--yq-yuque-grey-9);
background: var(--yq-yuque-grey-3);
}
.ne-label-color-4 {
color: var(--yq-blue-9);
background: var(--yq-blue-2);
}
.ne-label-color-5 {
color: var(--yq-sea-blue-9);
background: var(--yq-sea-blue-2);
}
ne-card[data-card-name='label'].ne-focused .ne-card-label-text {
border-color: var(--yq-cardborder-selected);
}
ne-card[data-card-name='label'] .ne-card-label-text {
border: 2px solid var(--yq-white);
}
.ne-label-overlay .ne-card-label-input-box input {
min-width: 144px;
}
.ne-label-overlay .ne-card-label-colors {
display: flex;
margin-top: 10px;
}
.ne-label-overlay .ne-card-label-colors .ne-card-label-color-item {
width: 24px;
height: 24px;
padding: 2px;
border-radius: 3px;
border: 1px solid transparent;
cursor: pointer;
}
.ne-label-overlay .ne-card-label-colors .ne-card-label-color-item:hover {
border-color: var(--yq-yuque-grey-5);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.ne-label-overlay .ne-card-label-colors .ne-card-label-color-item:focus {
border-color: var(--yq-yuque-grey-6) !important;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.ne-label-overlay .ne-card-label-colors .ne-card-label-color-inner-item {
width: 18px;
height: 18px;
border: 1px solid transparent;
display: flex;
justify-content: center;
align-items: center;
border-radius: 2px;
}
.ne-label-overlay .ne-card-label-colors .ne-card-label-color-selected {
display: block;
width: 12px;
height: 12px;
}
.ne-card-label-memos {
display: flex;
flex-wrap: wrap;
width: max-content;
/* 至少能并排放下两个最大宽度item */
max-width: 248px;
max-height: 54px;
overflow-y: hidden;
margin-top: 4px;
}
.ne-card-label-memos-item {
cursor: pointer;
max-width: 120px;
margin-right: 4px;
margin-top: 4px;
border-radius: 2px;
border: 2px solid transparent;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
word-break: break-all;
height: 23px;
line-height: 19px;
padding: 0 0.2em;
}
.ne-card-label-memos-item:hover {
border-color: var(--yq-yuque-grey-5);
}
.ne-card-label-memos-item:focus {
border-color: var(--yq-yuque-grey-6) !important;
}
/* -- 浮层中选项色值 --- */
.ne-card-label-color-item[data-color-index="0"] .ne-card-label-color-inner-item {
background: var(--yq-red-2);
border-color: var(--yq-red-3);
}
.ne-card-label-color-item[data-color-index="1"] .ne-card-label-color-inner-item {
background: var(--yq-yellow-2);
border-color: var(--yq-yellow-3);
}
.ne-card-label-color-item[data-color-index="2"] .ne-card-label-color-inner-item {
background: var(--yq-pea-green-2);
border-color: var(--yq-pea-green-3);
}
.ne-card-label-color-item[data-color-index="3"] .ne-card-label-color-inner-item {
background: var(--yq-yuque-grey-3);
border-color: var(--yq-yuque-grey-4);
}
.ne-card-label-color-item[data-color-index="4"] .ne-card-label-color-inner-item {
background: var(--yq-blue-2);
border-color: var(--yq-blue-3);
}
.ne-card-label-color-item[data-color-index="5"] .ne-card-label-color-inner-item {
background: var(--yq-sea-blue-2);
border-color: var(--yq-sea-blue-3);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-engine ne-hole[data-card='hr'] .ne-i-filler {
align-self: center;
}
.ne-engine ne-card[data-card-name='hr'] {
font-size: 24px;
color: var(--yq-white);
}
.ne-engine ne-card[data-card-name='hr'] .ne-card-container {
width: 100%;
background: transparent;
}
.ne-engine ne-card[data-card-name='hr'] ne-card-root {
display: flex;
align-items: center;
justify-content: center;
cursor: default;
}
.ne-engine ne-card[data-card-name='hr'] ne-card-root .ne-card-container {
padding: 18px 0;
}
.ne-engine ne-card[data-card-name='hr'] ne-card-root .ne-card-container:hover {
background-color: transparent;
}
.ne-engine ne-card[data-card-name='hr'] ne-card-root .ne-hr-line {
width: 100%;
height: 2px;
background: var(--yq-yuque-grey-4);
border-top: 1px solid transparent;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-card[data-card-name='hr'] .ne-card-container {
padding: 12px 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-engine ne-card[data-card-name='hr'] .ne-hr-line {
height: 1px;
}
@media (hover: hover) {
.ne-engine ne-card[data-card-name='hr'] ne-card-root .ne-card-container:hover {
background-color: var(--yq-bg-tertiary);
}
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-search-input-suffix {
color: var(--yq-yuque-grey-5);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-search-container {
position: fixed;
}
.ne-ui-search-panel {
background-color: var(--yq-bg-foreground);
border: 1px solid var(--yq-border-primary);
box-shadow: 0 8px 16px 4px hsla(0, 0%, 0%, 0.04);
color: var(--yq-text-primary);
}
.ne-ui-search-panel {
padding: 16px;
padding-top: 0;
border-radius: 4px;
}
.ne-ui-search-sub-panel {
width: 360px;
}
.ne-ui-search-sub-panel .ne-ui-search-input,
.ne-ui-search-sub-panel .ne-ui-replace-input {
margin-top: 12px;
}
.ne-ui-search-sub-panel .ne-ui-search-panel-item label {
display: block;
margin-bottom: 12px;
}
.ne-ui-search-sub-panel .ne-ui-search-panel-item button {
margin-right: 8px;
}
.ne-ui-search-sub-panel .ne-ui-search-panel-btns {
text-align: right;
}
.ne-ui-search-panel-close-btn {
position: absolute;
top: 10px;
right: 16px;
z-index: 1;
width: 24px;
height: 24px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.ne-ui-search-panel-close-btn:hover {
background-color: var(--yq-bg-tertiary);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-sidebar {
display: none;
width: 288px;
background: var(--yq-bg-primary);
border-left: 1px solid var(--yq-border-light);
position: absolute;
top: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.ne-ui-sidebar-layer {
height: 100%;
}
/* 通用 sidebar 样式定义 */
.ne-common-sidebar {
position: relative;
height: 100%;
display: flex;
flex-direction: column;
color: var(--yq-text-body);
}
.ne-common-sidebar .ne-sidebar-header {
font-size: 14px;
line-height: 24px;
font-weight: bold;
padding-bottom: 8px;
margin-bottom: 10px;
border-bottom: 1px solid var(--yq-border-primary);
}
.ne-common-sidebar .ne-sidebar-body {
flex: 1;
}
.ne-common-sidebar .ne-sidebar-close-btn {
width: 24px;
height: 24px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
border: none;
background: none;
padding: 0;
outline: none;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}
.ne-common-sidebar .ne-sidebar-close-btn:hover {
background-color: var(--yq-bg-primary-hover-light);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-toc-pin-tooltip[ne-force-tooltip-hide] {
display: none !important;
}
.ne-toc-view {
position: relative;
z-index: 1;
max-height: calc(100% - 50px);
display: flex;
flex-shrink: 0;
flex-direction: column;
font-family: 'Chinese Quote', 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.ne-toc-view.ne-toc-viewer {
margin-top: 24px;
}
.ne-toc-view.ne-force-hide {
display: none !important;
}
.ne-toc-view .ne-toc-pin {
margin-bottom: 12px;
padding-top: 8px;
padding-left: 28px;
display: flex;
align-items: center;
height: 30px;
flex-shrink: 0;
color: var(--yq-text-primary);
}
.ne-toc-view .ne-toc-pin .ne-toc-pin-text {
color: var(--yq-text-primary);
margin-right: 8px;
font-weight: bold;
}
.ne-toc-view .ne-toc-pin .ne-toc-pin-wrap,
.ne-toc-view .ne-toc-pin .ne-toc-fold-wrap {
position: relative;
font-size: 0;
height: 24px;
width: 24px;
display: flex;
align-items: center;
justify-content: center;
}
.ne-toc-view .ne-toc-pin .ne-toc-pin-wrap:hover,
.ne-toc-view .ne-toc-pin .ne-toc-fold-wrap:hover {
border-radius: 6px;
background-color: var(--yq-bg-primary-hover-light);
}
.ne-toc-view .ne-toc-pin .ne-toc-pin-wrap .ne-icon,
.ne-toc-view .ne-toc-pin .ne-toc-fold-wrap .ne-icon {
font-size: 16px;
}
.ne-toc-view .ne-toc-pin .lake-icon,
.ne-toc-view .ne-toc-pin .ne-icon {
cursor: pointer;
}
.ne-toc-view .ne-toc-fold-wrap .lake-icon {
cursor: pointer;
}
.ne-toc-view-inner {
width: 100%;
cursor: default;
overflow-x: hidden;
overflow-y: auto;
}
.ne-toc-view-inner .ne-toc-item {
color: var(--yq-text-body);
display: block;
}
.ne-toc-small-view {
width: 39px;
}
.ne-toc-small-view .ne-toc-pin {
opacity: 0;
overflow: hidden;
}
.ne-toc-small-view .ne-toc-item-text {
display: none;
}
.ne-toc-small-view .ne-toc-item {
height: 22px;
margin-bottom: 6px;
position: relative;
}
.ne-toc-small-view .ne-toc-item:before {
content: ' ';
display: block;
height: 2px;
width: 8px;
position: absolute;
right: 0;
top: 10px;
background: var(--yq-yuque-grey-5);
}
.ne-toc-small-view .ne-toc-item.ne-toc-selected:before {
background: var(--yq-yuque-green-6);
}
.ne-toc-small-view .ne-toc-item:last-child {
margin-bottom: 0;
}
.ne-toc-small-view .ne-toc-item.ne-toc-depth-1:before {
width: 24px;
}
.ne-toc-small-view .ne-toc-item.ne-toc-depth-2:before {
width: 16px;
}
.ne-toc-small-view .ne-toc-item.ne-toc-depth-3:before {
width: 12px;
}
.ne-toc-small-view .ne-toc-item.ne-toc-depth-4:before {
width: 8px;
}
.ne-toc-small-view .ne-toc-item.ne-toc-depth-5:before {
width: 4px;
}
.ne-toc-small-view .ne-toc-item.ne-toc-depth-6:before {
width: 2px;
}
.ne-toc-small-view .ne-toc-item .ne-toc-fold-btn {
display: none;
}
.ne-toc-small-view .ne-toc-placeholder .ne-toc-placeholder-ind {
display: none;
}
.ne-toc-normal-view,
.ne-toc-small-view:hover,
.ne-viewer-toc-sidebar-hover .ne-toc-view,
.ne-toc-sidebar-hover .ne-toc-view {
width: 305px;
}
.ne-toc-normal-view .ne-toc-pin,
.ne-toc-small-view:hover .ne-toc-pin,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-pin,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-pin {
opacity: 1;
}
.ne-toc-normal-view .ne-toc-item-text,
.ne-toc-small-view:hover .ne-toc-item-text,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-item-text,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-item-text {
display: block;
}
.ne-toc-normal-view .ne-toc-content,
.ne-toc-small-view:hover .ne-toc-content,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-content,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-content {
position: relative;
z-index: 2;
}
.ne-toc-normal-view .ne-toc-content:after,
.ne-toc-small-view:hover .ne-toc-content:after,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-content:after,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-content:after {
content: ' ';
background: var(--yq-yuque-grey-5);
width: 2px;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.ne-toc-normal-view .ne-toc-item,
.ne-toc-small-view:hover .ne-toc-item,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-item,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-item {
padding-left: 8px;
padding-right: 20px;
height: 22px;
font-size: 14px;
line-height: 22px;
margin-bottom: 6px;
white-space: nowrap;
border-left: 2px solid transparent;
cursor: default;
}
.ne-toc-normal-view .ne-toc-item a,
.ne-toc-small-view:hover .ne-toc-item a,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-item a,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-item a {
color: var(--yq-text-body);
}
.ne-toc-normal-view .ne-toc-item.ne-toc-ident-item,
.ne-toc-small-view:hover .ne-toc-item.ne-toc-ident-item,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-item.ne-toc-ident-item,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-item.ne-toc-ident-item {
padding-left: 35px;
}
.ne-toc-normal-view .ne-toc-item .ne-toc-item-inner,
.ne-toc-small-view:hover .ne-toc-item .ne-toc-item-inner,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-item .ne-toc-item-inner,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-item .ne-toc-item-inner {
display: flex;
align-items: center;
}
.ne-toc-normal-view .ne-toc-item:before,
.ne-toc-small-view:hover .ne-toc-item:before,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-item:before,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-item:before {
display: none;
}
.ne-toc-normal-view .ne-toc-item.ne-toc-selected,
.ne-toc-small-view:hover .ne-toc-item.ne-toc-selected,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-item.ne-toc-selected,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-item.ne-toc-selected {
border-left-color: var(--yq-border-primary-active);
color: var(--yq-text-primary);
font-weight: bold;
}
.ne-toc-normal-view .ne-toc-item:last-child,
.ne-toc-small-view:hover .ne-toc-item:last-child,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-item:last-child,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-item:last-child {
margin-bottom: 0;
}
.ne-toc-normal-view .ne-toc-item .ne-toc-fold-btn,
.ne-toc-small-view:hover .ne-toc-item .ne-toc-fold-btn,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-item .ne-toc-fold-btn,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-item .ne-toc-fold-btn {
display: flex;
justify-content: flex-start;
align-items: center;
flex-shrink: 0;
color: var(--yq-text-caption);
width: 17px;
height: 16px;
cursor: pointer;
}
.ne-toc-normal-view .ne-toc-item .ne-toc-fold-btn .ne-rotate-270,
.ne-toc-small-view:hover .ne-toc-item .ne-toc-fold-btn .ne-rotate-270,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-item .ne-toc-fold-btn .ne-rotate-270,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-item .ne-toc-fold-btn .ne-rotate-270 {
transform: rotate(270deg);
}
.ne-toc-normal-view .ne-toc-item .ne-toc-item-text,
.ne-toc-small-view:hover .ne-toc-item .ne-toc-item-text,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-item .ne-toc-item-text,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-item .ne-toc-item-text {
overflow: hidden;
text-overflow: ellipsis;
}
.ne-toc-normal-view .ne-toc-item .ne-toc-item-text:hover,
.ne-toc-small-view:hover .ne-toc-item .ne-toc-item-text:hover,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-item .ne-toc-item-text:hover,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-item .ne-toc-item-text:hover {
cursor: pointer;
color: var(--yq-text-primary);
font-weight: bold;
}
.ne-toc-normal-view .ne-toc-item .ne-toc-item-text:hover a,
.ne-toc-small-view:hover .ne-toc-item .ne-toc-item-text:hover a,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-item .ne-toc-item-text:hover a,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-item .ne-toc-item-text:hover a {
color: var(--yq-text-primary);
}
.ne-toc-normal-view .ne-toc-depth-1,
.ne-toc-small-view:hover .ne-toc-depth-1,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-depth-1,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-depth-1 {
padding-left: 25px;
}
.ne-toc-normal-view .ne-toc-depth-1.ne-toc-parent-item,
.ne-toc-small-view:hover .ne-toc-depth-1.ne-toc-parent-item,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-depth-1.ne-toc-parent-item,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-depth-1.ne-toc-parent-item {
padding-left: 8px;
}
.ne-toc-normal-view .ne-toc-depth-2,
.ne-toc-small-view:hover .ne-toc-depth-2,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-depth-2,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-depth-2 {
padding-left: 42px;
}
.ne-toc-normal-view .ne-toc-depth-2.ne-toc-parent-item,
.ne-toc-small-view:hover .ne-toc-depth-2.ne-toc-parent-item,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-depth-2.ne-toc-parent-item,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-depth-2.ne-toc-parent-item {
padding-left: 25px;
}
.ne-toc-normal-view .ne-toc-depth-3,
.ne-toc-small-view:hover .ne-toc-depth-3,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-depth-3,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-depth-3 {
padding-left: 59px;
}
.ne-toc-normal-view .ne-toc-depth-3.ne-toc-parent-item,
.ne-toc-small-view:hover .ne-toc-depth-3.ne-toc-parent-item,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-depth-3.ne-toc-parent-item,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-depth-3.ne-toc-parent-item {
padding-left: 42px;
}
.ne-toc-normal-view .ne-toc-depth-4,
.ne-toc-small-view:hover .ne-toc-depth-4,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-depth-4,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-depth-4 {
padding-left: 76px;
}
.ne-toc-normal-view .ne-toc-depth-4.ne-toc-parent-item,
.ne-toc-small-view:hover .ne-toc-depth-4.ne-toc-parent-item,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-depth-4.ne-toc-parent-item,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-depth-4.ne-toc-parent-item {
padding-left: 59px;
}
.ne-toc-normal-view .ne-toc-depth-5,
.ne-toc-small-view:hover .ne-toc-depth-5,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-depth-5,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-depth-5 {
padding-left: 93px;
}
.ne-toc-normal-view .ne-toc-depth-5.ne-toc-parent-item,
.ne-toc-small-view:hover .ne-toc-depth-5.ne-toc-parent-item,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-depth-5.ne-toc-parent-item,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-depth-5.ne-toc-parent-item {
padding-left: 76px;
}
.ne-toc-normal-view .ne-toc-depth-6,
.ne-toc-small-view:hover .ne-toc-depth-6,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-depth-6,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-depth-6 {
padding-left: 110px;
}
.ne-toc-normal-view .ne-toc-depth-6.ne-toc-parent-item,
.ne-toc-small-view:hover .ne-toc-depth-6.ne-toc-parent-item,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-depth-6.ne-toc-parent-item,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-depth-6.ne-toc-parent-item {
padding-left: 93px;
}
.ne-toc-normal-view .ne-toc-placeholder .ne-toc-placeholder-ind,
.ne-toc-small-view:hover .ne-toc-placeholder .ne-toc-placeholder-ind,
.ne-viewer-toc-sidebar-hover .ne-toc-view .ne-toc-placeholder .ne-toc-placeholder-ind,
.ne-toc-sidebar-hover .ne-toc-view .ne-toc-placeholder .ne-toc-placeholder-ind {
display: none;
}
.ne-toc-placeholder .ne-toc-placeholder-ind {
width: 100%;
height: 58px;
background: url('https://gw.alipayobjects.com/mdn/prod_resou/afts/img/A*Y9PXRrL9XM0AAAAAAAAAAAAAARQnAQ') no-repeat right top;
display: none;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-toc-sidebar {
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: fit-content;
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(30px);
will-change: bottom;
display: none;
z-index: 1;
}
.ne-toc-sidebar.skip-bottom.ne-small-toc-sidebar {
bottom: 150px;
}
html[data-kumuhana="pouli"] .ne-toc-sidebar {
background: var(--yq-bg-primary);
}
.ne-toc-sidebar.ne-normal-toc-sidebar {
width: 40px;
}
.ne-toc-sidebar .ne-toc-view {
margin-top: 35px;
overflow: hidden;
}
.ne-toc-sidebar .ne-toc-view .ne-toc-pin-wrap,
.ne-toc-sidebar .ne-toc-view .ne-toc-fold-wrap {
opacity: 0;
}
.ne-toc-sidebar .ne-toc-view:hover .ne-toc-pin-wrap,
.ne-toc-sidebar .ne-toc-view:hover .ne-toc-fold-wrap {
opacity: 1;
}
@-moz-document url-prefix() {
.ne-toc-sidebar {
background: var(--yq-bg-primary);
}
}
.ne-toc-visible .ne-toc-sidebar {
display: flex;
justify-content: flex-end;
align-items: flex-start;
}
.ne-ui-scrollbar-visible .ne-toc-sidebar {
right: 15px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-emoji {
display: inline-block;
line-height: inherit;
background-size: contain;
background-position: 0 0;
background-repeat: no-repeat;
}
.ne-emoji-default {
width: 18px;
height: 18px;
vertical-align: middle;
margin-bottom: 3px;
}
.ne-emoji-que {
width: 64px;
height: 64px;
vertical-align: text-bottom;
margin-bottom: -3px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/* 定制化 AntD Select 组件的静态及 Hover 态样式 */
.ne-lang-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
padding: 0 5px 0 8px;
border-color: transparent;
background: transparent;
border-radius: 4px;
height: 24px;
text-align: right;
cursor: pointer;
}
.ne-lang-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item {
padding-right: 23px;
}
.ne-lang-select.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
border-color: transparent;
background-color: #E8E8E8;
}
.ne-lang-select.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
border-color: transparent;
box-shadow: none;
background-color: #E8E8E8;
text-align: left;
}
.ne-lang-select .ant-select-arrow {
color: var(--yq-icon-primary);
right: 7px;
margin-top: -8px;
width: 16px;
height: 16px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-codeblock-overlay .ant-popover-inner,
.ant-menu-submenu-popup.codeblock-pop-menu {
background: #FFFFFF;
box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.13), 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 4px rgba(0, 0, 0, 0.04);
border-radius: 6px;
}
.ne-codeblock-overlay .ant-popover-inner .ant-menu.ant-menu-sub.ant-menu-vertical,
.ant-menu-submenu-popup.codeblock-pop-menu .ant-menu.ant-menu-sub.ant-menu-vertical {
box-shadow: none;
}
.ne-codeblock-overlay .ant-popover-inner .ant-menu .ant-menu-item,
.ant-menu-submenu-popup.codeblock-pop-menu .ant-menu .ant-menu-item {
color: inherit !important;
}
.ant-menu-submenu.codeblock-pop-menu > .ant-menu.ant-menu-sub.ant-menu-vertical {
max-height: 400px;
overflow: auto;
}
.ant-menu-submenu.codeblock-pop-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .codeblock-search {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 50px;
line-height: 50px;
padding: 0 8px;
z-index: 3;
}
.ant-menu-submenu.codeblock-pop-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .codeblock-search .ant-input {
border-radius: 6px;
}
.ant-menu-submenu.codeblock-pop-menu.showSearch {
padding-top: 42px;
}
.ant-popover .ant-menu.codeblock-pop-menu,
.ant-menu-submenu.codeblock-pop-menu > .ant-menu.ant-menu-sub.ant-menu-vertical {
min-width: 220px;
padding: 8px;
}
.ant-popover .ant-menu.codeblock-pop-menu .ant-menu-item,
.ant-menu-submenu.codeblock-pop-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-item,
.ant-popover .ant-menu.codeblock-pop-menu .ant-menu-submenu,
.ant-menu-submenu.codeblock-pop-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-submenu {
height: 36px;
line-height: 36px;
border-radius: 6px;
vertical-align: middle;
}
.ant-popover .ant-menu.codeblock-pop-menu .ant-menu-item.flexable,
.ant-menu-submenu.codeblock-pop-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-item.flexable,
.ant-popover .ant-menu.codeblock-pop-menu .ant-menu-submenu.flexable,
.ant-menu-submenu.codeblock-pop-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-submenu.flexable {
display: flex;
align-items: center;
}
.ant-popover .ant-menu.codeblock-pop-menu .ant-menu-item-divider,
.ant-menu-submenu.codeblock-pop-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-item-divider {
margin: 4px -8px;
}
.ant-popover .ant-menu.codeblock-pop-menu .ant-menu-submenu-title,
.ant-menu-submenu.codeblock-pop-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-submenu-title {
margin: 0;
line-height: 36px;
height: 36px;
color: inherit !important;
}
.ant-popover .ant-menu.codeblock-pop-menu .ant-menu-submenu-active,
.ant-menu-submenu.codeblock-pop-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-submenu-active,
.ant-popover .ant-menu.codeblock-pop-menu .ant-menu-submenu-arrow,
.ant-menu-submenu.codeblock-pop-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-submenu-arrow,
.ant-popover .ant-menu.codeblock-pop-menu .ant-menu-submenu-open,
.ant-menu-submenu.codeblock-pop-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-submenu-open,
.ant-popover .ant-menu.codeblock-pop-menu .ant-menu-submenu-active .ant-menu-submenu-title:hover,
.ant-menu-submenu.codeblock-pop-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-submenu-active .ant-menu-submenu-title:hover {
color: inherit !important;
}
.ant-popover .ant-menu.codeblock-pop-menu .ant-menu-item:hover,
.ant-menu-submenu.codeblock-pop-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-item:hover,
.ant-popover .ant-menu.codeblock-pop-menu .ant-menu-active,
.ant-menu-submenu.codeblock-pop-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-active,
.ant-popover .ant-menu.codeblock-pop-menu .ant-menu-submenu-open,
.ant-menu-submenu.codeblock-pop-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-submenu-open,
.ant-popover .ant-menu.codeblock-pop-menu .ant-menu-submenu-active,
.ant-menu-submenu.codeblock-pop-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-submenu-active {
background-color: #F5F5F5;
color: inherit !important;
}
.ant-popover .ant-menu.codeblock-pop-menu .ant-menu-item.right-contains,
.ant-menu-submenu.codeblock-pop-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-item.right-contains {
background-color: transparent !important;
vertical-align: middle;
display: flex;
align-items: center;
cursor: default;
}
.ant-popover .ant-menu.codeblock-pop-menu .right-slot,
.ant-menu-submenu.codeblock-pop-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .right-slot {
flex: 1;
height: 100%;
display: inline-flex;
justify-content: right;
align-items: center;
vertical-align: middle;
}
.ant-popover .ant-menu.codeblock-pop-menu .right-slot.label,
.ant-menu-submenu.codeblock-pop-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .right-slot.label {
color: #BEC0BF;
}
.ant-popover .ant-menu.codeblock-pop-menu .check-space,
.ant-menu-submenu.codeblock-pop-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .check-space {
margin-left: -16px;
margin-right: 4px;
margin-top: -2px;
width: 32px;
display: inline-flex;
height: 100%;
align-items: center;
justify-content: center;
vertical-align: middle;
}
.ant-menu-submenu.codeblock-pop-menu > .ant-menu.ant-menu-sub.ant-menu-vertical {
min-width: 184px;
border-radius: 6px;
}
.ne-codeblock-overlay-GithubLight .ant-popover-inner,
.codeblock-pop-menu-GithubLight .ant-popover-inner,
.ne-codeblock-overlay-BracketLightsPro .ant-popover-inner,
.codeblock-pop-menu-BracketLightsPro .ant-popover-inner,
.ne-codeblock-overlay-default .ant-popover-inner,
.codeblock-pop-menu-default .ant-popover-inner,
.ne-codeblock-overlay-GithubLight .ant-menu-sub,
.codeblock-pop-menu-GithubLight .ant-menu-sub,
.ne-codeblock-overlay-BracketLightsPro .ant-menu-sub,
.codeblock-pop-menu-BracketLightsPro .ant-menu-sub,
.ne-codeblock-overlay-default .ant-menu-sub,
.codeblock-pop-menu-default .ant-menu-sub {
background-color: #fff !important;
backdrop-filter: none!important;
border: none!important;
box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.13), 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 4px rgba(0, 0, 0, 0.04) !important;
color: #585A5A;
}
.ne-codeblock-overlay-GithubLight .ant-popover-inner .codeblock-pop-menu,
.codeblock-pop-menu-GithubLight .ant-popover-inner .codeblock-pop-menu,
.ne-codeblock-overlay-BracketLightsPro .ant-popover-inner .codeblock-pop-menu,
.codeblock-pop-menu-BracketLightsPro .ant-popover-inner .codeblock-pop-menu,
.ne-codeblock-overlay-default .ant-popover-inner .codeblock-pop-menu,
.codeblock-pop-menu-default .ant-popover-inner .codeblock-pop-menu,
.ne-codeblock-overlay-GithubLight .ant-menu-sub .codeblock-pop-menu,
.codeblock-pop-menu-GithubLight .ant-menu-sub .codeblock-pop-menu,
.ne-codeblock-overlay-BracketLightsPro .ant-menu-sub .codeblock-pop-menu,
.codeblock-pop-menu-BracketLightsPro .ant-menu-sub .codeblock-pop-menu,
.ne-codeblock-overlay-default .ant-menu-sub .codeblock-pop-menu,
.codeblock-pop-menu-default .ant-menu-sub .codeblock-pop-menu {
color: #585A5A;
}
.ne-codeblock-overlay-GithubLight .ant-popover-inner .ant-menu-item-divider,
.codeblock-pop-menu-GithubLight .ant-popover-inner .ant-menu-item-divider,
.ne-codeblock-overlay-BracketLightsPro .ant-popover-inner .ant-menu-item-divider,
.codeblock-pop-menu-BracketLightsPro .ant-popover-inner .ant-menu-item-divider,
.ne-codeblock-overlay-default .ant-popover-inner .ant-menu-item-divider,
.codeblock-pop-menu-default .ant-popover-inner .ant-menu-item-divider,
.ne-codeblock-overlay-GithubLight .ant-menu-sub .ant-menu-item-divider,
.codeblock-pop-menu-GithubLight .ant-menu-sub .ant-menu-item-divider,
.ne-codeblock-overlay-BracketLightsPro .ant-menu-sub .ant-menu-item-divider,
.codeblock-pop-menu-BracketLightsPro .ant-menu-sub .ant-menu-item-divider,
.ne-codeblock-overlay-default .ant-menu-sub .ant-menu-item-divider,
.codeblock-pop-menu-default .ant-menu-sub .ant-menu-item-divider {
background-color: hsla(0, 0%, 0%, 0.06);
}
.ne-codeblock-overlay-GithubLight .ant-popover-inner .codeblock-search,
.codeblock-pop-menu-GithubLight .ant-popover-inner .codeblock-search,
.ne-codeblock-overlay-BracketLightsPro .ant-popover-inner .codeblock-search,
.codeblock-pop-menu-BracketLightsPro .ant-popover-inner .codeblock-search,
.ne-codeblock-overlay-default .ant-popover-inner .codeblock-search,
.codeblock-pop-menu-default .ant-popover-inner .codeblock-search,
.ne-codeblock-overlay-GithubLight .ant-menu-sub .codeblock-search,
.codeblock-pop-menu-GithubLight .ant-menu-sub .codeblock-search,
.ne-codeblock-overlay-BracketLightsPro .ant-menu-sub .codeblock-search,
.codeblock-pop-menu-BracketLightsPro .ant-menu-sub .codeblock-search,
.ne-codeblock-overlay-default .ant-menu-sub .codeblock-search,
.codeblock-pop-menu-default .ant-menu-sub .codeblock-search {
background-color: #fff;
border-top: 1px solid hsla(0, 0%, 100%, 0.12);
border-left: 1px solid hsla(0, 0%, 100%, 0.12);
border-right: 1px solid hsla(0, 0%, 100%, 0.12);
}
.ne-codeblock-overlay-GithubLight .ant-popover-inner .codeblock-search .ant-input,
.codeblock-pop-menu-GithubLight .ant-popover-inner .codeblock-search .ant-input,
.ne-codeblock-overlay-BracketLightsPro .ant-popover-inner .codeblock-search .ant-input,
.codeblock-pop-menu-BracketLightsPro .ant-popover-inner .codeblock-search .ant-input,
.ne-codeblock-overlay-default .ant-popover-inner .codeblock-search .ant-input,
.codeblock-pop-menu-default .ant-popover-inner .codeblock-search .ant-input,
.ne-codeblock-overlay-GithubLight .ant-menu-sub .codeblock-search .ant-input,
.codeblock-pop-menu-GithubLight .ant-menu-sub .codeblock-search .ant-input,
.ne-codeblock-overlay-BracketLightsPro .ant-menu-sub .codeblock-search .ant-input,
.codeblock-pop-menu-BracketLightsPro .ant-menu-sub .codeblock-search .ant-input,
.ne-codeblock-overlay-default .ant-menu-sub .codeblock-search .ant-input,
.codeblock-pop-menu-default .ant-menu-sub .codeblock-search .ant-input {
background-color: #fff;
}
.ne-codeblock-overlay-OneDarkPro,
.codeblock-pop-menu-OneDarkPro,
.ne-codeblock-overlay-NightOwl,
.codeblock-pop-menu-NightOwl,
.ne-codeblock-overlay-Darcula,
.codeblock-pop-menu-Darcula {
background: transparent!important;
}
.ne-codeblock-overlay-OneDarkPro .ant-popover-inner,
.codeblock-pop-menu-OneDarkPro .ant-popover-inner,
.ne-codeblock-overlay-NightOwl .ant-popover-inner,
.codeblock-pop-menu-NightOwl .ant-popover-inner,
.ne-codeblock-overlay-Darcula .ant-popover-inner,
.codeblock-pop-menu-Darcula .ant-popover-inner,
.ne-codeblock-overlay-OneDarkPro .ant-menu-sub,
.codeblock-pop-menu-OneDarkPro .ant-menu-sub,
.ne-codeblock-overlay-NightOwl .ant-menu-sub,
.codeblock-pop-menu-NightOwl .ant-menu-sub,
.ne-codeblock-overlay-Darcula .ant-menu-sub,
.codeblock-pop-menu-Darcula .ant-menu-sub {
background-color: #1F1F1F !important;
border: 1px solid hsla(0, 0%, 100%, 0.12) !important;
box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.13), 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 4px rgba(0, 0, 0, 0.04) !important;
color: hsla(0, 0%, 100%, 0.88);
}
.ne-codeblock-overlay-OneDarkPro .ant-popover-inner .codeblock-pop-menu,
.codeblock-pop-menu-OneDarkPro .ant-popover-inner .codeblock-pop-menu,
.ne-codeblock-overlay-NightOwl .ant-popover-inner .codeblock-pop-menu,
.codeblock-pop-menu-NightOwl .ant-popover-inner .codeblock-pop-menu,
.ne-codeblock-overlay-Darcula .ant-popover-inner .codeblock-pop-menu,
.codeblock-pop-menu-Darcula .ant-popover-inner .codeblock-pop-menu,
.ne-codeblock-overlay-OneDarkPro .ant-menu-sub .codeblock-pop-menu,
.codeblock-pop-menu-OneDarkPro .ant-menu-sub .codeblock-pop-menu,
.ne-codeblock-overlay-NightOwl .ant-menu-sub .codeblock-pop-menu,
.codeblock-pop-menu-NightOwl .ant-menu-sub .codeblock-pop-menu,
.ne-codeblock-overlay-Darcula .ant-menu-sub .codeblock-pop-menu,
.codeblock-pop-menu-Darcula .ant-menu-sub .codeblock-pop-menu {
color: hsla(0, 0%, 100%, 0.88);
}
.ne-codeblock-overlay-OneDarkPro .ant-popover-inner .ant-menu-item-divider,
.codeblock-pop-menu-OneDarkPro .ant-popover-inner .ant-menu-item-divider,
.ne-codeblock-overlay-NightOwl .ant-popover-inner .ant-menu-item-divider,
.codeblock-pop-menu-NightOwl .ant-popover-inner .ant-menu-item-divider,
.ne-codeblock-overlay-Darcula .ant-popover-inner .ant-menu-item-divider,
.codeblock-pop-menu-Darcula .ant-popover-inner .ant-menu-item-divider,
.ne-codeblock-overlay-OneDarkPro .ant-menu-sub .ant-menu-item-divider,
.codeblock-pop-menu-OneDarkPro .ant-menu-sub .ant-menu-item-divider,
.ne-codeblock-overlay-NightOwl .ant-menu-sub .ant-menu-item-divider,
.codeblock-pop-menu-NightOwl .ant-menu-sub .ant-menu-item-divider,
.ne-codeblock-overlay-Darcula .ant-menu-sub .ant-menu-item-divider,
.codeblock-pop-menu-Darcula .ant-menu-sub .ant-menu-item-divider {
background-color: hsla(0, 0%, 18.82352941%, 0.37);
}
.ne-codeblock-overlay-OneDarkPro .ant-menu-submenu-active,
.codeblock-pop-menu-OneDarkPro .ant-menu-submenu-active,
.ne-codeblock-overlay-NightOwl .ant-menu-submenu-active,
.codeblock-pop-menu-NightOwl .ant-menu-submenu-active,
.ne-codeblock-overlay-Darcula .ant-menu-submenu-active,
.codeblock-pop-menu-Darcula .ant-menu-submenu-active,
.ne-codeblock-overlay-OneDarkPro .ant-menu-item-active,
.codeblock-pop-menu-OneDarkPro .ant-menu-item-active,
.ne-codeblock-overlay-NightOwl .ant-menu-item-active,
.codeblock-pop-menu-NightOwl .ant-menu-item-active,
.ne-codeblock-overlay-Darcula .ant-menu-item-active,
.codeblock-pop-menu-Darcula .ant-menu-item-active {
background-color: hsla(0, 0%, 100%, 0.12) !important;
}
.ne-codeblock-overlay-OneDarkPro .codeblock-search,
.codeblock-pop-menu-OneDarkPro .codeblock-search,
.ne-codeblock-overlay-NightOwl .codeblock-search,
.codeblock-pop-menu-NightOwl .codeblock-search,
.ne-codeblock-overlay-Darcula .codeblock-search,
.codeblock-pop-menu-Darcula .codeblock-search {
background-color: #1F1F1F;
border-top: 1px solid hsla(0, 0%, 100%, 0.12);
border-left: 1px solid hsla(0, 0%, 100%, 0.12);
border-right: 1px solid hsla(0, 0%, 100%, 0.12);
}
.ne-codeblock-overlay-OneDarkPro .codeblock-search .ant-input,
.codeblock-pop-menu-OneDarkPro .codeblock-search .ant-input,
.ne-codeblock-overlay-NightOwl .codeblock-search .ant-input,
.codeblock-pop-menu-NightOwl .codeblock-search .ant-input,
.ne-codeblock-overlay-Darcula .codeblock-search .ant-input,
.codeblock-pop-menu-Darcula .codeblock-search .ant-input {
background-color: #1F1F1F;
}
[data-kumuhana="pouli"] .ne-codeblock-overlay-OneDarkPro .ant-popover-inner .ant-menu-item-divider,
[data-kumuhana="pouli"] .codeblock-pop-menu-OneDarkPro .ant-popover-inner .ant-menu-item-divider,
[data-kumuhana="pouli"] .ne-codeblock-overlay-NightOwl .ant-popover-inner .ant-menu-item-divider,
[data-kumuhana="pouli"] .codeblock-pop-menu-NightOwl .ant-popover-inner .ant-menu-item-divider,
[data-kumuhana="pouli"] .ne-codeblock-overlay-Darcula .ant-popover-inner .ant-menu-item-divider,
[data-kumuhana="pouli"] .codeblock-pop-menu-Darcula .ant-popover-inner .ant-menu-item-divider,
[data-kumuhana="pouli"] .ne-codeblock-overlay-OneDarkPro .ant-menu-sub .ant-menu-item-divider,
[data-kumuhana="pouli"] .codeblock-pop-menu-OneDarkPro .ant-menu-sub .ant-menu-item-divider,
[data-kumuhana="pouli"] .ne-codeblock-overlay-NightOwl .ant-menu-sub .ant-menu-item-divider,
[data-kumuhana="pouli"] .codeblock-pop-menu-NightOwl .ant-menu-sub .ant-menu-item-divider,
[data-kumuhana="pouli"] .ne-codeblock-overlay-Darcula .ant-menu-sub .ant-menu-item-divider,
[data-kumuhana="pouli"] .codeblock-pop-menu-Darcula .ant-menu-sub .ant-menu-item-divider {
background-color: #303030;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
默认主题下的基础色板
**/
ne-card.ne-card-hovered .codeblock-menu.collapsed .collapsed-btn {
display: block;
}
.ne-codeblock-collapsed .codeblock-menu .collapsed-btn {
display: none !important;
}
.ne-codeblock[theme].ne-codeblock-collapsed .codeblock-menu {
border-bottom: none;
}
.codeblock-menu {
display: block;
width: 100%;
display: flex;
height: 38px;
line-height: 38px;
align-items: center;
margin-top: -5px;
position: relative;
z-index: 3;
transition: all 200ms;
font-size: 14px;
}
.codeblock-menu .start-nav {
flex: 1;
display: flex;
align-items: center;
overflow: hidden;
padding-left: 11px;
}
.codeblock-menu .end-nav {
padding-right: 11px;
display: flex;
justify-content: flex-end;
align-items: center;
}
.codeblock-menu.collapsed {
height: 0;
line-height: 0;
margin-bottom: 6px;
border-bottom: none;
}
.codeblock-menu.collapsed :not(.collapsed-btn) {
display: none;
}
.codeblock-menu.focused.collapsed .collapsed-btn {
display: block;
}
.codeblock-menu.collapsed .collapsed-btn {
height: 13px;
width: 48px;
top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
transform: translate(-50%, 0%);
display: none;
}
.codeblock-menu.collapsed .collapsed-btn::after {
transform: scale(1.4) translate(-1.5px, -50%) rotate(180deg);
margin-right: -2px;
}
.codeblock-menu:hover .collapsed-btn {
display: block;
}
.codeblock-menu .collapsed-btn {
display: none;
position: absolute;
left: 50%;
top: 100%;
transform: translate(-50%, -50%);
width: 48px;
height: 11px;
border-radius: 5.5px;
cursor: pointer;
transition: height 200ms;
margin-left: -1px;
}
.codeblock-menu .collapsed-btn::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 6px;
height: 4px;
transform: scale(1.4) translate(-2px, -50%) rotate(0deg);
margin-right: -2px;
}
.ne-codeblock[theme="Bracket Lights Pro"] {
background-color: #fdfdfd;
}
.ne-codeblock[theme="Bracket Lights Pro"] .codeblock-menu {
background-color: #F8F8F8;
border-bottom: 1px solid #F0F0F0;
}
.ne-codeblock[theme="Bracket Lights Pro"] .codeblock-menu.collapsed {
border-bottom: none;
}
.ne-codeblock[theme="Bracket Lights Pro"] .codeblock-menu .ne-codeblock-copy:hover,
.ne-codeblock[theme="Bracket Lights Pro"] .codeblock-menu .ne-codeblock-more-button:hover,
.ne-codeblock[theme="Bracket Lights Pro"] .codeblock-menu .detect-language:hover,
.ne-codeblock[theme="Bracket Lights Pro"] .codeblock-menu .ne-codeblock-collapsed-button:hover {
background-color: #e7e9e8;
}
.ne-codeblock[theme="Bracket Lights Pro"] .codeblock-menu .CodeMirror-code-name.code-name-placeholder {
color: #bfbfbf;
}
.ne-codeblock[theme="Bracket Lights Pro"] .codeblock-menu .ne-codeblock-mode-name,
.ne-codeblock[theme="Bracket Lights Pro"] .codeblock-menu .ne-codeblock-copy {
color: hsla(0, 0%, 54.90196078%, 0.5);
}
.ne-codeblock[theme="Bracket Lights Pro"] .codeblock-menu .collapsed-btn {
background-color: #e7e9e8;
}
.ne-codeblock[theme="Bracket Lights Pro"] .codeblock-menu .collapsed-btn::after {
background-image: url("data:image/svg+xml,%3Csvg width='6' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.886 3.1 3.046.936a.464.464 0 0 1 .657 0L5.864 3.1a.465.465 0 0 1-.328.794H1.214A.464.464 0 0 1 .886 3.1Z' fill='%238C8C8C' fill-rule='nonzero'/%3E%3C/svg%3E");
}
.ne-codeblock[theme="Bracket Lights Pro"] .ne-icon {
color: rgb(88, 90, 90);
}
.ne-codeblock[theme="Bracket Lights Pro"] .code-name-placeholder {
color: rgb(190, 192, 191);
}
.ne-codeblock[theme="Bracket Lights Pro"] .CodeMirror-code-name,
.ne-codeblock[theme="Bracket Lights Pro"] .ant-select-selector,
.ne-codeblock[theme="Bracket Lights Pro"] .ant-input {
color: rgb(38, 38, 38);
}
.ne-codeblock[theme="Darcula"] {
background-color: #2b2b2b;
}
.ne-codeblock[theme="Darcula"] .codeblock-menu {
background-color: #222222;
border-bottom: 1px solid #181818;
}
.ne-codeblock[theme="Darcula"] .codeblock-menu.collapsed {
border-bottom: none;
}
.ne-codeblock[theme="Darcula"] .codeblock-menu .ne-codeblock-copy:hover,
.ne-codeblock[theme="Darcula"] .codeblock-menu .ne-codeblock-more-button:hover,
.ne-codeblock[theme="Darcula"] .codeblock-menu .detect-language:hover,
.ne-codeblock[theme="Darcula"] .codeblock-menu .ne-codeblock-collapsed-button:hover {
background-color: #434343;
}
.ne-codeblock[theme="Darcula"] .codeblock-menu .CodeMirror-code-name.code-name-placeholder {
color: #484848;
}
.ne-codeblock[theme="Darcula"] .codeblock-menu .ne-codeblock-mode-name,
.ne-codeblock[theme="Darcula"] .codeblock-menu .ne-codeblock-copy {
color: hsla(207.27272727, 5.36585366%, 59.80392157%, 0.5);
}
.ne-codeblock[theme="Darcula"] .codeblock-menu .collapsed-btn {
background-color: #434343;
}
.ne-codeblock[theme="Darcula"] .codeblock-menu .collapsed-btn::after {
background-image: url("data:image/svg+xml,%3Csvg width='6' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.886 3.1 3.046.936a.464.464 0 0 1 .657 0L5.864 3.1a.465.465 0 0 1-.328.794H1.214A.464.464 0 0 1 .886 3.1Z' fill='%2393999E' fill-rule='nonzero'/%3E%3C/svg%3E");
}
.ne-codeblock[theme="Darcula"] .ne-icon {
color: rgb(179, 179, 179);
}
.ne-codeblock[theme="Darcula"] .code-name-placeholder {
color: rgb(80, 80, 80);
}
.ne-codeblock[theme="Darcula"] .CodeMirror-code-name,
.ne-codeblock[theme="Darcula"] .ant-select-selector,
.ne-codeblock[theme="Darcula"] .ant-input {
color: rgb(226, 226, 226);
}
.ne-codeblock[theme="Github Light"] {
background-color: #fff;
}
.ne-codeblock[theme="Github Light"] .codeblock-menu {
background-color: #F5F5F5;
border-bottom: 1px solid #F0F0F0;
}
.ne-codeblock[theme="Github Light"] .codeblock-menu.collapsed {
border-bottom: none;
}
.ne-codeblock[theme="Github Light"] .codeblock-menu .ne-codeblock-copy:hover,
.ne-codeblock[theme="Github Light"] .codeblock-menu .ne-codeblock-more-button:hover,
.ne-codeblock[theme="Github Light"] .codeblock-menu .detect-language:hover,
.ne-codeblock[theme="Github Light"] .codeblock-menu .ne-codeblock-collapsed-button:hover {
background-color: #e7e9e8;
}
.ne-codeblock[theme="Github Light"] .codeblock-menu .CodeMirror-code-name.code-name-placeholder {
color: #bfbfbf;
}
.ne-codeblock[theme="Github Light"] .codeblock-menu .ne-codeblock-mode-name,
.ne-codeblock[theme="Github Light"] .codeblock-menu .ne-codeblock-copy {
color: hsla(0, 0%, 54.90196078%, 0.5);
}
.ne-codeblock[theme="Github Light"] .codeblock-menu .collapsed-btn {
background-color: #e7e9e8;
}
.ne-codeblock[theme="Github Light"] .codeblock-menu .collapsed-btn::after {
background-image: url("data:image/svg+xml,%3Csvg width='6' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.886 3.1 3.046.936a.464.464 0 0 1 .657 0L5.864 3.1a.465.465 0 0 1-.328.794H1.214A.464.464 0 0 1 .886 3.1Z' fill='%238C8C8C' fill-rule='nonzero'/%3E%3C/svg%3E");
}
.ne-codeblock[theme="Github Light"] .ne-icon {
color: rgb(88, 90, 90);
}
.ne-codeblock[theme="Github Light"] .code-name-placeholder {
color: rgb(190, 192, 191);
}
.ne-codeblock[theme="Github Light"] .CodeMirror-code-name,
.ne-codeblock[theme="Github Light"] .ant-select-selector,
.ne-codeblock[theme="Github Light"] .ant-input {
color: rgb(38, 38, 38);
}
.ne-codeblock[theme="Night Owl"] {
background-color: #001628;
}
.ne-codeblock[theme="Night Owl"] .codeblock-menu {
background-color: #000C18;
border-bottom: 1px solid #00070E;
}
.ne-codeblock[theme="Night Owl"] .codeblock-menu.collapsed {
border-bottom: none;
}
.ne-codeblock[theme="Night Owl"] .codeblock-menu .ne-codeblock-copy:hover,
.ne-codeblock[theme="Night Owl"] .codeblock-menu .ne-codeblock-more-button:hover,
.ne-codeblock[theme="Night Owl"] .codeblock-menu .detect-language:hover,
.ne-codeblock[theme="Night Owl"] .codeblock-menu .ne-codeblock-collapsed-button:hover {
background-color: #35414c;
}
.ne-codeblock[theme="Night Owl"] .codeblock-menu .CodeMirror-code-name.code-name-placeholder {
color: #484848;
}
.ne-codeblock[theme="Night Owl"] .codeblock-menu .ne-codeblock-mode-name,
.ne-codeblock[theme="Night Owl"] .codeblock-menu .ne-codeblock-copy {
color: hsla(212, 17.24137931%, 82.94117647%, 0.5);
}
.ne-codeblock[theme="Night Owl"] .codeblock-menu .collapsed-btn {
background-color: #35414c;
}
.ne-codeblock[theme="Night Owl"] .codeblock-menu .collapsed-btn::after {
background-image: url("data:image/svg+xml,%3Csvg width='6' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.886 3.1 3.046.936a.464.464 0 0 1 .657 0L5.864 3.1a.465.465 0 0 1-.328.794H1.214A.464.464 0 0 1 .886 3.1Z' fill='%23CCD3DB' fill-rule='nonzero'/%3E%3C/svg%3E");
}
.ne-codeblock[theme="Night Owl"] .ne-icon {
color: rgb(179, 179, 179);
}
.ne-codeblock[theme="Night Owl"] .code-name-placeholder {
color: rgb(80, 80, 80);
}
.ne-codeblock[theme="Night Owl"] .CodeMirror-code-name,
.ne-codeblock[theme="Night Owl"] .ant-select-selector,
.ne-codeblock[theme="Night Owl"] .ant-input {
color: rgb(226, 226, 226);
}
.ne-codeblock[theme="One Dark Pro"] {
background-color: #272c35;
}
.ne-codeblock[theme="One Dark Pro"] .codeblock-menu {
background-color: #242933;
border-bottom: 1px solid #191E25;
}
.ne-codeblock[theme="One Dark Pro"] .codeblock-menu.collapsed {
border-bottom: none;
}
.ne-codeblock[theme="One Dark Pro"] .codeblock-menu .ne-codeblock-copy:hover,
.ne-codeblock[theme="One Dark Pro"] .codeblock-menu .ne-codeblock-more-button:hover,
.ne-codeblock[theme="One Dark Pro"] .codeblock-menu .detect-language:hover,
.ne-codeblock[theme="One Dark Pro"] .codeblock-menu .ne-codeblock-collapsed-button:hover {
background-color: #404756;
}
.ne-codeblock[theme="One Dark Pro"] .codeblock-menu .CodeMirror-code-name.code-name-placeholder {
color: #484848;
}
.ne-codeblock[theme="One Dark Pro"] .codeblock-menu .ne-codeblock-mode-name,
.ne-codeblock[theme="One Dark Pro"] .codeblock-menu .ne-codeblock-copy {
color: hsla(220, 7.89473684%, 70.19607843%, 0.5);
}
.ne-codeblock[theme="One Dark Pro"] .codeblock-menu .collapsed-btn {
background-color: #404756;
}
.ne-codeblock[theme="One Dark Pro"] .codeblock-menu .collapsed-btn::after {
background-image: url("data:image/svg+xml,%3Csvg width='6' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.886 3.1 3.046.936a.464.464 0 0 1 .657 0L5.864 3.1a.465.465 0 0 1-.328.794H1.214A.464.464 0 0 1 .886 3.1Z' fill='%23ADB1B9' fill-rule='nonzero'/%3E%3C/svg%3E");
}
.ne-codeblock[theme="One Dark Pro"] .ne-icon {
color: rgb(179, 179, 179);
}
.ne-codeblock[theme="One Dark Pro"] .code-name-placeholder {
color: rgb(80, 80, 80);
}
.ne-codeblock[theme="One Dark Pro"] .CodeMirror-code-name,
.ne-codeblock[theme="One Dark Pro"] .ant-select-selector,
.ne-codeblock[theme="One Dark Pro"] .ant-input {
color: rgb(226, 226, 226);
}
.detect-language {
height: 24px;
width: 24px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.3s;
cursor: pointer;
}
.detect-language:hover,
.detect-language.ne-codeblock-more-active {
background-color: #E7E9E8;
}
.ne-codeblock[theme="default"] .codeblock-menu {
background-color: #F5F5F5;
border-bottom: 1px solid #E8E8E8;
}
.ne-codeblock[theme="default"] .codeblock-menu.collapsed {
border-bottom: none;
}
.ne-codeblock[theme="default"] .codeblock-menu .ne-codeblock-copy:hover,
.ne-codeblock[theme="default"] .codeblock-menu .ne-codeblock-more-button:hover,
.ne-codeblock[theme="default"] .codeblock-menu .detect-language:hover,
.ne-codeblock[theme="default"] .codeblock-menu .ne-codeblock-collapsed-button:hover {
background-color: #e7e9e8;
}
.ne-codeblock[theme="default"] .codeblock-menu .CodeMirror-code-name.code-name-placeholder {
color: #bfbfbf;
}
.ne-codeblock[theme="default"] .codeblock-menu .ne-codeblock-mode-name,
.ne-codeblock[theme="default"] .codeblock-menu .ne-codeblock-copy {
color: hsla(0, 0%, 34.90196078%, 0.5);
}
.ne-codeblock[theme="default"] .codeblock-menu .collapsed-btn {
background-color: #e7e9e8;
}
.ne-codeblock[theme="default"] .codeblock-menu .collapsed-btn::after {
background-image: url("data:image/svg+xml,%3Csvg width='6' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.886 3.1 3.046.936a.464.464 0 0 1 .657 0L5.864 3.1a.465.465 0 0 1-.328.794H1.214A.464.464 0 0 1 .886 3.1Z' fill='%23595959' fill-rule='nonzero'/%3E%3C/svg%3E");
}
.ne-codeblock[theme="default"] .ne-icon {
color: rgb(88, 90, 90);
}
.ne-codeblock[theme="default"] .code-name-placeholder {
color: rgb(190, 192, 191);
}
.ne-codeblock[theme="default"] .CodeMirror-code-name,
.ne-codeblock[theme="default"] .ant-select-selector,
.ne-codeblock[theme="default"] .ant-input {
color: rgb(38, 38, 38);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/*!
本文件源码来源于老编辑器
定制了一些 codemirror 中内容的配色等基础样式,非特殊情况无需修改
*/
/* BASICS */
.CodeMirror {
/* Set height, width, borders, and global font properties here */
font-family: monospace;
color: var(--yq-black);
direction: ltr;
}
/* PADDING */
.CodeMirror-lines {
padding: 4px 0;
/* Vertical padding around content */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
padding: 0 4px;
/* Horizontal padding of content */
}
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
background-color: var(--yq-white);
/* The little square between H and V scrollbars */
}
/* GUTTER */
.CodeMirror-gutters {
border-right: 1px solid #ddd;
background-color: #f7f7f7;
white-space: nowrap;
}
.CodeMirror-linenumber {
padding: 0 3px 0 5px;
min-width: 20px;
text-align: right;
color: #999;
white-space: nowrap;
}
.CodeMirror-guttermarker {
color: var(--yq-black);
}
.CodeMirror-guttermarker-subtle {
color: #999;
}
/* CURSOR */
.CodeMirror-cursor {
border-left: 1px solid black;
border-right: none;
width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
width: auto;
border: 0 !important;
background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
z-index: 1;
}
.cm-fat-cursor .CodeMirror-line::selection,
.cm-fat-cursor .CodeMirror-line > span::selection,
.cm-fat-cursor .CodeMirror-line > span > span::selection {
background: transparent;
}
.cm-fat-cursor .CodeMirror-line::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span > span::-moz-selection {
background: transparent;
}
.cm-fat-cursor {
caret-color: transparent;
}
@-moz-keyframes blink {
50% {
background-color: transparent;
}
}
@-webkit-keyframes blink {
50% {
background-color: transparent;
}
}
@keyframes blink {
50% {
background-color: transparent;
}
}
/* Can style cursor different in overwrite (non-insert) mode */
.cm-tab {
display: inline-block;
text-decoration: inherit;
}
.CodeMirror-rulers {
position: absolute;
left: 0;
right: 0;
top: -50px;
bottom: 0;
overflow: hidden;
}
.CodeMirror-ruler {
border-left: 1px solid #ccc;
top: 0;
bottom: 0;
position: absolute;
}
/* DEFAULT THEME */
.cm-s-default .cm-header {
color: blue;
}
.cm-s-default .cm-quote {
color: #090;
}
.cm-negative {
color: #d44;
}
.cm-positive {
color: #292;
}
.cm-header,
.cm-strong {
font-weight: bold;
}
.cm-em {
font-style: italic;
}
.cm-link {
text-decoration: underline;
}
.cm-strikethrough {
text-decoration: line-through;
}
.cm-s-default .cm-keyword {
color: #708;
}
.cm-s-default .cm-atom {
color: #219;
}
.cm-s-default .cm-number {
color: #164;
}
.cm-s-default .cm-def {
color: #00f;
}
.cm-s-default .cm-variable-2 {
color: #05a;
}
.cm-s-default .cm-variable-3,
.cm-s-default .cm-type {
color: #085;
}
.cm-s-default .cm-comment {
color: #a50;
}
.cm-s-default .cm-string {
color: #a11;
}
.cm-s-default .cm-string-2 {
color: #f50;
}
.cm-s-default .cm-meta {
color: #555;
}
.cm-s-default .cm-qualifier {
color: #555;
}
.cm-s-default .cm-builtin {
color: #30a;
}
.cm-s-default .cm-bracket {
color: #997;
}
.cm-s-default .cm-tag {
color: #170;
}
.cm-s-default .cm-attribute {
color: #00c;
}
.cm-s-default .cm-hr {
color: #999;
}
.cm-s-default .cm-link {
color: #00c;
}
.cm-s-default .cm-error {
color: #f00;
}
.cm-invalidchar {
color: #f00;
}
.CodeMirror-composing {
border-bottom: 2px solid;
}
/* Default styles for common addons */
div.CodeMirror span.CodeMirror-matchingbracket {
color: #0b0;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
color: #a22;
}
.CodeMirror-matchingtag {
background: rgba(255, 150, 0, 0.3);
}
.CodeMirror-activeline-background {
background: #e8f2ff;
}
/* STOP */
/* The rest of this file contains styles related to the mechanics of
the editor. You probably shouldn't touch them. */
.CodeMirror {
position: relative;
overflow: hidden;
background: var(--yq-bg-primary);
}
.CodeMirror-scroll {
overflow: scroll !important;
/* Things will break if this is overridden */
/* 50px is the magic margin used to hide the element's real scrollbars */
/* See overflow: hidden in .CodeMirror */
margin-bottom: -50px;
margin-right: -50px;
padding-bottom: 50px;
height: 100%;
outline: none;
/* Prevent dragging from highlighting the element */
position: relative;
}
.CodeMirror-sizer {
position: relative;
border-right: 50px solid transparent;
}
/* The fake, visible scrollbars. Used to force redraw during scrolling
before actual scrolling happens, thus preventing shaking and
flickering artifacts. */
.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
position: absolute;
z-index: 6;
display: none;
outline: none;
}
.CodeMirror-vscrollbar {
right: 0;
top: 0;
overflow-x: hidden;
overflow-y: scroll;
}
.CodeMirror-hscrollbar {
bottom: 0;
left: 0;
overflow-y: hidden;
overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
right: 0;
bottom: 0;
}
.CodeMirror-gutter-filler {
left: 0;
bottom: 0;
}
.CodeMirror-gutters {
position: absolute;
left: 0;
top: 0;
min-height: 100%;
z-index: 3;
}
.CodeMirror-gutter {
white-space: normal;
height: 100%;
display: inline-block;
vertical-align: top;
margin-bottom: -50px;
}
.CodeMirror-gutter-wrapper {
position: absolute;
z-index: 4;
background: none !important;
border: none !important;
}
.CodeMirror-gutter-background {
position: absolute;
top: 0;
bottom: 0;
z-index: 4;
}
.CodeMirror-gutter-elt {
position: absolute;
cursor: default;
z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection {
background-color: transparent;
}
.CodeMirror-gutter-wrapper ::-moz-selection {
background-color: transparent;
}
.CodeMirror-lines {
cursor: text;
min-height: 1px;
/* prevents collapsing before first draw */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
/* Reset some styles that the rest of the page might have set */
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
border-width: 0;
background: transparent;
font-family: inherit;
font-size: inherit;
margin: 0;
white-space: pre;
word-wrap: normal;
line-height: inherit;
color: inherit;
z-index: 2;
position: relative;
overflow: visible;
-webkit-tap-highlight-color: transparent;
-webkit-font-variant-ligatures: contextual;
font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
word-wrap: break-word;
white-space: pre-wrap;
word-break: normal;
}
.CodeMirror-linebackground {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 0;
}
.CodeMirror-linewidget {
position: relative;
z-index: 2;
padding: 0.1px;
/* Force widget margins to stay inside of the container */
}
.CodeMirror-rtl pre {
direction: rtl;
}
.CodeMirror-code {
outline: none;
}
/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.CodeMirror-measure {
position: absolute;
width: 100%;
height: 0;
overflow: hidden;
visibility: hidden;
}
.CodeMirror-cursor {
position: absolute;
pointer-events: none;
}
.CodeMirror-measure pre {
position: static;
}
div.CodeMirror-cursors {
visibility: hidden;
position: relative;
z-index: 3;
}
div.CodeMirror-dragcursors {
visibility: visible;
}
.CodeMirror-focused div.CodeMirror-cursors {
visibility: visible;
}
.CodeMirror-selected {
background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected {
background: #d7d4f0;
}
.CodeMirror-crosshair {
cursor: crosshair;
}
.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
background: #d7d4f0;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
background: #d7d4f0;
}
.cm-searching {
background-color: #ffa;
background-color: rgba(255, 255, 0, 0.4);
}
/* Used to force a border model for a node */
.cm-force-border {
padding-right: 0.1px;
}
@media print {
/* Hide the cursor when printing */
.CodeMirror div.CodeMirror-cursors {
visibility: hidden;
}
}
/* See issue #2901 */
.cm-tab-wrap-hack:after {
content: '';
}
/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext {
background: none;
}
/*!
本文件源码来源于老编辑器
定制了一些 codemirror 中内容的配色等基础样式,非特殊情况无需修改
*/
.CodeMirror {
background: none;
/* 字体参照 github考虑和 14px 文字在一起排版,字号用 13px */
font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
font-size: 14px;
line-height: 1.45;
color: #595959;
direction: ltr;
}
.CodeMirror * {
box-sizing: unset;
}
.CodeMirror:hover .CodeMirror-scroll::-webkit-scrollbar-thumb,
.CodeMirror.CodeMirror-focused .CodeMirror-scroll::-webkit-scrollbar-thumb,
.CodeMirror:hover .CodeMirror-vscrollbar::-webkit-scrollbar-thumb,
.CodeMirror.CodeMirror-focused .CodeMirror-vscrollbar::-webkit-scrollbar-thumb,
.CodeMirror:hover .CodeMirror-hscrollbar::-webkit-scrollbar-thumb,
.CodeMirror.CodeMirror-focused .CodeMirror-hscrollbar::-webkit-scrollbar-thumb {
visibility: visible;
}
.CodeMirror .CodeMirror-scrollbar-filler,
.CodeMirror .CodeMirror-gutter-filler {
background: transparent;
}
.CodeMirror .CodeMirror-lines {
padding-bottom: 24px;
}
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.CodeMirror-gutters {
background: #FAFAFA;
border-color: #FAFAFA;
padding: 0 6px 0 6px;
}
.CodeMirror-scroll,
.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar {
scrollbar-color: var(--yq-yuque-grey-6) transparent;
}
.CodeMirror-scroll::-webkit-scrollbar,
.CodeMirror-vscrollbar::-webkit-scrollbar,
.CodeMirror-hscrollbar::-webkit-scrollbar {
background-color: transparent;
}
.CodeMirror-scroll::-webkit-scrollbar-corner,
.CodeMirror-vscrollbar::-webkit-scrollbar-corner,
.CodeMirror-hscrollbar::-webkit-scrollbar-corner {
background-color: transparent;
}
.CodeMirror-scroll::-webkit-scrollbar-thumb,
.CodeMirror-vscrollbar::-webkit-scrollbar-thumb,
.CodeMirror-hscrollbar::-webkit-scrollbar-thumb {
background-color: var(--yq-yuque-grey-6);
border-radius: 16px;
border: 3.5px solid transparent;
background-clip: content-box;
visibility: visible;
}
.CodeMirror-selected {
background: transparent;
}
.CodeMirror-focused .CodeMirror-selected {
background: rgba(27, 162, 227, 0.2);
}
.CodeMirror-crosshair {
cursor: crosshair;
}
.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
background: rgba(27, 162, 227, 0.2);
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
background: rgba(27, 162, 227, 0.2);
}
/* DEFAULT THEME (来源于老编辑器,定制了一套代码配色) */
.CodeMirror pre,
.box pre,
.editor .top-boxes pre,
.CodeMirror-gutter-wrapper pre {
color: #262626;
}
.CodeMirror-linenumber {
color: #afafaf;
}
.cm-s-default .cm-header {
color: blue;
}
.cm-s-default .cm-quote {
color: #090;
}
.cm-negative {
color: #d44;
}
.cm-positive {
color: #292;
}
.cm-header,
.cm-strong {
font-weight: bold;
}
.cm-em {
font-style: italic;
}
.cm-link {
text-decoration: underline;
}
.cm-strikethrough {
text-decoration: line-through;
}
/* 以 codemirror 默认为蓝本,部分颜色用 github 及 prism.js */
.cm-s-default .cm-keyword {
color: #d73a49;
}
/* use github */
.cm-s-default .cm-atom {
color: #905;
}
/* false null 等常量use prism.js */
.cm-s-default .cm-number {
color: #005cc5;
}
/* use github */
.cm-s-default .cm-def {
color: #005cc5;
}
/* use github */
.cm-s-default .cm-variable-2 {
color: #005cc5;
}
/* use github 蓝色 */
.cm-s-default .cm-variable-3,
.cm-s-default .cm-type {
color: #22863a;
}
/* use github 绿色 */
.cm-s-default .cm-comment {
color: #6a737d;
}
/* use github */
.cm-s-default .cm-string {
color: #690;
}
/* 单行字符串,用 prism 颜色 origin #a11; */
.cm-s-default .cm-string-2 {
color: #690;
}
/* 多行字符串,用 prism 颜色 origin #a11; */
.cm-s-default .cm-meta {
color: #1f7f9a;
}
/* c #include、java annotation 等,采用 vscode default light+ 颜色 */
.cm-s-default .cm-qualifier {
color: #555;
}
.cm-s-default .cm-builtin {
color: #6f42c1;
}
/* use github */
.cm-s-default .cm-bracket {
color: #997;
}
.cm-s-default .cm-tag {
color: #22863a;
}
/* html tag 名use github */
.cm-s-default .cm-attribute {
color: #6f42c1;
}
/* html tag 属性名use github */
.cm-s-default .cm-hr {
color: #999;
}
/* md 语法 */
.cm-s-default .cm-link {
color: #00c;
}
/* md 语法 */
.cm-s-default .cm-error {
color: #f00;
}
.cm-invalidchar {
color: #f00;
}
.cm-s-default .cm-operator {
color: #d73a49;
}
/* 用 github 颜色 */
.cm-s-default .cm-property {
color: #005cc5;
}
/* 用 github 蓝色,和 cm-def 一致 */
.CodeMirror-composing {
border-bottom: 2px solid;
}
.CodeMirror-code-name.code-name-placeholder {
color: #bfbfbf;
}
.CodeMirror-scroll {
margin-top: 12px;
}
.ne-codeblock[theme='default'] .ne-embed-nav {
background: #f5f5f5;
border-bottom: 1px solid #e8e8e8;
}
.ne-codeblock[theme='default'] .ne-embed-nav .ant-select-selection-item,
.ne-codeblock[theme='default'] .ne-embed-nav .CodeMirror-code-name,
.ne-codeblock[theme='default'] .ne-embed-nav .ne-icon-card-codeblock-more,
.ne-codeblock[theme='default'] .ne-embed-nav .ne-codeblock-copy,
.ne-codeblock[theme='default'] .ne-embed-nav .ne-codeblock-more-button,
.ne-codeblock[theme='default'] .ne-embed-nav .ne-codeblock-collapsed-button,
.ne-codeblock[theme='default'] .ne-embed-nav .ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
color: #595959;
}
.ne-codeblock[theme='default'] .ne-embed-nav .CodeMirror-code-name.code-name-placeholder {
color: #bfbfbf;
}
.ne-codeblock[theme='default'] .ne-embed-nav .ne-codeblock-mode-name {
color: #bfbfbf;
}
.ne-codeblock[theme='default'] .ne-codeblock-copy:hover,
.ne-codeblock[theme='default'] .ne-codeblock-more-button:hover,
.ne-codeblock[theme='default'] .ne-codeblock-collapsed-button:hover,
.ne-codeblock[theme='default'] .ne-codeblock-more-button.ne-codeblock-more-active,
.ne-codeblock[theme='default'] .ne-lang-select.ant-select:not(.ant-select-disabled):hover .ant-select-selector,
.ne-codeblock[theme='default'] .ne-lang-select.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
background-color: #e8e8e8;
border-color: transparent;
}
.cm-searching,
.CodeMirror-focused .CodeMirror-selected,
.CodeMirror-selected {
background-color: rgba(80, 153, 236, 0.5);
}
/* Default styles for common addons */
/* STOP */
.CodeMirror-light-line-wrap + .CodeMirror-light-line-wrap .CodeMirror-lightline-background,
.CodeMirror-light-line-wrap + .CodeMirror-light-line-wrap .CodeMirror-gutter-background.CodeMirror-light-line-gutter {
border-top: none;
}
.CodeMirror-collapsed-folded {
transform-origin: center;
transform: rotateZ(-90deg);
}
.ne-codeblock[theme='Darcula'] .CodeMirror-gutter-wrapper,
.ne-codeblock[theme='Darcula'] .CodeMirror-gutters,
.ne-codeblock[theme='Darcula'] .ne-codeblock,
.ne-codeblock[theme='Darcula'] .ne-codeblock-inner,
.ne-codeblock[theme='Darcula'] .ne-codeblock-content {
background: #2b2b2b;
}
.ne-codeblock[theme='Darcula'] .CodeMirror-cursor {
border-left-color: #aeaeae;
}
.ne-codeblock[theme='Darcula'] .CodeMirror pre,
.ne-codeblock[theme='Darcula'] .box pre,
.ne-codeblock[theme='Darcula'] .editor .top-boxes pre,
.ne-codeblock[theme='Darcula'] .CodeMirror-gutter-wrapper pre {
color: #cccccc;
}
.ne-codeblock[theme='Darcula'] .cm-keyword {
color: #d87e30;
}
.ne-codeblock[theme='Darcula'] .cm-atom {
color: #d87e30;
}
.ne-codeblock[theme='Darcula'] .box-html .cm-atom {
color: #a578b4;
}
.ne-codeblock[theme='Darcula'] .cm-def {
color: #ffc45a;
}
.ne-codeblock[theme='Darcula'] .cm-variable {
color: #cccccc;
}
.ne-codeblock[theme='Darcula'] .cm-variable-2 {
color: #cccccc;
}
.ne-codeblock[theme='Darcula'] .cm-variable-3 {
color: #ffc45a;
}
.ne-codeblock[theme='Darcula'] .cm-header {
color: #cccccc;
}
.ne-codeblock[theme='Darcula'] .cm-number {
color: #719fc5;
}
.ne-codeblock[theme='Darcula'] .cm-property {
color: #ffc45a;
}
.ne-codeblock[theme='Darcula'] .cm-attribute {
color: #cccccc;
}
.ne-codeblock[theme='Darcula'] .cm-builtin {
color: #cccccc;
}
.ne-codeblock[theme='Darcula'] .cm-qualifier {
color: #ffc45a;
}
.ne-codeblock[theme='Darcula'] .cm-operator {
color: #cccccc;
}
.ne-codeblock[theme='Darcula'] .cm-meta {
color: #cccccc;
}
.ne-codeblock[theme='Darcula'] .cm-string {
color: #628854;
}
.ne-codeblock[theme='Darcula'] .cm-string-2 {
color: #b45555;
}
.ne-codeblock[theme='Darcula'] .cm-tag {
color: #ffc45a;
}
.ne-codeblock[theme='Darcula'] .box-css .cm-tag {
color: #ffc45a;
}
.ne-codeblock[theme='Darcula'] .cm-tag.cm-bracket {
color: #ffc45a;
}
.ne-codeblock[theme='Darcula'] .cm-variable.cm-callee {
color: #39e62d;
}
.ne-codeblock[theme='Darcula'] .CodeMirror-linenumber {
color: #858585;
}
.ne-codeblock[theme='Darcula'] .CodeMirror-foldgutter-open.CodeMirror-guttermarker-subtle {
color: #696969;
}
.ne-codeblock[theme='Darcula'] .cm-comment {
color: #707070;
}
.ne-codeblock[theme='Darcula'] .CodeMirror-gutters {
border-color: transparent;
}
.ne-codeblock[theme='Darcula'] .ne-embed-nav {
background: #222222;
border-bottom: 1px solid #181818;
}
.ne-codeblock[theme='Darcula'] .ne-embed-nav .ant-select-selection-item,
.ne-codeblock[theme='Darcula'] .ne-embed-nav .CodeMirror-code-name,
.ne-codeblock[theme='Darcula'] .ne-embed-nav .ne-codeblock-copy,
.ne-codeblock[theme='Darcula'] .ne-embed-nav .ne-icon-card-codeblock-more,
.ne-codeblock[theme='Darcula'] .ne-embed-nav .ne-codeblock-more-button,
.ne-codeblock[theme='Darcula'] .ne-embed-nav .ne-codeblock-collapsed-button,
.ne-codeblock[theme='Darcula'] .ne-embed-nav .ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
color: #93999e;
}
.ne-codeblock[theme='Darcula'] .ne-embed-nav .CodeMirror-code-name.code-name-placeholder {
color: #484848;
}
.ne-codeblock[theme='Darcula'] .ne-embed-nav .ne-codeblock-mode-name {
color: rgba(147, 153, 158, 0.5);
}
.ne-codeblock[theme='Darcula'] .ant-divider-vertical {
border-color: #393939;
}
.ne-codeblock[theme='Darcula'] .ne-codeblock-copy:hover,
.ne-codeblock[theme='Darcula'] .ne-codeblock-more-button:hover,
.ne-codeblock[theme='Darcula'] .ne-codeblock-collapsed-button:hover,
.ne-codeblock[theme='Darcula'] .ne-codeblock-more-button.ne-codeblock-more-active,
.ne-codeblock[theme='Darcula'] .ne-lang-select.ant-select:not(.ant-select-disabled):hover .ant-select-selector,
.ne-codeblock[theme='Darcula'] .ne-lang-select.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
background-color: #393939;
border-color: transparent;
}
.ne-codeblock[theme='Night Owl'] .CodeMirror-gutter-wrapper,
.ne-codeblock[theme='Night Owl'] .CodeMirror-gutters,
.ne-codeblock[theme='Night Owl'] .ne-codeblock,
.ne-codeblock[theme='Night Owl'] .ne-codeblock-inner,
.ne-codeblock[theme='Night Owl'] .ne-codeblock-content {
background: #001628;
}
.ne-codeblock[theme='Night Owl'] .CodeMirror-cursor {
border-left-color: #80a4c3;
}
.ne-codeblock[theme='Night Owl'] .CodeMirror pre,
.ne-codeblock[theme='Night Owl'] .box pre,
.ne-codeblock[theme='Night Owl'] .editor .top-boxes pre,
.ne-codeblock[theme='Night Owl'] .CodeMirror-gutter-wrapper pre {
color: #d4deec;
}
.ne-codeblock[theme='Night Owl'] .cm-keyword {
color: #d18df0;
font-style: italic;
}
.ne-codeblock[theme='Night Owl'] .cm-atom {
color: #ff4571;
}
.ne-codeblock[theme='Night Owl'] .box-html .cm-atom {
color: #79a9ff;
}
.ne-codeblock[theme='Night Owl'] .cm-def {
color: #79a9ff;
font-style: italic;
}
.ne-codeblock[theme='Night Owl'] .cm-variable {
color: #5adeca;
font-style: italic;
}
.ne-codeblock[theme='Night Owl'] .cm-variable-2 {
color: #5adeca;
font-style: italic;
}
.ne-codeblock[theme='Night Owl'] .cm-variable-3 {
color: #bce666;
font-style: italic;
}
.ne-codeblock[theme='Night Owl'] .cm-header {
color: #d4deec;
}
.ne-codeblock[theme='Night Owl'] .cm-number {
color: #ff8563;
}
.ne-codeblock[theme='Night Owl'] .cm-property {
color: #79a9ff;
font-style: italic;
}
.ne-codeblock[theme='Night Owl'] .cm-attribute {
color: #bce666;
font-style: italic;
}
.ne-codeblock[theme='Night Owl'] .cm-builtin {
color: #ffd400;
font-style: italic;
}
.ne-codeblock[theme='Night Owl'] .cm-qualifier {
color: #bce666;
font-style: italic;
}
.ne-codeblock[theme='Night Owl'] .cm-operator {
color: #d18df0;
}
.ne-codeblock[theme='Night Owl'] .cm-meta {
color: #bce666;
}
.ne-codeblock[theme='Night Owl'] .cm-string {
color: #f3c384;
}
.ne-codeblock[theme='Night Owl'] .cm-string-2 {
color: #7d5959;
}
.ne-codeblock[theme='Night Owl'] .cm-tag {
color: #c1ede6;
}
.ne-codeblock[theme='Night Owl'] .box-css .cm-tag {
color: #ff545c;
}
.ne-codeblock[theme='Night Owl'] .cm-tag.cm-bracket {
color: #5adeca;
}
.ne-codeblock[theme='Night Owl'] .cm-variable.cm-callee {
color: #39e62d;
}
.ne-codeblock[theme='Night Owl'] .CodeMirror-linenumber {
color: #858585;
}
.ne-codeblock[theme='Night Owl'] .CodeMirror-guttermarker-subtle {
color: #ffffff;
}
.ne-codeblock[theme='Night Owl'] .cm-comment {
color: #5e7877;
}
.ne-codeblock[theme='Night Owl'] .CodeMirror-gutters {
border-color: transparent;
}
.ne-codeblock[theme='Night Owl'] .ne-embed-nav {
background: #000c18;
border-bottom: 1px solid #00070e;
}
.ne-codeblock[theme='Night Owl'] .ne-embed-nav .ant-select-selection-item,
.ne-codeblock[theme='Night Owl'] .ne-embed-nav .ne-icon-card-codeblock-more,
.ne-codeblock[theme='Night Owl'] .ne-embed-nav .CodeMirror-code-name,
.ne-codeblock[theme='Night Owl'] .ne-embed-nav .ne-codeblock-copy,
.ne-codeblock[theme='Night Owl'] .ne-embed-nav .ne-codeblock-more-button,
.ne-codeblock[theme='Night Owl'] .ne-embed-nav .ne-codeblock-collapsed-button,
.ne-codeblock[theme='Night Owl'] .ne-embed-nav .ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
color: #ccd3db;
}
.ne-codeblock[theme='Night Owl'] .ne-embed-nav .CodeMirror-code-name.code-name-placeholder {
color: #484848;
}
.ne-codeblock[theme='Night Owl'] .ne-embed-nav .ne-codeblock-mode-name {
color: rgba(147, 153, 158, 0.5);
}
.ne-codeblock[theme='Night Owl'] .ant-divider-vertical {
border-color: #1f2a36;
}
.ne-codeblock[theme='Night Owl'] .ne-codeblock-copy:hover,
.ne-codeblock[theme='Night Owl'] .ne-codeblock-more-button:hover,
.ne-codeblock[theme='Night Owl'] .ne-codeblock-collapsed-button:hover,
.ne-codeblock[theme='Night Owl'] .ne-codeblock-more-button.ne-codeblock-more-active,
.ne-codeblock[theme='Night Owl'] .ne-lang-select.ant-select:not(.ant-select-disabled):hover .ant-select-selector,
.ne-codeblock[theme='Night Owl'] .ne-lang-select.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
background-color: #1f2a36;
border-color: transparent;
}
.ne-codeblock[theme='One Dark Pro'] .CodeMirror-gutter-wrapper,
.ne-codeblock[theme='One Dark Pro'] .CodeMirror-gutters,
.ne-codeblock[theme='One Dark Pro'],
.ne-codeblock[theme='One Dark Pro'] .ne-codeblock-inner,
.ne-codeblock[theme='One Dark Pro'] .ne-codeblock-content {
background: #272c35;
}
.ne-codeblock[theme='One Dark Pro'] .CodeMirror-cursor {
border-left-color: #528bf7;
}
.ne-codeblock[theme='One Dark Pro'] .CodeMirror pre,
.ne-codeblock[theme='One Dark Pro'] .box pre,
.ne-codeblock[theme='One Dark Pro'] .editor .top-boxes pre,
.ne-codeblock[theme='One Dark Pro'] .CodeMirror-gutter-wrapper pre {
color: #a9b2c0;
}
.ne-codeblock[theme='One Dark Pro'] .cm-keyword {
color: #d371e3;
}
.ne-codeblock[theme='One Dark Pro'] .cm-atom {
color: #da985c;
}
.ne-codeblock[theme='One Dark Pro'] .box-html .cm-atom {
color: #f06372;
}
.ne-codeblock[theme='One Dark Pro'] .cm-def {
color: #ebbf6f;
}
.ne-codeblock[theme='One Dark Pro'] .cm-variable {
color: #f06372;
}
.ne-codeblock[theme='One Dark Pro'] .cm-variable-2 {
color: #f06372;
font-style: italic;
}
.ne-codeblock[theme='One Dark Pro'] .cm-variable-3 {
color: #1db8c4;
}
.ne-codeblock[theme='One Dark Pro'] .cm-header {
color: #a9b2c0;
}
.ne-codeblock[theme='One Dark Pro'] .cm-number {
color: #da985c;
}
.ne-codeblock[theme='One Dark Pro'] .cm-property {
color: #43b0f5;
}
.ne-codeblock[theme='One Dark Pro'] .cm-attribute {
color: #da985c;
}
.ne-codeblock[theme='One Dark Pro'] .cm-builtin {
color: #43b0f5;
}
.ne-codeblock[theme='One Dark Pro'] .cm-qualifier {
color: #da985c;
}
.ne-codeblock[theme='One Dark Pro'] .cm-operator {
color: #1db8c4;
}
.ne-codeblock[theme='One Dark Pro'] .cm-meta {
color: #1db8c4;
}
.ne-codeblock[theme='One Dark Pro'] .cm-string {
color: #8bc56f;
}
.ne-codeblock[theme='One Dark Pro'] .cm-string-2 {
color: #8bc56f;
}
.ne-codeblock[theme='One Dark Pro'] .cm-tag {
color: #f06372;
}
.ne-codeblock[theme='One Dark Pro'] .box-css .cm-tag {
color: #f06372;
}
.ne-codeblock[theme='One Dark Pro'] .cm-tag.cm-bracket {
color: #a9b2c0;
}
.ne-codeblock[theme='One Dark Pro'] .cm-variable.cm-callee {
color: #357e30;
}
.ne-codeblock[theme='One Dark Pro'] .CodeMirror-linenumber {
color: #777b83;
}
.ne-codeblock[theme='One Dark Pro'] .CodeMirror-guttermarker-subtle {
color: #ffffff;
}
.ne-codeblock[theme='One Dark Pro'] .cm-comment {
color: #7e848f;
}
.ne-codeblock[theme='One Dark Pro'] .CodeMirror-gutters {
border-color: transparent;
}
.ne-codeblock[theme='One Dark Pro'] .ne-embed-nav {
background: #242933;
border-bottom: 1px solid #191e25;
}
.ne-codeblock[theme='One Dark Pro'] .ne-embed-nav .ant-select-selection-item,
.ne-codeblock[theme='One Dark Pro'] .ne-embed-nav .ne-icon-card-codeblock-more,
.ne-codeblock[theme='One Dark Pro'] .ne-embed-nav .ne-codeblock-copy,
.ne-codeblock[theme='One Dark Pro'] .ne-embed-nav .CodeMirror-code-name,
.ne-codeblock[theme='One Dark Pro'] .ne-embed-nav .ne-codeblock-more-button,
.ne-codeblock[theme='One Dark Pro'] .ne-embed-nav .ne-codeblock-collapsed-button,
.ne-codeblock[theme='One Dark Pro'] .ne-embed-nav .ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
color: #adb1b9;
}
.ne-codeblock[theme='One Dark Pro'] .ne-embed-nav .CodeMirror-code-name.code-name-placeholder {
color: #484848;
}
.ne-codeblock[theme='One Dark Pro'] .ne-embed-nav .ne-codeblock-mode-name {
color: rgba(173, 177, 185, 0.5);
}
.ne-codeblock[theme='One Dark Pro'] .ant-divider-vertical {
border-color: #3c424d;
}
.ne-codeblock[theme='One Dark Pro'] .ne-codeblock-copy:hover,
.ne-codeblock[theme='One Dark Pro'] .ne-codeblock-more-button:hover,
.ne-codeblock[theme='One Dark Pro'] .ne-codeblock-collapsed-button:hover,
.ne-codeblock[theme='One Dark Pro'] .ne-codeblock-more-button.ne-codeblock-more-active,
.ne-codeblock[theme='One Dark Pro'] .ne-lang-select.ant-select:not(.ant-select-disabled):hover .ant-select-selector,
.ne-codeblock[theme='One Dark Pro'] .ne-lang-select.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
background-color: #3c424d;
border-color: transparent;
}
.ne-codeblock[theme='Github Light'] .CodeMirror-gutter-wrapper,
.ne-codeblock[theme='Github Light'] .CodeMirror-gutters,
.ne-codeblock[theme='Github Light'] .ne-codeblock,
.ne-codeblock[theme='Github Light'] .ne-codeblock-inner,
.ne-codeblock[theme='Github Light'] .ne-codeblock-content {
background: #ffffff;
}
.ne-codeblock[theme='Github Light'] .CodeMirror-cursor {
border-left-color: #286ada;
}
.ne-codeblock[theme='Github Light'] .CodeMirror pre,
.ne-codeblock[theme='Github Light'] .box pre,
.ne-codeblock[theme='Github Light'] .editor .top-boxes pre,
.ne-codeblock[theme='Github Light'] .CodeMirror-gutter-wrapper pre {
color: #262c31;
}
.ne-codeblock[theme='Github Light'] .cm-keyword {
color: #e10023;
}
.ne-codeblock[theme='Github Light'] .cm-atom {
color: #004fb4;
}
.ne-codeblock[theme='Github Light'] .box-html .cm-atom {
color: #004fb4;
}
.ne-codeblock[theme='Github Light'] .cm-def {
color: #a13000;
}
.ne-codeblock[theme='Github Light'] .cm-variable {
color: #232930;
}
.ne-codeblock[theme='Github Light'] .cm-variable-2 {
color: #a13000;
}
.ne-codeblock[theme='Github Light'] .cm-variable-3 {
color: #004fb4;
}
.ne-codeblock[theme='Github Light'] .cm-header {
color: #232930;
}
.ne-codeblock[theme='Github Light'] .cm-number {
color: #004fb4;
}
.ne-codeblock[theme='Github Light'] .cm-property {
color: #8c48e7;
}
.ne-codeblock[theme='Github Light'] .cm-attribute {
color: #004fb4;
}
.ne-codeblock[theme='Github Light'] .cm-builtin {
color: #004fb4;
}
.ne-codeblock[theme='Github Light'] .cm-qualifier {
color: #004fb4;
}
.ne-codeblock[theme='Github Light'] .cm-operator {
color: #e10023;
}
.ne-codeblock[theme='Github Light'] .cm-meta {
color: #004fb4;
}
.ne-codeblock[theme='Github Light'] .cm-string {
color: #002f6d;
}
.ne-codeblock[theme='Github Light'] .cm-string-2 {
color: #7d5959;
}
.ne-codeblock[theme='Github Light'] .cm-tag {
color: #006520;
}
.ne-codeblock[theme='Github Light'] .box-css .cm-tag {
color: #006520;
}
.ne-codeblock[theme='Github Light'] .cm-tag.cm-bracket {
color: #232930;
}
.ne-codeblock[theme='Github Light'] .cm-variable.cm-callee {
color: #3ef231;
}
.ne-codeblock[theme='Github Light'] .CodeMirror-linenumber {
color: #8e9499;
}
.ne-codeblock[theme='Github Light'] .CodeMirror-guttermarker-subtle {
color: #ffffff;
}
.ne-codeblock[theme='Github Light'] .cm-comment {
color: #6c7782;
}
.ne-codeblock[theme='Github Light'] .CodeMirror-gutters {
border-color: transparent;
}
.ne-codeblock[theme='Github Light'] .ne-embed-nav {
background: #f8f8f8;
border-bottom: 1px solid #f0f0f0;
}
.ne-codeblock[theme='Github Light'] .ne-embed-nav .ant-select-selection-item,
.ne-codeblock[theme='Github Light'] .ne-embed-nav .CodeMirror-code-name,
.ne-codeblock[theme='Github Light'] .ne-embed-nav .ne-icon-card-codeblock-more,
.ne-codeblock[theme='Github Light'] .ne-embed-nav .ne-codeblock-more-button,
.ne-codeblock[theme='Github Light'] .ne-embed-nav .ne-codeblock-collapsed-button,
.ne-codeblock[theme='Github Light'] .ne-embed-nav .ne-codeblock-copy,
.ne-codeblock[theme='Github Light'] .ne-embed-nav .ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
color: #8c8c8c;
}
.ne-codeblock[theme='Github Light'] .ne-embed-nav .CodeMirror-code-name.code-name-placeholder {
color: #bfbfbf;
}
.ne-codeblock[theme='Github Light'] .ne-embed-nav .ne-codeblock-mode-name {
color: #bfbfbf;
}
.ne-codeblock[theme='Github Light'] .ne-codeblock-copy:hover,
.ne-codeblock[theme='Github Light'] .ne-codeblock-more-button:hover,
.ne-codeblock[theme='Github Light'] .ne-codeblock-collapsed-button:hover,
.ne-codeblock[theme='Github Light'] .ne-codeblock-more-button.ne-codeblock-more-active,
.ne-codeblock[theme='Github Light'] .ne-lang-select.ant-select:not(.ant-select-disabled):hover .ant-select-selector,
.ne-codeblock[theme='Github Light'] .ne-lang-select.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
background-color: #eeeeee;
border-color: transparent;
}
.ne-codeblock[theme='Bracket Lights Pro'] .CodeMirror-gutter-wrapper,
.ne-codeblock[theme='Bracket Lights Pro'] .CodeMirror-gutters,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-codeblock,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-codeblock-inner,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-codeblock-content {
background: #fdfdfd;
}
.ne-codeblock[theme='Bracket Lights Pro'] .CodeMirror-cursor {
border-left-color: #000000;
}
.ne-codeblock[theme='Bracket Lights Pro'] .CodeMirror pre,
.ne-codeblock[theme='Bracket Lights Pro'] .box pre,
.ne-codeblock[theme='Bracket Lights Pro'] .editor .top-boxes pre,
.ne-codeblock[theme='Bracket Lights Pro'] .CodeMirror-gutter-wrapper pre {
color: #363636;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-keyword {
color: #2869c9;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-atom {
color: #f78000;
}
.ne-codeblock[theme='Bracket Lights Pro'] .box-html .cm-atom {
color: #353535;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-def {
color: #9020cc;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-variable {
color: #353535;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-variable-2 {
color: #353535;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-variable-3 {
color: #535353;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-header {
color: #353535;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-number {
color: #668800;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-property {
color: #353535;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-attribute {
color: #668800;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-builtin {
color: #2869c9;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-qualifier {
color: #2869c9;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-operator {
color: #2869c9;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-meta {
color: #353535;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-string {
color: #f78000;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-string-2 {
color: #7d5959;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-tag {
color: #2869c9;
}
.ne-codeblock[theme='Bracket Lights Pro'] .box-css .cm-tag {
color: #2869c9;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-tag.cm-bracket {
color: #2869c9;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-variable.cm-callee {
color: #3ef231;
}
.ne-codeblock[theme='Bracket Lights Pro'] .CodeMirror-linenumber {
color: #bfbfbf;
}
.ne-codeblock[theme='Bracket Lights Pro'] .CodeMirror-guttermarker-subtle {
color: #ffffff;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-comment {
color: #00a961;
}
.ne-codeblock[theme='Bracket Lights Pro'] .CodeMirror-gutters {
border-color: transparent;
}
.ne-codeblock[theme='Bracket Lights Pro'] .ne-embed-nav {
background: #f8f8f8;
border-bottom: 1px solid #f0f0f0;
}
.ne-codeblock[theme='Bracket Lights Pro'] .ne-embed-nav .ant-select-selection-item,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-embed-nav .CodeMirror-code-name,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-embed-nav .ne-codeblock-copy,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-embed-nav .ne-icon-card-codeblock-more,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-embed-nav .ne-codeblock-more-button,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-embed-nav .ne-codeblock-collapsed-button,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-embed-nav .ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
color: #8c8c8c;
}
.ne-codeblock[theme='Bracket Lights Pro'] .ne-embed-nav .CodeMirror-code-name.code-name-placeholder {
color: #bfbfbf;
}
.ne-codeblock[theme='Bracket Lights Pro'] .ne-embed-nav .ne-codeblock-mode-name {
color: rgba(140, 140, 140, 0.5);
}
.ne-codeblock[theme='Bracket Lights Pro'] .ne-codeblock-copy:hover,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-codeblock-more-button:hover,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-codeblock-collapsed-button:hover,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-codeblock-more-button.ne-codeblock-more-active,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-lang-select.ant-select:not(.ant-select-disabled):hover .ant-select-selector,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-lang-select.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
background-color: #eeeeee;
border-color: transparent;
}
[data-card-name='codeblock'] {
height: auto !important;
}
.ne-engine .ne-codeblock {
padding-top: 5px;
padding-bottom: 0;
}
.ne-codeblock {
position: relative;
overflow: visible;
text-indent: 0;
background: #FAFAFA;
padding-top: 5px;
padding-bottom: 0;
}
.ne-codeblock .ne-codeblock-content.ne-code,
.ne-codeblock .ne-codeblock-inner {
padding-top: 5px;
}
.ne-codeblock.hide-toolbar .ne-codeblock-content.ne-code,
.ne-codeblock.hide-toolbar .ne-codeblock-inner {
padding: unset;
}
.ne-codeblock.ne-codeblock-collapsed {
min-height: 38px;
padding-bottom: 0;
}
.ne-codeblock.ne-codeblock-collapsed .ne-embed-nav {
border-bottom: none;
}
.ne-codeblock .ne-embed-nav {
padding: 0 11px;
height: 38px;
}
.ne-codeblock .ne-embed-nav .start-nav {
height: 38px;
line-height: 38px;
}
.ne-codeblock .CodeMirror-code-name {
flex: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ne-codeblock .CodeMirror-code-name .ant-input {
margin: 0 4px;
max-width: 200px;
user-select: all;
color: var(--yq-text-primary);
}
.ne-codeblock .CodeMirror-code-name > .normal {
padding-left: 14px;
}
.ne-editor .ne-codeblock .CodeMirror-code-name > .normal {
cursor: pointer;
}
.ne-codeblock-content {
position: relative;
z-index: 2;
background: #FAFAFA;
}
.ne-codeblock-more-menu.ant-menu-vertical > .ant-menu-submenu {
color: #585A5A;
}
.ne-codeblock-more-menu.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title {
height: 32px;
line-height: 36px;
color: #585A5A;
}
.ne-codeblock-more-menu.ant-menu-vertical > .ant-menu-submenu .ant-menu-submenu-arrow {
color: #585A5A;
margin-top: 1px;
}
.ne-codeblock-more-submenu {
width: 97px;
}
.ne-codeblock-more-submenu .ant-menu-vertical.ant-menu-sub,
.ne-codeblock-more-submenu .ant-menu-vertical-left.ant-menu-sub,
.ne-codeblock-more-submenu .ant-menu-vertical-right.ant-menu-sub {
width: 100%;
max-width: 100%;
min-width: 100%;
}
.ne-codeblock-more-submenu .ant-menu-item-only-child {
padding-left: 40px;
color: #585A5A;
background-color: transparent;
}
.ne-codeblock-more-submenu .ant-menu-item-only-child:hover {
background-color: rgba(245, 245, 245, 0.17);
}
.ne-codeblock-more-submenu .ant-menu-item-only-child .ant-menu-title-content {
color: #585A5A;
}
.ne-codeblock-more-submenu .ant-menu-item-only-child.active {
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h16v16H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath stroke='%23595959' stroke-width='1.375' stroke-linecap='round' stroke-linejoin='round' mask='url(%23b)' d='m1.688 7.861 4.302 4.264 8.323-8.25'/%3E%3C/g%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: 12px center;
transition: none;
}
.ne-codeblock-overlay {
/* Popover 最小高度以及默认边距都太大了,不符合当前场景 */
}
.ne-codeblock-overlay.ant-popover .ant-popover-content {
min-width: 156px;
}
.ne-codeblock-overlay .ant-popover-inner-content {
padding: 1px 0;
}
.ne-codeblock-overlay .ant-menu.ant-menu-vertical .ant-menu-item.ne-codeblock-more-item {
margin-top: 4px;
padding: 16px;
height: 36px;
color: var(--yq-yuque-grey-900);
font-size: 14px;
line-height: 20px;
display: flex;
justify-content: space-between;
align-items: center;
cursor: default !important;
}
.ne-codeblock-overlay .ant-menu.ant-menu-vertical .ant-menu-item.ne-codeblock-more-item:hover {
background: none !important;
}
.ne-codeblock-overlay .ne-codeblock-more-item-switch {
margin-left: 40px;
}
.ne-codeblock-height-limit .cm-scroller {
max-height: 3936px;
}
@media print {
.ne-codeblock-height-limit .CodeMirror-scroll {
max-height: 11808px;
}
}
.CodeMirror-scroll {
min-height: 50px;
}
.ne-codeblock-collapsed-button,
.ne-codeblock-more-button {
height: 24px;
width: 24px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.3s;
cursor: pointer;
}
.ne-codeblock-collapsed-button:hover,
.ne-codeblock-more-button:hover,
.ne-codeblock-collapsed-button.ne-codeblock-more-active,
.ne-codeblock-more-button.ne-codeblock-more-active {
background-color: var(--yq-yuque-grey-4);
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
word-break: normal;
}
.ne-code-popup .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
background-color: transparent;
font-weight: normal;
}
.ne-code-popup .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-content {
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h16v16H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath stroke='%23595959' stroke-width='1.375' stroke-linecap='round' stroke-linejoin='round' mask='url(%23b)' d='m1.688 7.861 4.302 4.264 8.323-8.25'/%3E%3C/g%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: 0 center;
}
.ne-code-popup .ant-select-item-option-content {
padding-left: 24px;
}
.ne-code-popup.ne-code-popup-default,
.ne-code-popup.ne-code-popup-GithubLight,
.ne-code-popup.ne-code-popup-BracketLightsPro {
background-color: #fff !important;
border: none;
box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.13), 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 4px rgba(0, 0, 0, 0.04);
}
.ne-code-popup.ne-code-popup-default .ant-select-item,
.ne-code-popup.ne-code-popup-GithubLight .ant-select-item,
.ne-code-popup.ne-code-popup-BracketLightsPro .ant-select-item {
color: #585A5A;
}
.ne-code-popup.ne-code-popup-OneDarkPro,
.ne-code-popup.ne-code-popup-NightOwl,
.ne-code-popup.ne-code-popup-Darcula {
color: hsla(0, 0%, 100%, 0.88);
background-color: #1F1F1F !important;
border: 1px solid hsla(0, 0%, 100%, 0.12) !important;
box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.13), 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 4px rgba(0, 0, 0, 0.04);
}
.ne-code-popup.ne-code-popup-OneDarkPro .ant-select-item-option-active:not(.ant-select-item-option-disabled),
.ne-code-popup.ne-code-popup-NightOwl .ant-select-item-option-active:not(.ant-select-item-option-disabled),
.ne-code-popup.ne-code-popup-Darcula .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
background: none;
}
.ne-code-popup.ne-code-popup-OneDarkPro .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-content,
.ne-code-popup.ne-code-popup-NightOwl .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-content,
.ne-code-popup.ne-code-popup-Darcula .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-content {
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h16v16H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath stroke='rgba%28255%2C%20255%2C%20255%2C%200.88%29' stroke-width='1.375' stroke-linecap='round' stroke-linejoin='round' mask='url(%23b)' d='m1.688 7.861 4.302 4.264 8.323-8.25'/%3E%3C/g%3E%3C/svg%3E");
}
.ne-code-popup.ne-code-popup-OneDarkPro .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-content,
.ne-code-popup.ne-code-popup-NightOwl .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-content,
.ne-code-popup.ne-code-popup-Darcula .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-content {
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h16v16H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath stroke='rgba%28255%2C%20255%2C%20255%2C%200.88%29' stroke-width='1.375' stroke-linecap='round' stroke-linejoin='round' mask='url(%23b)' d='m1.688 7.861 4.302 4.264 8.323-8.25'/%3E%3C/g%3E%3C/svg%3E");
}
.ne-code-popup.ne-code-popup-OneDarkPro .ant-select-item,
.ne-code-popup.ne-code-popup-NightOwl .ant-select-item,
.ne-code-popup.ne-code-popup-Darcula .ant-select-item {
color: hsla(0, 0%, 100%, 0.88);
}
.ne-code-popup.ne-code-popup-OneDarkPro .ant-select-item:hover,
.ne-code-popup.ne-code-popup-NightOwl .ant-select-item:hover,
.ne-code-popup.ne-code-popup-Darcula .ant-select-item:hover {
background-color: hsla(0, 0%, 100%, 0.12);
}
.ne-codeblock-loading {
color: #b1b1b1;
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -25px;
}
.ne-editor ne-card[data-card-name="codeblock"] .ne-codeblock-content ::selection {
background: transparent !important;
}
.ne-editor ne-card[data-card-name="codeblock"] .cm-scroller {
padding-bottom: 5px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-codeblock-loading {
color: #b1b1b1;
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -25px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable font-family-no-missing-generic-family-keyword */
@font-face {
font-family: 'KaTeX_AMS';
src: url(https://gw.alipayobjects.com/os/bmw-prod/019a4e9e-b063-4224-b457-5babf40979cd.woff2) format('woff2'), url(https://gw.alipayobjects.com/os/bmw-prod/f62f903d-eabe-4d69-acfe-86e41c858f8a.woff) format('woff'), url(https://gw.alipayobjects.com/os/bmw-prod/24899907-b8fb-495e-b758-fb7f693be0e1.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'KaTeX_Caligraphic';
src: url(https://gw.alipayobjects.com/os/bmw-prod/fd6462c7-253d-424a-8904-0c88b29abfd1.woff2) format('woff2'), url(https://gw.alipayobjects.com/os/bmw-prod/6b71eec1-da4d-4c6c-8404-b1f00fafd794.woff) format('woff'), url(https://gw.alipayobjects.com/os/bmw-prod/246d3683-4515-4dea-a5bf-2a78bac0bcaa.ttf) format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'KaTeX_Caligraphic';
src: url(https://gw.alipayobjects.com/os/bmw-prod/5152b263-b8dd-40d1-83fb-96b41b2e90f6.woff2) format('woff2'), url(https://gw.alipayobjects.com/os/bmw-prod/98489548-d7f3-4b33-964c-4a88161b63f0.woff) format('woff'), url(https://gw.alipayobjects.com/os/bmw-prod/3461892d-0450-4c00-ad91-44a22ed93146.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'KaTeX_Fraktur';
src: url(https://gw.alipayobjects.com/os/bmw-prod/262faaec-b6c5-4d7f-8aaa-88288f740801.woff2) format('woff2'), url(https://gw.alipayobjects.com/os/bmw-prod/b38e8fe6-4b82-488c-b2d6-dfc3fab33996.woff) format('woff'), url(https://gw.alipayobjects.com/os/bmw-prod/83e59a7c-a7ff-4010-921f-c8b72b6ea147.ttf) format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'KaTeX_Fraktur';
src: url(https://gw.alipayobjects.com/os/bmw-prod/d285d05a-4a7b-48a9-b154-a1623f7828b9.woff2) format('woff2'), url(https://gw.alipayobjects.com/os/bmw-prod/7400bd66-38d1-4e5d-9bc9-d0f4a2d307ad.woff) format('woff'), url(https://gw.alipayobjects.com/os/bmw-prod/62fb04ed-7e21-4833-a1e9-25a7eee425b8.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'KaTeX_Main';
src: url(https://gw.alipayobjects.com/os/bmw-prod/80c4bae4-cf76-4d80-83bd-45d8437e46dd.woff2) format('woff2'), url(https://gw.alipayobjects.com/os/bmw-prod/b7e16804-4488-4ad4-afeb-8ca8a03b6d2a.woff) format('woff'), url(https://gw.alipayobjects.com/os/bmw-prod/a8b9e729-b346-472b-8abe-306ad3161887.ttf) format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'KaTeX_Main';
src: url(https://gw.alipayobjects.com/os/bmw-prod/24021f68-a78b-4a3a-9eab-d5e43670b982.woff2) format('woff2'), url(https://gw.alipayobjects.com/os/bmw-prod/3bccd94e-6c44-48df-8d7d-f2d2a0ec73ca.woff) format('woff'), url(https://gw.alipayobjects.com/os/bmw-prod/f00413c9-887d-469a-8060-15c3a7fc89be.ttf) format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'KaTeX_Main';
src: url(https://gw.alipayobjects.com/os/bmw-prod/9c6164f3-1a40-45ac-8b88-327111d81143.woff2) format('woff2'), url(https://gw.alipayobjects.com/os/bmw-prod/2314e925-3ff7-4edf-b5ef-8f3771ae9dd1.woff) format('woff'), url(https://gw.alipayobjects.com/os/bmw-prod/75fb86aa-4a53-4605-9320-459b1bfc2c99.ttf) format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'KaTeX_Main';
src: url(https://gw.alipayobjects.com/os/bmw-prod/f536bc95-84a7-4100-9478-7819dadb2ead.woff2) format('woff2'), url(https://gw.alipayobjects.com/os/bmw-prod/638c1bfb-e93e-4bac-a6c5-e419d4874269.woff) format('woff'), url(https://gw.alipayobjects.com/os/bmw-prod/f8567afb-749b-421b-827e-4e3c571cd9ea.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'KaTeX_Math';
src: url(https://gw.alipayobjects.com/os/bmw-prod/105b3d72-1e92-42ce-95a6-0f910db6f19c.woff2) format('woff2'), url(https://gw.alipayobjects.com/os/bmw-prod/7b4d8d06-dd24-4590-a853-04c8e1f66a92.woff) format('woff'), url(https://gw.alipayobjects.com/os/bmw-prod/f3caffc3-00d0-4e82-84ba-f6661b0cf074.ttf) format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'KaTeX_Math';
src: url(https://gw.alipayobjects.com/os/bmw-prod/9a57ab70-fe59-4d31-84c6-335f17e81154.woff2) format('woff2'), url(https://gw.alipayobjects.com/os/bmw-prod/2b242b74-e715-4158-96c8-d94705062f33.woff) format('woff'), url(https://gw.alipayobjects.com/os/bmw-prod/03b73ec9-d40e-4cc5-8e7f-56c1f208abf6.ttf) format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'KaTeX_SansSerif';
src: url(https://gw.alipayobjects.com/os/bmw-prod/799e2753-aeeb-4742-8b42-2b53bb846c8e.woff2) format('woff2'), url(https://gw.alipayobjects.com/os/bmw-prod/d1552a82-22e9-4d36-a605-61fbce136305.woff) format('woff'), url(https://gw.alipayobjects.com/os/bmw-prod/5e8dbeb4-81ff-4811-8594-31a2ec52f8fe.ttf) format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'KaTeX_SansSerif';
src: url(https://gw.alipayobjects.com/os/bmw-prod/0d5ad848-7800-4028-b6de-362ce13275b1.woff2) format('woff2'), url(https://gw.alipayobjects.com/os/bmw-prod/746d81f3-0969-4519-9409-8ce29eef63ed.woff) format('woff'), url(https://gw.alipayobjects.com/os/bmw-prod/28a69d65-61c1-4b17-a681-68b389dfb507.ttf) format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'KaTeX_SansSerif';
src: url(https://gw.alipayobjects.com/os/bmw-prod/c0a98309-21e8-4c1f-8e53-100271defd28.woff2) format('woff2'), url(https://gw.alipayobjects.com/os/bmw-prod/1252f462-0974-4b98-8a22-361000ce76af.woff) format('woff'), url(https://gw.alipayobjects.com/os/bmw-prod/e9f8fc4c-c7bc-4695-a2b0-346f148938c0.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'KaTeX_Script';
src: url(https://gw.alipayobjects.com/os/bmw-prod/7d619cf9-bdaa-4b29-ad0e-50979fcd4142.woff2) format('woff2'), url(https://gw.alipayobjects.com/os/bmw-prod/a01a69d6-16f9-4b60-b016-1dbaa17cf835.woff) format('woff'), url(https://gw.alipayobjects.com/os/bmw-prod/9da45bbb-7a05-4b84-b7ba-a905c7487334.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'KaTeX_Size1';
src: url(https://gw.alipayobjects.com/os/bmw-prod/6dabb9ed-e616-4b4f-8a05-10ba1da4d125.woff2) format('woff2'), url(https://gw.alipayobjects.com/os/bmw-prod/30813519-d625-413b-a613-d663e0051438.woff) format('woff'), url(https://gw.alipayobjects.com/os/bmw-prod/cf932216-32cf-4886-8784-497059f9428e.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'KaTeX_Size2';
src: url(https://gw.alipayobjects.com/os/bmw-prod/ea28e5bf-47ed-4ab6-932f-aca5e7052d8d.woff2) format('woff2'), url(https://gw.alipayobjects.com/os/bmw-prod/5acd58ec-add9-4074-85d0-e50e38807cd9.woff) format('woff'), url(https://gw.alipayobjects.com/os/bmw-prod/38d79519-ba39-441d-80fc-e85486a62868.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'KaTeX_Size3';
src: url(https://gw.alipayobjects.com/os/bmw-prod/afb2ee32-1315-4569-b19b-294b5d06d9a9.woff2) format('woff2'), url(https://gw.alipayobjects.com/os/bmw-prod/4ce4718c-8a0f-4cfc-87d1-87f3181bd21f.woff) format('woff'), url(https://gw.alipayobjects.com/os/bmw-prod/17e395ed-9e25-464e-a2b0-56c6afff6da7.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'KaTeX_Size4';
src: url(https://gw.alipayobjects.com/os/bmw-prod/120e78dc-b5ce-4f23-9f12-a07e0c512a4d.woff2) format('woff2'), url(https://gw.alipayobjects.com/os/bmw-prod/30007994-ae34-4106-9050-5c57fcdb191d.woff) format('woff'), url(https://gw.alipayobjects.com/os/bmw-prod/34ee8fb3-9364-46a2-a448-dcd5987a50f7.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'KaTeX_Typewriter';
src: url(https://gw.alipayobjects.com/os/bmw-prod/94ac5e00-58e2-4a84-bfe3-147e24faa22d.woff2) format('woff2'), url(https://gw.alipayobjects.com/os/bmw-prod/5e46f79d-4957-4b2d-b8c2-d66dd6563bda.woff) format('woff'), url(https://gw.alipayobjects.com/os/bmw-prod/331279c4-c77f-4b83-92e3-d34ef31d72ae.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
.katex {
font: normal 1.21em KaTeX_Main, Times New Roman, serif;
line-height: 1;
text-indent: 0;
text-rendering: auto;
vertical-align: text-bottom;
}
.katex * {
-ms-high-contrast-adjust: none !important;
border-color: currentColor;
}
.katex .katex-version::after {
content: '0.15.2';
}
.katex .katex-mathml {
/* Accessibility hack to only show to screen readers
Found at: http://a11yproject.com/posts/how-to-hide-content/ */
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
padding: 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
}
.katex .katex-html {
/* \newline is an empty block at top level, between .base elements */
}
.katex .katex-html > .newline {
display: block;
}
.katex .base {
position: relative;
display: inline-block;
white-space: nowrap;
width: -webkit-min-content;
width: -moz-min-content;
width: min-content;
}
.katex .strut {
display: inline-block;
}
.katex .textbf {
font-weight: bold;
}
.katex .textit {
font-style: italic;
}
.katex .textrm {
font-family: KaTeX_Main;
}
.katex .textsf {
font-family: KaTeX_SansSerif;
}
.katex .texttt {
font-family: KaTeX_Typewriter;
}
.katex .mathnormal {
font-family: KaTeX_Math;
font-style: italic;
}
.katex .mathit {
font-family: KaTeX_Main;
font-style: italic;
}
.katex .mathrm {
font-style: normal;
}
.katex .mathbf {
font-family: KaTeX_Main;
font-weight: bold;
}
.katex .boldsymbol {
font-family: KaTeX_Math;
font-weight: bold;
font-style: italic;
}
.katex .amsrm {
font-family: KaTeX_AMS;
}
.katex .mathbb,
.katex .textbb {
font-family: KaTeX_AMS;
}
.katex .mathcal {
font-family: KaTeX_Caligraphic;
}
.katex .mathfrak,
.katex .textfrak {
font-family: KaTeX_Fraktur;
}
.katex .mathtt {
font-family: KaTeX_Typewriter;
}
.katex .mathscr,
.katex .textscr {
font-family: KaTeX_Script;
}
.katex .mathsf,
.katex .textsf {
font-family: KaTeX_SansSerif;
}
.katex .mathboldsf,
.katex .textboldsf {
font-family: KaTeX_SansSerif;
font-weight: bold;
}
.katex .mathitsf,
.katex .textitsf {
font-family: KaTeX_SansSerif;
font-style: italic;
}
.katex .mainrm {
font-family: KaTeX_Main;
font-style: normal;
}
.katex .vlist-t {
display: inline-table;
table-layout: fixed;
border-collapse: collapse;
}
.katex .vlist-r {
display: table-row;
}
.katex .vlist {
display: table-cell;
vertical-align: bottom;
position: relative;
}
.katex .vlist > span {
display: block;
height: 0;
position: relative;
}
.katex .vlist > span > span {
display: inline-block;
}
.katex .vlist > span > .pstrut {
overflow: hidden;
width: 0;
}
.katex .vlist-t2 {
margin-right: -2px;
}
.katex .vlist-s {
display: table-cell;
vertical-align: bottom;
font-size: 1px;
width: 2px;
min-width: 2px;
}
.katex .vbox {
display: inline-flex;
flex-direction: column;
align-items: baseline;
}
.katex .hbox {
display: inline-flex;
flex-direction: row;
width: 100%;
}
.katex .thinbox {
display: inline-flex;
flex-direction: row;
width: 0;
max-width: 0;
}
.katex .msupsub {
text-align: left;
}
.katex .mfrac > span > span {
text-align: center;
}
.katex .mfrac .frac-line {
display: inline-block;
width: 100%;
border-bottom-style: solid;
}
.katex .mfrac .frac-line,
.katex .overline .overline-line,
.katex .underline .underline-line,
.katex .hline,
.katex .hdashline,
.katex .rule {
min-height: 1px;
}
.katex .mspace {
display: inline-block;
}
.katex .llap,
.katex .rlap,
.katex .clap {
width: 0;
position: relative;
}
.katex .llap > .inner,
.katex .rlap > .inner,
.katex .clap > .inner {
position: absolute;
}
.katex .llap > .fix,
.katex .rlap > .fix,
.katex .clap > .fix {
display: inline-block;
}
.katex .llap > .inner {
right: 0;
}
.katex .rlap > .inner,
.katex .clap > .inner {
left: 0;
}
.katex .clap > .inner > span {
margin-left: -50%;
margin-right: 50%;
}
.katex .rule {
display: inline-block;
border: solid 0;
position: relative;
}
.katex .overline .overline-line,
.katex .underline .underline-line,
.katex .hline {
display: inline-block;
width: 100%;
border-bottom-style: solid;
}
.katex .hdashline {
display: inline-block;
width: 100%;
border-bottom-style: dashed;
}
.katex .sqrt > .root {
/* These values are taken from the definition of `\r@@t`,
`\mkern 5mu` and `\mkern -10mu`. */
margin-left: 0.27777778em;
margin-right: -0.55555556em;
}
.katex .sizing.reset-size1.size1,
.katex .fontsize-ensurer.reset-size1.size1 {
font-size: 1em;
}
.katex .sizing.reset-size1.size2,
.katex .fontsize-ensurer.reset-size1.size2 {
font-size: 1.2em;
}
.katex .sizing.reset-size1.size3,
.katex .fontsize-ensurer.reset-size1.size3 {
font-size: 1.4em;
}
.katex .sizing.reset-size1.size4,
.katex .fontsize-ensurer.reset-size1.size4 {
font-size: 1.6em;
}
.katex .sizing.reset-size1.size5,
.katex .fontsize-ensurer.reset-size1.size5 {
font-size: 1.8em;
}
.katex .sizing.reset-size1.size6,
.katex .fontsize-ensurer.reset-size1.size6 {
font-size: 2em;
}
.katex .sizing.reset-size1.size7,
.katex .fontsize-ensurer.reset-size1.size7 {
font-size: 2.4em;
}
.katex .sizing.reset-size1.size8,
.katex .fontsize-ensurer.reset-size1.size8 {
font-size: 2.88em;
}
.katex .sizing.reset-size1.size9,
.katex .fontsize-ensurer.reset-size1.size9 {
font-size: 3.456em;
}
.katex .sizing.reset-size1.size10,
.katex .fontsize-ensurer.reset-size1.size10 {
font-size: 4.148em;
}
.katex .sizing.reset-size1.size11,
.katex .fontsize-ensurer.reset-size1.size11 {
font-size: 4.976em;
}
.katex .sizing.reset-size2.size1,
.katex .fontsize-ensurer.reset-size2.size1 {
font-size: 0.83333333em;
}
.katex .sizing.reset-size2.size2,
.katex .fontsize-ensurer.reset-size2.size2 {
font-size: 1em;
}
.katex .sizing.reset-size2.size3,
.katex .fontsize-ensurer.reset-size2.size3 {
font-size: 1.16666667em;
}
.katex .sizing.reset-size2.size4,
.katex .fontsize-ensurer.reset-size2.size4 {
font-size: 1.33333333em;
}
.katex .sizing.reset-size2.size5,
.katex .fontsize-ensurer.reset-size2.size5 {
font-size: 1.5em;
}
.katex .sizing.reset-size2.size6,
.katex .fontsize-ensurer.reset-size2.size6 {
font-size: 1.66666667em;
}
.katex .sizing.reset-size2.size7,
.katex .fontsize-ensurer.reset-size2.size7 {
font-size: 2em;
}
.katex .sizing.reset-size2.size8,
.katex .fontsize-ensurer.reset-size2.size8 {
font-size: 2.4em;
}
.katex .sizing.reset-size2.size9,
.katex .fontsize-ensurer.reset-size2.size9 {
font-size: 2.88em;
}
.katex .sizing.reset-size2.size10,
.katex .fontsize-ensurer.reset-size2.size10 {
font-size: 3.45666667em;
}
.katex .sizing.reset-size2.size11,
.katex .fontsize-ensurer.reset-size2.size11 {
font-size: 4.14666667em;
}
.katex .sizing.reset-size3.size1,
.katex .fontsize-ensurer.reset-size3.size1 {
font-size: 0.71428571em;
}
.katex .sizing.reset-size3.size2,
.katex .fontsize-ensurer.reset-size3.size2 {
font-size: 0.85714286em;
}
.katex .sizing.reset-size3.size3,
.katex .fontsize-ensurer.reset-size3.size3 {
font-size: 1em;
}
.katex .sizing.reset-size3.size4,
.katex .fontsize-ensurer.reset-size3.size4 {
font-size: 1.14285714em;
}
.katex .sizing.reset-size3.size5,
.katex .fontsize-ensurer.reset-size3.size5 {
font-size: 1.28571429em;
}
.katex .sizing.reset-size3.size6,
.katex .fontsize-ensurer.reset-size3.size6 {
font-size: 1.42857143em;
}
.katex .sizing.reset-size3.size7,
.katex .fontsize-ensurer.reset-size3.size7 {
font-size: 1.71428571em;
}
.katex .sizing.reset-size3.size8,
.katex .fontsize-ensurer.reset-size3.size8 {
font-size: 2.05714286em;
}
.katex .sizing.reset-size3.size9,
.katex .fontsize-ensurer.reset-size3.size9 {
font-size: 2.46857143em;
}
.katex .sizing.reset-size3.size10,
.katex .fontsize-ensurer.reset-size3.size10 {
font-size: 2.96285714em;
}
.katex .sizing.reset-size3.size11,
.katex .fontsize-ensurer.reset-size3.size11 {
font-size: 3.55428571em;
}
.katex .sizing.reset-size4.size1,
.katex .fontsize-ensurer.reset-size4.size1 {
font-size: 0.625em;
}
.katex .sizing.reset-size4.size2,
.katex .fontsize-ensurer.reset-size4.size2 {
font-size: 0.75em;
}
.katex .sizing.reset-size4.size3,
.katex .fontsize-ensurer.reset-size4.size3 {
font-size: 0.875em;
}
.katex .sizing.reset-size4.size4,
.katex .fontsize-ensurer.reset-size4.size4 {
font-size: 1em;
}
.katex .sizing.reset-size4.size5,
.katex .fontsize-ensurer.reset-size4.size5 {
font-size: 1.125em;
}
.katex .sizing.reset-size4.size6,
.katex .fontsize-ensurer.reset-size4.size6 {
font-size: 1.25em;
}
.katex .sizing.reset-size4.size7,
.katex .fontsize-ensurer.reset-size4.size7 {
font-size: 1.5em;
}
.katex .sizing.reset-size4.size8,
.katex .fontsize-ensurer.reset-size4.size8 {
font-size: 1.8em;
}
.katex .sizing.reset-size4.size9,
.katex .fontsize-ensurer.reset-size4.size9 {
font-size: 2.16em;
}
.katex .sizing.reset-size4.size10,
.katex .fontsize-ensurer.reset-size4.size10 {
font-size: 2.5925em;
}
.katex .sizing.reset-size4.size11,
.katex .fontsize-ensurer.reset-size4.size11 {
font-size: 3.11em;
}
.katex .sizing.reset-size5.size1,
.katex .fontsize-ensurer.reset-size5.size1 {
font-size: 0.55555556em;
}
.katex .sizing.reset-size5.size2,
.katex .fontsize-ensurer.reset-size5.size2 {
font-size: 0.66666667em;
}
.katex .sizing.reset-size5.size3,
.katex .fontsize-ensurer.reset-size5.size3 {
font-size: 0.77777778em;
}
.katex .sizing.reset-size5.size4,
.katex .fontsize-ensurer.reset-size5.size4 {
font-size: 0.88888889em;
}
.katex .sizing.reset-size5.size5,
.katex .fontsize-ensurer.reset-size5.size5 {
font-size: 1em;
}
.katex .sizing.reset-size5.size6,
.katex .fontsize-ensurer.reset-size5.size6 {
font-size: 1.11111111em;
}
.katex .sizing.reset-size5.size7,
.katex .fontsize-ensurer.reset-size5.size7 {
font-size: 1.33333333em;
}
.katex .sizing.reset-size5.size8,
.katex .fontsize-ensurer.reset-size5.size8 {
font-size: 1.6em;
}
.katex .sizing.reset-size5.size9,
.katex .fontsize-ensurer.reset-size5.size9 {
font-size: 1.92em;
}
.katex .sizing.reset-size5.size10,
.katex .fontsize-ensurer.reset-size5.size10 {
font-size: 2.30444444em;
}
.katex .sizing.reset-size5.size11,
.katex .fontsize-ensurer.reset-size5.size11 {
font-size: 2.76444444em;
}
.katex .sizing.reset-size6.size1,
.katex .fontsize-ensurer.reset-size6.size1 {
font-size: 0.5em;
}
.katex .sizing.reset-size6.size2,
.katex .fontsize-ensurer.reset-size6.size2 {
font-size: 0.6em;
}
.katex .sizing.reset-size6.size3,
.katex .fontsize-ensurer.reset-size6.size3 {
font-size: 0.7em;
}
.katex .sizing.reset-size6.size4,
.katex .fontsize-ensurer.reset-size6.size4 {
font-size: 0.8em;
}
.katex .sizing.reset-size6.size5,
.katex .fontsize-ensurer.reset-size6.size5 {
font-size: 0.9em;
}
.katex .sizing.reset-size6.size6,
.katex .fontsize-ensurer.reset-size6.size6 {
font-size: 1em;
}
.katex .sizing.reset-size6.size7,
.katex .fontsize-ensurer.reset-size6.size7 {
font-size: 1.2em;
}
.katex .sizing.reset-size6.size8,
.katex .fontsize-ensurer.reset-size6.size8 {
font-size: 1.44em;
}
.katex .sizing.reset-size6.size9,
.katex .fontsize-ensurer.reset-size6.size9 {
font-size: 1.728em;
}
.katex .sizing.reset-size6.size10,
.katex .fontsize-ensurer.reset-size6.size10 {
font-size: 2.074em;
}
.katex .sizing.reset-size6.size11,
.katex .fontsize-ensurer.reset-size6.size11 {
font-size: 2.488em;
}
.katex .sizing.reset-size7.size1,
.katex .fontsize-ensurer.reset-size7.size1 {
font-size: 0.41666667em;
}
.katex .sizing.reset-size7.size2,
.katex .fontsize-ensurer.reset-size7.size2 {
font-size: 0.5em;
}
.katex .sizing.reset-size7.size3,
.katex .fontsize-ensurer.reset-size7.size3 {
font-size: 0.58333333em;
}
.katex .sizing.reset-size7.size4,
.katex .fontsize-ensurer.reset-size7.size4 {
font-size: 0.66666667em;
}
.katex .sizing.reset-size7.size5,
.katex .fontsize-ensurer.reset-size7.size5 {
font-size: 0.75em;
}
.katex .sizing.reset-size7.size6,
.katex .fontsize-ensurer.reset-size7.size6 {
font-size: 0.83333333em;
}
.katex .sizing.reset-size7.size7,
.katex .fontsize-ensurer.reset-size7.size7 {
font-size: 1em;
}
.katex .sizing.reset-size7.size8,
.katex .fontsize-ensurer.reset-size7.size8 {
font-size: 1.2em;
}
.katex .sizing.reset-size7.size9,
.katex .fontsize-ensurer.reset-size7.size9 {
font-size: 1.44em;
}
.katex .sizing.reset-size7.size10,
.katex .fontsize-ensurer.reset-size7.size10 {
font-size: 1.72833333em;
}
.katex .sizing.reset-size7.size11,
.katex .fontsize-ensurer.reset-size7.size11 {
font-size: 2.07333333em;
}
.katex .sizing.reset-size8.size1,
.katex .fontsize-ensurer.reset-size8.size1 {
font-size: 0.34722222em;
}
.katex .sizing.reset-size8.size2,
.katex .fontsize-ensurer.reset-size8.size2 {
font-size: 0.41666667em;
}
.katex .sizing.reset-size8.size3,
.katex .fontsize-ensurer.reset-size8.size3 {
font-size: 0.48611111em;
}
.katex .sizing.reset-size8.size4,
.katex .fontsize-ensurer.reset-size8.size4 {
font-size: 0.55555556em;
}
.katex .sizing.reset-size8.size5,
.katex .fontsize-ensurer.reset-size8.size5 {
font-size: 0.625em;
}
.katex .sizing.reset-size8.size6,
.katex .fontsize-ensurer.reset-size8.size6 {
font-size: 0.69444444em;
}
.katex .sizing.reset-size8.size7,
.katex .fontsize-ensurer.reset-size8.size7 {
font-size: 0.83333333em;
}
.katex .sizing.reset-size8.size8,
.katex .fontsize-ensurer.reset-size8.size8 {
font-size: 1em;
}
.katex .sizing.reset-size8.size9,
.katex .fontsize-ensurer.reset-size8.size9 {
font-size: 1.2em;
}
.katex .sizing.reset-size8.size10,
.katex .fontsize-ensurer.reset-size8.size10 {
font-size: 1.44027778em;
}
.katex .sizing.reset-size8.size11,
.katex .fontsize-ensurer.reset-size8.size11 {
font-size: 1.72777778em;
}
.katex .sizing.reset-size9.size1,
.katex .fontsize-ensurer.reset-size9.size1 {
font-size: 0.28935185em;
}
.katex .sizing.reset-size9.size2,
.katex .fontsize-ensurer.reset-size9.size2 {
font-size: 0.34722222em;
}
.katex .sizing.reset-size9.size3,
.katex .fontsize-ensurer.reset-size9.size3 {
font-size: 0.40509259em;
}
.katex .sizing.reset-size9.size4,
.katex .fontsize-ensurer.reset-size9.size4 {
font-size: 0.46296296em;
}
.katex .sizing.reset-size9.size5,
.katex .fontsize-ensurer.reset-size9.size5 {
font-size: 0.52083333em;
}
.katex .sizing.reset-size9.size6,
.katex .fontsize-ensurer.reset-size9.size6 {
font-size: 0.5787037em;
}
.katex .sizing.reset-size9.size7,
.katex .fontsize-ensurer.reset-size9.size7 {
font-size: 0.69444444em;
}
.katex .sizing.reset-size9.size8,
.katex .fontsize-ensurer.reset-size9.size8 {
font-size: 0.83333333em;
}
.katex .sizing.reset-size9.size9,
.katex .fontsize-ensurer.reset-size9.size9 {
font-size: 1em;
}
.katex .sizing.reset-size9.size10,
.katex .fontsize-ensurer.reset-size9.size10 {
font-size: 1.20023148em;
}
.katex .sizing.reset-size9.size11,
.katex .fontsize-ensurer.reset-size9.size11 {
font-size: 1.43981481em;
}
.katex .sizing.reset-size10.size1,
.katex .fontsize-ensurer.reset-size10.size1 {
font-size: 0.24108004em;
}
.katex .sizing.reset-size10.size2,
.katex .fontsize-ensurer.reset-size10.size2 {
font-size: 0.28929605em;
}
.katex .sizing.reset-size10.size3,
.katex .fontsize-ensurer.reset-size10.size3 {
font-size: 0.33751205em;
}
.katex .sizing.reset-size10.size4,
.katex .fontsize-ensurer.reset-size10.size4 {
font-size: 0.38572806em;
}
.katex .sizing.reset-size10.size5,
.katex .fontsize-ensurer.reset-size10.size5 {
font-size: 0.43394407em;
}
.katex .sizing.reset-size10.size6,
.katex .fontsize-ensurer.reset-size10.size6 {
font-size: 0.48216008em;
}
.katex .sizing.reset-size10.size7,
.katex .fontsize-ensurer.reset-size10.size7 {
font-size: 0.57859209em;
}
.katex .sizing.reset-size10.size8,
.katex .fontsize-ensurer.reset-size10.size8 {
font-size: 0.69431051em;
}
.katex .sizing.reset-size10.size9,
.katex .fontsize-ensurer.reset-size10.size9 {
font-size: 0.83317261em;
}
.katex .sizing.reset-size10.size10,
.katex .fontsize-ensurer.reset-size10.size10 {
font-size: 1em;
}
.katex .sizing.reset-size10.size11,
.katex .fontsize-ensurer.reset-size10.size11 {
font-size: 1.19961427em;
}
.katex .sizing.reset-size11.size1,
.katex .fontsize-ensurer.reset-size11.size1 {
font-size: 0.20096463em;
}
.katex .sizing.reset-size11.size2,
.katex .fontsize-ensurer.reset-size11.size2 {
font-size: 0.24115756em;
}
.katex .sizing.reset-size11.size3,
.katex .fontsize-ensurer.reset-size11.size3 {
font-size: 0.28135048em;
}
.katex .sizing.reset-size11.size4,
.katex .fontsize-ensurer.reset-size11.size4 {
font-size: 0.32154341em;
}
.katex .sizing.reset-size11.size5,
.katex .fontsize-ensurer.reset-size11.size5 {
font-size: 0.36173633em;
}
.katex .sizing.reset-size11.size6,
.katex .fontsize-ensurer.reset-size11.size6 {
font-size: 0.40192926em;
}
.katex .sizing.reset-size11.size7,
.katex .fontsize-ensurer.reset-size11.size7 {
font-size: 0.48231511em;
}
.katex .sizing.reset-size11.size8,
.katex .fontsize-ensurer.reset-size11.size8 {
font-size: 0.57877814em;
}
.katex .sizing.reset-size11.size9,
.katex .fontsize-ensurer.reset-size11.size9 {
font-size: 0.69453376em;
}
.katex .sizing.reset-size11.size10,
.katex .fontsize-ensurer.reset-size11.size10 {
font-size: 0.83360129em;
}
.katex .sizing.reset-size11.size11,
.katex .fontsize-ensurer.reset-size11.size11 {
font-size: 1em;
}
.katex .delimsizing.size1 {
font-family: KaTeX_Size1;
}
.katex .delimsizing.size2 {
font-family: KaTeX_Size2;
}
.katex .delimsizing.size3 {
font-family: KaTeX_Size3;
}
.katex .delimsizing.size4 {
font-family: KaTeX_Size4;
}
.katex .delimsizing.mult .delim-size1 > span {
font-family: KaTeX_Size1;
}
.katex .delimsizing.mult .delim-size4 > span {
font-family: KaTeX_Size4;
}
.katex .nulldelimiter {
display: inline-block;
width: 0.12em;
}
.katex .delimcenter {
position: relative;
}
.katex .op-symbol {
position: relative;
}
.katex .op-symbol.small-op {
font-family: KaTeX_Size1;
}
.katex .op-symbol.large-op {
font-family: KaTeX_Size2;
}
.katex .op-limits > .vlist-t {
text-align: center;
}
.katex .accent > .vlist-t {
text-align: center;
}
.katex .accent .accent-body {
position: relative;
}
.katex .accent .accent-body:not(.accent-full) {
width: 0;
}
.katex .overlay {
display: block;
}
.katex .mtable .vertical-separator {
display: inline-block;
min-width: 1px;
}
.katex .mtable .arraycolsep {
display: inline-block;
}
.katex .mtable .col-align-c > .vlist-t {
text-align: center;
}
.katex .mtable .col-align-l > .vlist-t {
text-align: left;
}
.katex .mtable .col-align-r > .vlist-t {
text-align: right;
}
.katex .svg-align {
text-align: left;
}
.katex svg {
display: block;
position: absolute;
width: 100%;
height: inherit;
fill: currentColor;
stroke: currentColor;
fill-rule: nonzero;
fill-opacity: 1;
stroke-width: 1;
stroke-linecap: butt;
stroke-linejoin: miter;
stroke-miterlimit: 4;
stroke-dasharray: none;
stroke-dashoffset: 0;
stroke-opacity: 1;
}
.katex svg path {
stroke: none;
}
.katex img {
border-style: none;
min-width: 0;
min-height: 0;
max-width: none;
max-height: none;
}
.katex .stretchy {
width: 100%;
display: block;
position: relative;
overflow: hidden;
}
.katex .stretchy::before,
.katex .stretchy::after {
content: '';
}
.katex .hide-tail {
width: 100%;
position: relative;
overflow: hidden;
}
.katex .halfarrow-left {
position: absolute;
left: 0;
width: 50.2%;
overflow: hidden;
}
.katex .halfarrow-right {
position: absolute;
right: 0;
width: 50.2%;
overflow: hidden;
}
.katex .brace-left {
position: absolute;
left: 0;
width: 25.1%;
overflow: hidden;
}
.katex .brace-center {
position: absolute;
left: 25%;
width: 50%;
overflow: hidden;
}
.katex .brace-right {
position: absolute;
right: 0;
width: 25.1%;
overflow: hidden;
}
.katex .x-arrow-pad {
padding: 0 0.5em;
}
.katex .cd-arrow-pad {
padding: 0 0.55556em 0 0.27778em;
}
.katex .x-arrow,
.katex .mover,
.katex .munder {
text-align: center;
}
.katex .boxpad {
padding: 0 0.3em;
}
.katex .fbox,
.katex .fcolorbox {
box-sizing: border-box;
border: 0.04em solid;
}
.katex .cancel-pad {
padding: 0 0.2em;
}
.katex .cancel-lap {
margin-left: -0.2em;
margin-right: -0.2em;
}
.katex .sout {
border-bottom-style: solid;
border-bottom-width: 0.08em;
}
.katex .angl {
box-sizing: border-box;
border-top: 0.049em solid;
border-right: 0.049em solid;
margin-right: 0.03889em;
}
.katex .anglpad {
padding: 0 0.03889em;
}
.katex .eqn-num::before {
counter-increment: katexEqnNo;
content: '(' counter(katexEqnNo) ')';
}
.katex .mml-eqn-num::before {
counter-increment: mmlEqnNo;
content: '(' counter(mmlEqnNo) ')';
}
.katex .mtr-glue {
width: 50%;
}
.katex .cd-vert-arrow {
display: inline-block;
position: relative;
}
.katex .cd-label-left {
display: inline-block;
position: absolute;
right: calc(50% + 0.3em);
text-align: left;
}
.katex .cd-label-right {
display: inline-block;
position: absolute;
left: calc(50% + 0.3em);
text-align: right;
}
.katex-display {
display: block;
margin: 2px 0;
text-align: center;
}
.katex-display > .katex {
display: block;
text-align: center;
}
.katex-display > .katex > .katex-html {
display: block;
position: relative;
}
.katex-display > .katex > .katex-html > .tag {
right: 0;
padding-left: 2em;
}
.katex-display.leqno > .katex > .katex-html > .tag {
left: 0;
right: auto;
}
.katex-display.fleqn > .katex {
text-align: left;
padding-left: 2em;
}
body {
counter-reset: katexEqnNo mmlEqnNo;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-viewer[data-viewer-mode='present'] {
counter-reset: katexEqnNo;
}
ne-card[data-card-name='math'][data-card-type='inline'] {
height: 100%;
vertical-align: unset;
overflow-y: hidden;
overflow-x: auto;
}
ne-card[data-card-name='math'] .ne-card-container {
display: inline-block;
}
ne-card[data-card-name='math'] .ne-math {
display: inline-block;
}
ne-card[data-card-name='math'] .ne-math .ne-math-viewer {
display: inline-block;
cursor: pointer;
}
ne-card[data-card-name='math'] img {
max-width: 100%;
}
textarea.ne-math-input {
width: 100%;
border: none;
border-radius: 0;
min-width: 400px;
min-height: 84px;
max-height: 100%;
height: 100%;
padding: 6px 6px;
line-height: 24px;
color: var(--yq-text-body);
outline: none;
font-family: 'Lucida Console', Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
vertical-align: bottom;
font-size: 14px;
font-weight: 400;
resize: none;
border-radius: 8px;
}
.ne-math-selected {
background: unset;
}
.ne-math-editor-toolbar {
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}
.ne-math-editor-toolbar,
.ne-math-editor-error-top,
.ne-math-editor-error-bottom {
position: relative;
height: 40px;
background: var(--yq-bg-secondary);
border-top: 1px solid var(--yq-border-primary);
line-height: 24px;
padding: 8px 8px;
text-align: left;
text-indent: 0;
}
.ne-math-editor-toolbar .ne-math-editor-submit,
.ne-math-editor-error-top .ne-math-editor-submit,
.ne-math-editor-error-bottom .ne-math-editor-submit {
float: right;
}
.ne-math-editor-toolbar a,
.ne-math-editor-error-top a,
.ne-math-editor-error-bottom a {
font-size: 12px;
color: var(--yq-text-caption);
}
.ne-math-editor-toolbar .anticon,
.ne-math-editor-error-top .anticon,
.ne-math-editor-error-bottom .anticon,
.ne-math-editor-toolbar .larkui-icon,
.ne-math-editor-error-top .larkui-icon,
.ne-math-editor-error-bottom .larkui-icon {
margin-right: 6px;
}
.ne-math-editor-toolbar a:hover,
.ne-math-editor-error-top a:hover,
.ne-math-editor-error-bottom a:hover {
color: var(--yq-text-body);
}
.ne-math-editor-toolbar .ne-icon {
margin-right: 5px;
}
.ne-math-editor-toolbar .ne-help-link {
display: inline-flex;
align-items: center;
}
.ne-math-fallback {
vertical-align: unset;
font-size: 1em;
}
.ne-math-editor-error-top,
.ne-math-editor-error-bottom {
color: red;
height: auto;
white-space: pre-wrap;
}
.ant-popover-placement-bottomLeft .ne-math-editor-error-top,
.ant-popover-placement-bottomRight .ne-math-editor-error-top {
display: none;
}
.ant-popover-placement-topLeft .ne-math-editor-error-bottom,
.ant-popover-placement-topRight .ne-math-editor-error-bottom {
display: none;
}
.ne-math-editor-overlay .ant-popover {
padding-top: 4px;
padding-bottom: 4px;
}
.ne-math-editor-overlay .ant-popover-content {
overflow: hidden;
}
.ne-math-editor-overlay .ant-popover-inner-content {
padding: 0;
}
div.ne-icon-question {
width: 14px;
height: 14px;
font-size: 14px;
line-height: 1em;
vertical-align: middle;
margin-bottom: 2px;
margin-right: 4px;
}
.ne-math-code,
.ne-math-placeholder,
.ne-math-placeholder-error {
display: inline-block;
line-height: 32px;
padding: 0 6px;
height: auto;
border-radius: 3px;
cursor: pointer;
}
.ne-math-placeholder {
color: var(--yq-text-primary);
background: var(--yq-bg-tertiary);
}
.ne-math-placeholder-error {
color: red;
background: var(--yq-bg-tertiary);
}
.ne-math-entry {
cursor: pointer;
}
@media print {
.ne-viewer ne-card[data-card-name='math'][data-card-type='inline'] {
display: inline;
}
}
.ne-viewer ne-card[data-card-name='math'][data-card-type='inline'] {
vertical-align: unset;
}
.ne-viewer ne-card[data-card-name='math'] .ne-math-viewer {
display: inline-block;
}
div.ne-math-resize {
width: 500px;
height: 400px;
position: relative;
}
div.ne-math-resize .ne-math-resizer-top,
div.ne-math-resize .ne-math-resizer-bottom {
position: absolute;
right: 0;
width: 8px;
height: 8px;
overflow: hidden;
user-select: none;
}
div.ne-math-resize .ne-math-resizer-top {
top: 0;
cursor: nesw-resize;
}
div.ne-math-resize .ne-math-resizer-top:after {
content: '';
border-top: 1px solid var(--yq-black);
border-bottom: 1px solid var(--yq-black);
transform: rotate(45deg);
position: absolute;
top: 2px;
left: -6px;
width: 24px;
height: 3px;
}
div.ne-math-resize .ne-math-resizer-bottom {
bottom: 0;
cursor: nwse-resize;
}
div.ne-math-resize .ne-math-resizer-bottom:after {
content: '';
border-top: 1px solid var(--yq-black);
border-bottom: 1px solid var(--yq-black);
transform: rotate(-45deg);
position: absolute;
top: 4px;
left: -6px;
width: 24px;
height: 3px;
}
.ant-popover-placement-bottomLeft .ne-math-resizer-top,
.ant-popover-placement-bottomRight .ne-math-resizer-top {
display: none;
}
.ant-popover-placement-topLeft .ne-math-resizer-bottom,
.ant-popover-placement-topRight .ne-math-resizer-bottom {
display: none;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-embed-nav {
position: absolute;
top: 0;
left: 0;
width: 100%;
font-size: 14px;
line-height: 24px;
user-select: none;
height: 38px;
padding: 11px 11px 0px 0px;
color: var(--yq-text-body);
display: flex;
align-items: center;
white-space: nowrap;
overflow-y: visible;
/* AntD 组件中用了 ul 需要覆盖默认定义的文档中的 UL 的样式 */
}
.ne-embed-nav ul {
margin: 0;
padding: 0;
}
.ne-embed-nav li {
margin: 0;
}
.ne-embed-nav .start-nav {
flex: 1;
display: flex;
overflow: hidden;
align-items: center;
}
.ne-embed-nav .end-nav {
display: flex;
justify-content: flex-end;
}
.ne-embed-nav-divider {
margin: 0 6px;
margin-top: 5px;
height: 16px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-text-diagram-resize {
position: absolute;
top: 38px;
left: 50%;
transform: translateX(-50%);
bottom: 0;
max-height: 150px;
width: 9px;
align-items: center;
text-align: center;
transition: left 0.314s;
z-index: 99;
display: none;
visibility: hidden;
}
.ne-text-diagram-layout-two-column .ne-text-diagram-resize {
display: flex;
}
.ne-text-diagram-resize .ne-text-diagram-resize-handler {
height: 40px;
width: 11px;
display: flex;
align-items: center;
text-align: center;
border-radius: 5.5px;
background: var(--yq-bg-primary-hover-light);
cursor: pointer;
}
.ne-text-diagram-resize .ne-icon {
color: var(--yq-text-caption);
transform-origin: center;
transform: translateX(-1.5px) rotateZ(90deg);
margin-left: -1px;
}
.ne-text-diagram-resize.collapsed {
left: 2px;
visibility: visible;
}
.ne-text-diagram-resize.collapsed .ne-text-diagram-resize-handler {
margin-left: 0px;
border-radius: 5.5px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
transform: translateX(2px);
}
.ne-text-diagram-resize.collapsed .ne-icon {
transform: translateX(-2.5px) rotateZ(-90deg);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-text-diagram-loading {
width: 36px;
height: 36px;
font-size: 36px;
position: absolute;
top: calc(50% - 18px);
left: calc(50% - 18px);
color: var(--yq-text-body);
z-index: 1;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-text-diagram-stage {
position: relative;
height: 100%;
background: var(--yq-yuque-grey-1);
border-radius: 4px;
font-size: 14px;
text-indent: 0;
}
.ne-text-diagram-stage ul.ant-dropdown-menu {
list-style: none;
margin: 0;
}
.ne-text-diagram-stage ul.ant-dropdown-menu li {
margin: 0;
}
.ne-embed-nav {
border-bottom: 1px solid var(--yq-border-primary);
color: var(--yq-text-body);
padding-top: 0;
padding-left: 18px;
}
.ne-embed-nav a,
.ne-embed-nav a:hover {
color: var(--yq-text-body);
}
.ne-embed-nav .ne-text-diagram-name {
font-weight: bold;
}
.ne-embed-nav .ne-text-diagram-template-selector,
.ne-embed-nav .ne-diagram-select {
position: relative;
min-width: 64px;
height: 24px;
line-height: 24px;
padding: 0 6px;
border-radius: 4px;
transition: all 0.3s;
display: flex;
justify-content: space-between;
align-items: center;
}
.ne-embed-nav .ne-text-diagram-template-selector:hover,
.ne-embed-nav .ne-diagram-select:hover,
.ne-embed-nav .ne-text-diagram-template-selector.ant-dropdown-open,
.ne-embed-nav .ne-diagram-select.ant-dropdown-open {
background-color: var(--yq-bg-primary-hover-light);
}
.ne-embed-nav .ne-text-diagram-template-selector .ne-icon-down,
.ne-embed-nav .ne-diagram-select .ne-icon-down {
vertical-align: -0.125em;
position: absolute;
top: 53%;
right: 10px;
width: 16px;
height: 16px;
margin-top: -9px;
font-size: 12px;
pointer-events: none;
color: var(--yq-text-caption);
}
.ne-embed-nav .ne-text-diagram-template-selector[disabled],
.ne-embed-nav .ne-diagram-select[disabled] {
color: var(--yq-text-disable);
cursor: not-allowed;
pointer-events: none;
}
.ne-embed-nav .ne-text-diagram-template-selector[disabled] .ne-icon-down,
.ne-embed-nav .ne-diagram-select[disabled] .ne-icon-down {
color: var(--yq-text-disable);
}
.ne-embed-nav .ne-diagram-select {
width: 96px;
}
.ne-embed-nav .ne-text-diagram-select {
position: absolute;
}
.ne-embed-nav .ne-text-diagram-action-preview {
background: none;
border: none;
height: 24px;
line-height: 24px;
border-radius: 4px;
transition: all 0.3s;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
}
.ne-embed-nav .ne-text-diagram-action-preview div.ne-icon {
margin-right: 8px;
}
.ne-embed-nav .ne-text-diagram-action-preview:hover {
background: var(--yq-bg-primary-hover-light);
}
.ne-embed-nav .ne-text-diagram-action-preview:focus {
outline: none;
}
.ne-embed-nav .ne-text-diagram-action-preview-active {
background: var(--yq-bg-primary-hover-light);
}
.ne-embed-nav .ne-text-diagram-divider {
margin: 0 6px;
height: 16px;
}
[data-kumuhana="default"] .ne-embed-nav {
background-color: rgba(244, 245, 245, 0.8);
}
[data-kumuhana="pouli"] .ne-embed-nav {
background-color: rgba(31, 31, 31, 0.8);
}
.ne-text-diagram-editor-wrap {
position: relative;
height: 100%;
display: flex;
}
.ne-text-diagram-editor-wrap .ne-text-diagram-editor {
padding-top: 38px;
width: 100%;
transition: width 0.314s;
}
.ne-text-diagram-editor-wrap .ne-text-diagram-editor textarea {
width: 100%;
height: 100%;
border: none;
}
.ne-text-diagram-editor-wrap .ne-text-diagram-editor .cm-editor {
height: 100%;
background: var(--yq-bg-primary);
}
.ne-text-diagram-editor-wrap .ne-text-diagram-editor .cm-editor ::selection {
background: transparent !important;
}
.ne-text-diagram-editor-wrap .ne-text-diagram-editor .cm-gutter.cm-lineNumbers {
background: var(--yq-bg-primary);
color: var(--yq-text-caption);
}
.ne-text-diagram-editor-wrap .ne-text-diagram-editor .CodeMirror-vscrollbar {
width: 16px;
background-color: var(--yq-bg-primary);
}
.ne-text-diagram-editor-wrap .ne-text-diagram-preview {
padding-top: 38px;
background: var(--yq-bg-primary);
}
.ne-text-diagram-layout-default .ne-text-diagram-preview {
position: relative;
top: 0;
left: -1px;
right: -1px;
border-left: 1px solid var(--yq-border-primary);
border-radius: 4px;
border-top: 0;
border-bottom: 0;
background-color: var(--yq-bg-primary);
}
.ne-text-diagram-layout-default .ne-text-diagram-preview .ne-text-diagram-viewer {
flex: 1;
height: 100%;
overflow: auto;
height: calc(100% + 3px);
max-height: 640px;
margin: 0 auto;
}
.ne-text-diagram-layout-default .ne-text-diagram-preview img {
max-width: 100%;
}
.ne-text-diagram-preview {
position: relative;
overflow: auto;
display: flex;
align-items: center;
transition: width 0.314s;
min-height: 89px;
}
.ne-text-diagram-preview pre {
margin: 16px;
}
.ne-text-diagram-preview .ne-icon-loading {
width: 36px;
height: 36px;
position: absolute;
top: calc(50% - 22px);
left: 50%;
text-align: center;
color: var(--yq-text-body);
font-size: 36px;
z-index: 1;
visibility: visible;
opacity: 1;
transition: all 0.3s linear;
animation: loading 0.8s linear infinite;
}
.ne-text-diagram-preview .ne-text-diagram-viewer {
padding: 12px 24px 12px 24px;
text-align: center;
align-items: center;
margin: 0 auto;
max-height: 100%;
}
.ne-text-diagram-preview .ne-text-diagram-viewer img {
margin: 0 auto;
}
.ne-text-diagram-layout-two-column {
height: 100%;
border-radius: 0;
border: 0;
}
.ne-max .ne-text-diagram-layout-two-column {
border-bottom: 1px solid var(--yq-border-primary);
}
.ne-text-diagram-layout-two-column .ne-embed-nav {
padding-left: 18px;
width: 100%;
}
.ne-text-diagram-layout-two-column .ne-text-diagram-editor-wrap {
width: 100%;
overflow: auto;
display: flex;
}
.ne-text-diagram-layout-two-column .ne-text-diagram-editor {
max-height: unset;
width: 50%;
min-height: 127px;
}
.ne-text-diagram-layout-two-column .ne-text-diagram-preview {
width: 50%;
border-left: 1px solid var(--yq-border-primary);
padding: 12px;
margin-top: 38px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
@keyframes circle {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
.ne-ui-spin .ne-ui-spin-indicator {
margin: 0 auto;
width: 24px;
height: 24px;
border: 2px solid var(--yq-text-caption);
border-color: var(--yq-text-caption) transparent transparent transparent;
border-radius: 50%;
animation: circle 1s linear infinite;
}
.ne-ui-spin-block {
display: block;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-card-video-content {
position: relative;
height: 450px;
background: var(--yq-bg-secondary);
user-select: none;
}
.ne-card-video-content video {
width: 100%;
height: 450px;
outline: none;
}
.ne-card-video-uploading,
.ne-card-video-uploaded,
.ne-card-video-error {
border: 1px solid var(--yq-border-primary);
background: var(--yq-bg-tertiary);
}
.ne-card-video-done {
position: relative;
height: auto;
border: none;
background: none;
line-height: 0;
}
.ne-card-video-content-active {
outline: 1px solid var(--yq-yuque-grey-5);
}
.ne-card-video-center {
position: absolute;
top: 50%;
margin-top: -48px;
width: 100%;
height: 96px;
}
.ne-card-video-icon,
.ne-card-video-name,
.ne-card-video-message,
.ne-card-video-progress,
.ne-card-video-converting {
text-align: center;
}
.ne-card-video-icon {
font-size: 24px;
color: var(--yq-text-disable);
margin-bottom: 12px;
}
.ne-card-video-name {
color: var(--yq-text-body);
margin-bottom: 12px;
}
.ne-card-video-message {
color: var(--yq-text-body);
}
.ne-card-video-anticon {
display: inline-block;
font-style: normal;
vertical-align: -0.125em;
text-align: center;
text-transform: none;
line-height: 0;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
margin-right: 5px;
}
.ne-card-video-anticon-anticon-spin {
display: inline-block;
-webkit-animation: rotateLoading 1s infinite linear;
animation: rotateLoading 1s infinite linear;
}
.ne-card-video .lake-error-icon {
width: 16px;
height: 16px;
display: inline-block;
background: var(--yq-red-6);
text-align: center;
font-size: 12px;
color: var(--yq-white);
padding: 1px 0 0 0;
line-height: 16px;
border-radius: 100%;
vertical-align: middle;
margin: -2px 5px 0 0;
}
.h5-ne-card-video-wrapper {
position: relative;
}
.h5-ne-card-video-wrapper video {
position: relative;
}
.h5-ne-card-video-wrapper img {
width: 48px;
height: 48px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
user-select: none;
pointer-events: none;
}
.h5-ne-card-video-wrapper .h5-ne-card-video-desc {
position: absolute;
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0.4) 100%);
left: 0;
right: 0;
bottom: 0;
height: 46px;
display: flex;
color: var(--yq-white);
align-items: center;
justify-content: space-between;
padding: 0 12px;
padding-top: 16px;
}
@media screen and (max-width: 750px) {
.ne-card-video-content {
height: auto;
}
.ne-card-video-content video {
height: auto !important;
}
.ne-card-video-converting-wrapper,
.ne-card-video-progress-wrapper {
height: 200px;
}
}
.ne-doc-major-viewer-mobile .ne-card-video-content {
height: auto;
}
.ne-doc-major-viewer-mobile .ne-card-video-content video {
height: auto !important;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-card-audio-sidebar .ne-sidebar-body .ant-checkbox-wrapper {
margin-right: 8px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-ui-select .ant-select-selector input {
display: none;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-card-calendar-schedule-panel-textarea {
resize: none;
border: none;
background: transparent;
padding-left: 0;
}
.ne-card-calendar-schedule-panel-textarea:focus {
box-shadow: none;
}
.ne-card-calendar-schedule-panel-textarea-title {
font-size: 18px;
}
.ne-card-calendar-schedule-panel-textarea-desc {
font-size: 12px;
}
.ne-card-calendar-schedule-panel-color-select-dropdown {
width: 122px;
}
.ne-card-calendar-schedule-panel-color-select-option {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.ant-select-selector .ne-card-calendar-schedule-panel-color-select-option {
height: 100%;
}
.ant-select-selector .ne-card-calendar-schedule-panel-color-select-option-status,
.ant-select-selector .ne-card-calendar-schedule-panel-color-select-option-name {
display: none;
}
.ne-card-calendar-schedule-panel-color-select-option-status {
flex: 0 0 14px;
}
.ne-card-calendar-schedule-panel-color-select-option-status[data-selected='true'] {
background: url('https://gw.alipayobjects.com/zos/bmw-prod/16f5566a-e266-4417-b762-3bd0e1f8296a.svg') no-repeat center center;
height: 14px;
background-size: 14px 14px;
}
.ne-card-calendar-schedule-panel-color-select-option-box {
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 24px;
}
.ne-card-calendar-schedule-panel-color-select-option-box-content {
width: 8px;
height: 8px;
}
.ne-card-calendar-schedule-panel-color-select-option-name {
flex: 1;
font-size: 14px;
color: var(--yq-text-body);
font-weight: normal;
}
.ne-card-calendar-schedule-panel-date-picker {
padding-left: 0;
}
.ne-card-calendar-schedule-panel-date-picker .ant-picker-active-bar {
transform: translateX(-11px);
}
.ne-card-calendar-schedule-panel-date-picker .ant-picker-suffix,
.ne-card-calendar-schedule-panel-date-picker .ant-picker-clear {
display: none;
}
.ne-card-calendar-schedule-panel-icon-calendar-e {
margin-top: 7px;
}
.ne-card-calendar-schedule-panel-icon-desc-e {
margin-top: 4px;
}
.ne-card-calendar-schedule-panel-button-box {
position: absolute;
right: 10px;
top: 10px;
display: flex;
}
.ne-card-calendar-schedule-panel-button-box .ne-icon {
margin: 6px;
cursor: pointer;
}
.ne-card-calendar-schedule-panel-button-box .ne-icon:hover {
background: var(--yq-bg-primary-hover);
color: var(--yq-black);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-card-calendar-schedule-snapshot {
position: absolute;
top: 0;
left: 0;
z-index: 3;
}
.ne-card-calendar-schedule-snapshot-line {
position: absolute;
}
.ne-card-calendar-schedule-snapshot .ne-card-calendar-schedule-line {
width: auto !important;
margin-top: 0;
opacity: 0.8 !important;
}
.ne-card-calendar-schedule-snapshot .ne-card-calendar-schedule-line[data-is-start='false'] {
left: 0;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
ne-card[data-card-name='calendar'] {
/* stylelint-disable-line */
}
ne-card[data-card-name='calendar'] .ne-card-container {
background: var(--yq-bg-secondary);
}
ne-card[data-card-name='calendar'] .ne-card-calendar {
position: relative;
padding: 0 16px 16px 16px;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-header {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
height: 72px;
position: relative;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-header-today-button {
position: absolute;
top: 20px;
right: 16px;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-header-month-selector {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-header-month-selector-prev,
ne-card[data-card-name='calendar'] .ne-card-calendar-header-month-selector-next {
width: 24px;
height: 24px;
cursor: pointer;
background-repeat: no-repeat;
background-position: center center;
display: flex;
align-items: center;
justify-content: center;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-header-month-selector-prev .ne-icon,
ne-card[data-card-name='calendar'] .ne-card-calendar-header-month-selector-next .ne-icon {
color: var(--yq-text-caption);
}
ne-card[data-card-name='calendar'] .ne-card-calendar-header-month-selector-prev:hover .ne-icon,
ne-card[data-card-name='calendar'] .ne-card-calendar-header-month-selector-next:hover .ne-icon {
color: var(--yq-black);
}
ne-card[data-card-name='calendar'] .ne-card-calendar-header-month-selector-date {
margin: 0 20px;
font-size: 16px;
font-weight: 500;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-week-names {
display: flex;
flex-direction: row;
align-items: center;
padding: 8px 0;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-week-names-item {
flex: 1;
font-size: 12px;
font-weight: 500;
color: var(--yq-text-caption);
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box {
position: relative;
border: 1px solid var(--yq-yuque-grey-5);
border-radius: 4px;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row {
display: flex;
flex-direction: row;
border-bottom: 1px solid var(--yq-yuque-grey-5);
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row:first-of-type .ne-card-calendar-content-box-row-cell:first-of-type {
border-top-left-radius: 4px;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row:first-of-type .ne-card-calendar-content-box-row-cell:last-of-type {
border-top-right-radius: 4px;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row:last-of-type,
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row[data-last='true'] {
border-bottom: none;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row:last-of-type .ne-card-calendar-content-box-row-cell:first-of-type,
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row[data-last='true'] .ne-card-calendar-content-box-row-cell:first-of-type {
border-bottom-left-radius: 4px;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row:last-of-type .ne-card-calendar-content-box-row-cell:last-of-type,
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row[data-last='true'] .ne-card-calendar-content-box-row-cell:last-of-type {
border-bottom-right-radius: 4px;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell {
display: flex;
flex: 1;
flex-direction: column;
min-height: 84px;
padding: 4px 4px 10px 4px;
background-color: var(--yq-bg-secondary);
border-right: 1px solid var(--yq-yuque-grey-5);
min-width: 0;
position: relative;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell:first-of-type,
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell:last-of-type {
background-color: var(--yq-bg-primary);
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell:last-of-type {
border-right: none;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell:hover .ne-card-calendar-content-box-row-cell-date-plus {
display: block;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell[data-border='full']::after,
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell[data-border='half']::after,
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell[data-border='left']::after,
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell[data-border='right']::after {
content: ' ';
position: absolute;
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell[data-border='full']::after {
border: 1px solid var(--yq-yuque-green-5);
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell[data-border='half']::after,
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell[data-border='left']::after,
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell[data-border='right']::after {
border-top: 1px solid var(--yq-yuque-green-5);
border-bottom: 1px solid var(--yq-yuque-green-5);
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell[data-border='left']::after {
border-left: 1px solid var(--yq-yuque-green-5);
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell[data-border='right']::after {
border-right: 1px solid var(--yq-yuque-green-5);
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell[data-border-style='top-left-corner']::after {
border-top-left-radius: 4px;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell[data-border-style='top-right-corner']::after {
border-top-right-radius: 4px;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell[data-border-style='bottom-left-corner']::after {
border-bottom-left-radius: 4px;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell[data-border-style='bottom-right-corner']::after {
border-bottom-right-radius: 4px;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell-date {
color: var(--yq-text-body);
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row-reverse;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell-date-plus {
display: none;
width: 12px;
height: 12px;
border: 1px solid var(--yq-yuque-grey-5);
background: var(--yq-white) url('https://gw.alipayobjects.com/zos/bmw-prod/7ac8d36f-f041-4ee7-b1fe-d13404e9acea.svg') no-repeat center center;
background-size: 10px 10px;
border-radius: 2px;
cursor: pointer;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell-date-text {
display: flex;
justify-content: center;
align-items: center;
width: 18px;
height: 18px;
font-size: 12px;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell-date[data-today='true'] .ne-card-calendar-content-box-row-cell-date-text {
border-radius: 50%;
color: var(--yq-white);
background-color: var(--yq-blue-4);
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell-date[data-fade='true'] {
color: var(--yq-text-disable);
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell-schedule-index {
height: 2px;
margin-top: 2px;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell-schedule-holder {
height: 24px;
margin-top: 2px;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-schedule-line {
display: flex;
height: 24px;
border-width: 1px;
border-style: solid;
border-radius: 2px;
box-sizing: border-box;
margin-top: 2px;
z-index: 2;
cursor: pointer;
align-items: center;
position: relative;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-schedule-line[data-active='true'] .ne-card-calendar-schedule-line-title {
color: #fff;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-schedule-line[data-is-start='false'] {
left: -5px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-schedule-line[data-control='false'] {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-schedule-line-label {
flex: 0 0 2px;
width: 2px;
height: 12px;
border-radius: 1px;
margin: 0 4px 0 5px;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-schedule-line-left-arrow,
ne-card[data-card-name='calendar'] .ne-card-calendar-schedule-line-right-arrow {
position: relative;
flex: 0 0 4px;
width: 0;
height: 0;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-schedule-line-left-arrow {
right: -1px;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-right-width: 4px;
border-right-style: solid;
margin-left: 8px;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-schedule-line-right-arrow {
left: -1px;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left-width: 4px;
border-left-style: solid;
margin-right: 8px;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-schedule-line-title {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 12px;
color: var(--yq-text-primary);
min-width: 0;
flex: 1;
height: 100%;
line-height: 22px;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-schedule-line-title[data-not-title='true'] {
color: var(--yq-text-disable);
}
ne-card[data-card-name='calendar'] .ne-card-calendar-schedule-line-control {
flex: 0 0 16px;
height: 100%;
cursor: ew-resize;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-popover-fake-line {
position: absolute;
width: 1px;
height: 24px;
}
ne-card[data-card-name='calendar'] .ne-card-calendar-mask {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: transparent;
z-index: 2;
}
.ne-card-calendar-schedule-panel {
width: 320px;
box-sizing: border-box;
padding: 24px 16px;
display: flex;
flex-direction: column;
}
.ne-card-calendar-schedule-panel-item {
display: flex;
flex-direction: row;
}
.ne-card-calendar-schedule-panel-item-side {
flex: 0 0 36px;
}
.ne-card-calendar-schedule-panel-item-content {
flex: 1;
}
.ne-card-calendar-schedule-panel-icon {
width: 16px;
height: 16px;
background-position: center center;
background-repeat: no-repeat;
background-size: 16px 16px;
}
.ne-card-calendar-schedule-panel-icon-calendar {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/524c6fbd-2711-47e5-a2f1-c03b27a7e979.svg');
}
.ne-card-calendar-schedule-panel-icon-desc {
background-image: url('https://gw.alipayobjects.com/zos/bmw-prod/31781942-31fc-4d5b-97e7-97b295e9e692.svg');
}
.ne-card-calendar-schedule-panel-divider {
margin: 8px 0 16px 0;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
ne-card[data-card-name='lockedtext'] {
/* stylelint-disable-line */
}
ne-card[data-card-name='lockedtext'] .ne-card-container {
height: 240px;
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text {
display: flex;
flex-direction: column;
height: 100%;
overflow: hidden;
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-lock-icon {
width: 180px;
height: 106px;
background: transparent url(https://gw.alipayobjects.com/mdn/prod_resou/afts/img/A*VhgARpqXhsYAAAAAAAAAAABjARQnAQ) no-repeat;
background-size: contain;
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-unlock-container {
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
height: 100%;
background-color: var(--yq-bg-secondary);
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-unlock-container .ne-card-locked-text-unlock-content {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-unlock-container .ne-card-locked-text-unlock-content .ne-card-locked-text-unlock-submit {
width: 50%;
margin-top: 20px;
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-unlock-container .ne-card-locked-text-unlock-content .ne-card-locked-text-unlock-input input {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-unlock-container .ne-card-locked-text-unlock-content .ne-card-locked-text-unlock-submit-button {
display: inline-flex;
align-items: center;
cursor: pointer;
height: 30px;
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-unlock-container .ne-card-locked-text-unlock-content .ne-card-locked-text-unlock-submit-button.ne-card-locked-text-unlock-submit-button-disabled {
color: rgba(0, 0, 0, 0.25);
background: var(--yq-bg-tertiary);
border-color: var(--yq-yuque-grey-5);
cursor: not-allowed;
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-unlock-container .ne-card-locked-text-unlock-content .ne-card-locked-text-unlock-submit-button > span {
vertical-align: middle;
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-unlock-container .ne-card-locked-text-unlock-content .ne-card-locked-text-unlock-submit-button .ne-icon {
margin-right: 2px;
}
ne-card[data-card-name='lockedtext'] .ant-form-item:not(.ant-form-item-has-error) .ant-input-group-addon:hover {
color: var(--yq-yuque-green-5);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
ne-card[data-card-name='lockedtext'] {
/* stylelint-disable-line */
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-editing-container {
display: flex;
flex-direction: column;
height: 100%;
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-editing-container .ne-card-locked-text-editing-header {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
height: 40px;
padding: 0 12px 0 20px;
background-color: var(--yq-bg-secondary);
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-editing-container .ne-card-locked-text-editing-header .ne-card-locked-text-editing-header-title {
display: flex;
font-size: 14px;
color: var(--yq-text-primary);
font-weight: 500;
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-editing-container .ne-card-locked-text-editing-header .ne-card-locked-text-editing-header-notify {
margin-left: 10px;
display: flex;
align-items: center;
color: var(--yq-text-disable);
font-size: 14px;
font-weight: normal;
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-editing-container .ne-card-locked-text-editing-header .ne-card-locked-text-editing-header-notify .ne-icon {
margin-right: 2px;
color: var(--yq-icon-disable);
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-editing-container .ne-card-locked-text-editing-header .ne-card-locked-text-editing-header-operation {
display: flex;
flex-direction: row;
align-items: center;
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-editing-container .ne-card-locked-text-editing-header .ne-card-locked-text-editing-header-operation .ne-card-locked-text-editing-header-operation-button {
display: flex;
align-items: center;
padding: 5px 6px;
margin: 0 0 0 18px;
border-radius: 3px;
cursor: pointer;
color: var(--yq-text-body);
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-editing-container .ne-card-locked-text-editing-header .ne-card-locked-text-editing-header-operation .ne-card-locked-text-editing-header-operation-button:hover {
background: var(--yq-bg-primary-hover-light);
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-editing-container .ne-card-locked-text-editing-header .ne-card-locked-text-editing-header-operation .ne-card-locked-text-editing-header-operation-button-icon {
margin-right: 4px;
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-editing-container .ne-card-locked-text-editing-header .ne-card-locked-text-editing-header-operation .ne-card-locked-text-editing-header-operation-button-text {
font-size: 14px;
line-height: 1;
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-editing-container .ne-card-locked-text-editing-content {
flex: 1;
display: flex;
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-editing-container .ne-card-locked-text-editing-content .ne-card-locked-text-editing-textarea {
width: 100%;
height: 100%;
border: 0;
outline: none;
resize: none;
padding: 0 16px;
line-height: 1.74;
background: var(--yq-bg-secondary);
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-set-password-container {
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
height: 100%;
background-color: var(--yq-bg-secondary);
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-set-password-container .ne-card-locked-text-set-password-poster {
display: flex;
align-items: center;
justify-content: center;
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-set-password-container .ne-card-locked-text-set-password-content {
flex: 0 0 40%;
margin-left: 10%;
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-set-password-container .ne-card-locked-text-set-password-content .ne-card-locked-text-set-password-notify {
color: var(--yq-text-body);
margin: 8px 0;
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-set-password-container .ne-card-locked-text-set-password-content .ne-card-locked-text-set-password-input {
margin: 8px 0;
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-set-password-container .ne-card-locked-text-set-password-content .ne-card-locked-text-set-password-buttons button {
margin-right: 8px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
ne-card[data-card-name='vote'] .ne-card-vote {
padding: 16px 24px;
background: var(--yq-bg-secondary);
font-size: 14px;
color: var(--yq-text-body);
}
ne-card[data-card-name='vote'] .ne-card-vote-setting {
display: flex;
margin-bottom: 16px;
}
ne-card[data-card-name='vote'] .ne-card-vote-setting-type {
flex: 0 0 82px;
}
ne-card[data-card-name='vote'] .ne-card-vote-setting-type .ant-select-selection-item {
color: var(--yq-text-body);
}
ne-card[data-card-name='vote'] .ne-card-vote-setting-title {
flex: 1;
margin-right: 36px;
}
ne-card[data-card-name='vote'] .ne-card-vote-setting-title-input {
color: var(--yq-text-body);
}
ne-card[data-card-name='vote'] .ne-card-vote-vote-list {
margin-bottom: 16px;
}
ne-card[data-card-name='vote'] .ne-card-vote-vote-item {
display: flex;
margin-bottom: 8px;
}
ne-card[data-card-name='vote'] .ne-card-vote-vote-item:last-of-type {
margin-bottom: 0;
}
ne-card[data-card-name='vote'] .ne-card-vote-vote-item-input {
flex: 1;
color: var(--yq-text-body);
}
ne-card[data-card-name='vote'] .ne-card-vote-vote-item-side {
flex: 0 0 36px;
display: flex;
align-items: center;
justify-content: flex-end;
}
ne-card[data-card-name='vote'] .ne-card-vote-vote-item-delete {
color: var(--yq-text-caption);
cursor: pointer;
}
ne-card[data-card-name='vote'] .ne-card-vote-vote-item-delete:hover {
color: var(--yq-text-body);
}
ne-card[data-card-name='vote'] .ne-card-vote-operation {
display: flex;
margin-bottom: 16px;
}
ne-card[data-card-name='vote'] .ne-card-vote-operation-wrap {
flex: 0 0 auto;
display: flex;
align-items: center;
cursor: pointer;
}
ne-card[data-card-name='vote'] .ne-card-vote-operation-wrap-icon {
margin-right: 6px;
}
ne-card[data-card-name='vote'] .ne-card-vote-deadline-wrap {
position: relative;
}
ne-card[data-card-name='vote'] .ne-card-vote-deadline-wrap-label {
position: absolute;
left: 12px;
z-index: 1;
height: 100%;
display: flex;
align-items: center;
}
ne-card[data-card-name='vote'] .ne-card-vote-deadline-wrap-date-picker {
width: 310px;
}
ne-card[data-card-name='vote'] .ne-card-vote-deadline-wrap-date-picker input {
text-align: right;
color: var(--yq-text-caption);
z-index: 2;
}
.ne-card-vote-popconfirm .ant-popover-message,
.ne-card-vote-popconfirm .ant-popover-buttons {
white-space: nowrap;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-error-tips {
display: inline-block;
padding: 6px 8px;
background: var(--yq-bg-tertiary);
border-radius: 2px;
}
.ne-error-tips-wrap {
display: flex;
flex-direction: row;
}
.ne-error-tips-card-icon {
flex: 0 0 auto;
display: flex;
align-items: center;
margin-right: 4px;
}
.ne-error-tips-content {
flex: 1;
display: flex;
align-items: center;
}
.ne-error-tips-operation {
flex: 0 0 auto;
display: flex;
align-items: center;
margin-left: 6px;
}
.ne-error-tips-operation-slash {
color: var(--yq-yuque-grey-4);
}
.ne-error-tips-operation-icon {
display: flex;
width: 16px;
height: 16px;
margin-left: 6px;
cursor: pointer;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
@keyframes neCardFileLoading {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
ne-card[data-card-name='file'] {
color: var(--yq-text-primary);
overflow: hidden;
}
ne-card[data-card-name='file'] .ne-card-file {
display: inline-flex;
align-items: baseline;
font-size: 15px;
cursor: pointer;
overflow: hidden;
}
ne-card[data-card-name='file'] .ne-card-file[data-status='done'] {
color: var(--yq-text-link);
}
ne-card[data-card-name='file'] .ne-card-file-icon {
position: relative;
margin-right: 6px;
}
ne-card[data-card-name='file'] .ne-card-file-icon div.ne-icon {
font-size: 1em;
vertical-align: text-top;
}
ne-card[data-card-name='file'] .ne-card-file-name {
flex: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-right: 8px;
}
ne-card[data-card-name='file'] .ne-card-file-size {
flex: 0 0 auto;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-file-preferences-checkbox {
margin-left: 8px;
}
.ne-file-preferences-checkbox span {
white-space: nowrap;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
ne-card[data-card-name='localdoc'] {
/* stylelint-disable-line */
min-width: 0;
}
ne-card[data-card-name='localdoc'] .ne-card-container[data-alias='embed'] {
height: 450px;
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc {
background: var(--yq-bg-secondary);
height: 100%;
overflow: hidden;
border-radius: 4px;
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc iframe {
border-radius: 4px;
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-expand {
display: flex;
flex-direction: column;
height: 100%;
overflow: hidden;
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-expand-header {
height: 32px;
flex: 0 0 32px;
display: flex;
align-items: center;
padding: 0 16px;
background: var(--yq-bg-primary);
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-expand-header-border {
border-bottom: 1px solid var(--yq-yuque-grey-5);
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-expand-header-icon {
flex: 0 0 16px;
display: flex;
width: 16px;
height: 16px;
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-expand-header-title {
flex: 1;
margin: 0 6px;
min-width: 0;
font-size: 12px;
color: var(--yq-text-body);
display: flex;
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-expand-header-title a,
ne-card[data-card-name='localdoc'] .ne-card-local-doc-expand-header-title span {
display: block;
font-size: 12px;
color: var(--yq-text-body);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-expand-header-title a:hover {
color: var(--yq-blue-5);
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-expand-header-title-loading {
margin-left: 6px;
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-expand-header-op {
flex: 0 0 auto;
display: flex;
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-expand-header-op-preview,
ne-card[data-card-name='localdoc'] .ne-card-local-doc-expand-header-op-download {
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
border-radius: 4px;
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-expand-header-op-preview:hover,
ne-card[data-card-name='localdoc'] .ne-card-local-doc-expand-header-op-download:hover {
background-color: var(--yq-bg-primary-hover);
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-expand-header-op-preview .ne-icon,
ne-card[data-card-name='localdoc'] .ne-card-local-doc-expand-header-op-download .ne-icon {
color: var(--yq-text-body);
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-expand-header-op-download {
cursor: pointer;
margin-left: 12px;
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-expand-content {
position: relative;
width: 100%;
height: 100%;
flex: 1;
overflow: hidden;
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-expand-content iframe {
width: 100%;
height: 100%;
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-expand-content-loading {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0);
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-expand-content-loading-icon {
position: absolute;
top: 50%;
left: 50%;
width: 36px;
height: 36px;
margin: -18px 0 0 -18px;
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-collapse {
display: flex;
align-items: center;
padding: 12px;
background: var(--yq-bg-primary);
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-collapse-icon {
flex: 0 0 24px;
width: 24px;
height: 24px;
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-collapse-content {
flex: 1;
display: flex;
align-items: center;
margin: 0 12px;
min-width: 0;
color: var(--yq-text-primary);
font-size: 16px;
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-collapse-content-name {
min-width: 0;
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-collapse-content-name a,
ne-card[data-card-name='localdoc'] .ne-card-local-doc-collapse-content-name span {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
color: var(--yq-text-primary);
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-collapse-content-name a:hover {
color: var(--yq-blue-5);
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-collapse-content-size {
flex: 0 0 auto;
margin-left: 8px;
color: var(--yq-text-disable);
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-collapse-op {
flex: 0 0 auto;
display: flex;
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-collapse-op-preview,
ne-card[data-card-name='localdoc'] .ne-card-local-doc-collapse-op-download {
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border-radius: 50%;
border: 1px solid var(--yq-border-primary);
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-collapse-op-preview .ne-icon,
ne-card[data-card-name='localdoc'] .ne-card-local-doc-collapse-op-download .ne-icon {
color: var(--yq-text-body);
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-collapse-op-preview:hover .ne-icon,
ne-card[data-card-name='localdoc'] .ne-card-local-doc-collapse-op-download:hover .ne-icon {
color: var(--yq-yuque-green-6);
}
ne-card[data-card-name='localdoc'] .ne-card-local-doc-collapse-op-download {
cursor: pointer;
margin-left: 14px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-local-doc-upload-item {
margin-top: -8px;
height: 46px;
border-radius: 4px 4px 0 0;
border-bottom: 1px solid var(--yq-border-primary);
margin-bottom: 8px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
.h5-ne-yuque-doc-card-view {
height: 78px;
font-size: 14px;
overflow: hidden;
position: relative;
border-radius: 5px;
background-color: var(--yq-bg-tertiary);
}
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-card-view-bg {
position: absolute;
left: 0;
top: 0;
width: 80%;
height: 100%;
object-fit: cover;
opacity: 0.1;
filter: blur(50px);
}
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-card-view-bg.book,
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-card-view-bg.note {
background-color: var(--yq-yuque-green-3);
}
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-card-view-bg.sheet,
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-card-view-bg.table,
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-card-view-bg.form,
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-card-view-bg.thread {
background-color: var(--yq-pea-green-3);
}
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-card-view-bg.group,
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-card-view-bg.doc,
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-card-view-bg.file {
background-color: var(--yq-blue-3);
}
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-card-view-bg.artboard {
background-color: var(--yq-orange-3);
}
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-card-view-bg.mind,
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-card-view-bg.board {
background-color: var(--yq-purple-3);
}
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-card-view-bg img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-icon {
width: 48px;
height: 48px;
font-size: 48px;
border-radius: 8px;
color: var(--yq-text-body);
}
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-icon.default {
box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.08);
}
.h5-ne-yuque-doc-card-view div.h5-ne-yuque-doc-icon {
display: flex;
align-items: center;
justify-content: center;
background-color: var(--yq-bg-primary);
}
.h5-ne-yuque-doc-card-view div.h5-ne-yuque-doc-icon > img {
display: block;
width: 32px;
height: 32px;
object-fit: cover;
border-radius: 50%;
}
.h5-ne-yuque-doc-card-view img.h5-ne-yuque-doc-icon {
object-fit: cover;
}
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-detail {
display: flex;
flex-direction: row;
position: relative;
}
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-detail .h5-ne-yuque-doc-content {
min-width: 0;
display: flex;
padding: 15px 12px;
flex: 1;
}
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-detail .h5-ne-yuque-doc-content .h5-ne-yuque-doc-body {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
margin-left: 12px;
flex: 1;
overflow: hidden;
}
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-detail .h5-ne-yuque-doc-content .h5-ne-yuque-doc-body .h5-ne-yuque-doc-title {
color: var(--yq-text-primary);
font-weight: bold;
line-height: 26px;
font-size: 15px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-detail .h5-ne-yuque-doc-content .h5-ne-yuque-doc-body .h5-ne-yuque-doc-belong {
margin-top: 4px;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-detail .h5-ne-yuque-doc-content .h5-ne-yuque-doc-body .h5-ne-yuque-doc-belong {
color: var(--yq-text-caption);
}
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-detail .h5-ne-yuque-doc-cover {
width: 166px;
height: 98px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
flex: 0 0 166px;
}
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-loading,
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-error {
position: relative;
height: 100%;
display: flex;
text-align: center;
align-items: center;
flex-direction: row;
justify-content: start;
align-self: center;
background: var(--yq-bg-tertiary);
color: var(--yq-text-disable);
padding: 15px 12px;
}
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-loading .h5-ne-yuque-doc-skeleton-logo {
flex-shrink: 0;
width: 48px;
height: 48px;
border-radius: 8px;
margin-right: 16px;
}
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-loading .h5-ne-yuque-doc-skeleton-info {
flex: 1;
height: 40px;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-loading .h5-ne-yuque-doc-skeleton-title {
height: 16px;
border-radius: 6px;
}
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-loading .h5-ne-yuque-doc-skeleton-desc {
width: 40%;
height: 16px;
border-radius: 6px;
}
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-loading .h5-ne-yuque-doc-skeleton-desc > span {
width: 100%;
}
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-error .h5-ne-yuque-doc-error-logo {
background-image: url(https://gw.alipayobjects.com/mdn/prod_resou/afts/img/A*Stw6SLI_ZuAAAAAAAAAAAAAAARQnAQ);
width: 48px;
height: 48px;
border-radius: 8px;
background-repeat: no-repeat;
background-size: cover;
margin-right: 12px;
}
.h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-error .h5-ne-yuque-doc-error-text {
font-size: 15px;
color: var(--yq-text-caption);
line-height: 26px;
}
.h5-ne-yuque-doc-card-view .lakex-group-avatar {
transform: none;
width: 24px;
height: 24px;
display: inline-flex;
justify-content: center;
align-items: center;
margin-right: 2px;
color: var(--yq-white);
border-radius: 100%;
overflow: hidden;
}
.h5-ne-yuque-doc-card-view .lakex-group-avatar img {
width: 100%;
height: 100%;
}
.h5-ne-yuque-doc-card-view .lakex-group-avatar span {
font-size: 10px;
}
[data-kumuhana="pouli"] .h5-ne-yuque-doc-card-view .h5-ne-yuque-doc-icon {
color: var(--yq-yuque-grey-2);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
.ne-yuque-doc-card-view {
height: 102px;
font-size: 14px;
overflow: hidden;
position: relative;
border-radius: 5px;
background-color: var(--yq-bg-tertiary);
}
.ne-yuque-doc-card-view .ne-yuque-doc-card-view-bg {
position: absolute;
left: 0;
top: 0;
width: 80%;
height: 100%;
object-fit: cover;
opacity: 0.1;
filter: blur(50px);
}
.ne-yuque-doc-card-view .ne-yuque-doc-card-view-bg.book,
.ne-yuque-doc-card-view .ne-yuque-doc-card-view-bg.note {
background-color: var(--yq-yuque-green-3);
}
.ne-yuque-doc-card-view .ne-yuque-doc-card-view-bg.sheet,
.ne-yuque-doc-card-view .ne-yuque-doc-card-view-bg.table,
.ne-yuque-doc-card-view .ne-yuque-doc-card-view-bg.form,
.ne-yuque-doc-card-view .ne-yuque-doc-card-view-bg.thread {
background-color: var(--yq-pea-green-3);
}
.ne-yuque-doc-card-view .ne-yuque-doc-card-view-bg.group,
.ne-yuque-doc-card-view .ne-yuque-doc-card-view-bg.doc,
.ne-yuque-doc-card-view .ne-yuque-doc-card-view-bg.file {
background-color: var(--yq-blue-3);
}
.ne-yuque-doc-card-view .ne-yuque-doc-card-view-bg.artboard {
background-color: var(--yq-orange-3);
}
.ne-yuque-doc-card-view .ne-yuque-doc-card-view-bg.mind,
.ne-yuque-doc-card-view .ne-yuque-doc-card-view-bg.board {
background-color: var(--yq-purple-3);
}
.ne-yuque-doc-card-view .ne-yuque-doc-card-view-bg img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.ne-yuque-doc-card-view .ne-yuque-doc-icon {
width: 78px;
height: 78px;
font-size: 78px;
border-radius: 8px;
color: var(--yq-text-body);
}
.ne-yuque-doc-card-view .ne-yuque-doc-icon.default {
box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.08);
}
.ne-yuque-doc-card-view div.ne-yuque-doc-icon {
display: flex;
align-items: center;
justify-content: center;
background-color: var(--yq-bg-primary);
}
.ne-yuque-doc-card-view div.ne-yuque-doc-icon > img {
display: block;
width: 48px;
height: 48px;
object-fit: cover;
border-radius: 50%;
}
.ne-yuque-doc-card-view img.ne-yuque-doc-icon {
object-fit: cover;
}
.ne-yuque-doc-card-view .ne-yuque-doc-detail {
display: flex;
flex-direction: row;
position: relative;
}
.ne-yuque-doc-card-view .ne-yuque-doc-detail .ne-yuque-doc-content {
min-width: 0;
display: flex;
padding: 12px 18px;
flex: 1;
}
.ne-yuque-doc-card-view .ne-yuque-doc-detail .ne-yuque-doc-content .ne-yuque-doc-body {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
margin-left: 16px;
flex: 1;
overflow: hidden;
}
.ne-yuque-doc-card-view .ne-yuque-doc-detail .ne-yuque-doc-content .ne-yuque-doc-body .ne-yuque-doc-title {
color: var(--yq-text-primary);
font-weight: bold;
line-height: 26px;
font-size: 15px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ne-yuque-doc-card-view .ne-yuque-doc-detail .ne-yuque-doc-content .ne-yuque-doc-body .ne-yuque-doc-desc,
.ne-yuque-doc-card-view .ne-yuque-doc-detail .ne-yuque-doc-content .ne-yuque-doc-body .ne-yuque-doc-belong {
margin-top: 4px;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.ne-yuque-doc-card-view .ne-yuque-doc-detail .ne-yuque-doc-content .ne-yuque-doc-body .ne-yuque-doc-desc {
color: var(--yq-text-body);
}
.ne-yuque-doc-card-view .ne-yuque-doc-detail .ne-yuque-doc-content .ne-yuque-doc-body .ne-yuque-doc-belong {
color: var(--yq-text-caption);
}
.ne-yuque-doc-card-view .ne-yuque-doc-detail .ne-yuque-doc-cover {
width: 166px;
height: 98px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
flex: 0 0 166px;
}
.ne-yuque-doc-card-view .ne-yuque-doc-loading,
.ne-yuque-doc-card-view .ne-yuque-doc-error {
position: relative;
height: 100%;
display: flex;
text-align: center;
align-items: center;
flex-direction: row;
justify-content: start;
align-self: center;
background: var(--yq-bg-tertiary);
color: var(--yq-text-disable);
padding: 12px 18px;
}
.ne-yuque-doc-card-view .ne-yuque-doc-loading .ne-yuque-doc-skeleton-logo {
flex-shrink: 0;
width: 78px;
height: 78px;
border-radius: 8px;
margin-right: 16px;
}
.ne-yuque-doc-card-view .ne-yuque-doc-loading .ne-yuque-doc-skeleton-info {
flex: 1;
height: 70px;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.ne-yuque-doc-card-view .ne-yuque-doc-loading .ne-yuque-doc-skeleton-title {
height: 16px;
border-radius: 6px;
}
.ne-yuque-doc-card-view .ne-yuque-doc-loading .ne-yuque-doc-skeleton-desc {
width: 40%;
height: 16px;
border-radius: 6px;
}
.ne-yuque-doc-card-view .ne-yuque-doc-loading .ne-yuque-doc-skeleton-desc > span {
width: 100%;
}
.ne-yuque-doc-card-view .ne-yuque-doc-error .ne-yuque-doc-error-logo {
background-image: url(https://gw.alipayobjects.com/mdn/prod_resou/afts/img/A*Stw6SLI_ZuAAAAAAAAAAAAAAARQnAQ);
width: 78px;
height: 78px;
border-radius: 8px;
background-repeat: no-repeat;
background-size: cover;
margin-right: 16px;
}
.ne-yuque-doc-card-view .ne-yuque-doc-error .ne-yuque-doc-error-text {
font-size: 15px;
color: var(--yq-text-caption);
line-height: 26px;
}
.ne-yuque-doc-card-view .lakex-group-avatar {
transform: none;
width: 24px;
height: 24px;
display: inline-flex;
justify-content: center;
align-items: center;
margin-right: 2px;
color: var(--yq-white);
border-radius: 100%;
overflow: hidden;
}
.ne-yuque-doc-card-view .lakex-group-avatar img {
width: 100%;
height: 100%;
}
.ne-yuque-doc-card-view .lakex-group-avatar span {
font-size: 10px;
}
[data-kumuhana="pouli"] .ne-yuque-doc-card-view .ne-yuque-doc-icon {
color: var(--yq-yuque-grey-2);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-card-container[data-alias='embed'] {
height: 467px;
}
.ne-yuque-doc-embed-view {
height: 100%;
}
.ne-yuque-doc-embed-view .ne-yuque-doc-iframe-box {
height: 100%;
overflow: hidden;
}
.ne-yuque-doc-embed-view .ne-yuque-doc-iframe-box iframe {
width: 100%;
height: 100%;
border-radius: 6px;
}
.ne-yuque-doc-embed-view .ne-yuque-doc-error {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-self: center;
text-align: center;
background: var(--yq-bg-tertiary);
color: var(--yq-text-disable);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
ne-card[data-card-name='yuqueInline'] {
vertical-align: baseline;
position: relative;
height: auto;
}
ne-card[data-card-name='yuqueInline'] .ne-card-container {
display: inline-flex;
}
.ne-yuque-doc-title-view {
display: inline-flex;
align-items: baseline;
color: var(--yq-text-link);
cursor: pointer;
font-size: 15px;
}
.ne-yuque-doc-title-view .ne-svg-icon {
margin-right: 2px;
flex-shrink: 0;
top: 4px;
position: relative;
}
.ne-yuque-doc-title-view .lakex-group-avatar {
border-radius: 100%;
transform: none;
width: 20px;
height: 20px;
display: inline-flex;
justify-content: center;
align-items: center;
margin-right: 2px;
color: var(--yq-white);
border-radius: 6px;
overflow: hidden;
align-self: center;
}
.ne-yuque-doc-title-view .lakex-group-avatar img {
width: 100%;
height: 100%;
}
.ne-yuque-doc-title-view .lakex-group-avatar span {
font-size: 10px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-uilib-avatar-icon {
width: 16px;
height: 16px;
display: inline-block;
vertical-align: -0.15em;
text-align: center;
text-transform: none;
line-height: 1;
text-rendering: auto;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-embed-input-panelbase-header {
height: 32px;
padding: 0 16px;
color: var(--yq-text-caption);
font-size: 12px;
line-height: 32px;
}
.ne-ui-embed-input-panelbase-body {
overflow-x: hidden;
overflow-y: auto;
}
.ne-ui-embed-input-panelbase-item {
padding: 12px 16px;
height: 58px;
cursor: pointer;
display: flex;
}
.ne-ui-embed-input-panelbase-item:hover,
.ne-ui-embed-input-panelbase-item-selected {
background-color: var(--yq-bg-tertiary);
}
.ne-ui-embed-input-panelbase-item .ne-uilib-avatar-icon {
margin-right: 12px;
}
.ne-ui-embed-input-panelbase-item-content {
width: 234px;
}
.ne-ui-embed-input-panelbase-item-content em {
color: var(--yq-yuque-green-6);
font-style: normal;
}
.ne-ui-embed-input-panelbase-item-content dt {
color: var(--yq-text-primary);
font-size: 14px;
font-weight: normal;
line-height: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ne-ui-embed-input-panelbase-item-content dd {
color: var(--yq-text-caption);
font-size: 12px;
line-height: 14px;
margin-top: 6px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ne-ui-embed-input-panelbase-loading,
.ne-ui-embed-input-panelbase-error {
height: 100%;
color: var(--yq-text-caption);
display: flex;
align-items: center;
justify-content: center;
}
.ne-ui-embed-input-panelbase-footer {
font-size: 12px;
height: 36px;
line-height: 34px;
border-top: 1px solid var(--yq-border-primary);
color: var(--yq-text-caption);
padding: 0 16px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-ui-embed-input-recommendpanel .ne-ui-embed-input-panelbase-body {
height: 262px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-embed-input-searchpanel .ne-ui-embed-input-panelbase-body {
height: 294px;
}
.ne-ui-embed-input-searchpanel-tip {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.ne-ui-embed-input-searchpanel-tip .ne-icon {
width: 28px;
height: 28px;
}
.ne-ui-embed-input-searchpanel-tip-content {
text-align: center;
font-size: 14px;
line-height: 22px;
color: var(--yq-text-body);
margin-top: 10px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-embed-input-container {
border-radius: 2px;
}
.ne-ui-embed-input-form {
position: relative;
border-radius: 2px;
}
.ne-ui-embed-input-endpoint {
margin-left: 10px;
}
.ne-ui-embed-input-endpoint input {
width: calc(100% - 80px);
border: 0;
height: 40px;
line-height: 40px;
margin: 4px 0;
font-size: 14px;
outline: none;
background: transparent;
}
.ne-ui-embed-input-endpoint input::placeholder {
color: var(--yq-yuque-grey-6);
}
.ne-ui-embed-input-pannel {
position: absolute;
top: 100%;
left: -1px;
z-index: 9999;
margin-top: 6px;
width: 310px;
height: 330px;
border-radius: 4px;
}
.ne-ui-embed-input-button {
position: absolute;
top: 9px;
right: 12px;
}
.ne-ui-embed-input-example-button {
border: 0;
padding: 0;
background: none;
cursor: pointer;
outline: none;
color: var(--yq-text-body);
margin-right: 16px;
}
.ne-ui-embed-input-pannel {
background-color: var(--yq-bg-foreground);
border: 1px solid var(--yq-border-primary);
box-shadow: 0 8px 16px 4px hsla(0, 0%, 0%, 0.04);
color: var(--yq-text-primary);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-editor ne-card[data-card-name='yuque'][data-card-type='block'] .ne-card-container {
overflow: visible;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-mention-item {
display: flex;
padding: 4px 8px;
cursor: pointer;
font-size: 14px;
height: auto;
border-radius: 4px;
}
.ne-ui-mention-name {
color: var(--yq-text-primary);
font-size: 14px;
line-height: 22px;
}
.ne-ui-mention-avatar {
width: 24px;
height: 24px;
border-radius: 100%;
object-fit: contain;
margin-right: 8px;
}
.ne-ui-mention-info {
line-height: 20px;
width: calc(100% - 28px);
color: var(--yq-text-body);
font-size: 14px;
}
.ne-ui-mention-info .ne-ui-mention-desc {
color: var(--yq-text-body);
font-size: 12px;
line-height: 20px;
overflow: hidden;
text-overflow: ellipsis;
word-break: keep-all;
white-space: nowrap;
}
.ne-ui-mention-info .ne-ui-mention-desc span {
display: inline-block;
max-width: 97px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ne-ui-mention-item-mini {
width: 216px;
}
.ne-ui-mention-item-mini .ne-ui-mention-desc span {
max-width: 56px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-mention-content {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 8px;
border-radius: 4px;
cursor: pointer;
max-width: 360px;
}
@media screen and (max-width: 375px) {
.ne-ui-mention-content {
max-width: 300px;
}
}
.ne-ui-mention-content .ne-svg-icon {
width: 24px;
height: 24px;
margin-right: 8px;
flex-shrink: 0;
}
.ne-ui-mention-content-info {
width: calc(100% - 28px);
}
.ne-ui-mention-content-info-desc {
display: flex;
color: var(--yq-text-body);
font-size: 12px;
line-height: 20px;
align-items: center;
justify-content: space-between;
}
.ne-ui-mention-content-info-desc-prefix {
white-space: nowrap;
word-break: keep-all;
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 14px;
}
.ne-ui-mention-content-info-desc time {
flex-shrink: 0;
}
.ne-ui-mention-content-info-title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: var(--yq-text-primary);
font-size: 14px;
line-height: 22px;
}
.ne-ui-mention-content-info-title em {
font-weight: bold;
font-style: normal;
}
.divider {
width: 1px;
height: 10px;
background-color: var(--yq-yuque-grey-6);
margin: 8px 4px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
ne-card[data-card-name='mention'].ne-card-editing {
background: transparent !important;
}
.ne-ui-card-select-view {
display: inline;
position: relative;
}
.ne-ui-card-select-view .ne-ui-card-select-input-wrap {
display: inline;
position: relative;
min-width: 50px;
white-space: nowrap;
overflow: hidden;
}
.ne-ui-card-select-view .ne-ui-card-select-input-wrap .ne-ui-card-select-hidden {
color: transparent;
padding: 0 5px;
min-width: 60px;
}
.ne-ui-card-select-view .ne-ui-card-select-input {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
border: none;
background: none;
outline: none;
padding: 0;
}
.ne-ui-card-select-view .ne-ui-card-select-input::placeholder {
color: var(--yq-text-disable);
}
.ne-ui-mention-menu-mini {
width: 240px !important;
}
.ne-ui-mention-menu {
border-radius: 4px;
width: 360px;
}
@media screen and (max-width: 375px) {
.ne-ui-mention-menu {
width: 300px;
}
}
.ne-ui-mention-menu-list {
overflow: auto;
max-height: 359px;
padding: 8px;
}
.ne-ui-mention-menu-empty {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: var(--yq-text-disable);
padding: 16px;
}
.ne-ui-mention-menu-empty img {
width: 180px;
margin-bottom: 12px;
}
.ne-ui-mention-menu {
background-color: var(--yq-bg-foreground);
border: 1px solid var(--yq-border-primary);
box-shadow: 0 8px 16px 4px hsla(0, 0%, 0%, 0.04);
color: var(--yq-text-primary);
}
.ne-ui-mention-item-selected {
background-color: var(--yq-bg-primary-hover);
}
.doc-user-divider {
height: 1px;
margin: 8px;
width: calc(100% - 16px);
background-color: var(--yq-bg-primary-hover);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-mention-header {
display: flex;
align-items: flex-end;
justify-content: space-between;
color: var(--yq-text-caption);
padding: 14px 16px 4px 16px;
word-break: keep-all;
}
.ne-ui-mention-tabs {
display: flex;
align-items: center;
border-radius: 4px;
cursor: pointer;
}
.ne-ui-mention-tab {
border-radius: 4px;
padding: 2px 8px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
min-width: 50px;
line-height: 20px;
}
.ne-ui-mention-tab span {
margin-left: 4px;
}
.ne-ui-mention-tab-selected {
background-color: var(--yq-bg-primary-hover);
color: var(--yq-text-body);
}
.ne-ui-mention-tab-divider {
height: 12px;
width: 1px;
margin: 0 8px;
background-color: var(--yq-yuque-grey-5);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-card-select-view {
display: inline;
position: relative;
}
.ne-ui-card-select-view .ne-ui-card-select-input-wrap {
display: inline;
position: relative;
min-width: 50px;
white-space: nowrap;
overflow: hidden;
}
.ne-ui-card-select-view .ne-ui-card-select-input-wrap .ne-ui-card-select-hidden {
color: transparent;
padding: 0 5px;
min-width: 60px;
}
.ne-ui-card-select-view .ne-ui-card-select-input {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
border: none;
background: none;
outline: none;
padding: 0;
}
.ne-ui-card-select-view .ne-ui-card-select-input::placeholder {
color: var(--yq-text-disable);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-editor .ne-ui-sidebar {
z-index: 3;
}
.ne-layout-mode-fixed.ne-editor,
.ne-layout-mode-adapt.ne-editor {
height: 100%;
}
.ne-layout-mode-fixed .ne-editor-wrap-content,
.ne-layout-mode-adapt .ne-editor-wrap-content {
flex: 1;
min-width: 500px;
}
.ne-layout-mode-fixed .ne-editor-body,
.ne-layout-mode-adapt .ne-editor-body {
height: calc(100% - 50px);
}
.ne-layout-mode-fixed .ne-editor-wrap,
.ne-layout-mode-adapt .ne-editor-wrap {
display: flex;
height: 100%;
overflow-x: hidden;
overflow-y: overlay;
}
.ne-layout-mode-fixed .ne-editor-outer-wrap-box,
.ne-layout-mode-adapt .ne-editor-outer-wrap-box {
min-width: 500px;
padding-bottom: 1px;
}
.ne-layout-mode-fixed .ne-editor-wrap-box,
.ne-layout-mode-adapt .ne-editor-wrap-box {
background-color: var(--yq-bg-primary);
}
.ne-layout-mode-fixed .ne-engine,
.ne-layout-mode-adapt .ne-engine {
min-height: 1024px;
padding: 20px 40px 90px 40px;
}
.ne-layout-mode-fixed .ne-ui-sidebar,
.ne-layout-mode-adapt .ne-ui-sidebar {
width: 305px;
right: 0;
}
.ne-layout-mode-fixed ne-hole,
.ne-layout-mode-adapt ne-hole,
.ne-layout-mode-fixed ne-container-hole,
.ne-layout-mode-adapt ne-container-hole,
.ne-layout-mode-fixed ne-alert-hole,
.ne-layout-mode-adapt ne-alert-hole {
display: flex;
line-height: 1;
}
.ne-layout-mode-fixed ne-hole .ne-i-filler,
.ne-layout-mode-adapt ne-hole .ne-i-filler,
.ne-layout-mode-fixed ne-container-hole .ne-i-filler,
.ne-layout-mode-adapt ne-container-hole .ne-i-filler,
.ne-layout-mode-fixed ne-alert-hole .ne-i-filler,
.ne-layout-mode-adapt ne-alert-hole .ne-i-filler {
align-self: stretch;
}
.ne-layout-mode-fixed ne-hole .ne-i-filler:first-child,
.ne-layout-mode-adapt ne-hole .ne-i-filler:first-child,
.ne-layout-mode-fixed ne-container-hole .ne-i-filler:first-child,
.ne-layout-mode-adapt ne-container-hole .ne-i-filler:first-child,
.ne-layout-mode-fixed ne-alert-hole .ne-i-filler:first-child,
.ne-layout-mode-adapt ne-alert-hole .ne-i-filler:first-child {
align-self: flex-start;
}
.ne-layout-mode-fixed ne-hole .ne-i-filler:last-child,
.ne-layout-mode-adapt ne-hole .ne-i-filler:last-child,
.ne-layout-mode-fixed ne-container-hole .ne-i-filler:last-child,
.ne-layout-mode-adapt ne-container-hole .ne-i-filler:last-child,
.ne-layout-mode-fixed ne-alert-hole .ne-i-filler:last-child,
.ne-layout-mode-adapt ne-alert-hole .ne-i-filler:last-child {
align-self: flex-end;
}
.ne-layout-mode-fixed ne-table-hole,
.ne-layout-mode-adapt ne-table-hole,
.ne-layout-mode-fixed ne-root-card-hole,
.ne-layout-mode-adapt ne-root-card-hole {
display: flex;
align-items: flex-end;
}
.ne-layout-mode-fixed ne-table-hole > .ne-i-filler,
.ne-layout-mode-adapt ne-table-hole > .ne-i-filler,
.ne-layout-mode-fixed ne-root-card-hole > .ne-i-filler,
.ne-layout-mode-adapt ne-root-card-hole > .ne-i-filler {
line-height: 1;
}
.ne-layout-mode-fixed ne-table-hole > .ne-i-filler:first-child,
.ne-layout-mode-adapt ne-table-hole > .ne-i-filler:first-child,
.ne-layout-mode-fixed ne-root-card-hole > .ne-i-filler:first-child,
.ne-layout-mode-adapt ne-root-card-hole > .ne-i-filler:first-child {
margin-top: 1em;
align-self: flex-start;
}
.ne-layout-mode-fixed ne-table-hole > .ne-i-filler:last-child,
.ne-layout-mode-adapt ne-table-hole > .ne-i-filler:last-child,
.ne-layout-mode-fixed ne-root-card-hole > .ne-i-filler:last-child,
.ne-layout-mode-adapt ne-root-card-hole > .ne-i-filler:last-child {
margin-bottom: 1em;
align-self: flex-end;
}
.ne-ui-scrollbar-visible .ne-layout-mode-fixed .ne-ui-sidebar,
.ne-ui-scrollbar-visible .ne-layout-mode-adapt .ne-ui-sidebar {
right: 15px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-typography-show-heading .ne-editor-extra-box {
max-width: 890px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-typography-show-heading .ne-editor-extra-box,
.ne-doc-major-editor .ne-layout-mode-adapt.ne-typography-show-heading .ne-editor-extra-box {
padding: 0 70px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-typography-show-heading .ne-ui,
.ne-doc-major-editor .ne-layout-mode-adapt.ne-typography-show-heading .ne-ui {
padding-left: 57px;
padding-right: 57px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-typography-show-heading .ne-engine,
.ne-doc-major-editor .ne-layout-mode-adapt.ne-typography-show-heading .ne-engine {
padding-left: 70px;
padding-right: 70px;
}
.ne-doc-major-editor .ne-layout-mode-fixed .ne-editor-extra-box {
max-width: 830px;
padding: 0 40px;
margin: 0 auto;
}
.ne-doc-major-editor .ne-layout-mode-fixed .ne-engine > .ne-b-filler {
display: block;
max-width: 750px;
margin-left: auto;
margin-right: auto;
min-height: 24px;
height: 1em;
line-height: 1.74;
}
.ne-doc-major-editor .ne-layout-mode-fixed .ne-ui {
padding: 0 40px;
margin: 0 auto;
}
.ne-doc-major-editor .ne-layout-mode-fixed .ne-ui .ne-ui-toolbar {
justify-content: center;
}
.ne-doc-major-editor .ne-layout-mode-fixed .ne-ui .ne-ui-toolbar .ne-ui-inner-toolbar:after {
content: ' ';
height: 1px;
background: var(--yq-bg-tertiary);
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.ne-doc-major-editor .ne-layout-mode-fixed:not(.ne-normal-toc):not(.ne-ui-sidebar-visible) .ne-engine > * {
max-width: 750px;
margin-left: auto;
margin-right: auto;
}
.ne-doc-major-editor .ne-layout-mode-fixed:not(.ne-normal-toc):not(.ne-ui-sidebar-visible) .ne-engine ne-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed:not(.ne-normal-toc):not(.ne-ui-sidebar-visible) .ne-engine ne-container-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed:not(.ne-normal-toc):not(.ne-ui-sidebar-visible) .ne-engine ne-alert-hole.ne-full-width {
max-width: 100%;
}
.ne-doc-major-editor .ne-layout-mode-fixed:not(.ne-normal-toc):not(.ne-ui-sidebar-visible) .ne-engine ne-table-hole.ne-full-width {
max-width: 100%;
}
.ne-doc-major-editor .ne-layout-mode-fixed:not(.ne-normal-toc):not(.ne-ui-sidebar-visible) .ne-engine ne-table-hole.ne-full-width ne-table-wrap {
min-width: 750px;
width: auto;
}
.ne-doc-major-editor .ne-layout-mode-fixed:not(.ne-normal-toc):not(.ne-ui-sidebar-visible) .ne-engine ne-table-hole.ne-full-width > .ne-i-filler {
flex: 1;
}
.ne-doc-major-editor .ne-layout-mode-fixed:not(.ne-normal-toc):not(.ne-ui-sidebar-visible) .ne-engine ne-table-hole.ne-full-width > .ne-i-filler:first-child {
margin-right: 2px;
text-align: right;
}
.ne-doc-major-editor .ne-layout-mode-fixed:not(.ne-normal-toc):not(.ne-ui-sidebar-visible) .ne-engine ne-table-hole.ne-full-width > .ne-i-filler:last-child {
text-align: left;
}
.ne-doc-major-editor .ne-layout-mode-fixed:not(.ne-normal-toc):not(.ne-ui-sidebar-visible) .ne-engine ne-root-card-hole.ne-full-width {
max-width: 100%;
}
.ne-doc-major-editor .ne-layout-mode-fixed:not(.ne-normal-toc):not(.ne-ui-sidebar-visible) .ne-engine ne-root-card-hole.ne-full-width > ne-card {
min-width: 750px;
width: auto;
}
.ne-doc-major-editor .ne-layout-mode-fixed:not(.ne-normal-toc):not(.ne-ui-sidebar-visible) .ne-engine ne-root-card-hole.ne-full-width > .ne-i-filler {
flex: 1;
}
.ne-doc-major-editor .ne-layout-mode-fixed:not(.ne-normal-toc):not(.ne-ui-sidebar-visible) .ne-engine ne-root-card-hole.ne-full-width > .ne-i-filler:first-child {
margin-right: 2px;
text-align: right;
}
.ne-doc-major-editor .ne-layout-mode-fixed:not(.ne-normal-toc):not(.ne-ui-sidebar-visible) .ne-engine ne-root-card-hole.ne-full-width > .ne-i-filler:last-child {
text-align: left;
}
.ne-doc-major-editor .ne-layout-mode-fixed:not(.ne-normal-toc):not(.ne-ui-sidebar-visible).ne-viewport-size-standard ne-table-hole.ne-full-width ne-table-wrap {
min-width: 750px;
width: auto;
}
.ne-doc-major-editor .ne-layout-mode-fixed:not(.ne-normal-toc):not(.ne-ui-sidebar-visible).ne-viewport-size-standard ne-root-card-hole.ne-full-width > ne-card {
min-width: 750px;
width: auto;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XXL .ne-engine > * {
max-width: 750px;
margin-left: auto;
margin-right: auto;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XXL .ne-engine ne-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XXL .ne-engine ne-container-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XXL .ne-engine ne-alert-hole.ne-full-width {
max-width: 100%;
margin-right: 280px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XXL .ne-engine ne-table-hole {
max-width: 752px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XXL .ne-engine ne-table-hole.ne-full-width {
max-width: 100%;
margin-left: auto;
margin-right: 280px;
justify-content: center;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XXL .ne-engine ne-table-hole.ne-full-width ne-table-wrap {
min-width: 750px;
width: auto;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XXL .ne-engine ne-table-hole.ne-full-width > .ne-i-filler:first-child {
flex: 1;
max-width: 280px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XXL .ne-engine ne-table-hole.ne-full-width > .ne-i-filler:first-child:first-child {
margin-right: 2px;
text-align: right;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XXL .ne-engine ne-table-hole.ne-full-width > .ne-i-filler:first-child:last-child {
text-align: left;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XXL .ne-engine ne-table-hole.ne-full-width > .ne-i-filler:last-child {
flex: 0;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XXL .ne-engine ne-root-card-hole {
max-width: 752px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XXL .ne-engine ne-root-card-hole.ne-full-width {
max-width: 100%;
margin-left: auto;
margin-right: 280px;
justify-content: center;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XXL .ne-engine ne-root-card-hole.ne-full-width > ne-card {
min-width: 750px;
width: auto;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XXL .ne-engine ne-root-card-hole.ne-full-width > .ne-i-filler:first-child {
flex: 1;
max-width: 280px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XXL .ne-engine ne-root-card-hole.ne-full-width > .ne-i-filler:first-child:first-child {
margin-right: 2px;
text-align: right;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XXL .ne-engine ne-root-card-hole.ne-full-width > .ne-i-filler:first-child:last-child {
text-align: left;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XXL .ne-engine ne-root-card-hole.ne-full-width > .ne-i-filler:last-child {
flex: 0;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine > * {
max-width: 750px;
margin-left: auto;
margin-right: 280px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine ne-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine ne-container-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine ne-alert-hole.ne-full-width {
max-width: 100%;
margin-right: 280px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine ne-table-hole,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine ne-root-card-hole {
max-width: 752px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine ne-table-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine ne-root-card-hole.ne-full-width {
max-width: 100%;
margin-left: auto;
margin-right: 280px;
justify-content: center;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine ne-table-hole.ne-full-width ne-table-wrap,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine ne-root-card-hole.ne-full-width ne-table-wrap {
min-width: 750px;
width: auto;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine ne-table-hole.ne-full-width > .ne-i-filler:first-child,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine ne-root-card-hole.ne-full-width > .ne-i-filler:first-child {
flex: 1;
max-width: 280px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine ne-table-hole.ne-full-width > .ne-i-filler:first-child:first-child,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine ne-root-card-hole.ne-full-width > .ne-i-filler:first-child:first-child {
text-align: right;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine ne-table-hole.ne-full-width > .ne-i-filler:first-child:last-child,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine ne-root-card-hole.ne-full-width > .ne-i-filler:first-child:last-child {
text-align: left;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine ne-table-hole.ne-full-width > .ne-i-filler:last-child,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine ne-root-card-hole.ne-full-width > .ne-i-filler:last-child {
flex: 0;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine ne-root-card-hole {
max-width: 752px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine ne-root-card-hole.ne-full-width {
max-width: 100%;
margin-left: auto;
margin-right: 280px;
justify-content: center;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine ne-root-card-hole.ne-full-width > ne-card {
min-width: 750px;
width: auto;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine ne-root-card-hole.ne-full-width > .ne-i-filler:first-child {
flex: 1;
max-width: 280px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine ne-root-card-hole.ne-full-width > .ne-i-filler:first-child:first-child {
text-align: right;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine ne-root-card-hole.ne-full-width > .ne-i-filler:first-child:last-child {
text-align: left;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-engine ne-root-card-hole.ne-full-width > .ne-i-filler:last-child {
flex: 0;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-XL .ne-editor-extra-box {
margin-left: auto;
margin-right: 280px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-L .ne-engine > *,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-M .ne-engine > * {
max-width: 750px;
margin-left: auto;
margin-right: 280px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-L .ne-engine ne-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-M .ne-engine ne-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-L .ne-engine ne-container-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-M .ne-engine ne-container-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-L .ne-engine ne-alert-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-M .ne-engine ne-alert-hole.ne-full-width {
max-width: 100%;
margin-right: 280px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-L .ne-engine ne-table-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-M .ne-engine ne-table-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-L .ne-engine ne-root-card-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-M .ne-engine ne-root-card-hole.ne-full-width {
max-width: 100%;
margin-left: auto;
margin-right: 280px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-L .ne-editor-extra-box,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-normal-toc:not(.ne-ui-sidebar-visible).ne-viewport-size-toc-M .ne-editor-extra-box {
margin-left: auto;
margin-right: 280px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible {
/* ---------- 表格 ---------- */
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XXL .ne-engine > * {
max-width: 750px;
margin-left: auto;
margin-right: auto;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XXL .ne-engine ne-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XXL .ne-engine ne-container-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XXL .ne-engine ne-alert-hole.ne-full-width {
max-width: 100%;
margin-right: 305px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XL .ne-engine > *,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-L .ne-engine > *,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-M .ne-engine > * {
max-width: 750px;
margin-left: auto;
margin-right: 305px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XL .ne-engine ne-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-L .ne-engine ne-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-M .ne-engine ne-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XL .ne-engine ne-container-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-L .ne-engine ne-container-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-M .ne-engine ne-container-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XL .ne-engine ne-alert-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-L .ne-engine ne-alert-hole.ne-full-width,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-M .ne-engine ne-alert-hole.ne-full-width {
max-width: 100%;
margin-right: 305px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XL .ne-editor-extra-box,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-L .ne-editor-extra-box,
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-M .ne-editor-extra-box {
margin-left: auto;
margin-right: 305px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XXL .ne-engine ne-table-hole {
max-width: 752px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XXL .ne-engine ne-table-hole.ne-full-width {
max-width: 100%;
margin-right: 305px;
margin-left: auto;
justify-content: center;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XXL .ne-engine ne-table-hole.ne-full-width ne-table-wrap {
min-width: 750px;
width: auto;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XXL .ne-engine ne-table-hole.ne-full-width > .ne-i-filler:first-child {
flex: 1;
max-width: 305px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XXL .ne-engine ne-table-hole.ne-full-width > .ne-i-filler:last-child {
flex: 0;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XXL .ne-engine ne-root-card-hole {
max-width: 752px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XXL .ne-engine ne-root-card-hole.ne-full-width {
max-width: 100%;
margin-right: 305px;
margin-left: auto;
justify-content: center;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XXL .ne-engine ne-root-card-hole.ne-full-width > ne-card {
min-width: 750px;
width: auto;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XXL .ne-engine ne-root-card-hole.ne-full-width > .ne-i-filler:first-child {
flex: 1;
max-width: 305px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XXL .ne-engine ne-root-card-hole.ne-full-width > .ne-i-filler:last-child {
flex: 0;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XL .ne-engine ne-table-hole {
max-width: 752px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XL .ne-engine ne-table-hole.ne-full-width {
max-width: 100%;
margin-left: auto;
margin-right: 305px;
justify-content: center;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XL .ne-engine ne-table-hole.ne-full-width ne-table-wrap {
min-width: 750px;
width: auto;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XL .ne-engine ne-table-hole.ne-full-width > .ne-i-filler:first-child {
flex: 1;
max-width: 305px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XL .ne-engine ne-table-hole.ne-full-width > .ne-i-filler:first-child:first-child {
text-align: right;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XL .ne-engine ne-table-hole.ne-full-width > .ne-i-filler:first-child:last-child {
text-align: left;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XL .ne-engine ne-table-hole.ne-full-width > .ne-i-filler:last-child {
flex: 0;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XL .ne-engine ne-root-card-hole {
max-width: 752px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XL .ne-engine ne-root-card-hole.ne-full-width {
max-width: 100%;
margin-left: auto;
margin-right: 305px;
justify-content: center;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XL .ne-engine ne-root-card-hole.ne-full-width > ne-card {
min-width: 750px;
width: auto;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XL .ne-engine ne-root-card-hole.ne-full-width > .ne-i-filler:first-child {
flex: 1;
max-width: 305px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XL .ne-engine ne-root-card-hole.ne-full-width > .ne-i-filler:first-child:first-child {
text-align: right;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XL .ne-engine ne-root-card-hole.ne-full-width > .ne-i-filler:first-child:last-child {
text-align: left;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-ui-sidebar-visible.ne-viewport-size-sidebar-XL .ne-engine ne-root-card-hole.ne-full-width > .ne-i-filler:last-child {
flex: 0;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-editor .ne-ui-sidebar {
z-index: 3;
}
.ne-layout-mode-fixed.ne-editor,
.ne-layout-mode-adapt.ne-editor {
height: 100%;
}
.ne-layout-mode-fixed .ne-editor-wrap-content,
.ne-layout-mode-adapt .ne-editor-wrap-content {
flex: 1;
min-width: 500px;
}
.ne-layout-mode-fixed .ne-editor-body,
.ne-layout-mode-adapt .ne-editor-body {
height: calc(100% - 50px);
}
.ne-layout-mode-fixed .ne-editor-wrap,
.ne-layout-mode-adapt .ne-editor-wrap {
display: flex;
height: 100%;
overflow-x: hidden;
overflow-y: overlay;
}
.ne-layout-mode-fixed .ne-editor-outer-wrap-box,
.ne-layout-mode-adapt .ne-editor-outer-wrap-box {
min-width: 500px;
padding-bottom: 1px;
}
.ne-layout-mode-fixed .ne-editor-wrap-box,
.ne-layout-mode-adapt .ne-editor-wrap-box {
background-color: var(--yq-bg-primary);
}
.ne-layout-mode-fixed .ne-engine,
.ne-layout-mode-adapt .ne-engine {
min-height: 1024px;
padding: 20px 40px 90px 40px;
}
.ne-layout-mode-fixed .ne-ui-sidebar,
.ne-layout-mode-adapt .ne-ui-sidebar {
width: 305px;
right: 0;
}
.ne-layout-mode-fixed ne-hole,
.ne-layout-mode-adapt ne-hole,
.ne-layout-mode-fixed ne-container-hole,
.ne-layout-mode-adapt ne-container-hole,
.ne-layout-mode-fixed ne-alert-hole,
.ne-layout-mode-adapt ne-alert-hole {
display: flex;
line-height: 1;
}
.ne-layout-mode-fixed ne-hole .ne-i-filler,
.ne-layout-mode-adapt ne-hole .ne-i-filler,
.ne-layout-mode-fixed ne-container-hole .ne-i-filler,
.ne-layout-mode-adapt ne-container-hole .ne-i-filler,
.ne-layout-mode-fixed ne-alert-hole .ne-i-filler,
.ne-layout-mode-adapt ne-alert-hole .ne-i-filler {
align-self: stretch;
}
.ne-layout-mode-fixed ne-hole .ne-i-filler:first-child,
.ne-layout-mode-adapt ne-hole .ne-i-filler:first-child,
.ne-layout-mode-fixed ne-container-hole .ne-i-filler:first-child,
.ne-layout-mode-adapt ne-container-hole .ne-i-filler:first-child,
.ne-layout-mode-fixed ne-alert-hole .ne-i-filler:first-child,
.ne-layout-mode-adapt ne-alert-hole .ne-i-filler:first-child {
align-self: flex-start;
}
.ne-layout-mode-fixed ne-hole .ne-i-filler:last-child,
.ne-layout-mode-adapt ne-hole .ne-i-filler:last-child,
.ne-layout-mode-fixed ne-container-hole .ne-i-filler:last-child,
.ne-layout-mode-adapt ne-container-hole .ne-i-filler:last-child,
.ne-layout-mode-fixed ne-alert-hole .ne-i-filler:last-child,
.ne-layout-mode-adapt ne-alert-hole .ne-i-filler:last-child {
align-self: flex-end;
}
.ne-layout-mode-fixed ne-table-hole,
.ne-layout-mode-adapt ne-table-hole,
.ne-layout-mode-fixed ne-root-card-hole,
.ne-layout-mode-adapt ne-root-card-hole {
display: flex;
align-items: flex-end;
}
.ne-layout-mode-fixed ne-table-hole > .ne-i-filler,
.ne-layout-mode-adapt ne-table-hole > .ne-i-filler,
.ne-layout-mode-fixed ne-root-card-hole > .ne-i-filler,
.ne-layout-mode-adapt ne-root-card-hole > .ne-i-filler {
line-height: 1;
}
.ne-layout-mode-fixed ne-table-hole > .ne-i-filler:first-child,
.ne-layout-mode-adapt ne-table-hole > .ne-i-filler:first-child,
.ne-layout-mode-fixed ne-root-card-hole > .ne-i-filler:first-child,
.ne-layout-mode-adapt ne-root-card-hole > .ne-i-filler:first-child {
margin-top: 1em;
align-self: flex-start;
}
.ne-layout-mode-fixed ne-table-hole > .ne-i-filler:last-child,
.ne-layout-mode-adapt ne-table-hole > .ne-i-filler:last-child,
.ne-layout-mode-fixed ne-root-card-hole > .ne-i-filler:last-child,
.ne-layout-mode-adapt ne-root-card-hole > .ne-i-filler:last-child {
margin-bottom: 1em;
align-self: flex-end;
}
.ne-ui-scrollbar-visible .ne-layout-mode-fixed .ne-ui-sidebar,
.ne-ui-scrollbar-visible .ne-layout-mode-adapt .ne-ui-sidebar {
right: 15px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-typography-show-heading .ne-editor-extra-box {
max-width: 890px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-typography-show-heading .ne-editor-extra-box,
.ne-doc-major-editor .ne-layout-mode-adapt.ne-typography-show-heading .ne-editor-extra-box {
padding: 0 70px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-typography-show-heading .ne-ui,
.ne-doc-major-editor .ne-layout-mode-adapt.ne-typography-show-heading .ne-ui {
padding-left: 57px;
padding-right: 57px;
}
.ne-doc-major-editor .ne-layout-mode-fixed.ne-typography-show-heading .ne-engine,
.ne-doc-major-editor .ne-layout-mode-adapt.ne-typography-show-heading .ne-engine {
padding-left: 70px;
padding-right: 70px;
}
.ne-doc-major-editor .ne-layout-mode-adapt .ne-editor-extra-box {
padding: 0 40px;
}
.ne-doc-major-editor .ne-layout-mode-adapt .ne-ui {
padding: 0 27px;
}
.ne-doc-major-editor .ne-layout-mode-adapt .ne-ui .ne-ui-toolbar {
justify-content: flex-start;
}
.ne-doc-major-editor .ne-layout-mode-adapt .ne-ui:after {
content: ' ';
height: 1px;
background: var(--yq-bg-tertiary);
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.ne-doc-major-editor .ne-layout-mode-adapt.ne-normal-toc:not(.ne-ui-sidebar-visible) .ne-engine > * {
margin-right: 280px;
}
.ne-doc-major-editor .ne-layout-mode-adapt.ne-normal-toc:not(.ne-ui-sidebar-visible) .ne-editor-extra-box {
margin-right: 280px;
}
.ne-doc-major-editor .ne-layout-mode-adapt.ne-ui-sidebar-visible .ne-engine > * {
margin-right: 305px;
}
.ne-doc-major-editor .ne-layout-mode-adapt.ne-ui-sidebar-visible .ne-editor-extra-box {
margin-right: 305px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
ne-card[data-card-name='transfer'] {
/* stylelint-disable-line */
}
ne-card[data-card-name='transfer'] .ne-card-transfer {
display: flex;
align-items: center;
height: 52px;
border: 1px solid var(--yq-yuque-grey-5);
border-radius: 2px;
background-color: var(--yq-bg-primary);
font-size: 14px;
color: var(--yq-text-primary);
padding: 0 16px;
}
ne-card[data-card-name='transfer'] .ne-card-transfer-icon {
flex: 0 0 auto;
}
ne-card[data-card-name='transfer'] .ne-card-transfer-info {
flex: 1;
display: flex;
margin: 0 12px;
overflow: hidden;
}
ne-card[data-card-name='transfer'] .ne-card-transfer-info-name {
min-width: 0;
margin-right: 6px;
}
ne-card[data-card-name='transfer'] .ne-card-transfer-info-name-inside {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
ne-card[data-card-name='transfer'] .ne-card-transfer-info-size {
flex: 0 0 auto;
color: var(--yq-text-disable);
}
ne-card[data-card-name='transfer'] .ne-card-transfer-status {
flex: 0 0 auto;
display: flex;
align-items: center;
height: 100%;
}
ne-card[data-card-name='transfer'] .ne-card-transfer-status .ne-icon {
margin-left: 4px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-translate-sidebar .ne-sidebar-translate-language-selector {
margin: 14px 0;
}
.ne-translate-sidebar .ne-sidebar-translate-language-selector .ne-translate-language-selector .ant-select-selector {
background: var(--yq-bg-primary);
}
.ne-translate-sidebar .ne-translate-language-selector {
width: 100%;
}
.ne-translate-sidebar .ne-sidebar-translate-result {
height: 361px;
border-radius: 4px;
white-space: pre-wrap;
padding: 8px;
border: 1px solid var(--yq-yuque-grey-5);
overflow: auto;
background: var(--yq-bg-primary);
}
.ne-translate-sidebar .ne-sidebar-translate-result.ne-sidebar-tip-message {
color: var(--yq-yuque-grey-5);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-translate-sidebar.flex {
display: flex;
flex-direction: column;
}
.ne-translate-sidebar.flex .ne-sidebar-body {
flex: 1;
display: flex;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
默认主题下的基础色板
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-card-bookmark-card-view {
height: 102px;
overflow: hidden;
font-size: 14px;
position: relative;
border-radius: 5px;
background-color: var(--yq-bg-tertiary);
}
.ne-card-bookmark-card-view .ne-card-bookmark-bg {
position: absolute;
top: 0;
left: 0;
width: 80%;
height: 100%;
object-fit: cover;
filter: blur(50px);
opacity: 0.1;
}
.ne-card-bookmark-card-view .ne-card-bookmark-bg-empty {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--yq-bg-tertiary);
}
.ne-card-bookmark-card-view .ne-card-bookmark-detail {
position: relative;
display: flex;
flex-direction: row;
height: 100%;
overflow: hidden;
}
.ne-card-bookmark-card-view .ne-card-bookmark-detail .ne-card-bookmark-content {
min-width: 0;
display: flex;
padding: 12px 18px;
flex: 1;
}
.ne-card-bookmark-card-view .ne-card-bookmark-detail .ne-card-bookmark-content .ne-card-bookmark-body {
display: flex;
flex-direction: column;
flex: 1;
overflow: hidden;
margin-left: 16px;
justify-content: center;
}
.ne-card-bookmark-card-view .ne-card-bookmark-detail .ne-card-bookmark-content .ne-card-bookmark-body .ne-card-bookmark-title {
color: var(--yq-text-primary);
font-weight: bold;
font-size: 15px;
line-height: 26px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ne-card-bookmark-card-view .ne-card-bookmark-detail .ne-card-bookmark-content .ne-card-bookmark-body .ne-card-bookmark-desc,
.ne-card-bookmark-card-view .ne-card-bookmark-detail .ne-card-bookmark-content .ne-card-bookmark-body .ne-card-bookmark-belong {
margin-top: 4px;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ne-card-bookmark-card-view .ne-card-bookmark-detail .ne-card-bookmark-content .ne-card-bookmark-body .ne-card-bookmark-desc {
color: var(--yq-text-body);
}
.ne-card-bookmark-card-view .ne-card-bookmark-detail .ne-card-bookmark-content .ne-card-bookmark-body .ne-card-bookmark-belong {
color: var(--yq-text-caption);
}
.ne-card-bookmark-card-view .ne-card-bookmark-detail .ne-card-bookmark-cover-img {
width: 78px;
height: 78px;
object-fit: cover;
border-radius: 8px;
}
.ne-card-bookmark-card-view .ne-card-bookmark-loading,
.ne-card-bookmark-card-view .ne-card-bookmark-error {
position: relative;
height: 100%;
display: flex;
text-align: center;
align-items: center;
flex-direction: row;
justify-content: start;
align-self: center;
color: var(--yq-text-disable);
background-color: var(--yq-bg-tertiary);
padding: 12px 18px;
}
.ne-card-bookmark-card-view .ne-card-bookmark-loading .ne-card-bookmark-skeleton-logo {
flex-shrink: 0;
width: 78px;
height: 78px;
border-radius: 8px;
margin-right: 16px;
}
.ne-card-bookmark-card-view .ne-card-bookmark-loading .ne-card-bookmark-skeleton-info {
flex: 1;
height: 70px;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.ne-card-bookmark-card-view .ne-card-bookmark-loading .ne-card-bookmark-skeleton-title {
height: 16px;
border-radius: 6px;
}
.ne-card-bookmark-card-view .ne-card-bookmark-loading .ne-card-bookmark-skeleton-desc {
width: 40%;
height: 16px;
border-radius: 6px;
}
.ne-card-bookmark-card-view .ne-card-bookmark-loading .ne-card-bookmark-skeleton-desc > span {
width: 100%;
}
.ne-card-bookmark-card-view .ne-card-bookmark-error .ne-card-bookmark-error-logo {
background-image: url(https://gw.alipayobjects.com/mdn/prod_resou/afts/img/A*Stw6SLI_ZuAAAAAAAAAAAAAAARQnAQ);
width: 78px;
height: 78px;
border-radius: 8px;
background-repeat: no-repeat;
background-size: cover;
margin-right: 16px;
}
.ne-card-bookmark-card-view .ne-card-bookmark-error .ne-card-bookmark-error-text {
font-size: 15px;
color: var(--yq-text-caption);
line-height: 26px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
默认主题下的基础色板
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.h5-ne-card-bookmark-card-view {
height: 78px;
overflow: hidden;
font-size: 14px;
position: relative;
border-radius: 5px;
background-color: var(--yq-bg-tertiary);
}
.h5-ne-card-bookmark-card-view .h5-ne-card-bookmark-bg {
position: absolute;
top: 0;
left: 0;
width: 80%;
height: 100%;
object-fit: cover;
filter: blur(50px);
opacity: 0.1;
}
.h5-ne-card-bookmark-card-view .h5-ne-card-bookmark-bg-empty {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--yq-bg-tertiary);
}
.h5-ne-card-bookmark-card-view .h5-ne-card-bookmark-detail {
position: relative;
display: flex;
flex-direction: row;
height: 100%;
overflow: hidden;
}
.h5-ne-card-bookmark-card-view .h5-ne-card-bookmark-detail .h5-ne-card-bookmark-content {
min-width: 0;
display: flex;
padding: 15px 12px;
flex: 1;
}
.h5-ne-card-bookmark-card-view .h5-ne-card-bookmark-detail .h5-ne-card-bookmark-content .h5-ne-card-bookmark-body {
display: flex;
flex-direction: column;
flex: 1;
overflow: hidden;
margin-left: 12px;
justify-content: center;
}
.h5-ne-card-bookmark-card-view .h5-ne-card-bookmark-detail .h5-ne-card-bookmark-content .h5-ne-card-bookmark-body .h5-ne-card-bookmark-title {
color: var(--yq-text-primary);
font-weight: bold;
font-size: 15px;
line-height: 26px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.h5-ne-card-bookmark-card-view .h5-ne-card-bookmark-detail .h5-ne-card-bookmark-content .h5-ne-card-bookmark-body .h5-ne-card-bookmark-belong {
margin-top: 4px;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.h5-ne-card-bookmark-card-view .h5-ne-card-bookmark-detail .h5-ne-card-bookmark-content .h5-ne-card-bookmark-body .h5-ne-card-bookmark-belong {
color: var(--yq-text-caption);
}
.h5-ne-card-bookmark-card-view .h5-ne-card-bookmark-detail .h5-ne-card-bookmark-cover-img {
width: 48px;
height: 48px;
object-fit: cover;
border-radius: 8px;
}
.h5-ne-card-bookmark-card-view .h5-ne-card-bookmark-loading,
.h5-ne-card-bookmark-card-view .h5-ne-card-bookmark-error {
position: relative;
height: 100%;
display: flex;
text-align: center;
align-items: center;
flex-direction: row;
justify-content: start;
align-self: center;
background: var(--yq-bg-tertiary);
color: var(--yq-text-disable);
padding: 15px 12px;
}
.h5-ne-card-bookmark-card-view .h5-ne-card-bookmark-loading .h5-ne-card-bookmark-skeleton-logo {
flex-shrink: 0;
width: 48px;
height: 48px;
border-radius: 8px;
margin-right: 16px;
}
.h5-ne-card-bookmark-card-view .h5-ne-card-bookmark-loading .h5-ne-card-bookmark-skeleton-info {
flex: 1;
height: 40px;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.h5-ne-card-bookmark-card-view .h5-ne-card-bookmark-loading .h5-ne-card-bookmark-skeleton-title {
height: 16px;
border-radius: 6px;
}
.h5-ne-card-bookmark-card-view .h5-ne-card-bookmark-loading .h5-ne-card-bookmark-skeleton-desc {
width: 40%;
height: 16px;
border-radius: 6px;
}
.h5-ne-card-bookmark-card-view .h5-ne-card-bookmark-loading .h5-ne-card-bookmark-skeleton-desc > span {
width: 100%;
}
.h5-ne-card-bookmark-card-view .h5-ne-card-bookmark-error .h5-ne-card-bookmark-error-logo {
background-image: url(https://gw.alipayobjects.com/mdn/prod_resou/afts/img/A*Stw6SLI_ZuAAAAAAAAAAAAAAARQnAQ);
width: 48px;
height: 48px;
border-radius: 8px;
background-repeat: no-repeat;
background-size: cover;
margin-right: 12px;
}
.h5-ne-card-bookmark-card-view .h5-ne-card-bookmark-error .h5-ne-card-bookmark-error-text {
font-size: 15px;
color: var(--yq-text-caption);
line-height: 26px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
ne-card[data-card-name='bookmarkInline'] {
vertical-align: baseline;
position: relative;
height: auto;
}
ne-card[data-card-name='bookmarkInline'] .ne-card-container {
display: inline-flex;
}
.ne-card-bookmark-title-view {
display: inline-flex;
align-items: baseline;
color: var(--yq-text-link);
cursor: pointer;
font-size: 15px;
}
.ne-card-bookmark-title-view .ne-card-bookmark-icon {
display: inline-block;
vertical-align: -0.15em;
text-align: center;
text-transform: none;
line-height: 1;
text-rendering: auto;
object-fit: cover;
margin-right: 2px;
flex-shrink: 0;
top: 4px;
position: relative;
width: 20px;
height: 20px;
border-radius: 6px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-bookmark-edit-overlay {
padding: 16px;
cursor: default;
}
.ne-bookmark-edit-field-title {
margin-bottom: 16px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-exit-fullscreen,
.ne-ui-enter-fullscreen {
display: none;
position: fixed;
top: 4px;
right: 4px;
height: 42px;
width: 42px;
border-radius: 4px;
border-right: none;
text-align: center;
line-height: 50px;
outline: none;
color: var(--yq-icon-secondary);
cursor: pointer;
z-index: 5;
justify-content: center;
align-items: center;
}
.ne-ui-exit-fullscreen:hover {
background: var(--yq-yuque-grey-2);
}
.ne-ui-enter-fullscreen {
top: 0;
right: 0;
width: 22px;
height: 22px;
line-height: 22px;
position: absolute;
display: flex;
background: none;
border: none;
outline: none;
}
.ne-ui-fullscreen {
position: fixed !important;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1010;
height: auto;
}
.ne-ui-fullscreen .ne-ui-sidebar-visible .ne-editor-wrap:after {
content: ' ';
display: block;
width: 288px;
}
.ne-ui-fullscreen .ne-ui-sidebar-visible .ne-ui-sidebar {
right: 0;
}
.ne-ui-fullscreen .ne-editor-extra-box {
display: none;
}
.ne-ui-fullscreen .ne-editor {
height: 100%;
}
.ne-ui-fullscreen .ne-editor-body {
height: calc(100% - 50px - 54px);
}
.ne-ui-fullscreen .ne-editor-wrap {
padding-top: 16px;
height: 100%;
display: flex;
}
.ne-ui-fullscreen .ne-editor-wrap-content {
margin: 0 16px;
height: 100%;
flex: 1;
width: 440px;
}
.ne-ui-fullscreen .ne-editor-wrap-box,
.ne-ui-fullscreen .ne-editor-outer-wrap-box,
.ne-ui-fullscreen .ne-editor-box,
.ne-ui-fullscreen .ne-engine-box {
height: 100%;
}
.ne-ui-fullscreen .ne-engine-box .ne-engine {
height: 100%;
overflow: hidden;
}
.ne-ui-fullscreen .ne-editor-body {
height: calc(100% - 50px);
}
.ne-ui-fullscreen .ne-editor-wrap .ne-editor-wrap-box {
margin-bottom: 20px;
}
.ne-ui-fullscreen .ne-ui {
padding-left: 40px;
padding-right: 50px;
border-bottom: 1px solid var(--yq-border-light);
}
.ne-ui-fullscreen .ne-ui-sidebar {
top: 0;
}
.ne-ui-fullscreen .ne-editor.ne-layout-mode-adapt {
background-color: var(--yq-bg-primary);
}
.ne-ui-fullscreen .ne-editor-wrap-box,
.ne-ui-fullscreen .ne-editor-outer-wrap-box,
.ne-ui-fullscreen .ne-editor-box,
.ne-ui-fullscreen .ne-engine-box {
height: auto;
}
.ne-ui-fullscreen .ne-engine-box .ne-engine {
padding-top: 40px;
padding-bottom: 40px;
}
.ne-ui-fullscreen .ne-ui-sidebar {
top: 0;
}
.ne-ui-fullscreen .ne-ui-exit-fullscreen {
display: flex;
}
.ne-ui-fullscreen .ne-ui-enter-fullscreen {
display: none;
}
.ne-ui-max-view .ne-ui-exit-fullscreen {
display: none;
}
.ne-ui-max-view .ne-ui-enter-fullscreen {
display: none;
}
.lakex-note-editor .ne-ui-enter-fullscreen {
top: 6px;
right: 6px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-editor .ne-ui-random-tip {
position: absolute;
right: 10px;
bottom: 6px;
height: 20px;
line-height: 20px;
font-size: 12px;
color: var(--yq-yuque-grey-5);
user-select: none;
}
.ne-editor .ne-ui-random-tip-keys {
margin-right: 0.5em;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-editor.ne-layout-mode-adapt.ne-no-paper {
background: var(--yq-bg-primary);
}
.ne-editor.ne-layout-mode-adapt.ne-no-paper .ne-editor-wrap {
padding: 0;
}
.ne-editor.ne-layout-mode-adapt.ne-no-paper .ne-editor-wrap .ne-editor-wrap-content {
margin: 0;
}
.ne-editor.ne-layout-mode-adapt.ne-no-paper .ne-editor-wrap .ne-editor-wrap-content .ne-editor-wrap-box {
border: none;
box-shadow: none;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-engine ne-card[data-card-name='block'] .ne-fallback-block-card,
.ne-viewer ne-card[data-card-name='block'] .ne-fallback-block-card {
cursor: default;
padding: 32px;
background: var(--yq-bg-secondary);
border: 1px solid var(--yq-yuque-grey-5);
border-radius: 4px;
line-height: 0;
}
.ne-engine ne-card[data-card-name='block'] .ne-fallback-block-card .inner-content,
.ne-viewer ne-card[data-card-name='block'] .ne-fallback-block-card .inner-content {
display: flex;
align-items: center;
}
.ne-engine ne-card[data-card-name='block'] .ne-fallback-block-card .ne-fallback-img,
.ne-viewer ne-card[data-card-name='block'] .ne-fallback-block-card .ne-fallback-img {
width: 32px;
height: 32px;
}
.ne-engine ne-card[data-card-name='block'] .ne-fallback-block-card .inner-tips,
.ne-viewer ne-card[data-card-name='block'] .ne-fallback-block-card .inner-tips {
margin-left: 20px;
color: var(--yq-text-caption);
}
.ne-engine ne-card[data-card-name='block'] .ne-fallback-block-card .main-tip,
.ne-viewer ne-card[data-card-name='block'] .ne-fallback-block-card .main-tip {
font-size: 14px;
line-height: 20px;
margin-bottom: 4px;
}
.ne-engine ne-card[data-card-name='block'] .ne-fallback-block-card .sub-tip,
.ne-viewer ne-card[data-card-name='block'] .ne-fallback-block-card .sub-tip {
font-size: 12px;
line-height: 17px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-engine ne-card[data-card-name='inline'],
.ne-viewer ne-card[data-card-name='inline'] {
vertical-align: middle;
cursor: default;
}
.ne-engine ne-card[data-card-name='inline'] .ne-fallback-inline-card,
.ne-viewer ne-card[data-card-name='inline'] .ne-fallback-inline-card {
display: inline;
}
.ne-engine ne-card[data-card-name='inline'] .ne-fallback-inline-card .inner-content,
.ne-viewer ne-card[data-card-name='inline'] .ne-fallback-inline-card .inner-content {
display: inline;
align-items: center;
font-size: 14px;
line-height: 14px;
color: var(--yq-text-caption);
padding: 0 8px;
position: relative;
}
.ne-engine ne-card[data-card-name='inline'] .ne-fallback-inline-card .inner-content:hover .sub-tip,
.ne-viewer ne-card[data-card-name='inline'] .ne-fallback-inline-card .inner-content:hover .sub-tip {
left: 0;
opacity: 1;
}
.ne-engine ne-card[data-card-name='inline'] .ne-fallback-inline-card .ne-fallback-img,
.ne-viewer ne-card[data-card-name='inline'] .ne-fallback-inline-card .ne-fallback-img {
width: 16px;
height: 16px;
}
.ne-engine ne-card[data-card-name='inline'] .ne-fallback-inline-card .inner-tips,
.ne-viewer ne-card[data-card-name='inline'] .ne-fallback-inline-card .inner-tips {
display: inline;
margin-left: 6px;
}
.ne-engine ne-card[data-card-name='inline'] .ne-fallback-inline-card .main-tip,
.ne-viewer ne-card[data-card-name='inline'] .ne-fallback-inline-card .main-tip {
display: inline;
}
.ne-engine ne-card[data-card-name='inline'] .ne-fallback-inline-card .sub-tip,
.ne-viewer ne-card[data-card-name='inline'] .ne-fallback-inline-card .sub-tip {
opacity: 0;
font-size: 14px;
line-height: 20px;
padding-top: 8px;
position: absolute;
top: 100%;
left: -9999999px;
margin-left: 50%;
transform: translateX(-50%);
white-space: nowrap;
user-select: none;
transition: opacity ease 0.1s;
}
.ne-engine ne-card[data-card-name='inline'] .ne-fallback-inline-card .sub-tip-content,
.ne-viewer ne-card[data-card-name='inline'] .ne-fallback-inline-card .sub-tip-content {
padding: 6px 8px;
background: var(--yq-bg-primary);
border-radius: 4px;
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
ne-card[data-card-name='checkbox'] {
vertical-align: middle;
margin-top: -7px;
}
ne-card[data-card-name='checkbox'] .ne-checkbox {
display: inline;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
ne-card[data-card-name='slash'] .ne-card-container {
white-space: nowrap;
}
ne-card[data-card-name='slash'].ne-focused {
background: transparent !important;
}
.ne-slash-overlay {
z-index: 3;
}
.ne-ui-slash-command-view {
display: inline;
position: relative;
}
.ne-ui-slash-command-view .ne-ui-slash-command-input-wrap {
display: inline;
position: relative;
min-width: 50px;
white-space: nowrap;
overflow: hidden;
}
.ne-ui-slash-command-view .ne-ui-slash-command-input-wrap .ne-ui-slash-command-hidden {
color: transparent;
padding: 0 5px;
min-width: 60px;
}
.ne-ui-slash-command-view .ne-ui-slash-command-input {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
border: none;
background: none;
outline: none;
padding: 0;
}
.ne-ui-slash-command-view .ne-ui-slash-command-input::placeholder {
color: var(--yq-text-disable);
}
.ne-ui-slash-command-menu .ne-ui-card-menu-content {
max-height: 216px;
width: 750px;
}
.ne-ui-search-card-menu.ne-ui-slash-card-select-menu {
max-height: 100%;
height: auto;
overflow-y: auto;
}
.ne-ui-search-card-menu.ne-ui-slash-card-select-menu .ne-ui-card-menu-content {
padding-top: 7px;
height: auto;
}
.lock-to-bottom .ne-ui-search-card-menu.ne-ui-slash-card-select-menu {
position: absolute;
bottom: 0;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-simple-ui.ne-editor {
display: flex;
flex-direction: column-reverse;
height: auto;
border-radius: 4px;
background-color: var(--yq-bg-primary);
}
.ne-simple-ui .ne-ui {
position: static;
z-index: auto;
}
.ne-simple-ui .ne-ui-sidebar {
display: none !important;
}
.ne-simple-ui.ne-ui-sidebar-visible .ne-editor-wrap:after {
display: none;
}
.ne-simple-ui .ne-editor-wrap {
display: flex;
height: auto;
overflow: visible;
padding-top: 0;
}
.ne-simple-ui .ne-editor-wrap:before {
display: none;
}
.ne-simple-ui .ne-editor-wrap:after {
display: none;
}
.ne-simple-ui .ne-editor-wrap-box {
border: none;
box-shadow: none;
background: none;
margin-bottom: 0;
}
.ne-simple-ui .ne-editor-wrap-content {
flex: 1;
width: 100%;
min-width: auto;
margin: 0;
}
.ne-simple-ui .ne-editor-outer-wrap-box {
width: auto;
min-width: auto;
padding-bottom: 0;
}
.ne-simple-ui .ne-editor-body {
height: auto;
}
.ne-simple-ui .ne-engine {
padding: 8px;
min-height: 84px;
}
.ne-simple-ui .ne-engine ne-heading-anchor {
display: none !important;
}
.ne-simple-ui .ne-editor-extra-box {
display: none;
}
.ne-simple-ui .ne-ui-toolbar {
position: static;
border: none;
background-color: var(--yq-bg-primary);
justify-content: flex-start;
padding-left: 8px;
height: 32px;
border-radius: 4px;
}
.ne-simple-ui .ne-ui-inner-toolbar {
position: static;
}
.ne-simple-ui .ne-ui-toolbar-button,
.ne-simple-ui .ne-ui-toolbar-toggle-button,
.ne-simple-ui .ne-ui-toolbar-file-button {
min-width: 24px;
height: 24px;
}
.ne-simple-ui .ne-ui-toolbar-select-button {
height: 24px;
padding: 0 0 0 4px;
margin-right: 8px;
}
.ne-simple-ui .ne-ui-toolbar-fullscreen {
position: absolute;
top: 0;
right: 0;
z-index: 3;
width: 30px;
height: 30px;
}
.ne-simple-ui .ne-ui-toolbar-fullscreen > .ne-icon {
font-size: 10px;
}
.ne-simple-ui .ne-ui-toolbar-fullscreen.ne-ui-toolbar-button {
min-width: 30px;
margin-right: 0;
}
.ne-simple-ui .ne-ui-toolbar-fullscreen.ne-ui-toolbar-button:hover {
background: none;
}
.ne-simple-ui .ne-container-toolbar,
.ne-simple-ui .ne-container-right-toolbar,
.ne-simple-ui .ne-brick-toolbar {
display: none !important;
}
.ne-simple-ui .ne-engine ne-table-wrap.ne-table-focus {
margin-top: 0;
}
.ne-simple-ui .ne-engine ne-table-wrap.ne-table-focus ne-table-inner-wrap {
padding-top: 14px;
}
.ne-simple-ui .ne-engine ne-table-wrap.ne-table-focus .ne-ui-table {
margin-top: 0;
}
.ne-simple-ui .ne-engine ne-table-wrap.ne-table-focus.ne-ui-table-left-shadow:before,
.ne-simple-ui .ne-engine ne-table-wrap.ne-table-focus.ne-ui-table-right-shadow:after {
margin-top: 14px;
}
.ne-simple-ui .ne-table-container-toolbar {
display: none !important;
}
.ne-simple-ui ne-table-hole:first-child {
margin-top: -14px;
}
.ne-overlay-with-simple-ui .ne-ui-card-select-menu,
.ne-simple-ui .ne-ui-card-select-menu {
padding: 10px 0;
}
.ne-overlay-with-simple-ui .ne-ui-card-select-menu .ne-ui-card-menu-content,
.ne-simple-ui .ne-ui-card-select-menu .ne-ui-card-menu-content {
min-width: 124px;
}
.ne-ui-scrollbar-visible .ne-simple-ui .ne-editor-wrap {
overflow-y: visible;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
默认主题下的基础色板
**/
/**
antd 组件内的 css variable 在不同主题下的色值
**/
:root {
--yq-ant-primary-color: var(--yq-theme);
--yq-ant-primary-color-hover: var(--yq-yuque-green-700);
--yq-ant-primary-color-active: var(--yq-yuque-green-700);
--yq-ant-primary-color-outline: rgba(0, 185, 107, 0.2);
--yq-ant-primary-1: var(--yq-yuque-green-100);
--yq-ant-primary-2: var(--yq-yuque-green-200);
--yq-ant-primary-3: var(--yq-yuque-green-300);
--yq-ant-primary-4: var(--yq-yuque-green-400);
--yq-ant-primary-5: var(--yq-yuque-green-500);
--yq-ant-primary-6: var(--yq-theme);
--yq-ant-primary-7: var(--yq-yuque-green-700);
--yq-ant-primary-color-deprecated-pure: ;
--yq-ant-primary-color-deprecated-l-35: var(--yq-theme);
--yq-ant-primary-color-deprecated-l-20: var(--yq-theme);
--yq-ant-primary-color-deprecated-t-20: var(--yq-theme);
--yq-ant-primary-color-deprecated-t-50: var(--yq-theme);
--yq-ant-primary-color-deprecated-f-12: rgba(0, 185, 107, 0.12);
--yq-ant-primary-color-active-deprecated-f-30: rgba(218, 246, 234, 0.3);
--yq-ant-primary-color-active-deprecated-d-02: var(--yq-yuque-green-100);
--yq-ant-success-color: var(--yq-yuque-green-600);
--yq-ant-success-color-hover: var(--yq-yuque-green-500);
--yq-ant-success-color-active: var(--yq-yuque-green-700);
--yq-ant-success-color-outline: rgba(0, 185, 107, 0.2);
--yq-ant-success-color-deprecated-bg: var(--yq-yuque-green-100);
--yq-ant-success-color-deprecated-border: var(--yq-yuque-green-300);
--yq-ant-error-color: var(--yq-red-600);
--yq-ant-error-color-hover: var(--yq-red-500);
--yq-ant-error-color-active: var(--yq-red-700);
--yq-ant-error-color-outline: rgba(223, 42, 63, 0.2);
--yq-ant-error-color-deprecated-bg: var(--yq-red-100);
--yq-ant-error-color-deprecated-border: var(--yq-red-300);
--yq-ant-warning-color: var(--yq-yellow-600);
--yq-ant-warning-color-hover: var(--yq-yellow-500);
--yq-ant-warning-color-active: var(--yq-yellow-700);
--yq-ant-warning-color-outline: rgba(236, 170, 4, 0.2);
--yq-ant-warning-color-deprecated-bg: var(--yq-yellow-100);
--yq-ant-warning-color-deprecated-border: var(--yq-yellow-300);
--yq-ant-info-color: var(--yq-blue-600);
--yq-ant-info-color-deprecated-bg: var(--yq-blue-100);
--yq-ant-info-color-deprecated-border: var(--yq-blue-300);
--yq-ant-body-background: var(--yq-white);
--yq-ant-component-background: var(--yq-white);
--yq-ant-popover-background: var(--yq-white);
--yq-ant-popover-customize-border-color: var(--yq-ant-border-color-split);
--yq-ant-text-color-secondary: rgba(0, 0, 0, 0.45);
--yq-ant-text-color-inverse: var(--yq-white);
--yq-ant-icon-color: inherit;
--yq-ant-icon-color-hover: rgba(0, 0, 0, 0.75);
--yq-ant-heading-color: rgba(0, 0, 0, 0.85);
--yq-ant-text-color-dark: rgba(255, 255, 255, 0.85);
--yq-ant-text-color-secondary-dark: rgba(255, 255, 255, 0.65);
--yq-ant-text-selection-bg: var(--yq-theme);
--yq-ant-item-active-bg: var(--yq-yuque-green-100);
--yq-ant-item-hover-bg: #f5f5f5;
--yq-ant-link-color: var(--yq-text-link);
--yq-ant-link-hover-color: var(--yq-text-link-hover);
--yq-ant-link-active-color: var(--yq-blue-700);
--yq-ant-border-color-base: #d9d9d9;
--yq-ant-border-color-split: rgba(0, 0, 0, 0.06);
--yq-ant-border-color-inverse: var(--yq-white);
--yq-ant-outline-color: var(--yq-theme);
--yq-ant-background-color-light: #fafafa;
--yq-ant-background-color-base: #f5f5f5;
--yq-ant-disabled-color: var(--yq-text-disable);
--yq-ant-disabled-bg: var(--yq-ant-background-color-base);
--yq-ant-disabled-active-bg: var(--yq-black);
--yq-ant-disabled-color-dark: hsla(0, 0%, 100%, 0.35);
--yq-ant-shadow-color: rgba(0, 0, 0, 0.15);
--yq-ant-shadow-color-inverse: var(--yq-white);
--yq-ant-box-shadow-base: 0 1px 4px -2px rgba(0, 0, 0, 0.13), 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 4px rgba(0, 0, 0, 0.04);
--yq-ant-shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05),
0 -12px 48px 16px rgba(0, 0, 0, 0.03);
--yq-ant-shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05),
0 12px 48px 16px rgba(0, 0, 0, 0.03);
--yq-ant-shadow-1-left: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05),
-12px 0 48px 16px rgba(0, 0, 0, 0.03);
--yq-ant-shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05),
12px 0 48px 16px rgba(0, 0, 0, 0.03);
--yq-ant-shadow-2: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08),
0 9px 28px 8px rgba(0, 0, 0, 0.05);
--yq-ant-btn-primary-color: #fff;
--yq-ant-btn-primary-bg: var(--yq-theme);
--yq-ant-btn-default-color: var(--yq-yuque-grey-900);
--yq-ant-btn-default-bg: var(--yq-white);
--yq-ant-btn-default-border: var(--yq-ant-border-color-base);
--yq-ant-btn-danger-color: #fff;
--yq-ant-btn-danger-bg: var(--yq-ant-error-color);
--yq-ant-btn-danger-border: var(--yq-ant-error-color);
--yq-ant-btn-disable-color: var(--yq-ant-disabled-color);
--yq-ant-btn-disable-bg: var(--yq-ant-disabled-bg);
--yq-ant-btn-disable-border: var(--yq-ant-border-color-base);
--yq-ant-btn-default-ghost-color: var(--yq-white);
--yq-ant-btn-default-ghost-bg: transparent;
--yq-ant-btn-default-ghost-border: var(--yq-white);
--yq-ant-btn-group-border: var(--yq-yuque-green-500);
--yq-ant-btn-link-hover-bg: transparent;
--yq-ant-btn-text-hover-bg: rgba(0, 0, 0, 0.018);
--yq-ant-checkbox-color: var(--yq-theme);
--yq-ant-checkbox-check-color: var(--yq-bg-primary);
--yq-ant-checkbox-check-bg: var(--yq-ant-checkbox-check-color);
--yq-ant-descriptions-bg: #fafafa;
--yq-ant-descriptions-extra-color: var(--yq-yuque-grey-900);
--yq-ant-divider-color: rgba(0, 0, 0, 0.06);
--yq-ant-dropdown-selected-color: var(--yq-theme);
--yq-ant-dropdown-menu-submenu-disabled-bg: var(--yq-white);
--yq-ant-dropdown-selected-bg: var(--yq-ant-item-active-bg);
--yq-ant-radio-dot-color: var(--yq-theme);
--yq-ant-radio-dot-disabled-color: rgba(0, 0, 0, 0.2);
--yq-ant-radio-solid-checked-color: var(--yq-white);
--yq-ant-radio-button-bg: var(--yq-ant-btn-default-bg);
--yq-ant-radio-button-checked-bg: var(--yq-ant-btn-default-bg);
--yq-ant-radio-button-color: var(--yq-ant-btn-default-color);
--yq-ant-radio-button-hover-color: var(--yq-yuque-green-500);
--yq-ant-radio-button-active-color: var(--yq-yuque-green-700);
--yq-ant-radio-disabled-button-checked-bg: var(--yq-black);
--yq-ant-radio-disabled-button-checked-color: var(--yq-ant-disabled-color);
--yq-ant-layout-body-background: #f0f2f5;
--yq-ant-layout-header-background: #001529;
--yq-ant-layout-header-color: var(--yq-yuque-grey-900);
--yq-ant-layout-footer-background: var(--yq-ant-layout-body-background);
--yq-ant-layout-sider-background: var(--yq-ant-layout-header-background);
--yq-ant-layout-trigger-background: #002140;
--yq-ant-layout-trigger-color: #fff;
--yq-ant-layout-sider-background-light: #fff;
--yq-ant-layout-trigger-background-light: #fff;
--yq-ant-layout-trigger-color-light: var(--yq-yuque-grey-900);
--yq-ant-dropdown-menu-bg: var(--yq-white);
--yq-ant-label-required-color: var(--yq-red-600);
--yq-ant-label-color: var(--yq-ant-heading-color);
--yq-ant-form-warning-input-bg: var(--yq-ant-input-bg);
--yq-ant-form-error-input-bg: var(--yq-ant-input-bg);
--yq-ant-input-placeholder-color: #bfbfbf;
--yq-ant-input-color: var(--yq-yuque-grey-900);
--yq-ant-input-icon-color: var(--yq-ant-input-color);
--yq-ant-input-border-color: var(--yq-ant-border-color-base);
--yq-ant-input-bg: var(--yq-white);
--yq-ant-input-number-hover-border-color: var(--yq-ant-input-hover-border-color);
--yq-ant-input-number-handler-active-bg: #f4f4f4;
--yq-ant-input-number-handler-hover-bg: var(--yq-yuque-green-500);
--yq-ant-input-number-handler-bg: var(--yq-white);
--yq-ant-input-number-handler-border-color: var(--yq-ant-border-color-base);
--yq-ant-input-addon-bg: var(--yq-ant-background-color-light);
--yq-ant-input-hover-border-color: var(--yq-yuque-green-500);
--yq-ant-input-disabled-bg: var(--yq-bg-tertiary);
--yq-ant-input-outline-offset: 0 0;
--yq-ant-input-icon-hover-color: rgba(0, 0, 0, 0.85);
--yq-ant-input-disabled-color: var(--yq-yuque-grey-900);
--yq-ant-mentions-dropdown-bg: var(--yq-white);
--yq-ant-mentions-dropdown-menu-item-hover-bg: var(--yq-ant-mentions-dropdown-bg);
--yq-ant-select-border-color: var(--yq-ant-border-color-base);
--yq-ant-select-item-selected-color: var(--yq-yuque-grey-900);
--yq-ant-select-dropdown-bg: var(--yq-white);
--yq-ant-select-item-selected-bg: var(--yq-yuque-green-100);
--yq-ant-select-item-active-bg: var(--yq-ant-item-hover-bg);
--yq-ant-select-background: var(--yq-white);
--yq-ant-select-clear-background: var(--yq-ant-select-background);
--yq-ant-select-selection-item-bg: var(--yq-ant-background-color-base);
--yq-ant-select-selection-item-border-color: var(--yq-ant-border-color-split);
--yq-ant-select-multiple-disabled-background: var(--yq-ant-input-disabled-bg);
--yq-ant-select-multiple-item-disabled-color: #bfbfbf;
--yq-ant-select-multiple-item-disabled-border-color: var(--yq-ant-border-color-base);
--yq-ant-cascader-bg: var(--yq-white);
--yq-ant-cascader-item-selected-bg: var(--yq-yuque-green-100);
--yq-ant-cascader-menu-bg: var(--yq-white);
--yq-ant-cascader-menu-border-color-split: var(--yq-ant-border-color-split);
--yq-ant-anchor-bg: transparent;
--yq-ant-anchor-border-color: var(--yq-ant-border-color-split);
--yq-ant-tooltip-color: #fff;
--yq-ant-tooltip-bg: rgba(0, 0, 0, 0.75);
--yq-ant-tooltip-arrow-color: var(--yq-ant-tooltip-bg);
--yq-ant-popover-bg: var(--yq-white);
--yq-ant-popover-color: var(--yq-yuque-grey-900);
--yq-ant-popover-arrow-color: var(--yq-popover-bg);
--yq-ant-popover-arrow-outer-color: var(--yq-popover-bg);
--yq-ant-modal-header-bg: var(--yq-white);
--yq-ant-modal-content-bg: var(--yq-white);
--yq-ant-modal-heading-color: var(--yq-ant-heading-color);
--yq-ant-modal-close-color: var(--yq-ant-text-color-secondary);
--yq-ant-modal-footer-bg: transparent;
--yq-ant-modal-footer-border-color-split: var(--yq-ant-border-color-split);
--yq-ant-modal-mask-bg: rgba(0, 0, 0, 0.45);
--yq-ant-progress-default-color: var(--yq-yuque-green-600);
--yq-ant-progress-remaining-color: rgba(0, 0, 0, 0.04);
--yq-ant-progress-info-text-color: var(--yq-yuque-grey-900);
--yq-ant-progress-steps-item-bg: #f3f3f3;
--yq-ant-progress-text-color: var(--yq-yuque-grey-900);
--yq-ant-menu-bg: var(--yq-white);
--yq-ant-menu-popup-bg: var(--yq-white);
--yq-ant-menu-item-color: var(--yq-yuque-grey-900);
--yq-ant-menu-inline-submenu-bg: var(--yq-ant-background-color-light);
--yq-ant-menu-highlight-color: var(--yq-theme);
--yq-ant-menu-highlight-danger-color: var(--yq-ant-error-color);
--yq-ant-menu-item-active-bg: var(--yq-yuque-green-100);
--yq-ant-menu-item-active-danger-bg: var(--yq-red-100);
--yq-ant-menu-item-group-title-color: var(--yq-ant-text-color-secondary);
--yq-ant-menu-dark-color: rgba(255, 255, 255, 0.65);
--yq-ant-menu-dark-danger-color: var(--yq-ant-error-color);
--yq-ant-menu-dark-bg: var(--yq-ant-layout-header-background);
--yq-ant-menu-dark-arrow-color: #fff;
--yq-ant-menu-dark-inline-submenu-bg: #000c17;
--yq-ant-menu-dark-highlight-color: #fff;
--yq-ant-menu-dark-item-active-bg: var(--yq-theme);
--yq-ant-menu-dark-item-active-danger-bg: var(--yq-ant-error-color);
--yq-ant-menu-dark-selected-item-icon-color: var(--yq-white);
--yq-ant-menu-dark-selected-item-text-color: var(--yq-white);
--yq-ant-menu-dark-item-hover-bg: transparent;
--yq-ant-table-bg: var(--yq-ant-body-background);
--yq-ant-table-header-bg: var(--yq-ant-background-color-light);
--yq-ant-table-header-color: var(--yq-ant-heading-color);
--yq-ant-table-header-sort-bg: var(--yq-ant-background-color-base);
--yq-ant-table-body-sort-bg: #fafafa;
--yq-ant-table-row-hover-bg: var(--yq-ant-background-color-light);
--yq-ant-table-selected-row-color: inherit;
--yq-ant-table-selected-row-bg: var(--yq-yuque-green-100);
--yq-ant-table-body-selected-sort-bg: var(--yq-yuque-green-100);
--yq-ant-table-selected-row-hover-bg: var(--yq-primary-color-active-deprecated-d-02);
--yq-ant-table-expanded-row-bg: #fbfbfb;
--yq-ant-table-border-color: var(--yq-ant-border-color-split);
--yq-ant-table-footer-bg: var(--yq-ant-background-color-light);
--yq-ant-table-footer-color: var(--yq-ant-heading-color);
--yq-ant-table-header-bg-sm: var(--yq-ant-table-header-bg);
--yq-ant-table-header-cell-split-color: rgba(0, 0, 0, 0.06);
--yq-ant-table-header-sort-active-bg: rgba(0, 0, 0, 0.04);
--yq-ant-table-fixed-header-sort-active-bg: #f5f5f5;
--yq-ant-table-header-filter-active-bg: rgba(0, 0, 0, 0.04);
--yq-ant-table-filter-btns-bg: inherit;
--yq-ant-table-filter-dropdown-bg: var(--yq-white);
--yq-ant-table-expand-icon-bg: var(--yq-white);
--yq-ant-table-sticky-scroll-bar-bg: hsla(0, 0%, 0%, 0.35);
--yq-ant-tag-default-bg: var(--yq-ant-background-color-light);
--yq-ant-tag-default-color: var(--yq-yuque-grey-900);
--yq-ant-picker-bg: var(--yq-white);
--yq-ant-picker-basic-cell-hover-color: var(--yq-ant-item-hover-bg);
--yq-ant-picker-basic-cell-active-with-range-color: var(--yq-yuque-green-100);
--yq-ant-picker-basic-cell-hover-with-range-color: var(--yq-primary-color-deprecated-l-35);
--yq-ant-picker-basic-cell-disabled-bg: rgba(0, 0, 0, 0.04);
--yq-ant-picker-border-color: var(--yq-ant-border-color-split);
--yq-ant-picker-date-hover-range-border-color: var(--yq-primary-color-deprecated-l-20);
--yq-ant-picker-date-hover-range-color: var(--yq-ant-picker-basic-cell-hover-with-range-color);
--yq-ant-calendar-bg: var(--yq-white);
--yq-ant-calendar-input-bg: var(--yq-ant-input-bg);
--yq-ant-calendar-border-color: var(--yq-white);
--yq-ant-calendar-item-active-bg: var(--yq-ant-item-active-bg);
--yq-ant-calendar-column-active-bg: var(--yq-primary-color-active-deprecated-f-30);
--yq-ant-calendar-full-bg: var(--yq-ant-calendar-bg);
--yq-ant-calendar-full-panel-bg: var(--yq-ant-calendar-full-bg);
--yq-ant-badge-text-color: #FFF;
--yq-ant-badge-color: var(--yq-badge);
--yq-ant-rate-star-color: var(--yq-yellow-600);
--yq-ant-rate-star-bg: var(--yq-ant-border-color-split);
--yq-ant-card-head-color: var(--yq-ant-heading-color);
--yq-ant-card-head-background: transparent;
--yq-ant-card-actions-background: var(--yq-white);
--yq-ant-card-skeleton-bg: #cfd8dc;
--yq-ant-card-background: var(--yq-white);
--yq-ant-card-head-extra-color: var(--yq-yuque-grey-900);
--yq-ant-comment-bg: inherit;
--yq-ant-comment-author-name-color: var(--yq-ant-text-color-secondary);
--yq-ant-comment-author-time-color: #ccc;
--yq-ant-comment-action-color: var(--yq-ant-text-color-secondary);
--yq-ant-comment-action-hover-color: #595959;
--yq-ant-tabs-card-head-background: var(--yq-ant-background-color-light);
--yq-ant-tabs-card-active-color: var(--yq-theme);
--yq-ant-tabs-ink-bar-color: var(--yq-theme);
--yq-ant-tabs-highlight-color: var(--yq-theme);
--yq-ant-tabs-hover-color: var(--yq-yuque-green-500);
--yq-ant-tabs-active-color: var(--yq-yuque-green-700);
--yq-ant-back-top-color: #fff;
--yq-ant-back-top-bg: var(--yq-ant-text-color-secondary);
--yq-ant-back-top-hover-bg: var(--yq-yuque-grey-900);
--yq-ant-avatar-bg: #ccc;
--yq-ant-avatar-color: #fff;
--yq-ant-avatar-group-border-color: #fff;
--yq-ant-switch-color: var(--yq-theme);
--yq-ant-switch-bg: var(--yq-white);
--yq-ant-switch-shadow-color: hsla(138.85714286, 100%, 6.8627451%, 0.2);
--yq-ant-pagination-item-bg: var(--yq-white);
--yq-ant-pagination-item-bg-active: var(--yq-white);
--yq-ant-pagination-item-link-bg: var(--yq-white);
--yq-ant-pagination-item-disabled-color-active: var(--yq-ant-disabled-color);
--yq-ant-pagination-item-disabled-bg-active: var(--yq-black);
--yq-ant-pagination-item-input-bg: var(--yq-white);
--yq-ant-page-header-back-color: #000;
--yq-ant-page-header-ghost-bg: inherit;
--yq-ant-breadcrumb-base-color: var(--yq-ant-text-color-secondary);
--yq-ant-breadcrumb-last-item-color: var(--yq-yuque-grey-900);
--yq-ant-breadcrumb-link-color: var(--yq-ant-text-color-secondary);
--yq-ant-breadcrumb-link-color-hover: var(--yq-yuque-grey-900);
--yq-ant-breadcrumb-separator-color: var(--yq-ant-text-color-secondary);
--yq-ant-slider-rail-background-color: var(--yq-ant-background-color-base);
--yq-ant-slider-rail-background-color-hover: #e1e1e1;
--yq-ant-slider-track-background-color: var(--yq-yuque-green-300);
--yq-ant-slider-track-background-color-hover: var(--yq-yuque-green-400);
--yq-ant-slider-handle-background-color: var(--yq-white);
--yq-ant-slider-handle-color: var(--yq-yuque-green-300);
--yq-ant-slider-handle-color-hover: var(--yq-yuque-green-400);
--yq-ant-slider-handle-color-focus: var(--yq-primary-color-deprecated-t-20);
--yq-ant-slider-handle-color-focus-shadow: var(--yq-primary-color-deprecated-f-12);
--yq-ant-slider-handle-color-tooltip-open: var(--yq-theme);
--yq-ant-slider-dot-border-color: var(--yq-ant-border-color-split);
--yq-ant-slider-dot-border-color-active: var(--yq-primary-color-deprecated-t-50);
--yq-ant-slider-disabled-color: var(--yq-ant-disabled-color);
--yq-ant-slider-disabled-background-color: var(--yq-white);
--yq-ant-tree-bg: var(--yq-white);
--yq-ant-tree-directory-selected-color: #fff;
--yq-ant-tree-directory-selected-bg: var(--yq-theme);
--yq-ant-tree-node-hover-bg: var(--yq-ant-item-hover-bg);
--yq-ant-tree-node-selected-bg: var(--yq-yuque-green-200);
--yq-ant-collapse-header-bg: var(--yq-ant-background-color-light);
--yq-ant-collapse-content-bg: var(--yq-bg-primary);
--yq-ant-skeleton-color: rgba(190, 190, 190, 0.2);
--yq-ant-skeleton-to-color: rgba(129, 129, 129, 0.24);
--yq-ant-transfer-disabled-bg: var(--yq-ant-disabled-bg);
--yq-ant-transfer-item-hover-bg: var(--yq-ant-item-hover-bg);
--yq-ant-transfer-item-selected-hover-bg: var(--yq-primary-color-active-deprecated-d-02);
--yq-ant-message-notice-content-bg: var(--yq-white);
--yq-ant-alert-success-border-color: var(--yq-ant-success-color-deprecated-border);
--yq-ant-alert-success-bg-color: var(--yq-ant-success-color-deprecated-bg);
--yq-ant-alert-success-icon-color: var(--yq-ant-success-color);
--yq-ant-alert-info-border-color: var(--yq-ant-info-color-deprecated-border);
--yq-ant-alert-info-bg-color: var(--yq-ant-info-color-deprecated-bg);
--yq-ant-alert-info-icon-color: var(--yq-ant-info-color);
--yq-ant-alert-warning-border-color: var(--yq-ant-warning-color-deprecated-border);
--yq-ant-alert-warning-bg-color: var(--yq-ant-warning-color-deprecated-bg);
--yq-ant-alert-warning-icon-color: var(--yq-ant-warning-color);
--yq-ant-alert-error-border-color: var(--yq-ant-error-color-deprecated-border);
--yq-ant-alert-error-bg-color: var(--yq-ant-error-color-deprecated-bg);
--yq-ant-alert-error-icon-color: var(--yq-ant-error-color);
--yq-ant-alert-message-color: var(--yq-ant-heading-color);
--yq-ant-alert-text-color: var(--yq-yuque-grey-900);
--yq-ant-alert-close-color: var(--yq-ant-text-color-secondary);
--yq-ant-alert-close-hover-color: var(--yq-ant-icon-color-hover);
--yq-ant-list-header-background: transparent;
--yq-ant-list-footer-background: transparent;
--yq-ant-list-customize-card-bg: var(--yq-white);
--yq-ant-drawer-bg: var(--yq-white);
--yq-ant-timeline-color: var(--yq-ant-border-color-split);
--yq-ant-timeline-dot-color: var(--yq-theme);
--yq-ant-timeline-dot-bg: var(--yq-white);
--yq-ant-upload-actions-color: var(--yq-ant-text-color-secondary);
--yq-ant-process-tail-color: var(--yq-ant-border-color-split);
--yq-ant-steps-nav-arrow-color: rgba(0, 0, 0, 0.25);
--yq-ant-steps-background: var(--yq-white);
--yq-ant-notification-bg: var(--yq-white);
--yq-ant-image-bg: #f5f5f5;
--yq-ant-image-color: #fff;
--yq-ant-image-preview-operation-color: rgba(255, 255, 255, 0.85);
--yq-ant-image-preview-operation-disabled-color: rgba(255, 255, 255, 0.85);
--yq-ant-segmented-bg: rgba(0, 0, 0, 0.04);
--yq-ant-segmented-hover-bg: rgba(0, 0, 0, 0.06);
--yq-ant-segmented-selected-bg: var(--yq-white);
--yq-ant-segmented-label-color: rgba(0, 0, 0, 0.65);
--yq-ant-segmented-label-hover-color: #262626;
}
html[data-kumuhana="pouli"] {
--yq-ant-primary-color: #2ED790;
--yq-ant-primary-color-hover: var(--yq-yuque-green-400);
--yq-ant-primary-color-active: var(--yq-yuque-green-600);
--yq-ant-primary-color-outline: hsla(154.79289941, 67.87148594%, 51.17647059%, 0.2);
--yq-ant-primary-1: var(--yq-yuque-green-100);
--yq-ant-primary-2: var(--yq-yuque-green-200);
--yq-ant-primary-3: var(--yq-yuque-green-300);
--yq-ant-primary-4: var(--yq-yuque-green-400);
--yq-ant-primary-5: var(--yq-yuque-green-500);
--yq-ant-primary-6: var(--yq-yuque-green-600);
--yq-ant-primary-7: var(--yq-yuque-green-700);
--yq-ant-primary-color-deprecated-pure: ;
--yq-ant-primary-color-deprecated-l-35: hsl(154.79289941, 67.87148594%, 86.17647059%);
--yq-ant-primary-color-deprecated-l-20: hsl(154.79289941, 67.87148594%, 71.17647059%);
--yq-ant-primary-color-deprecated-t-20: #58dfa6;
--yq-ant-primary-color-deprecated-t-50: #97ebc8;
--yq-ant-primary-color-deprecated-f-12: hsla(154.79289941, 67.87148594%, 51.17647059%, 0.2);
--yq-ant-primary-color-active-deprecated-f-30: rgba(218, 246, 234, 0.3);
--yq-ant-primary-color-active-deprecated-d-02: var(--yq-yuque-green-100);
--yq-ant-success-color: var(--yq-yuque-green-600);
--yq-ant-success-color-hover: var(--yq-yuque-green-500);
--yq-ant-success-color-active: var(--yq-yuque-green-700);
--yq-ant-success-color-outline: rgba(81, 184, 141, 0.2);
--yq-ant-success-color-deprecated-bg: var(--yq-yuque-green-100);
--yq-ant-success-color-deprecated-border: var(--yq-yuque-green-300);
--yq-ant-error-color: var(--yq-red-600);
--yq-ant-error-color-hover: var(--yq-red-500);
--yq-ant-error-color-active: var(--yq-red-700);
--yq-ant-error-color-outline: rgba(202, 63, 79, 0.2);
--yq-ant-error-color-deprecated-bg: var(--yq-red-100);
--yq-ant-error-color-deprecated-border: var(--yq-red-300);
--yq-ant-warning-color: var(--yq-yellow-600);
--yq-ant-warning-color-hover: var(--yq-yellow-500);
--yq-ant-warning-color-active: var(--yq-yellow-700);
--yq-ant-warning-color-outline: rgba(210, 166, 56, 0.2);
--yq-ant-warning-color-deprecated-bg: var(--yq-yellow-100);
--yq-ant-warning-color-deprecated-border: var(--yq-yellow-300);
--yq-ant-info-color: var(--yq-blue-600);
--yq-ant-info-color-deprecated-bg: var(--yq-blue-100);
--yq-ant-info-color-deprecated-border: var(--yq-blue-300);
--yq-ant-popover-background: #1f1f1f;
--yq-ant-popover-customize-border-color: #3a3a3a;
--yq-ant-body-background: var(--yq-black);
--yq-ant-component-background: var(--yq-background-base);
--yq-ant-text-color: hsla(0, 0%, 100%, 0.85);
--yq-ant-text-color-secondary: hsla(0, 0%, 100%, 0.45);
--yq-ant-text-color-inverse: #fff;
--yq-ant-icon-color-hover: hsla(0, 0%, 100%, 0.75);
--yq-ant-heading-color: hsla(0, 0%, 100%, 0.85);
--yq-ant-item-active-bg: hsla(0, 0%, 100%, 0.12);
--yq-ant-item-hover-bg: hsla(0, 0%, 100%, 0.08);
--yq-ant-border-color-base: hsla(0, 0%, 100%, 0.12);
--yq-ant-border-color-split: hsla(0, 0%, 100%, 0.08);
--yq-ant-background-color-light: hsla(0, 0%, 100%, 0.04);
--yq-ant-background-color-base: hsla(0, 0%, 100%, 0.08);
--yq-ant-disabled-bg: var(--yq-ant-background-color-base);
--yq-ant-disabled-color-dark: hsla(0, 0%, 100%, 0.3);
--yq-ant-tree-bg: transparent;
--yq-ant-list-customize-card-bg: transparent;
--yq-ant-shadow-color: rgba(0, 0, 0, 0.45);
--yq-ant-shadow-color-inverse: var(--yq-ant-component-background);
--yq-ant-box-shadow-base: 0 1px 4px -2px rgba(0, 0, 0, 0.13), 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 4px rgba(0, 0, 0, 0.04);
--yq-ant-shadow-1-up: 0 -6px 16px -8px rgba(0, 0, 0, 0.32), 0 -9px 28px 0 rgba(0, 0, 0, 0.2),
0 -12px 48px 16px rgba(0, 0, 0, 0.12);
--yq-ant-shadow-1-down: 0 6px 16px -8px rgba(0, 0, 0, 0.32), 0 9px 28px 0 rgba(0, 0, 0, 0.2),
0 12px 48px 16px rgba(0, 0, 0, 0.12);
--yq-ant-shadow-1-right: 6px 0 16px -8px rgba(0, 0, 0, 0.32), 9px 0 28px 0 rgba(0, 0, 0, 0.2),
12px 0 48px 16px rgba(0, 0, 0, 0.12);
--yq-ant-shadow-2: 0 1px 4px -2px rgba(0, 0, 0, 0.24), 0 2px 8px 0 rgba(0, 0, 0, 0.36),
0 8px 16px 4px rgba(0, 0, 0, 0.25);
--yq-ant-btn-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
--yq-ant-btn-primary-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
--yq-ant-btn-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
--yq-ant-btn-default-bg: transparent;
--yq-ant-btn-default-ghost-color: var(--yq-yuque-grey-900);
--yq-ant-btn-default-ghost-border: hsla(0, 0%, 100%, 0.25);
--yq-ant-btn-text-hover-bg: rgba(255, 255, 255, 0.03);
--yq-ant-btn-primary-color: var(--yq-yuque-grey-100);
--yq-ant-btn-primary-bg: #2ED790;
--yq-ant-btn-default-color: var(--yq-yuque-grey-900);
--yq-ant-btn-default-border: hsla(0, 0%, 100%, 0.12);
--yq-ant-btn-danger-color: #fff;
--yq-ant-btn-danger-bg: var(--yq-ant-error-color);
--yq-ant-btn-danger-border: var(--yq-ant-error-color);
--yq-ant-btn-disable-color: var(--yq-ant-disabled-color);
--yq-ant-btn-disable-bg: var(--yq-ant-disabled-bg);
--yq-ant-btn-disable-border: var(--yq-ant-border-color-base);
--yq-ant-btn-default-ghost-bg: transparent;
--yq-ant-btn-group-border: var(--yq-yuque-green-500);
--yq-ant-btn-link-hover-bg: transparent;
--yq-ant-checkbox-check-bg: hsla(0, 0%, 100%, 0.04);
--yq-ant-descriptions-bg: var(--yq-ant-background-color-light);
--yq-ant-divider-color: rgba(255, 255, 255, 0.12);
--yq-ant-modal-header-bg: var(--yq-yuque-grey-200);
--yq-ant-modal-header-border-color-split: var(--yq-ant-border-color-split);
--yq-ant-modal-content-bg: var(--yq-yuque-grey-200);
--yq-ant-modal-footer-border-color-split: var(--yq-ant-border-color-split);
--yq-ant-radio-solid-checked-color: #fff;
--yq-ant-radio-dot-disabled-color: hsla(0, 0%, 100%, 0.2);
--yq-ant-radio-disabled-button-checked-bg: hsla(0, 0%, 100%, 0.2);
--yq-ant-radio-disabled-button-checked-color: var(--yq-ant-disabled-color);
--yq-ant-layout-body-background: var(--yq-ant-body-background);
--yq-ant-layout-header-background: var(--yq-yuque-grey-200);
--yq-ant-layout-trigger-background: #262626;
--yq-ant-input-bg: hsla(0, 0%, 100%, 0.04);
--yq-ant-input-placeholder-color: hsla(0, 0%, 100%, 0.3);
--yq-ant-input-icon-color: hsla(0, 0%, 100%, 0.3);
--yq-ant-input-number-handler-active-bg: var(--yq-ant-item-hover-bg);
--yq-ant-input-icon-hover-color: hsla(0, 0%, 100%, 0.85);
--yq-ant-select-background: hsla(0, 0%, 100%, 0.04);
--yq-ant-select-dropdown-bg: var(--yq-yuque-grey-200);
--yq-ant-select-clear-background: var(--yq-ant-component-background);
--yq-ant-select-selection-item-bg: hsla(0, 0%, 100%, 0.08);
--yq-ant-select-selection-item-border-color: var(--yq-ant-border-color-split);
--yq-ant-select-multiple-disabled-background: var(--yq-ant-component-background);
--yq-ant-select-multiple-item-disabled-color: #595959;
--yq-ant-select-multiple-item-disabled-border-color: var(--yq-yuque-grey-200);
--yq-ant-cascader-bg: transparent;
--yq-ant-cascader-menu-bg: var(--yq-yuque-grey-200);
--yq-ant-cascader-menu-border-color-split: var(--yq-ant-border-color-split);
--yq-ant-tooltip-bg: var(--yq-yuque-grey-200);
--yq-ant-menu-dark-inline-submenu-bg: var(--yq-ant-component-background);
--yq-ant-menu-dark-bg: var(--yq-yuque-grey-200);
--yq-ant-menu-popup-bg: var(--yq-yuque-grey-200);
--yq-ant-message-notice-content-bg: var(--yq-yuque-grey-200);
--yq-ant-notification-bg: var(--yq-yuque-grey-200);
--yq-ant-table-header-bg: #1d1d1d;
--yq-ant-table-body-sort-bg: hsla(0, 0%, 100%, 0.01);
--yq-ant-table-row-hover-bg: #262626;
--yq-ant-table-header-cell-split-color: rgba(0, 0, 0, 0.08);
--yq-ant-table-header-sort-bg: #262626;
--yq-ant-table-header-filter-active-bg: #434343;
--yq-ant-table-header-sort-active-bg: #303030;
--yq-ant-table-filter-btns-bg: var(--yq-yuque-grey-200);
--yq-ant-table-expanded-row-bg: var(--yq-ant-table-header-bg);
--yq-ant-table-filter-dropdown-bg: var(--yq-yuque-grey-200);
--yq-ant-table-expand-icon-bg: transparent;
--yq-ant-picker-basic-cell-hover-with-range-color: var(--yq-yuque-green-600);
--yq-ant-picker-basic-cell-disabled-bg: #303030;
--yq-ant-picker-border-color: var(--yq-ant-border-color-split);
--yq-ant-picker-bg: hsla(0, 0%, 100%, 0.04);
--yq-ant-picker-date-hover-range-border-color: var(--yq-yuque-green-600);
--yq-ant-dropdown-menu-bg: var(--yq-yuque-grey-200);
--yq-ant-dropdown-menu-submenu-disabled-bg: transparent;
--yq-ant-steps-nav-arrow-color: hsla(0, 0%, 100%, 0.2);
--yq-ant-steps-background: transparent;
--yq-ant-avatar-bg: hsla(0, 0%, 100%, 0.3);
--yq-ant-progress-steps-item-bg: hsla(0, 0%, 100%, 0.08);
--yq-ant-calendar-bg: var(--yq-yuque-grey-200);
--yq-ant-calendar-input-bg: var(--yq-yuque-grey-200);
--yq-ant-calendar-border-color: transparent;
--yq-ant-calendar-full-bg: var(--yq-ant-component-background);
--yq-ant-badge-text-color: var(--yq-yuque-grey-100);
--yq-ant-badge-color: var(--yq-blue-500);
--yq-ant-popover-bg: var(--yq-yuque-grey-200);
--yq-ant-drawer-bg: var(--yq-yuque-grey-200);
--yq-ant-card-actions-background: var(--yq-ant-component-background);
--yq-ant-card-skeleton-bg: #303030;
--yq-ant-card-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.64), 0 3px 6px 0 rgba(0, 0, 0, 0.48),
0 5px 12px 4px rgba(0, 0, 0, 0.36);
--yq-ant-transfer-item-hover-bg: #262626;
--yq-ant-comment-bg: transparent;
--yq-ant-comment-author-time-color: hsla(0, 0%, 100%, 0.3);
--yq-ant-comment-action-hover-color: hsla(0, 0%, 100%, 0.65);
--yq-ant-rate-star-bg: hsla(0, 0%, 100%, 0.12);
--yq-ant-switch-bg: #fff;
--yq-ant-pagination-item-bg: transparent;
--yq-ant-pagination-item-bg-active: transparent;
--yq-ant-pagination-item-link-bg: transparent;
--yq-ant-pagination-item-disabled-bg-active: hsla(0, 0%, 100%, 0.25);
--yq-ant-pagination-item-disabled-color-active: var(--yq-black);
--yq-ant-pagination-item-input-bg: var(--yq-ant-pagination-item-bg);
--yq-ant-page-header-back-color: inherit;
--yq-ant-page-header-ghost-bg: transparent;
--yq-ant-slider-handle-background-color: var(--yq-yuque-grey-200);
--yq-ant-slider-rail-background-color: #262626;
--yq-ant-slider-rail-background-color-hover: var(--yq-ant-border-color-base);
--yq-ant-slider-dot-border-color: var(--yq-ant-border-color-split);
--yq-ant-slider-dot-border-color-active: var(--yq-yuque-green-400);
--yq-ant-skeleton-to-color: hsla(0, 0%, 100%, 0.16);
--yq-ant-alert-success-border-color: var(--yq-yuque-green-300);
--yq-ant-alert-success-bg-color: var(--yq-yuque-green-100);
--yq-ant-alert-success-icon-color: var(--yq-ant-success-color);
--yq-ant-alert-info-border-color: var(--yq-blue-300);
--yq-ant-alert-info-bg-color: var(--yq-blue-100);
--yq-ant-alert-info-icon-color: var(--yq-ant-info-color);
--yq-ant-alert-warning-border-color: var(--yq-yellow-300);
--yq-ant-alert-warning-bg-color: var(--yq-yellow-100);
--yq-ant-alert-warning-icon-color: var(--yq-ant-warning-color);
--yq-ant-alert-error-border-color: var(--yq-red-300);
--yq-ant-alert-error-bg-color: var(--yq-red-100);
--yq-ant-alert-error-icon-color: var(--yq-ant-error-color);
--yq-ant-timeline-color: var(--yq-ant-border-color-split);
--yq-ant-timeline-dot-color: var(--yq-yuque-green-600);
--yq-ant-mentions-dropdown-bg: var(--yq-yuque-grey-200);
}
:root {
--yq-white: #FFFFFF;
--yq-black: #000000;
--yq-background-base: #FFFFFF;
--yq-yuque-grey-100: #FAFAFA;
--yq-yuque-grey-200: #F4F5F5;
--yq-yuque-grey-300: #EFF0F0;
--yq-yuque-grey-400: #E7E9E8;
--yq-yuque-grey-500: #D8DAD9;
--yq-yuque-grey-600: #BEC0BF;
--yq-yuque-grey-700: #8A8F8D;
--yq-yuque-grey-800: #585A5A;
--yq-yuque-grey-900: #262626;
--yq-yuque-grey-1: #FAFAFA;
--yq-yuque-grey-2: #F4F5F5;
--yq-yuque-grey-3: #EFF0F0;
--yq-yuque-grey-4: #E7E9E8;
--yq-yuque-grey-5: #D8DAD9;
--yq-yuque-grey-6: #BEC0BF;
--yq-yuque-grey-7: #8A8F8D;
--yq-yuque-grey-8: #585A5A;
--yq-yuque-grey-9: #262626;
--yq-pea-green-50: #F3FBE7;
--yq-pea-green-100: #E8F7CF;
--yq-pea-green-200: #DBF1B7;
--yq-pea-green-300: #C1E77E;
--yq-pea-green-400: #A7DD4B;
--yq-pea-green-500: #8CCF17;
--yq-pea-green-600: #74B602;
--yq-pea-green-700: #5C8D07;
--yq-pea-green-800: #406105;
--yq-pea-green-900: #2A4200;
--yq-pea-green-1: #E8F7CF;
--yq-pea-green-2: #DBF1B7;
--yq-pea-green-3: #C1E77E;
--yq-pea-green-4: #A7DD4B;
--yq-pea-green-5: #8CCF17;
--yq-pea-green-6: #74B602;
--yq-pea-green-7: #5C8D07;
--yq-pea-green-8: #406105;
--yq-pea-green-9: #2A4200;
--yq-yuque-green-50: #ECFAF4;
--yq-yuque-green-100: #DAF6EA;
--yq-yuque-green-200: #C7F0DF;
--yq-yuque-green-300: #82EDC0;
--yq-yuque-green-400: #45DE9D;
--yq-yuque-green-500: #0BD07D;
--yq-yuque-green-600: #00B96B;
--yq-yuque-green-700: #009456;
--yq-yuque-green-800: #00663B;
--yq-yuque-green-900: #003D23;
--yq-yuque-green-1: #DAF6EA;
--yq-yuque-green-2: #C7F0DF;
--yq-yuque-green-3: #82EDC0;
--yq-yuque-green-4: #45DE9D;
--yq-yuque-green-5: #0BD07D;
--yq-yuque-green-6: #00B96B;
--yq-yuque-green-7: #009456;
--yq-yuque-green-8: #00663B;
--yq-yuque-green-9: #003D23;
--yq-cyan-50: #E6F9FB;
--yq-cyan-100: #CEF5F7;
--yq-cyan-200: #B5EFF2;
--yq-cyan-300: #81DFE4;
--yq-cyan-400: #5ED3D9;
--yq-cyan-500: #1DC0C9;
--yq-cyan-600: #01B2BC;
--yq-cyan-700: #078B92;
--yq-cyan-800: #07787E;
--yq-cyan-900: #004347;
--yq-cyan-1: #CEF5F7;
--yq-cyan-2: #B5EFF2;
--yq-cyan-3: #81DFE4;
--yq-cyan-4: #5ED3D9;
--yq-cyan-5: #1DC0C9;
--yq-cyan-6: #01B2BC;
--yq-cyan-7: #078B92;
--yq-cyan-8: #07787E;
--yq-cyan-9: #004347;
--yq-blue-50: #ECF4FD;
--yq-blue-100: #D9EAFC;
--yq-blue-200: #C0DDFC;
--yq-blue-300: #81BBF8;
--yq-blue-400: #5FA8F6;
--yq-blue-500: #2F8EF4;
--yq-blue-600: #117CEE;
--yq-blue-700: #0C68CA;
--yq-blue-800: #074A92;
--yq-blue-900: #00346B;
--yq-blue-1: #D9EAFC;
--yq-blue-2: #C0DDFC;
--yq-blue-3: #81BBF8;
--yq-blue-4: #5FA8F6;
--yq-blue-5: #2F8EF4;
--yq-blue-6: #117CEE;
--yq-blue-7: #0C68CA;
--yq-blue-8: #074A92;
--yq-blue-9: #00346B;
--yq-sea-blue-50: #ECEEFD;
--yq-sea-blue-100: #D9DFFC;
--yq-sea-blue-200: #C0CAFC;
--yq-sea-blue-300: #96A7FD;
--yq-sea-blue-400: #6E85F7;
--yq-sea-blue-500: #4861E0;
--yq-sea-blue-600: #2F4BDA;
--yq-sea-blue-700: #213BC0;
--yq-sea-blue-800: #162883;
--yq-sea-blue-900: #101E60;
--yq-sea-blue-1: #D9DFFC;
--yq-sea-blue-2: #C0CAFC;
--yq-sea-blue-3: #96A7FD;
--yq-sea-blue-4: #6E85F7;
--yq-sea-blue-5: #4861E0;
--yq-sea-blue-6: #2F4BDA;
--yq-sea-blue-7: #213BC0;
--yq-sea-blue-8: #162883;
--yq-sea-blue-9: #101E60;
--yq-purple-50: #F2EDFC;
--yq-purple-100: #E6DCF9;
--yq-purple-200: #D9C9F8;
--yq-purple-300: #BA9BF2;
--yq-purple-400: #9A6EED;
--yq-purple-500: #7E45E8;
--yq-purple-600: #601BDE;
--yq-purple-700: #4C16B1;
--yq-purple-800: #391084;
--yq-purple-900: #270070;
--yq-purple-1: #E6DCF9;
--yq-purple-2: #D9C9F8;
--yq-purple-3: #BA9BF2;
--yq-purple-4: #9A6EED;
--yq-purple-5: #7E45E8;
--yq-purple-6: #601BDE;
--yq-purple-7: #4C16B1;
--yq-purple-8: #391084;
--yq-purple-9: #270070;
--yq-magenta-50: #FDEFF7;
--yq-magenta-100: #FBDFEF;
--yq-magenta-200: #F7C4E2;
--yq-magenta-300: #F297CC;
--yq-magenta-400: #EC6AB6;
--yq-magenta-500: #E746A4;
--yq-magenta-600: #D22D8D;
--yq-magenta-700: #AE146E;
--yq-magenta-800: #800F51;
--yq-magenta-900: #5C0036;
--yq-magenta-1: #FBDFEF;
--yq-magenta-2: #F7C4E2;
--yq-magenta-3: #F297CC;
--yq-magenta-4: #EC6AB6;
--yq-magenta-5: #E746A4;
--yq-magenta-6: #D22D8D;
--yq-magenta-7: #AE146E;
--yq-magenta-8: #800F51;
--yq-magenta-9: #5C0036;
--yq-red-50: #FDF1F3;
--yq-red-100: #FBE4E7;
--yq-red-200: #F8CED3;
--yq-red-300: #F1A2AB;
--yq-red-400: #EA7583;
--yq-red-500: #E4495B;
--yq-red-600: #DF2A3F;
--yq-red-700: #AD1A2B;
--yq-red-800: #8F0515;
--yq-red-900: #70000D;
--yq-red-1: #FBE4E7;
--yq-red-2: #F8CED3;
--yq-red-3: #F1A2AB;
--yq-red-4: #EA7583;
--yq-red-5: #E4495B;
--yq-red-6: #DF2A3F;
--yq-red-7: #AD1A2B;
--yq-red-8: #8F0515;
--yq-red-9: #70000D;
--yq-vermilion-50: #FDF3F1;
--yq-vermilion-100: #FBE8E4;
--yq-vermilion-200: #F8D6CE;
--yq-vermilion-300: #F0AD9D;
--yq-vermilion-400: #EB866F;
--yq-vermilion-500: #E46549;
--yq-vermilion-600: #DF4B2A;
--yq-vermilion-700: #AD351A;
--yq-vermilion-800: #8F1E05;
--yq-vermilion-900: #701500;
--yq-vermilion-1: #FBE8E4;
--yq-vermilion-2: #F8D6CE;
--yq-vermilion-3: #F0AD9D;
--yq-vermilion-4: #EB866F;
--yq-vermilion-5: #E46549;
--yq-vermilion-6: #DF4B2A;
--yq-vermilion-7: #AD351A;
--yq-vermilion-8: #8F1E05;
--yq-vermilion-9: #701500;
--yq-orange-50: #FEF2E9;
--yq-orange-100: #FDE6D3;
--yq-orange-200: #F8D6B9;
--yq-orange-300: #F8B881;
--yq-orange-400: #F6A055;
--yq-orange-500: #F38F39;
--yq-orange-600: #ED740C;
--yq-orange-700: #C75C00;
--yq-orange-800: #944400;
--yq-orange-900: #663000;
--yq-orange-1: #FDE6D3;
--yq-orange-2: #F8D6B9;
--yq-orange-3: #F8B881;
--yq-orange-4: #F6A055;
--yq-orange-5: #F38F39;
--yq-orange-6: #ED740C;
--yq-orange-7: #C75C00;
--yq-orange-8: #944400;
--yq-orange-9: #663000;
--yq-yellow-50: #FCF5E6;
--yq-yellow-100: #F9EFCD;
--yq-yellow-200: #F6E1AC;
--yq-yellow-300: #F5D480;
--yq-yellow-400: #F5CB61;
--yq-yellow-500: #F3BB2F;
--yq-yellow-600: #ECAA04;
--yq-yellow-700: #C99103;
--yq-yellow-800: #8F6600;
--yq-yellow-900: #664900;
--yq-yellow-1: #F9EFCD;
--yq-yellow-2: #F6E1AC;
--yq-yellow-3: #F5D480;
--yq-yellow-4: #F5CB61;
--yq-yellow-5: #F3BB2F;
--yq-yellow-6: #ECAA04;
--yq-yellow-7: #C99103;
--yq-yellow-8: #8F6600;
--yq-yellow-9: #664900;
--yq-bright-yellow-50: #FDF9E4;
--yq-bright-yellow-100: #FBF5CB;
--yq-bright-yellow-200: #FCF1A6;
--yq-bright-yellow-300: #FDEB78;
--yq-bright-yellow-400: #FCE75A;
--yq-bright-yellow-500: #FBDE28;
--yq-bright-yellow-600: #EDCE02;
--yq-bright-yellow-700: #CDB204;
--yq-bright-yellow-800: #A58F04;
--yq-bright-yellow-900: #665800;
--yq-bright-yellow-1: #FBF5CB;
--yq-bright-yellow-2: #FCF1A6;
--yq-bright-yellow-3: #FDEB78;
--yq-bright-yellow-4: #FCE75A;
--yq-bright-yellow-5: #FBDE28;
--yq-bright-yellow-6: #EDCE02;
--yq-bright-yellow-7: #CDB204;
--yq-bright-yellow-8: #A58F04;
--yq-bright-yellow-9: #665800;
--yq-brown-50: #F7F2EA;
--yq-brown-100: #F0E7D6;
--yq-brown-200: #E7D7BB;
--yq-brown-300: #DBC39A;
--yq-brown-400: #D2B684;
--yq-brown-500: #C59F5E;
--yq-brown-600: #B1873F;
--yq-brown-700: #927035;
--yq-brown-800: #74592A;
--yq-brown-900: #523F1E;
--yq-brown-1: #F0E7D6;
--yq-brown-2: #E7D7BB;
--yq-brown-3: #DBC39A;
--yq-brown-4: #D2B684;
--yq-brown-5: #C59F5E;
--yq-brown-6: #B1873F;
--yq-brown-7: #927035;
--yq-brown-8: #74592A;
--yq-brown-9: #523F1E;
--yq-theme: var(--yq-yuque-green-600);
--yq-normal: var(--yq-yuque-grey-500);
--yq-bg-primary: var(--yq-background-base);
--yq-bg-secondary: var(--yq-yuque-grey-100);
--yq-bg-tertiary: var(--yq-yuque-grey-200);
--yq-bg-primary-hover: var(--yq-yuque-grey-300);
--yq-bg-primary-hover-light: var(--yq-yuque-grey-400);
--yq-bg-foreground: var(--yq-white);
--yq-bg-pre-foreground: var(--yq-white);
--yq-bg-pre-secondary: var(--yq-yuque-grey-200);
--yq-mask-bg: hsla(0, 0%, 0%, 0.65);
--yq-toast-bg: hsla(0, 0%, 0%, 0.65);
--yq-border-primary: var(--yq-yuque-grey-400);
--yq-border-primary-active: var(--yq-yuque-green-600);
--yq-border-light: hsla(0, 0%, 0%, 0.04);
--yq-border-heavy: var(--yq-yuque-grey-300);
--yq-cardborder-hover: var(--yq-blue-300);
--yq-cardborder-selected: var(--yq-blue-500);
--yq-sheetborder: hsla(0, 0%, 0%, 0.1);
--yq-text-primary: var(--yq-yuque-grey-900);
--yq-text-body: var(--yq-yuque-grey-800);
--yq-text-caption: var(--yq-yuque-grey-700);
--yq-text-disable: var(--yq-yuque-grey-600);
--yq-text-link: var(--yq-blue-600);
--yq-text-link-hover: var(--yq-blue-400);
--yq-icon-primary: var(--yq-yuque-grey-900);
--yq-icon-secondary: var(--yq-yuque-grey-800);
--yq-icon-caption: var(--yq-yuque-grey-700);
--yq-icon-disable: var(--yq-yuque-grey-600);
--yq-icon-hover: var(--yq-yuque-grey-500);
--yq-icon-colorbg: hsla(0, 0%, 0%, 0.45);
--yq-function-success: var(--yq-yuque-green-600);
--yq-function-info: var(--yq-blue-600);
--yq-function-warning: var(--yq-yellow-600);
--yq-function-error: var(--yq-red-600);
--yq-badge: var(--yq-blue-500);
--yq-popover-bg: var(--yq-white);
--yq-disable-color: var(--yq-yuque-grey-600);
}
html[data-kumuhana="pouli"] {
/**
暗黑主题下的基础色板
**/
--yq-white: #000000;
--yq-black: #FFFFFF;
--yq-background-base: #141414;
--yq-yuque-grey-100: #141414;
--yq-yuque-grey-200: #1F1F1F;
--yq-yuque-grey-300: #292929;
--yq-yuque-grey-400: #333333;
--yq-yuque-grey-500: #424242;
--yq-yuque-grey-600: #505050;
--yq-yuque-grey-700: #848484;
--yq-yuque-grey-800: #B3B3B3;
--yq-yuque-grey-900: #E2E2E2;
--yq-yuque-grey-1: #141414;
--yq-yuque-grey-2: #1F1F1F;
--yq-yuque-grey-3: #292929;
--yq-yuque-grey-4: #333333;
--yq-yuque-grey-5: #424242;
--yq-yuque-grey-6: #505050;
--yq-yuque-grey-7: #848484;
--yq-yuque-grey-8: #B3B3B3;
--yq-yuque-grey-9: #E2E2E2;
--yq-pea-green-50: #1B2113;
--yq-pea-green-100: #242F14;
--yq-pea-green-200: #445625;
--yq-pea-green-300: #557915;
--yq-pea-green-400: #6A9226;
--yq-pea-green-500: #7AAD22;
--yq-pea-green-600: #94BC4E;
--yq-pea-green-700: #AED666;
--yq-pea-green-800: #C2DF90;
--yq-pea-green-900: #D5E1C1;
--yq-pea-green-1: #242F14;
--yq-pea-green-2: #445625;
--yq-pea-green-3: #557915;
--yq-pea-green-4: #6A9226;
--yq-pea-green-5: #7AAD22;
--yq-pea-green-6: #94BC4E;
--yq-pea-green-7: #AED666;
--yq-pea-green-8: #C2DF90;
--yq-pea-green-9: #D5E1C1;
--yq-yuque-green-50: #10211A;
--yq-yuque-green-100: #0E2F22;
--yq-yuque-green-200: #255641;
--yq-yuque-green-300: #18774F;
--yq-yuque-green-400: #298E64;
--yq-yuque-green-500: #29AD76;
--yq-yuque-green-600: #51B88D;
--yq-yuque-green-700: #6BD1A6;
--yq-yuque-green-800: #97D8BC;
--yq-yuque-green-900: #BCE6D5;
--yq-yuque-green-1: #0E2F22;
--yq-yuque-green-2: #255641;
--yq-yuque-green-3: #18774F;
--yq-yuque-green-4: #298E64;
--yq-yuque-green-5: #29AD76;
--yq-yuque-green-6: #51B88D;
--yq-yuque-green-7: #6BD1A6;
--yq-yuque-green-8: #97D8BC;
--yq-yuque-green-9: #BCE6D5;
--yq-cyan-50: #122324;
--yq-cyan-100: #123436;
--yq-cyan-200: #255356;
--yq-cyan-300: #1A7074;
--yq-cyan-400: #278B90;
--yq-cyan-500: #22A8AF;
--yq-cyan-600: #4EB6BC;
--yq-cyan-700: #76C2C6;
--yq-cyan-800: #95D7DB;
--yq-cyan-900: #BFE1E3;
--yq-cyan-1: #123436;
--yq-cyan-2: #255356;
--yq-cyan-3: #1A7074;
--yq-cyan-4: #278B90;
--yq-cyan-5: #22A8AF;
--yq-cyan-6: #4EB6BC;
--yq-cyan-7: #76C2C6;
--yq-cyan-8: #95D7DB;
--yq-cyan-9: #BFE1E3;
--yq-blue-50: #15212D;
--yq-blue-100: #193048;
--yq-blue-200: #253C56;
--yq-blue-300: #1D4672;
--yq-blue-400: #245A94;
--yq-blue-500: #2B6BB1;
--yq-blue-600: #3B82CE;
--yq-blue-700: #689FD9;
--yq-blue-800: #8DB5E2;
--yq-blue-900: #B5D0ED;
--yq-blue-1: #193048;
--yq-blue-2: #253C56;
--yq-blue-3: #1D4672;
--yq-blue-4: #245A94;
--yq-blue-5: #2B6BB1;
--yq-blue-6: #3B82CE;
--yq-blue-7: #689FD9;
--yq-blue-8: #8DB5E2;
--yq-blue-9: #B5D0ED;
--yq-sea-blue-50: #171C33;
--yq-sea-blue-100: #1C2654;
--yq-sea-blue-200: #252D56;
--yq-sea-blue-300: #1B2A74;
--yq-sea-blue-400: #243694;
--yq-sea-blue-500: #2B41B1;
--yq-sea-blue-600: #3B54CE;
--yq-sea-blue-700: #687BD9;
--yq-sea-blue-800: #8D9BE2;
--yq-sea-blue-900: #B5BEED;
--yq-sea-blue-1: #1C2654;
--yq-sea-blue-2: #252D56;
--yq-sea-blue-3: #1B2A74;
--yq-sea-blue-4: #243694;
--yq-sea-blue-5: #2B41B1;
--yq-sea-blue-6: #3B54CE;
--yq-sea-blue-7: #687BD9;
--yq-sea-blue-8: #8D9BE2;
--yq-sea-blue-9: #B5BEED;
--yq-purple-50: #1F172E;
--yq-purple-100: #2C1C4A;
--yq-purple-200: #352259;
--yq-purple-300: #3A1C73;
--yq-purple-400: #512A98;
--yq-purple-500: #5A2CAF;
--yq-purple-600: #7551B8;
--yq-purple-700: #9677CF;
--yq-purple-800: #B099DB;
--yq-purple-900: #CABCE7;
--yq-purple-1: #2C1C4A;
--yq-purple-2: #352259;
--yq-purple-3: #3A1C73;
--yq-purple-4: #512A98;
--yq-purple-5: #5A2CAF;
--yq-purple-6: #7551B8;
--yq-purple-7: #9677CF;
--yq-purple-8: #B099DB;
--yq-purple-9: #CABCE7;
--yq-magenta-50: #301525;
--yq-magenta-100: #4E1837;
--yq-magenta-200: #5B1F42;
--yq-magenta-300: #701F4E;
--yq-magenta-400: #942465;
--yq-magenta-500: #A43776;
--yq-magenta-600: #BE4B8E;
--yq-magenta-700: #CE78AA;
--yq-magenta-800: #D996BD;
--yq-magenta-900: #E6BCD5;
--yq-magenta-1: #4E1837;
--yq-magenta-2: #5B1F42;
--yq-magenta-3: #701F4E;
--yq-magenta-4: #942465;
--yq-magenta-5: #A43776;
--yq-magenta-6: #BE4B8E;
--yq-magenta-7: #CE78AA;
--yq-magenta-8: #D996BD;
--yq-magenta-9: #E6BCD5;
--yq-red-50: #29191C;
--yq-red-100: #402125;
--yq-red-200: #5B2027;
--yq-red-300: #741B25;
--yq-red-400: #981F2D;
--yq-red-500: #B62536;
--yq-red-600: #CA3F4F;
--yq-red-700: #CC7B84;
--yq-red-800: #D49199;
--yq-red-900: #E6BCC1;
--yq-red-1: #402125;
--yq-red-2: #5B2027;
--yq-red-3: #741B25;
--yq-red-4: #981F2D;
--yq-red-5: #B62536;
--yq-red-6: #CA3F4F;
--yq-red-7: #CC7B84;
--yq-red-8: #D49199;
--yq-red-9: #E6BCC1;
--yq-vermilion-50: #271C19;
--yq-vermilion-100: #3C2520;
--yq-vermilion-200: #5B2B20;
--yq-vermilion-300: #742B1B;
--yq-vermilion-400: #943824;
--yq-vermilion-500: #B0432B;
--yq-vermilion-600: #CD573C;
--yq-vermilion-700: #D9816D;
--yq-vermilion-800: #E09685;
--yq-vermilion-900: #E9C2B9;
--yq-vermilion-1: #3C2520;
--yq-vermilion-2: #5B2B20;
--yq-vermilion-3: #742B1B;
--yq-vermilion-4: #943824;
--yq-vermilion-5: #B0432B;
--yq-vermilion-6: #CD573C;
--yq-vermilion-7: #D9816D;
--yq-vermilion-8: #E09685;
--yq-vermilion-9: #E9C2B9;
--yq-orange-50: #251E18;
--yq-orange-100: #382A1E;
--yq-orange-200: #5E3B1D;
--yq-orange-300: #774418;
--yq-orange-400: #9D571B;
--yq-orange-500: #BC6820;
--yq-orange-600: #D37F36;
--yq-orange-700: #DE9F68;
--yq-orange-800: #E0AF85;
--yq-orange-900: #E9CFB9;
--yq-orange-1: #382A1E;
--yq-orange-2: #5E3B1D;
--yq-orange-3: #774418;
--yq-orange-4: #9D571B;
--yq-orange-5: #BC6820;
--yq-orange-6: #D37F36;
--yq-orange-7: #DE9F68;
--yq-orange-8: #E0AF85;
--yq-orange-9: #E9CFB9;
--yq-yellow-50: #241F15;
--yq-yellow-100: #352D17;
--yq-yellow-200: #564825;
--yq-yellow-300: #775C18;
--yq-yellow-400: #9C781C;
--yq-yellow-500: #C29219;
--yq-yellow-600: #D2A638;
--yq-yellow-700: #E8BE54;
--yq-yellow-800: #EFCF81;
--yq-yellow-900: #EEDEB4;
--yq-yellow-1: #352D17;
--yq-yellow-2: #564825;
--yq-yellow-3: #775C18;
--yq-yellow-4: #9C781C;
--yq-yellow-5: #C29219;
--yq-yellow-6: #D2A638;
--yq-yellow-7: #E8BE54;
--yq-yellow-8: #EFCF81;
--yq-yellow-9: #EEDEB4;
--yq-bright-yellow-50: #242215;
--yq-bright-yellow-100: #353117;
--yq-bright-yellow-200: #564F25;
--yq-bright-yellow-300: #776A18;
--yq-bright-yellow-400: #9C8B1C;
--yq-bright-yellow-500: #C2AC19;
--yq-bright-yellow-600: #D2BD38;
--yq-bright-yellow-700: #E8D454;
--yq-bright-yellow-800: #EFE081;
--yq-bright-yellow-900: #EEE7B4;
--yq-bright-yellow-1: #353117;
--yq-bright-yellow-2: #564F25;
--yq-bright-yellow-3: #776A18;
--yq-bright-yellow-4: #9C8B1C;
--yq-bright-yellow-5: #C2AC19;
--yq-bright-yellow-6: #D2BD38;
--yq-bright-yellow-7: #E8D454;
--yq-bright-yellow-8: #EFE081;
--yq-bright-yellow-9: #EEE7B4;
--yq-brown-50: #231E15;
--yq-brown-100: #342A18;
--yq-brown-200: #544327;
--yq-brown-300: #624E2D;
--yq-brown-400: #7E653A;
--yq-brown-500: #967845;
--yq-brown-600: #B29158;
--yq-brown-700: #C2A87A;
--yq-brown-800: #D2BF9D;
--yq-brown-900: #E2D6C0;
--yq-brown-1: #342A18;
--yq-brown-2: #544327;
--yq-brown-3: #624E2D;
--yq-brown-4: #7E653A;
--yq-brown-5: #967845;
--yq-brown-6: #B29158;
--yq-brown-7: #C2A87A;
--yq-brown-8: #D2BF9D;
--yq-brown-9: #E2D6C0;
--yq-theme: #2ED790;
--yq-normal: #424242;
--yq-bg-primary: #141414;
--yq-bg-secondary: #1F1F1F;
--yq-bg-tertiary: hsla(0, 0%, 100%, 0.04);
--yq-bg-primary-hover: hsla(0, 0%, 100%, 0.12);
--yq-bg-primary-hover-light: #333333;
--yq-bg-foreground: #1F1F1F;
--yq-bg-pre-foreground: #292929;
--yq-bg-pre-secondary: #292929;
--yq-mask-bg: hsla(0, 0%, 0%, 0.65);
--yq-toast-bg: #292929;
--yq-border-primary: hsla(0, 0%, 100%, 0.12);
--yq-border-primary-active: #29AD76;
--yq-border-light: hsla(0, 0%, 100%, 0.08);
--yq-border-heavy: hsla(0, 0%, 100%, 0.12);
--yq-cardborder-hover: #253C56;
--yq-cardborder-selected: #1D4672;
--yq-sheetborder: hsla(0, 0%, 100%, 0.12);
--yq-text-primary: #E2E2E2;
--yq-text-body: #B3B3B3;
--yq-text-caption: #848484;
--yq-text-disable: #505050;
--yq-text-link: #3B82CE;
--yq-text-link-hover: #245A94;
--yq-icon-primary: #E2E2E2;
--yq-icon-secondary: #B3B3B3;
--yq-icon-caption: #848484;
--yq-icon-disable: #505050;
--yq-icon-hover: #424242;
--yq-icon-colorbg: hsla(0, 0%, 0%, 0.45);
--yq-function-success: #51B88D;
--yq-function-info: #3B82CE;
--yq-function-warning: #D2A638;
--yq-function-error: #CA3F4F;
--yq-badge: #2B6BB1;
--yq-popover-bg: #1F1F1F;
--yq-disable-color: #505050;
}
.ne-doc-note-editor {
position: relative;
z-index: 10;
}
.ne-doc-note-editor .ne-note-ui.ne-editor {
display: flex;
flex-direction: column;
height: 100%;
border-radius: 4px;
background-color: var(--yq-bg-primary);
}
.ne-doc-note-editor .ne-note-ui .ne-ui {
position: static;
z-index: auto;
margin-top: 12px;
}
.ne-doc-note-editor .ne-note-ui .ne-ui div.ne-icon {
font-size: 20px;
margin: 6px 8px;
}
.ne-doc-note-editor .ne-note-ui .ne-ui div.ne-icon-expand {
font-size: 10px;
}
.ne-doc-note-editor .ne-note-ui .ne-editor-body {
height: auto;
}
.ne-doc-note-editor .ne-note-ui .ne-editor-body .ne-editor-wrap {
display: flex;
height: 100%;
overflow: visible;
padding-top: 0;
}
.ne-doc-note-editor .ne-note-ui .ne-editor-body .ne-editor-wrap:before {
display: none;
}
.ne-doc-note-editor .ne-note-ui .ne-editor-body .ne-editor-wrap:after {
display: none;
}
.ne-doc-note-editor .ne-note-ui .ne-editor-body .ne-editor-wrap .ne-editor-wrap-content {
flex: 1;
width: 100%;
max-height: calc(100vh - 270px);
min-height: 228px;
overflow: overlay;
margin: 0;
min-width: auto;
}
.ne-doc-note-editor .ne-note-ui .ne-editor-body .ne-editor-wrap .ne-editor-outer-wrap-box,
.ne-doc-note-editor .ne-note-ui .ne-editor-body .ne-editor-wrap .ne-editor-wrap-box,
.ne-doc-note-editor .ne-note-ui .ne-editor-body .ne-editor-wrap .ne-editor-box,
.ne-doc-note-editor .ne-note-ui .ne-editor-body .ne-editor-wrap .ne-engine-box {
height: auto;
min-height: 100%;
min-width: auto;
}
.ne-doc-note-editor .ne-note-ui .ne-editor-body .ne-editor-wrap .ne-editor-wrap-box {
border: none;
box-shadow: none;
background: none;
margin-bottom: 0;
}
.ne-doc-note-editor .ne-note-ui .ne-editor-body .ne-ui-sidebar {
display: none !important;
}
.ne-doc-note-editor .ne-note-ui.ne-ui-sidebar-visible .ne-editor-wrap:after {
display: none;
}
.ne-doc-note-editor .ne-note-ui .ne-editor-outer-wrap-box {
width: auto;
padding-bottom: 0;
}
.ne-doc-note-editor .ne-note-ui .ne-engine {
padding-top: 16px;
padding-left: 24px;
padding-right: 24px;
padding-bottom: 8px;
min-height: 40vh;
width: 100%;
}
.ne-doc-note-editor .ne-note-ui .ne-engine ne-heading-anchor {
display: none !important;
}
.ne-doc-note-editor .ne-note-ui .ne-editor-extra-box {
display: none;
}
.ne-doc-note-editor .ne-note-ui .ne-ui-toolbar {
position: static;
border: none;
background-color: var(--yq-bg-primary);
justify-content: flex-start;
border-radius: 4px;
}
.ne-doc-note-editor .ne-note-ui .ne-ui-toolbar .ne-ui-inner-toolbar {
position: static;
margin-left: 8px;
}
.ne-doc-note-editor .ne-note-ui .ne-ui-toolbar .ne-ui-toolbar-button,
.ne-doc-note-editor .ne-note-ui .ne-ui-toolbar .ne-ui-toolbar-toggle-button,
.ne-doc-note-editor .ne-note-ui .ne-ui-toolbar .ne-ui-toolbar-file-button {
height: 32px;
width: 32px;
border-radius: 4px;
margin: 8px 0 8px 12px;
}
.ne-doc-note-editor .ne-note-ui .ne-ui-toolbar .ne-ui-toolbar-select-button {
height: 24px;
padding: 0 0 0 4px;
}
.ne-doc-note-editor .ne-note-ui .ne-ui-toolbar-fullscreen {
position: absolute;
top: 0;
right: 0;
z-index: 3;
width: 30px;
height: 30px;
}
.ne-doc-note-editor .ne-note-ui .ne-ui-toolbar-fullscreen > .ne-icon {
font-size: 10px;
}
.ne-doc-note-editor .ne-note-ui .ne-ui-toolbar-fullscreen.ne-ui-toolbar-button {
min-width: 30px;
margin-right: 0;
}
.ne-doc-note-editor .ne-note-ui .ne-ui-toolbar-fullscreen.ne-ui-toolbar-button:hover {
background: none;
}
.ne-doc-note-editor .ne-note-ui .ne-container-toolbar {
display: none !important;
}
.ne-doc-note-editor .ne-note-ui .ne-engine ne-table-wrap.ne-table-focus {
margin-top: 0;
}
.ne-doc-note-editor .ne-note-ui .ne-engine ne-table-wrap.ne-table-focus ne-table-inner-wrap {
padding-top: 14px;
}
.ne-doc-note-editor .ne-note-ui .ne-engine ne-table-wrap.ne-table-focus .ne-ui-table {
margin-top: 0;
}
.ne-doc-note-editor .ne-note-ui .ne-engine ne-table-wrap.ne-table-focus.ne-ui-table-left-shadow:before,
.ne-doc-note-editor .ne-note-ui .ne-engine ne-table-wrap.ne-table-focus.ne-ui-table-right-shadow:after {
margin-top: 14px;
}
.ne-doc-note-editor .ne-note-ui .ne-table-container-toolbar {
display: none !important;
}
.ne-doc-note-editor .ne-note-ui ne-table-hole:first-child {
margin-top: -14px;
}
.ne-doc-note-editor.ne-ui-fullscreen {
position: fixed;
z-index: 1010;
}
.ne-doc-note-editor.ne-ui-fullscreen .ne-editor-wrap-content {
overflow-y: auto;
}
.ne-doc-note-mobile-editor .ne-note-ui.ne-editor {
flex-direction: column-reverse;
}
.ne-doc-note-mobile-editor .ne-note-ui .ne-editor-body .ne-editor-wrap .ne-editor-wrap-content {
flex: 1;
width: 100%;
max-height: 100vh;
min-height: 100%;
overflow: scroll;
margin: 0;
}
.ne-doc-note-mobile-editor .ne-note-ui .ne-ui {
margin-bottom: 0;
margin-top: 0;
border-top: 1px solid var(--yq-border-primary);
padding: 8px;
}
.ne-overlay-with-note-ui .ne-ui-card-menu,
.ne-note-ui .ne-ui-card-menu {
padding: 10px 0;
}
.ne-overlay-with-note-ui .ne-ui-card-menu-content,
.ne-note-ui .ne-ui-card-menu-content {
min-width: 124px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-ui-toolbar-material-library {
padding: 0 8px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-sidebar-material-library {
display: flex;
position: relative;
height: 100%;
padding-top: 16px;
margin-left: 16px;
margin-right: 16px;
}
.ne-sidebar-material-library-close {
position: absolute;
top: 16px;
right: 0;
cursor: pointer;
z-index: 2;
display: flex;
width: 24px;
height: 24px;
align-items: center;
justify-content: center;
border-radius: 4px;
}
.ne-sidebar-material-library-close:hover {
background-color: var(--yq-bg-primary-hover-light);
}
.ne-sidebar-material-library-main {
display: flex;
flex: 1;
overflow: hidden;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-loading-view {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable */
.ne-eidtor-card-lake-diagram-editor {
height: 100%;
overflow: hidden;
}
.ne-eidtor-card-lake-diagram-editor .lake-diagram-board-toolbar {
display: none;
}
ne-card[data-card-name='board'].ne-focused .ne-eidtor-card-lake-diagram-editor .lake-diagram-board-toolbar {
display: flex;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-engine .selection-transparent::selection {
background-color: transparent !important;
}
.ne-engine ne-card.ne-focused .selection-transparent::selection {
background-color: transparent !important;
}
.ne-engine .selection-transparent ::selection {
background-color: transparent !important;
}
.ne-engine ne-card.ne-focused .selection-transparent ::selection {
background-color: transparent !important;
}
ne-card[data-card-name='board'] {
user-select: text;
}
ne-card[data-card-name='board'] {
border: 1px solid transparent;
}
ne-card[data-card-name='board'] [contenteditable='true'] {
display: none;
}
ne-card[data-card-name='board'].ne-focused [contenteditable='true'] {
display: block;
}
ne-card[data-card-name='board'] .ne-card-container {
height: 460px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
ne-card[data-card-name='checkIn'] .ne-card-container {
background: var(--yq-bg-secondary);
}
ne-card[data-card-name='checkIn'] .ne-card-check-in-status-readable {
display: flex;
align-items: center;
padding: 29px 40px 29px 24px;
}
ne-card[data-card-name='checkIn'] .ne-card-check-in-status-readable-content {
display: flex;
flex: 1;
flex-direction: column;
}
ne-card[data-card-name='checkIn'] .ne-card-check-in-status-readable-content-title {
display: flex;
align-items: center;
}
ne-card[data-card-name='checkIn'] .ne-card-check-in-status-readable-content-title-icon {
display: flex;
}
ne-card[data-card-name='checkIn'] .ne-card-check-in-status-readable-content-title-text {
font-size: 16px;
color: var(--yq-text-primary);
padding: 0 12px;
font-weight: 500;
}
ne-card[data-card-name='checkIn'] .ne-card-check-in-status-readable-content-deadline {
margin-top: 12px;
font-size: 14px;
color: var(--yq-text-body);
}
ne-card[data-card-name='checkIn'] .ne-card-check-in-status-readable-content-deadline-expired {
margin-left: 8px;
color: var(--yq-red-6);
}
ne-card[data-card-name='checkIn'] .ne-card-check-in-status-readable-btn {
display: flex;
align-items: center;
justify-content: center;
height: 32px;
padding: 0 16px;
font-size: 14px;
border-radius: 4px;
background-color: var(--yq-blue-6);
color: var(--yq-white);
}
ne-card[data-card-name='checkIn'] .ne-card-check-in-status-editable {
padding-top: 16px;
padding-bottom: 16px;
background-color: var(--yq-bg-secondary);
}
ne-card[data-card-name='checkIn'] .ne-card-check-in-status-editable-label {
padding-left: 20px;
margin-bottom: 16px;
font-size: 14px;
font-weight: 500;
}
ne-card[data-card-name='checkIn'] .ne-card-check-in-status-editable-item {
display: flex;
margin-bottom: 16px;
}
ne-card[data-card-name='checkIn'] .ne-card-check-in-status-editable-item-name {
flex: 0 0 150px;
display: flex;
align-items: center;
justify-content: flex-end;
font-size: 14px;
padding-right: 12px;
}
ne-card[data-card-name='checkIn'] .ne-card-check-in-status-editable-item-content {
flex: 1;
padding-right: 20px;
}
ne-card[data-card-name='checkIn'] .ne-card-check-in-status-editable-item-content-input-title {
max-width: 440px;
height: 40px;
}
ne-card[data-card-name='checkIn'] .ne-card-check-in-status-editable-item-content-input-button {
width: 220px;
height: 40px;
}
ne-card[data-card-name='checkIn'] .ne-card-check-in-status-editable-item-content-enable {
display: flex;
align-items: center;
}
ne-card[data-card-name='checkIn'] .ne-card-check-in-status-editable-item-content-enable-tip {
margin-left: 6px;
cursor: pointer;
color: var(--yq-text-caption);
}
ne-card[data-card-name='checkIn'] .ne-card-check-in-status-editable-item-content-datepicker {
margin-top: 12px;
}
ne-card[data-card-name='checkIn'] .ne-card-check-in-status-editable-item-content-datepicker-deadline {
width: 220px;
height: 40px;
}
ne-card[data-card-name='checkIn'] .ne-card-check-in-status-editable-footer {
border-top: 1px solid var(--yq-border-primary);
padding-right: 16px;
padding-top: 16px;
text-align: right;
}
ne-card[data-card-name='checkIn'] .ne-card-check-in-status-editable-footer button {
margin-left: 8px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.okr-modal-frame {
border: none;
width: 100%;
height: 600px;
}
.ant-modal.ant-modal-confirm.ant-modal-confirm-info.okr-modal .ant-modal-body {
padding: 5px;
}
.ant-modal.ant-modal-confirm.ant-modal-confirm-info.okr-modal .ant-modal-confirm-btns {
display: none;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.okr-card-frame {
border: none;
width: 100%;
height: 100%;
}
.ant-spin-nested-loading.okr-spin-container {
line-height: 0;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-color-selector {
white-space: nowrap;
}
.ne-color-selector .color-box {
border-radius: 4px;
display: inline-block;
width: 20px;
height: 20px;
margin-right: 8px;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
vertical-align: middle;
}
.ne-color-selector .color-box:last-child {
margin-right: 0;
}
.ne-color-selector .color-box:hover {
outline-offset: 2px;
outline: 1px solid var(--yq-blue-3);
}
.ne-color-selector .color-box.color-tips {
background-color: var(--yq-yuque-grey-5);
border: 1px solid var(--yq-yuque-grey-6);
}
.ne-color-selector .color-box.color-info {
background-color: var(--yq-blue-2);
border: 1px solid var(--yq-blue-2);
}
.ne-color-selector .color-box.color-color1 {
background-color: var(--yq-cyan-2);
border: 1px solid var(--yq-cyan-2);
}
.ne-color-selector .color-box.color-color2 {
background-color: var(--yq-yuque-green-2);
border: 1px solid var(--yq-yuque-green-2);
}
.ne-color-selector .color-box.color-success {
background-color: var(--yq-pea-green-2);
border: 1px solid var(--yq-pea-green-2);
}
.ne-color-selector .color-box.color-warning {
background-color: var(--yq-yellow-2);
border: 1px solid var(--yq-yellow-2);
}
.ne-color-selector .color-box.color-color3 {
background-color: var(--yq-orange-2);
border: 1px solid var(--yq-orange-2);
}
.ne-color-selector .color-box.color-danger {
background-color: var(--yq-red-2);
border: 1px solid var(--yq-red-2);
}
.ne-color-selector .color-box.color-color4 {
background-color: var(--yq-magenta-2);
border: 1px solid var(--yq-magenta-2);
}
.ne-color-selector .color-box.color-color5 {
background-color: var(--yq-purple-2);
border: 1px solid var(--yq-purple-2);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-lake-table-loading {
height: 200px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-fallback-block-card {
cursor: default;
padding: 32px;
background: var(--yq-bg-secondary);
border: 1px solid var(--yq-yuque-grey-5);
border-radius: 4px;
line-height: 0;
}
.ne-fallback-block-card .inner-content {
display: flex;
align-items: center;
}
.ne-fallback-block-card .ne-fallback-img {
width: 32px;
height: 32px;
}
.ne-fallback-block-card .inner-tips {
margin-left: 20px;
color: var(--yq-text-caption);
}
.ne-fallback-block-card .main-tip {
font-size: 14px;
line-height: 20px;
margin-bottom: 4px;
}
.ne-fallback-block-card .sub-tip {
font-size: 12px;
line-height: 17px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
ne-card[data-card-name='dataTable'] {
border: none !important;
}
ne-card[data-card-name='dataTable'] .ne-card-container {
height: auto !important;
overflow: visible !important;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
ne-card[data-card-name='unicodeEmoji'].ne-focused .ne-card-unicode-emoji {
border-color: var(--yq-cardborder-selected);
}
ne-card[data-card-name='unicodeEmoji'] .ne-card-container {
width: 100%;
display: flex;
align-items: center;
}
ne-card[data-card-name='unicodeEmoji'] .ne-card-unicode-emoji {
display: flex;
align-items: center;
width: 100%;
border-radius: 0.2em;
overflow: hidden;
background-color: var(--yq-bg-tertiary);
border: 1px solid transparent;
}
ne-card[data-card-name='unicodeEmoji'] .ne-card-unicode-emoji:hover {
background-color: var(--yq-bg-primary-hover);
}
ne-card[data-card-name='unicodeEmoji'] .ne-card-unicode-emoji-icon {
font-size: 0.8em;
margin: 0.2em;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-no-select-container[contenteditable] {
user-select: none !important;
-webkit-user-select: none !important;
}
.ne-no-select-container * {
user-select: none !important;
-webkit-user-select: none !important;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-brick-toolbar {
transition-property: top, left;
transition-timing-function: ease-in-out;
transition-duration: 0.2s;
}
.ne-brick-toolbar.animation {
pointer-events: none;
animation-name: ne-brick-toolbar-animation;
animation-timing-function: ease-in;
animation-duration: 0.2s;
animation-iteration-count: 1;
}
@keyframes ne-brick-toolbar-animation {
0% {
opacity: 1;
}
33% {
opacity: 0;
}
66% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.ne-ui-brick-toolbar-trigger {
display: flex;
width: 24px;
height: 24px;
justify-content: center;
align-items: center;
border-radius: 6px;
color: var(--yq-text-primary);
background-color: var(--yq-bg-primary);
opacity: 0.88;
cursor: grab;
}
.ne-ui-brick-toolbar-trigger:hover {
background-color: var(--yq-bg-tertiary);
opacity: 1;
}
.ne-ui-brick-toolbar-trigger-focused {
background-color: var(--yq-bg-primary-hover);
opacity: 1;
}
.ne-brick-toolbar-overlay {
padding-right: 0;
z-index: 9999;
padding-top: 0;
user-select: none;
}
.ne-brick-toolbar-overlay .ant-menu-item:active {
background: unset !important;
}
.ne-brick-toolbar-overlay > .ant-popover-content > .ant-popover-arrow {
display: none;
}
.ne-brick-toolbar-overlay > .ant-popover-content > .ant-popover-inner > .ant-popover-inner-content {
padding: 0;
}
.ne-brick-toolbar-overlay .ant-menu-vertical > .ant-menu-item {
height: 34px;
line-height: 34px;
padding: 0 8px;
}
.ne-brick-toolbar-overlay-sub {
padding-right: 0;
z-index: 9999;
padding-top: 0;
user-select: none;
}
.ne-brick-toolbar-overlay-sub .ant-menu-item:active {
background: unset !important;
}
.ne-brick-toolbar-overlay-sub > .ant-popover-content > .ant-popover-arrow {
display: none;
}
.ne-brick-toolbar-overlay-sub > .ant-popover-content > .ant-popover-inner > .ant-popover-inner-content {
padding: 0;
}
.ne-brick-toolbar-overlay-sub .ant-menu-vertical > .ant-menu-item {
height: 34px;
line-height: 34px;
padding: 0 8px;
}
.ne-brick-toolbar-item {
display: flex;
min-width: 148px;
margin-right: -10px;
align-items: center;
color: var(--yq-yuque-grey-9);
}
.ne-brick-toolbar-item .ne-icon {
margin-right: 8px;
flex-shrink: 0;
}
.ne-brick-toolbar-item .ne-brick-menu-arrow-right {
flex-shrink: 0;
}
.ne-brick-toolbar-item .ne-brick-menu-text {
flex: 1;
}
.ne-brick-toolbar-item .ne-brick-menu-desc {
color: var(--yq-yuque-grey-6);
}
.ant-menu-submenu-popup.ne-brick-menu {
background: var(--yq-white);
box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.13), 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 4px rgba(0, 0, 0, 0.04);
border-radius: 6px;
}
.ant-menu-submenu-popup.ne-brick-menu .ant-menu.ant-menu-sub.ant-menu-vertical {
box-shadow: none;
}
.ant-menu-submenu-popup.ne-brick-menu .ant-menu .ant-menu-item {
color: inherit !important;
}
.ant-menu-submenu.ne-brick-menu > .ant-menu.ant-menu-sub.ant-menu-vertical {
max-height: 400px;
overflow: auto;
}
.ant-menu-submenu.ne-brick-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .codeblock-search {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 50px;
line-height: 50px;
padding: 0 8px;
z-index: 3;
}
.ant-menu-submenu.ne-brick-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .codeblock-search .ant-input {
border-radius: 6px;
}
.ant-menu-submenu.ne-brick-menu.showSearch {
padding-top: 42px;
}
.ant-popover .ant-menu.ne-brick-menu,
.ant-menu-submenu.ne-brick-menu > .ant-menu.ant-menu-sub.ant-menu-vertical {
min-width: 180px;
padding: 8px;
}
.ant-popover .ant-menu.ne-brick-menu .ant-menu-item,
.ant-menu-submenu.ne-brick-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-item,
.ant-popover .ant-menu.ne-brick-menu .ant-menu-submenu,
.ant-menu-submenu.ne-brick-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-submenu {
height: 36px;
line-height: 36px;
border-radius: 6px;
vertical-align: middle;
}
.ant-popover .ant-menu.ne-brick-menu .ant-menu-item.flexable,
.ant-menu-submenu.ne-brick-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-item.flexable,
.ant-popover .ant-menu.ne-brick-menu .ant-menu-submenu.flexable,
.ant-menu-submenu.ne-brick-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-submenu.flexable {
display: flex;
align-items: center;
}
.ant-popover .ant-menu.ne-brick-menu .ant-menu-item-divider,
.ant-menu-submenu.ne-brick-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-item-divider {
margin: 4px -8px;
}
.ant-popover .ant-menu.ne-brick-menu .ant-menu-submenu-title,
.ant-menu-submenu.ne-brick-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-submenu-title {
margin: 0;
line-height: 36px;
height: 36px;
color: inherit !important;
}
.ant-popover .ant-menu.ne-brick-menu .ant-menu-submenu-active,
.ant-menu-submenu.ne-brick-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-submenu-active,
.ant-popover .ant-menu.ne-brick-menu .ant-menu-submenu-arrow,
.ant-menu-submenu.ne-brick-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-submenu-arrow,
.ant-popover .ant-menu.ne-brick-menu .ant-menu-submenu-open,
.ant-menu-submenu.ne-brick-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-submenu-open,
.ant-popover .ant-menu.ne-brick-menu .ant-menu-submenu-active .ant-menu-submenu-title:hover,
.ant-menu-submenu.ne-brick-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-submenu-active .ant-menu-submenu-title:hover {
color: inherit !important;
}
.ant-popover .ant-menu.ne-brick-menu .ant-menu-item:hover,
.ant-menu-submenu.ne-brick-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-item:hover,
.ant-popover .ant-menu.ne-brick-menu .ant-menu-active,
.ant-menu-submenu.ne-brick-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-active,
.ant-popover .ant-menu.ne-brick-menu .ant-menu-submenu-open,
.ant-menu-submenu.ne-brick-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-submenu-open,
.ant-popover .ant-menu.ne-brick-menu .ant-menu-submenu-active,
.ant-menu-submenu.ne-brick-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-submenu-active {
background-color: var(--yq-yuque-grey-3);
color: inherit !important;
}
.ant-popover .ant-menu.ne-brick-menu .ant-menu-item.right-contains,
.ant-menu-submenu.ne-brick-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .ant-menu-item.right-contains {
background-color: transparent !important;
vertical-align: middle;
display: flex;
align-items: center;
cursor: default;
}
.ant-popover .ant-menu.ne-brick-menu .right-slot,
.ant-menu-submenu.ne-brick-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .right-slot {
flex: 1;
height: 100%;
display: inline-flex;
justify-content: right;
align-items: center;
vertical-align: middle;
margin-right: 10px;
}
.ant-popover .ant-menu.ne-brick-menu .right-slot.label,
.ant-menu-submenu.ne-brick-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .right-slot.label {
color: var(--yq-yuque-grey-6);
}
.ant-popover .ant-menu.ne-brick-menu .check-space,
.ant-menu-submenu.ne-brick-menu > .ant-menu.ant-menu-sub.ant-menu-vertical .check-space {
margin-left: -16px;
margin-right: 4px;
margin-top: -2px;
width: 32px;
display: inline-flex;
height: 100%;
align-items: center;
justify-content: center;
vertical-align: middle;
}
.ant-menu-submenu.ne-brick-menu > .ant-menu.ant-menu-sub.ant-menu-vertical {
min-width: 184px;
border-radius: 6px;
}
.ne-ui-brick-toolbar-tooltip > span:nth-child(odd) {
color: #D8DAD9;
}
.ne-ui-brick-toolbar-tooltip > span:nth-child(even) {
color: var(--yq-white);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-ui-brick-add-below-menu {
width: 280px;
height: 500px;
}
.ne-ui-brick-add-below-menu .ne-ui-card-menu-content {
overflow-x: hidden;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-ui-turn-into-menu {
padding: 12px;
}
.ne-ui-turn-into-menu .ne-ui-turn-into-icons {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 4px;
}
.ne-ui-turn-into-menu .ne-ui-turn-into-icons .ne-ui-turn-into-icon {
display: flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
border-radius: 6px;
cursor: pointer;
color: var(--yq-yuque-grey-9);
}
.ne-ui-turn-into-menu .ne-ui-turn-into-icons .ne-ui-turn-into-icon:not(.selected):hover {
background-color: var(--yq-yuque-grey-3);
}
.ne-ui-turn-into-menu .ne-ui-turn-into-icons .ne-ui-turn-into-icon.selected {
background-color: var(--yq-blue-50);
color: var(--yq-blue-600);
}
.ne-ui-turn-into-menu .ne-ui-turn-into-normals {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 4px;
margin-top: 10px;
}
.ne-ui-turn-into-menu .ne-ui-turn-into-normals .ne-ui-turn-into-normal {
margin-top: 0px;
padding: 6px;
height: 36px;
font-size: 14px;
border-radius: 6px;
cursor: pointer;
display: flex;
align-items: center;
flex-shrink: 0;
color: var(--yq-yuque-grey-9);
}
.ne-ui-turn-into-menu .ne-ui-turn-into-normals .ne-ui-turn-into-normal:first-child {
margin-top: 0;
}
.ne-ui-turn-into-menu .ne-ui-turn-into-normals .ne-ui-turn-into-normal.selected {
background-color: var(--yq-blue-50);
}
.ne-ui-turn-into-menu .ne-ui-turn-into-normals .ne-ui-turn-into-normal.selected .ne-icon rect[stroke] {
stroke: var(--yq-blue-600);
}
.ne-ui-turn-into-menu .ne-ui-turn-into-normals .ne-ui-turn-into-normal:not(.selected):hover {
background-color: var(--yq-yuque-grey-3);
}
.ne-ui-turn-into-menu .ne-ui-turn-into-normals .ne-ui-turn-into-normal .text-content {
flex: 1;
display: inline-block;
}
.ne-ui-turn-into-menu .ne-ui-turn-into-normals .ne-ui-turn-into-normal .turn-icon {
width: 24px;
height: 24px;
font-size: 24px;
display: inline-block;
vertical-align: middle;
background: var(--yq-white);
margin-right: 8px;
border-radius: 6px;
}
.ne-ui-turn-into-menu .ne-ui-turn-into-normals .ne-ui-turn-into-normal .turn-icon > .ne-icon {
vertical-align: top;
}
.ne-ui-turn-into-menu .ne-ui-turn-into-icon-tooltip {
pointer-events: none;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-ui-image-gallery-ocr-mask {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99;
pointer-events: none;
user-select: none;
overflow: hidden;
}
.ne-ui-image-gallery-ocr-mask ::selection {
background: transparent !important;
}
.ne-ui-image-gallery-ocr-text {
line-height: 1;
position: absolute;
white-space: pre;
word-break: keep-all;
color: transparent !important;
}
.ne-ui-image-gallery-ocr-text::selection {
background: transparent !important;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-image-gallery-image-wrapper {
position: relative;
width: 100%;
height: 100%;
}
.ne-image-gallery-image-wrapper.loading-bg {
background-color: var(--yq-bg-tertiary);
}
.ne-image-gallery-uploading-image {
position: relative;
width: 100%;
height: 100%;
}
.ne-image-gallery-uploading-image-self {
opacity: 0.6;
max-width: 100%;
}
.ne-image-gallery-uploading-progress {
position: absolute;
bottom: 5px;
right: 5px;
color: var(--yq-white);
font-size: 12px;
line-height: 1;
background-color: var(--yq-black);
padding: 5px;
border-radius: 4px;
}
.ne-image-gallery-image-mock {
max-width: 100%;
background-color: var(--yq-bg-tertiary);
}
.ne-image-gallery-image-mock-inner {
height: 0;
}
.ne-image-gallery-error {
position: relative;
background: var(--yq-bg-tertiary);
width: 100% !important;
height: 100%;
}
.ne-image-gallery-error-info {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.ne-image-gallery-error-icon {
width: 16px;
}
.ne-image-gallery-error-tip {
margin-top: 4px;
font-size: 12px;
line-height: 20px;
color: var(--yq-text-caption);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-image-gallery-show-title {
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
color: #fff;
line-height: 1.4;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-image-gallery-flow-one-row {
display: flex;
align-items: flex-start;
justify-content: space-around;
}
.ne-image-gallery-flow-one-row-item {
padding: 5px;
}
.ne-image-gallery-flow-one-row-item.single {
width: 100%;
}
.ne-image-gallery-flow-one-row-item.single .ne-image-gallery-flow-one-row-image {
width: 100%;
height: auto;
}
.ne-image-gallery-flow-one-row-content {
position: relative;
border-radius: 6px;
height: 100%;
overflow: hidden;
}
.ne-image-gallery-flow-one-row .ne-image-gallery-image-wrapper {
width: auto;
height: 100%;
}
.ne-image-gallery-flow-one-row-image {
width: 100%;
height: 100%;
object-fit: cover;
}
.ne-image-gallery-flow-one-row-title-area {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
padding: 8px;
display: none;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 51%, rgba(0, 0, 0, 0.45) 99%);
}
.ne-image-gallery-flow-one-row-title-area.show {
display: block;
}
.ne-image-gallery-flow-container.in-view-mode .ne-image-gallery-flow-one-row-content {
cursor: pointer;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-image-gallery-flow-container {
position: relative;
margin: -5px;
}
.ne-image-gallery-flow-item {
padding: 5px;
width: 1px;
}
.ne-image-gallery-flow-item .ne-image-gallery-image-wrapper {
position: absolute;
height: 100%;
width: 100%;
}
.ne-image-gallery-flow-item-gap {
position: relative;
border-radius: 6px;
overflow: hidden;
}
.ne-image-gallery-flow-image {
border-radius: 6px;
width: 100%;
}
.ne-image-gallery-flow-title-area {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
padding: 8px;
display: none;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 51%, rgba(0, 0, 0, 0.45) 99%);
}
.ne-image-gallery-flow-title-area.show {
display: block;
}
.ne-image-gallery-flow-opt-area {
position: absolute;
left: 0;
top: 0;
width: 100%;
display: none;
}
.ne-image-gallery-flow-opt-area.show {
display: block;
}
.ne-image-gallery-flow-container.in-view-mode .ne-image-gallery-flow-item-gap {
cursor: pointer;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-image-gallery-carousel-bottom {
position: absolute;
width: 100%;
bottom: 0;
padding: 3.2%;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: flex-end;
z-index: 1;
pointer-events: none;
}
.ne-image-gallery-carousel-bottom.mini-gap {
padding: 16px;
}
.ne-image-gallery-carousel-bottom-mask {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 51%, rgba(0, 0, 0, 0.85) 99%);
opacity: 0.15;
}
.ne-image-gallery-carousel-bottom-mask.with-title {
opacity: 0.9;
}
.ne-image-gallery-carousel-bottom-title-wrap {
position: relative;
flex: 1 1 auto;
padding-right: 24px;
}
.ne-image-gallery-carousel-bottom-dots {
position: relative;
display: flex;
margin-right: -3px;
margin-left: -3px;
align-items: center;
pointer-events: auto;
font-size: 0;
line-height: 1.4;
}
.ne-image-gallery-carousel-bottom-dots::after {
content: "\200B";
}
.ne-image-gallery-carousel-bottom-dots-item {
width: 6px;
height: 6px;
border-radius: 50%;
overflow: hidden;
background: #fff;
opacity: 0.5;
}
.ne-image-gallery-carousel-bottom-dots-item-wrapper {
padding-left: 3px;
padding-right: 3px;
cursor: pointer;
}
.ne-image-gallery-carousel-bottom-dots-item.active {
opacity: 1;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-image-gallery-carousel-thumbs {
border-radius: 0 0 6px 6px;
}
.ne-image-gallery-carousel-thumbs-title-area {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 50%, rgba(0, 0, 0, 0.85) 99%);
padding: 24px;
}
.ne-image-gallery-carousel-thumbs-title-area.mini-gap {
padding: 16px;
}
.ne-image-gallery-carousel-thumbs-placeholder,
.ne-image-gallery-carousel-thumbs-area {
display: flex;
align-items: center;
margin-left: -4px;
margin-right: -4px;
padding: 16px 0 0;
overflow-x: auto;
}
.ne-image-gallery-carousel-thumbs-placeholder::-webkit-scrollbar,
.ne-image-gallery-carousel-thumbs-area::-webkit-scrollbar {
height: 10px;
-webkit-appearance: none;
}
.ne-image-gallery-carousel-thumbs-placeholder::-webkit-scrollbar:vertical,
.ne-image-gallery-carousel-thumbs-area::-webkit-scrollbar:vertical {
width: 10px;
}
.ne-image-gallery-carousel-thumbs-placeholder::-webkit-scrollbar-thumb,
.ne-image-gallery-carousel-thumbs-area::-webkit-scrollbar-thumb {
border-radius: 6px;
border: 2px solid var(--yq-white);
background-color: var(--yq-yuque-grey-5);
}
.ne-image-gallery-carousel-thumbs-placeholder::-webkit-scrollbar-track,
.ne-image-gallery-carousel-thumbs-area::-webkit-scrollbar-track {
background-color: var(--yq-bg-primary);
border-radius: 6px;
}
.ne-image-gallery-carousel-thumbs-image-wrapper {
cursor: pointer;
}
.ne-image-gallery-carousel-thumbs-image-height {
position: absolute;
width: 100%;
height: 100%;
border-radius: 2px;
overflow: hidden;
}
.ne-image-gallery-carousel-thumbs-image-container {
position: relative;
margin-left: 4px;
margin-right: 4px;
border: 6px solid transparent;
border-radius: 6px;
box-sizing: content-box !important;
font-size: 0;
flex: 0 0 auto;
}
.ne-image-gallery-carousel-thumbs-image-container.active {
border-color: rgba(190, 192, 191, 0.5);
}
.ne-image-gallery-carousel-thumbs-image-container.active .ne-image-gallery-carousel-thumbs-image-height {
border-radius: 1px;
}
.ne-image-gallery-carousel-thumbs-image {
width: 100%;
height: 100%;
object-fit: cover;
pointer-events: none;
}
.ne-image-gallery-carousel-thumbs-image.origin-size-image {
will-change: transform;
}
.ne-image-gallery-mobile .ne-image-gallery-carousel-thumbs-placeholder,
.ne-image-gallery-mobile .ne-image-gallery-carousel-thumbs-area {
padding: 6px 0 0;
margin-left: -2px;
margin-right: -2px;
}
.ne-image-gallery-mobile .ne-image-gallery-carousel-thumbs-image-container,
.ne-image-gallery-mobile .ne-image-gallery-carousel-thumbs-placeholder {
border-width: 3px;
margin-left: 2px;
margin-right: 2px;
}
.ne-image-gallery-mobile .ne-image-gallery-carousel-thumbs-image-container.active .ne-image-gallery-carousel-thumbs-image-height,
.ne-image-gallery-mobile .ne-image-gallery-carousel-thumbs-placeholder.active .ne-image-gallery-carousel-thumbs-image-height {
border-radius: 3px;
}
.ne-image-gallery-mobile .ne-image-gallery-carousel-thumbs-image-height {
border-radius: 3px;
}
.ne-image-gallery-mobile .ne-image-gallery-carousel-thumbs-title-area {
padding: 8px 12px;
}
.ne-image-gallery-carousel.in-view-mode .ne-image-gallery-carousel-thumbs-title-area {
cursor: pointer;
}
[data-kumuhana="pouli"] .selector .ne-image-gallery-carousel-thumbs-image-container.active {
border-color: rgba(255, 255, 255, 0.5);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-image-gallery-carousel {
position: relative;
}
.ne-image-gallery-carousel .slick-track {
will-change: transform;
}
.ne-image-gallery-carousel .slick-track .slick-cloned .ne-image-gallery-carousel-content-container.origin-size-image {
visibility: hidden;
}
.ne-image-gallery-carousel .slick-track .slick-cloned .ne-image-gallery-carousel-content-container.origin-size-image .ne-image-gallery-carousel-content-bg {
will-change: initial;
}
.ne-image-gallery-carousel-content {
position: relative;
overflow: hidden;
}
.ne-image-gallery-carousel-content-wrapper {
position: relative;
overflow: hidden;
padding-left: 0.5px;
padding-right: 0.5px;
border-radius: 8px;
}
.ne-image-gallery-carousel-content-container.origin-size-image .ne-image-gallery-carousel-content-neat-image-contain {
will-change: transform;
}
.ne-image-gallery-carousel-content-bg {
position: absolute;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-color: #fff;
will-change: transform;
z-index: -1;
filter: blur(50px);
opacity: 0.5;
}
.ne-image-gallery-carousel-content-bg img {
width: 100%;
height: 100%;
}
.ne-image-gallery-carousel-content-neat {
position: absolute;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.ne-image-gallery-carousel-content-neat .ne-image-gallery-image-wrapper {
display: flex;
align-items: center;
justify-content: center;
}
.ne-image-gallery-carousel-content-neat-image-contain.more-height {
width: auto;
height: 100%;
}
.ne-image-gallery-carousel-content-neat-image-contain.more-width {
width: 100%;
height: auto;
}
.ne-image-gallery-carousel-opt-area {
position: absolute;
left: 0;
top: 0;
width: 100%;
display: none;
}
.ne-image-gallery-carousel-opt-area.show {
display: block;
}
.ne-image-gallery-carousel.in-view-mode .ne-image-gallery-carousel-content {
cursor: pointer;
}
.ne-image-gallery-carousel.with-thumbs .ant-carousel {
overflow: hidden;
border-radius: 8px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-image-gallery-single {
position: relative;
}
.ne-image-gallery-single-image {
width: 100%;
}
.ne-image-gallery-single-bottom {
position: absolute;
width: 100%;
bottom: 0;
padding: 24px;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 51%, rgba(0, 0, 0, 0.85) 99%);
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: flex-end;
opacity: 0.9;
z-index: 1;
pointer-events: none;
}
.ne-image-gallery-single-bottom-title-wrap {
flex: 1 1 auto;
padding-right: 24px;
}
.ne-image-gallery-single-opt-area {
position: absolute;
left: 0;
top: 0;
width: 100%;
display: none;
}
.ne-image-gallery-single-opt-area.show {
display: block;
}
.ne-image-gallery-mobile .ne-image-gallery-single-bottom {
padding: 8px 12px;
}
.ne-image-gallery-single.in-view-mode .ne-image-gallery-single-image,
.ne-image-gallery-single.in-view-mode .ne-image-gallery-single-bottom {
cursor: pointer;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-image-gallery-edit-modal-title {
font-size: 14px;
color: var(--yq-text-primary);
line-height: 24px;
margin-bottom: 16px;
font-weight: 500;
}
.ne-image-gallery-edit-modal-sub-title {
font-size: 14px;
color: var(--yq-text-body);
line-height: 24px;
margin-top: 24px;
margin-bottom: 16px;
}
.ne-image-gallery-edit-modal-close {
position: absolute;
top: 0;
right: 0;
z-index: 10;
color: var(--yq-icon-caption);
font-weight: 700;
text-decoration: none;
background: rgba(0, 0, 0, 0);
cursor: pointer;
width: 56px;
height: 56px;
font-size: 16px;
font-style: normal;
line-height: 56px;
text-align: center;
text-transform: none;
text-rendering: auto;
}
.ne-image-gallery-show-type {
display: flex;
justify-content: space-between;
margin-left: -5px;
margin-right: -5px;
}
.ne-image-gallery-show-type-item {
border: 2px solid transparent;
padding: 3px;
/** 与设计稿参数6不一致但视觉上一致*/
border-radius: 10px;
width: 159px;
height: 94px;
cursor: pointer;
}
.ne-image-gallery-show-type-item-active {
border-color: var(--yq-theme);
}
.ne-image-gallery-show-type-item-img {
width: 100%;
}
.ne-image-gallery-show-type-item-image {
width: 159px;
height: 94px;
}
.ne-image-gallery-edit {
padding-bottom: 12px;
display: flex;
align-items: center;
margin-left: -24px;
margin-right: -24px;
padding-left: 24px;
padding-right: 24px;
height: 125px;
}
.ne-image-gallery-edit-upload {
position: relative;
padding-right: 24px;
border-right: 1px solid var(--yq-border-light);
display: flex;
align-items: center;
cursor: pointer;
}
.ne-image-gallery-edit-upload-icon {
background-color: var(--yq-bg-secondary);
border: 1.5px dashed var(--yq-border-primary);
border-radius: 6px;
font-size: 24px;
color: var(--yq-text-body);
width: 72px;
height: 72px;
display: flex;
align-items: center;
justify-content: center;
}
.ne-image-gallery-edit-upload-icon:hover {
background: var(--yq-bg-tertiary);
}
.ne-image-gallery-edit-upload-icon.disable {
color: var(--yq-yuque-grey-6);
background-color: var(--yq-bg-secondary) !important;
}
.ne-image-gallery-edit-tooltip .ant-tooltip-arrow {
display: block;
}
.ne-image-gallery-edit-list {
position: relative;
padding-left: 9px;
display: flex;
padding-top: 16px;
padding-bottom: 16px;
align-items: center;
overflow-x: auto;
}
.ne-image-gallery-edit-list.with-scrollbar {
padding-bottom: 6px;
}
.ne-image-gallery-edit-list::-webkit-scrollbar {
height: 10px;
-webkit-appearance: none;
}
.ne-image-gallery-edit-list::-webkit-scrollbar:vertical {
width: 10px;
}
.ne-image-gallery-edit-list::-webkit-scrollbar-thumb {
border-radius: 6px;
border: 2px solid var(--yq-white);
background-color: var(--yq-yuque-grey-5);
}
.ne-image-gallery-edit-list::-webkit-scrollbar-track {
background-color: var(--yq-bg-primary);
border-radius: 6px;
}
.ne-image-gallery-edit-list-item-container {
padding-left: 9px;
padding-right: 9px;
}
.ne-image-gallery-edit-list-item-container.dragging {
opacity: 0.3;
}
.ne-image-gallery-edit-list-item {
border: 2.25px solid transparent;
padding: 2.25px;
border-radius: 6px;
}
.ne-image-gallery-edit-list-item.active {
border-color: var(--yq-theme);
}
.ne-image-gallery-edit-list-item-image {
height: 72px;
width: 72px;
object-fit: cover;
}
.ne-image-gallery-edit-list-item-image.not-show {
opacity: 0.3;
}
.ne-image-gallery-edit-list-item-content {
position: relative;
height: 72px;
width: 72px;
cursor: pointer;
border-radius: 3px;
overflow: hidden;
}
.ne-image-gallery-edit-list-item-content:hover .ne-image-gallery-edit-list-item-opt-area {
display: block;
}
.ne-image-gallery-edit-list-item-opt-area {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 16px;
display: none;
color: #fff;
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
pointer-events: none;
}
.ne-image-gallery-edit-list-item-opt-area .hidden {
display: none;
}
.ne-image-gallery-edit-list-item-sort {
position: absolute;
left: 8px;
top: 8px;
cursor: pointer;
}
.ne-image-gallery-edit-list-item-delete {
position: absolute;
padding: 8px 8px 0 8px;
right: 0px;
top: 0px;
cursor: pointer;
pointer-events: initial;
}
.ne-image-gallery-edit-sort-highlight {
position: absolute;
width: 5px;
height: 91.5px;
transform: translateX(0);
top: 5px;
}
.ne-image-gallery-edit-sort-highlight-top {
width: 5px;
height: 1.5px;
border-radius: 50%;
background-color: var(--yq-blue-4);
}
.ne-image-gallery-edit-sort-highlight-line {
position: relative;
left: 1.745px;
width: 1.5px;
height: 88.5px;
background-color: var(--yq-blue-4);
}
.ne-image-gallery-edit-sort-highlight-bottom {
width: 5px;
height: 1.5px;
border-radius: 50%;
background-color: var(--yq-blue-4);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-image-gallery-empty {
position: relative;
background: var(--yq-bg-secondary);
padding-top: 68px;
padding-bottom: 52px;
text-align: center;
font-size: 14px;
color: var(--yq-text-caption);
line-height: 22px;
border-radius: 8px;
border: 1px dashed var(--yq-border-primary);
}
.ne-image-gallery-empty.drop-file-in {
border-color: var(--yq-theme);
}
.ne-image-gallery-empty:hover {
background: var(--yq-bg-tertiary);
}
.ne-image-gallery-empty-icon {
font-size: 40px;
color: var(--yq-yuque-grey-6);
}
.ne-image-gallery-empty-text {
margin-top: 8px;
}
.ne-image-gallery-empty-button {
margin-top: 16px;
border-radius: 8px;
}
.ne-image-gallery-mobile .ne-image-gallery-empty {
padding-top: 52px;
}
.ne-editor ne-card[data-card-type='block'][data-card-name="imageGallery"].ne-focused .ne-image-gallery-empty,
.ne-editor ne-card[data-card-type='block'][data-card-name="imageGallery"].ne-card-hovered .ne-image-gallery-empty {
border-color: transparent;
}
.ne-editor ne-card[data-card-type='block'][data-card-name="imageGallery"].ne-focused .ne-image-gallery-empty.drop-file-in,
.ne-editor ne-card[data-card-type='block'][data-card-name="imageGallery"].ne-card-hovered .ne-image-gallery-empty.drop-file-in {
border-color: var(--yq-theme);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-ui-image-gallery-inner-button-wrap {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 16px;
right: 16px;
background: rgba(38, 38, 38, 0.6);
border-radius: 8px;
z-index: 4;
}
.ne-ui-image-inner-button {
display: flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
color: rgb(255, 255, 255);
border: none;
outline: none;
background: none;
cursor: pointer;
}
.ne-ui-image-gallery-inner-divider {
display: block;
width: 1px;
height: 20px;
margin: 0;
background: rgba(255, 255, 255, 0.1);
}
.ne-ui-image-gallery-inner-divider:last-child {
display: none;
}
.ne-ui-image-inner-menu .ant-popover-content {
min-width: 104px !important;
}
.ne-ui-image-inner-menu .ant-popover-inner-content {
padding: 4px;
}
.ne-ui-image-inner-menu .ant-menu-item {
display: flex;
align-items: center;
border-radius: 6px;
}
.ne-ui-image-inner-menu .ant-menu-item .ne-icon {
margin-right: 8px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-editor ne-card[data-card-type='block'][data-card-name="imageGallery"] {
border-color: transparent;
border-radius: 8px;
overflow: hidden;
}
.ne-editor ne-card[data-card-type='block'][data-card-name="imageGallery"].ne-focused {
border-color: var(--yq-cardborder-selected);
}
.ne-editor ne-card[data-card-type='block'][data-card-name="imageGallery"].ne-card-hovered {
border-color: var(--yq-cardborder-hover);
}
.ne-viewer ne-card[data-card-type='block'][data-card-name="imageGallery"] {
border-color: transparent;
border-radius: 8px;
overflow: hidden;
}
.ne-image-gallery-edit-upload-input {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
cursor: pointer;
}
.ne-image-gallery-message {
z-index: 1011;
}
.ne-image-gallery-message .ant-message-notice {
margin-top: 20vh;
}
.ne-image-gallery-message .ant-message-notice .ant-message-notice-content {
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.36);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-doc-major-editor .ne-editor {
background-color: var(--yq-bg-primary);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/* 移动端和app通用的ne-*节点样式 */
/* 不是真实存在的类名只用于less方法调用 */
.mobile-ne-common ne-card[data-card-name='yuque'],
.mobile-ne-common ne-card[data-card-name='bookmark'] {
border: none !important;
}
.mobile-ne-common ne-card[data-card-name='yuque'] .ne-yuque-doc-embed-view,
.mobile-ne-common ne-card[data-card-name='bookmark'] .ne-yuque-doc-embed-view {
border: 1px solid var(--yq-border-primary);
border-radius: 4px;
}
.mobile-ne-common ne-card.app-ne-brick-highlight {
border-color: var(--yq-blue-6) !important;
box-shadow: 0px 0px 0px 0.5px var(--yq-blue-6);
}
.ne-doc-major-editor-mobile {
background: var(--yq-bg-primary);
height: 100vh;
}
.ne-doc-major-editor-mobile .ne-editor {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
overflow: hidden;
background: var(--yq-bg-primary);
}
.ne-doc-major-editor-mobile .ne-editor.ne-layout-mode-adapt .ne-editor-wrap-content {
width: 100%;
min-width: auto;
}
.ne-doc-major-editor-mobile .ne-editor .ne-ui {
position: absolute;
bottom: 0;
right: 0;
top: auto;
padding: 0 10px;
}
.ne-doc-major-editor-mobile .ne-editor .ne-editor-body {
height: 100%;
overflow: hidden;
}
.ne-doc-major-editor-mobile .ne-editor .ne-editor-wrap {
display: block;
padding: 0;
overflow: auto;
}
.ne-doc-major-editor-mobile .ne-editor .ne-editor-wrap::before,
.ne-doc-major-editor-mobile .ne-editor .ne-editor-wrap::after {
display: none;
}
.ne-doc-major-editor-mobile .ne-editor .ne-editor-wrap .ne-editor-wrap-content {
margin: 0;
}
.ne-doc-major-editor-mobile .ne-editor .ne-editor-wrap .ne-editor-wrap-content .ne-editor-outer-wrap-box {
width: 100%;
min-width: auto;
}
.ne-doc-major-editor-mobile .ne-editor .ne-editor-wrap-box {
margin-bottom: 0;
border: 0;
box-shadow: none;
}
.ne-doc-major-editor-mobile .ne-editor .ne-editor-extra-box {
padding: 20px;
}
.ne-doc-major-editor-mobile .ne-editor .ne-engine {
min-height: 100%;
padding: 20px;
bottom: 0;
}
.ne-doc-major-editor-mobile .ne-editor .ne-engine ne-heading-anchor {
display: none;
}
.ne-doc-major-editor-mobile .ne-editor ne-card[data-card-name='yuque'],
.ne-doc-major-editor-mobile .ne-editor ne-card[data-card-name='bookmark'] {
border: none !important;
}
.ne-doc-major-editor-mobile .ne-editor ne-card[data-card-name='yuque'] .ne-yuque-doc-embed-view,
.ne-doc-major-editor-mobile .ne-editor ne-card[data-card-name='bookmark'] .ne-yuque-doc-embed-view {
border: 1px solid var(--yq-border-primary);
border-radius: 4px;
}
.ne-doc-major-editor-mobile .ne-editor ne-card.app-ne-brick-highlight {
border-color: var(--yq-blue-6) !important;
box-shadow: 0px 0px 0px 0.5px var(--yq-blue-6);
}
.ne-doc-major-editor-mobile .ne-engine ne-h1 ne-text {
font-size: 24px;
line-height: 33px;
}
.ne-doc-major-editor-mobile .ne-engine ne-h2 ne-text {
font-size: 20px;
line-height: 28px;
}
.ne-doc-major-editor-mobile .ne-engine ne-h3 ne-text {
font-size: 18px;
line-height: 25px;
}
.ne-doc-major-editor-mobile .ne-engine ne-h4 ne-text {
font-size: 16px;
line-height: 22px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-viewer {
position: relative;
}
.ne-viewer .ne-viewer-body {
position: relative;
z-index: 1;
outline: none;
white-space: pre-wrap;
white-space: break-spaces;
word-break: break-word;
word-wrap: break-word;
font-family: 'Chinese Quote', 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-variant-ligatures: none;
--link-color: var(--yq-blue-6);
}
.ne-viewer .ne-viewer-body ::selection {
background: rgba(27, 162, 227, 0.2) !important;
color: inherit !important;
}
.ne-viewer .ne-viewer-body .ne-table {
white-space: pre-wrap;
}
.ne-viewer .ne-viewer-body .ne-spacing-all {
margin-top: 16px;
margin-bottom: 16px;
}
.ne-viewer .ne-viewer-body .ne-spacing-top {
margin-top: 16px;
}
.ne-viewer .ne-viewer-body .ne-spacing-bottom {
margin-bottom: 16px;
}
.ne-viewer .ant-radio-inner:after {
display: block;
}
.ne-viewer ne-hole,
.ne-viewer ne-container-hole,
.ne-viewer ne-alert-hole {
width: 100%;
max-width: 100%;
display: flex;
}
.ne-viewer ne-hole.ne-spacing-all:first-child,
.ne-viewer ne-container-hole.ne-spacing-all:first-child,
.ne-viewer ne-alert-hole.ne-spacing-all:first-child {
margin-top: 0;
}
.ne-viewer ne-hole.ne-spacing-top:first-child,
.ne-viewer ne-container-hole.ne-spacing-top:first-child,
.ne-viewer ne-alert-hole.ne-spacing-top:first-child {
margin-top: 0;
}
.ne-viewer ne-root-card-hole.ne-full-width ne-card[data-card-type='block'] {
width: auto;
}
.ne-viewer ne-card {
text-indent: 0;
}
.ne-viewer ne-card.ne-card-mask:after {
content: ' ';
position: absolute;
display: block;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 2;
cursor: not-allowed;
}
.ne-viewer ne-card[data-card-type='inline'] {
display: inline-flex;
vertical-align: baseline;
max-width: 100%;
white-space: initial;
height: auto;
}
.ne-viewer ne-card[data-card-type='block'] {
display: block;
width: calc(100% - 2px);
max-width: 100%;
border-radius: 4px;
border: 1px solid var(--yq-border-primary);
margin-top: 2px;
margin-bottom: 2px;
}
.ne-viewer ne-card[data-card-type='block'][data-card-name='localdoc'] {
border: 1px solid var(--yq-yuque-grey-5);
}
.ne-viewer ne-card[data-card-type='block'][data-card-name='bookmark'],
.ne-viewer ne-card[data-card-type='block'][data-card-name='yuque'] {
border-radius: 6px;
}
.ne-viewer ne-card[data-card-type='block'][data-card-name='bookmark'] .ne-card-container,
.ne-viewer ne-card[data-card-type='block'][data-card-name='yuque'] .ne-card-container {
border-radius: 6px;
}
.ne-viewer ne-card[data-card-type='block'][data-card-name='hr'] {
border: 1px solid transparent;
}
.ne-viewer ne-card[data-card-type='block'].ne-max.ne-focused {
border: 0;
}
.ne-viewer ne-card[data-card-type='block'] .ne-card-container {
overflow: hidden;
border-radius: 4px;
width: 100%;
background-color: var(--yq-bg-primary);
}
.ne-viewer .ne-viewer-b-filler {
display: inline;
text-indent: 0;
min-width: 1px;
vertical-align: baseline;
font-size: 1em;
height: 1em;
user-select: none;
}
.ne-viewer .ne-ui-container-toolbar-trigger {
cursor: pointer;
}
.ne-viewer .ne-inner-overlay-container {
position: absolute;
top: 0;
left: 0;
z-index: 411;
}
@media print {
.ne-viewer ne-hole,
.ne-viewer ne-container-hole,
.ne-viewer ne-alert-hole {
break-inside: avoid-page;
}
}
.ne-viewer a:hover {
color: var(--yq-text-link-hover);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer .ne-viewer-header {
background-color: var(--yq-bg-primary);
display: none;
border-bottom: 1px solid var(--yq-border-primary);
height: 55px;
}
.ne-viewer .ne-viewer-header .ne-ui-exit-max-view-btn {
background: url('https://gw.alipayobjects.com/zos/bmw-prod/09ca6e30-fd03-49ff-b2fb-15a2fbd8042a.svg') no-repeat left center;
border: none;
outline: none;
color: var(--yq-text-body);
cursor: pointer;
height: 54px;
line-height: 54px;
margin-left: 36px;
padding: 0 30px 0 24px;
}
.ne-viewer .ne-viewer-header .ne-ui-exit-max-view-btn:hover {
color: var(--yq-text-caption);
}
.ne-viewer.ne-ui-max-view .ne-viewer-header {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1032;
}
.ne-viewer.ne-ui-max-view .ne-viewer-body {
height: calc(100% - 54px);
position: relative;
top: 55px;
background: var(--yq-bg-primary);
}
.ne-viewer.ne-ui-max-view .ne-ui-max-view-node {
position: fixed;
top: 54px;
right: 0;
bottom: 0;
left: 0;
z-index: 1032;
width: auto;
height: auto !important;
overflow: auto;
}
.ne-viewer.ne-ui-max-view .ne-ui-max-view-node > .ne-card-container {
height: 100% !important;
}
.ne-viewer.ne-ui-max-view ne-hole.ne-spacing-all,
.ne-viewer.ne-ui-max-view ne-container-hole.ne-spacing-all,
.ne-viewer.ne-ui-max-view ne-alert-hole.ne-spacing-all {
margin: 0 !important;
}
.ne-viewer.ne-ui-max-view .ne-container-toolbar {
display: none;
}
.ne-viewer.ne-ui-max-view ne-card[data-card-type='block'] {
margin: 0;
border: 0;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer[data-viewer-mode='present'] {
font-size: 1.8rem;
line-height: 2.8rem;
}
.ne-viewer[data-viewer-mode='present'] ne-text {
font-size: inherit;
}
.ne-viewer[data-viewer-mode='present'] ne-code ne-code-content ne-text {
font-size: inherit;
}
.ne-viewer[data-viewer-mode='present'] .ne-viewer-body .ne-spacing-all {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.ne-viewer[data-viewer-mode='present'] .ne-viewer-body .ne-spacing-top {
margin-top: 1.5rem;
}
.ne-viewer[data-viewer-mode='present'] .ne-viewer-body .ne-spacing-bottom {
margin-bottom: 1.5rem;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
@media print {
.ne-viewer ne-card[data-card-name="math"],
.ne-viewer ne-card[data-card-name="image"],
.ne-viewer ne-card[data-card-name="file"],
.ne-viewer ne-container-hole,
.ne-viewer ne-alert-hole,
.ne-viewer ne-hole,
.ne-viewer table tr {
page-break-inside: avoid;
}
.ne-viewer .CodeMirror pre {
/* 保证导出、打印时超长内容不被隐藏 */
white-space: pre-wrap;
word-wrap: break-word;
}
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-viewer a.ne-link {
cursor: pointer;
}
.ne-viewer a.ne-link ne-text {
color: var(--yq-text-link);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer[data-viewer-mode='present'] ne-p {
line-height: unset;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer[data-viewer-mode='present'] ne-h1,
.ne-viewer[data-viewer-mode='present'] ne-h2,
.ne-viewer[data-viewer-mode='present'] ne-h3,
.ne-viewer[data-viewer-mode='present'] ne-h4,
.ne-viewer[data-viewer-mode='present'] ne-h5,
.ne-viewer[data-viewer-mode='present'] ne-h6 {
margin: 1.5rem 0;
font-weight: 500;
}
.ne-viewer[data-viewer-mode='present'] ne-h1 ne-text,
.ne-viewer[data-viewer-mode='present'] ne-h2 ne-text,
.ne-viewer[data-viewer-mode='present'] ne-h3 ne-text,
.ne-viewer[data-viewer-mode='present'] ne-h4 ne-text,
.ne-viewer[data-viewer-mode='present'] ne-h5 ne-text,
.ne-viewer[data-viewer-mode='present'] ne-h6 ne-text {
font-size: inherit !important;
line-height: inherit !important;
font-weight: inherit !important;
}
.ne-viewer[data-viewer-mode='present'] ne-h1 {
font-size: 3.2rem !important;
line-height: 4rem !important;
}
.ne-viewer[data-viewer-mode='present'] ne-h1 ne-heading-fold,
.ne-viewer[data-viewer-mode='present'] ne-h1 ne-heading-ext {
width: 4rem;
height: 4rem;
}
.ne-viewer[data-viewer-mode='present'] ne-h1 ne-heading-fold div.ne-icon,
.ne-viewer[data-viewer-mode='present'] ne-h1 ne-heading-ext div.ne-icon {
font-size: inherit !important;
}
.ne-viewer[data-viewer-mode='present'] ne-h2 {
font-size: 2.8rem !important;
line-height: 3.6rem !important;
}
.ne-viewer[data-viewer-mode='present'] ne-h2 ne-heading-fold,
.ne-viewer[data-viewer-mode='present'] ne-h2 ne-heading-ext {
width: 3.6rem;
height: 3.6rem;
}
.ne-viewer[data-viewer-mode='present'] ne-h2 ne-heading-fold div.ne-icon,
.ne-viewer[data-viewer-mode='present'] ne-h2 ne-heading-ext div.ne-icon {
font-size: inherit !important;
}
.ne-viewer[data-viewer-mode='present'] ne-h3 {
font-size: 2.4rem !important;
line-height: 3rem !important;
}
.ne-viewer[data-viewer-mode='present'] ne-h3 ne-heading-fold,
.ne-viewer[data-viewer-mode='present'] ne-h3 ne-heading-ext {
width: 3rem;
height: 3rem;
}
.ne-viewer[data-viewer-mode='present'] ne-h3 ne-heading-fold div.ne-icon,
.ne-viewer[data-viewer-mode='present'] ne-h3 ne-heading-ext div.ne-icon {
font-size: inherit !important;
}
.ne-viewer[data-viewer-mode='present'] ne-h4 {
font-size: 2.2rem !important;
line-height: 2.6rem !important;
}
.ne-viewer[data-viewer-mode='present'] ne-h4 ne-heading-fold,
.ne-viewer[data-viewer-mode='present'] ne-h4 ne-heading-ext {
width: 2.6rem;
height: 2.6rem;
}
.ne-viewer[data-viewer-mode='present'] ne-h4 ne-heading-fold div.ne-icon,
.ne-viewer[data-viewer-mode='present'] ne-h4 ne-heading-ext div.ne-icon {
font-size: inherit !important;
}
.ne-viewer[data-viewer-mode='present'] ne-h5,
.ne-viewer[data-viewer-mode='present'] ne-h6 {
font-size: 2rem !important;
line-height: 2.6rem !important;
}
.ne-viewer[data-viewer-mode='present'] ne-h5 ne-heading-fold,
.ne-viewer[data-viewer-mode='present'] ne-h6 ne-heading-fold,
.ne-viewer[data-viewer-mode='present'] ne-h5 ne-heading-ext,
.ne-viewer[data-viewer-mode='present'] ne-h6 ne-heading-ext {
width: 2.6rem;
height: 2.6rem;
}
.ne-viewer[data-viewer-mode='present'] ne-h5 ne-heading-fold div.ne-icon,
.ne-viewer[data-viewer-mode='present'] ne-h6 ne-heading-fold div.ne-icon,
.ne-viewer[data-viewer-mode='present'] ne-h5 ne-heading-ext div.ne-icon,
.ne-viewer[data-viewer-mode='present'] ne-h6 ne-heading-ext div.ne-icon {
font-size: inherit !important;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
ne-card[data-card-name='label'] {
top: -2px;
}
ne-card[data-card-name='label'] .ne-card-container {
width: 100%;
display: flex;
align-items: center;
}
ne-card[data-card-name='label'] .ne-card-label {
width: 100%;
}
ne-card[data-card-name='label'] .ne-card-label-text {
white-space: nowrap;
border-radius: 4px;
overflow: hidden;
text-overflow: ellipsis;
font-size: 12px;
line-height: 1.1;
padding: 0 0.2em;
margin: 0 0.2em;
border: 2px solid transparent;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='label'] .ne-card-label-text {
font-size: 21.6px;
}
.ne-label-color-0 {
color: var(--yq-red-9);
background: var(--yq-red-2);
}
.ne-label-color-1 {
color: var(--yq-yellow-9);
background: var(--yq-yellow-2);
}
.ne-label-color-2 {
color: var(--yq-pea-green-9);
background: var(--yq-pea-green-2);
}
.ne-label-color-3 {
color: var(--yq-yuque-grey-9);
background: var(--yq-yuque-grey-3);
}
.ne-label-color-4 {
color: var(--yq-blue-9);
background: var(--yq-blue-2);
}
.ne-label-color-5 {
color: var(--yq-sea-blue-9);
background: var(--yq-sea-blue-2);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer ne-card[data-card-name='hr'] {
padding: 18px 0;
}
.ne-viewer ne-card[data-card-name='hr'] .ne-hr {
width: 100%;
height: 2px;
background: var(--yq-bg-primary-hover-light);
border-top: 1px solid transparent;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-card[data-card-name='hr'] {
padding: 12px 0;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-card[data-card-name='hr'] .ne-hr {
height: 1px;
background: var(--yq-bg-primary-hover-light);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer[data-viewer-mode='present'] .ne-hr {
border: 0;
height: 4px;
background-color: var(--yq-bg-primary-hover-light);
margin: 1em 0;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer ne-card[data-card-type='inline'][data-card-name='image'] {
display: inline-block;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='image'] .ne-ui-image-maximize {
width: 3.2rem;
height: 3.2rem;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='image'] .ne-ui-image-maximize .ne-icon {
font-size: 1.8rem;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer ne-card[data-card-name='image'] {
height: auto;
}
.ne-paragraph-spacing-relax.ne-typography-classic.ne-viewer ne-card[data-card-name='image'] {
vertical-align: text-bottom;
margin-bottom: 0;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer ne-tli .ne-checkbox-cursor-default {
cursor: default;
}
.ne-viewer ne-tli ne-tli-i:hover .ant-checkbox-inner {
border-color: var(--yq-yuque-grey-5);
}
.ne-viewer ne-tli ne-tli-i.ant-checkbox-checked:hover .ant-checkbox-inner {
border-color: var(--yq-cardborder-selected);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer[data-viewer-mode='present'] ne-tli .ant-checkbox-inner {
width: 32px;
height: 32px;
}
.ne-viewer[data-viewer-mode='present'] ne-tli .ant-checkbox-checked .ant-checkbox-inner::after {
width: 12px;
height: 20px;
}
.ne-viewer[data-viewer-mode='present'] ne-uli,
.ne-viewer[data-viewer-mode='present'] ne-oli,
.ne-viewer[data-viewer-mode='present'] ne-tli {
margin-top: 1rem;
margin-bottom: 1rem;
}
.ne-viewer[data-viewer-mode='present'] ne-uli ne-oli-i,
.ne-viewer[data-viewer-mode='present'] ne-oli ne-oli-i,
.ne-viewer[data-viewer-mode='present'] ne-tli ne-oli-i,
.ne-viewer[data-viewer-mode='present'] ne-uli ne-uli-i,
.ne-viewer[data-viewer-mode='present'] ne-oli ne-uli-i,
.ne-viewer[data-viewer-mode='present'] ne-tli ne-uli-i,
.ne-viewer[data-viewer-mode='present'] ne-uli ne-tli-i,
.ne-viewer[data-viewer-mode='present'] ne-oli ne-tli-i,
.ne-viewer[data-viewer-mode='present'] ne-tli ne-tli-i {
text-align: left;
min-width: auto;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer[data-viewer-mode='present'] ne-text[ne-fontsize='12'],
.ne-viewer[data-viewer-mode='present'] ne-text[ne-fontsize='13'],
.ne-viewer[data-viewer-mode='present'] ne-text[ne-fontsize='13'],
.ne-viewer[data-viewer-mode='present'] ne-text[ne-fontsize='14'],
.ne-viewer[data-viewer-mode='present'] ne-text[ne-fontsize='15'],
.ne-viewer[data-viewer-mode='present'] ne-text[ne-fontsize='16'],
.ne-viewer[data-viewer-mode='present'] ne-text[ne-fontsize='19'],
.ne-viewer[data-viewer-mode='present'] ne-text[ne-fontsize='22'],
.ne-viewer[data-viewer-mode='present'] ne-text[ne-fontsize='24'],
.ne-viewer[data-viewer-mode='present'] ne-text[ne-fontsize='29'] {
font-size: 1.8rem;
line-height: 2.8rem;
}
.ne-viewer[data-viewer-mode='present'] ne-text[ne-fontsize='32'] {
font-size: 32px;
line-height: 2.8rem;
}
.ne-viewer[data-viewer-mode='present'] ne-text[ne-fontsize='40'] {
font-size: 40px;
}
.ne-viewer[data-viewer-mode='present'] ne-text[ne-fontsize='48'] {
font-size: 48px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer [ne-text-indent] > ne-card[data-card-name="image"] {
max-width: calc(100% - 2em);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer[data-viewer-mode='present'] ne-quote ne-p,
.ne-viewer[data-viewer-mode='present'] ne-quote ne-uli,
.ne-viewer[data-viewer-mode='present'] ne-quote ne-oli,
.ne-viewer[data-viewer-mode='present'] ne-quote ne-tli,
.ne-viewer[data-viewer-mode='present'] ne-quote ne-quote {
margin-top: 1rem;
margin-bottom: 1rem;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer [ne-sup],
.ne-viewer [ne-sub] {
z-index: initial;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer[data-viewer-mode='present'] ne-text[ne-sup],
.ne-viewer[data-viewer-mode='present'] ne-text[ne-sub] {
font-size: 75%;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer ne-table-hole.ne-max,
.ne-viewer ne-root-card-hole.ne-max {
background-color: var(--yq-bg-secondary);
overflow: auto;
margin: 0 !important;
padding: 20px;
}
.ne-viewer ne-table-hole,
.ne-viewer ne-root-card-hole {
display: block;
}
.ne-viewer ne-table-wrap {
width: max-content;
}
.ne-viewer ne-table-wrap.ne-ui-table-left-shadow::before {
margin-top: 0;
top: 14px;
}
.ne-viewer ne-table-wrap.ne-ui-table-right-shadow::after {
margin-top: 0;
top: 14px;
}
.ne-viewer ne-table-inner-wrap {
line-height: 0;
width: max-content;
max-width: 100%;
padding-top: 14px;
}
/* 内部卡片全屏样式处理 */
.ne-ui-max-view.ne-viewer ne-table-wrap:not(.ne-max) {
position: initial;
}
.ne-ui-max-view.ne-viewer ne-table-wrap:not(.ne-max) ne-table-inner-wrap {
position: initial;
}
.ne-ui-max-view.ne-viewer ne-table-wrap:not(.ne-max) ne-table-inner-wrap ne-table-box {
position: initial;
}
.ne-ui-max-view.ne-viewer ne-table-wrap:not(.ne-max) ne-table-inner-wrap ne-table-box table {
position: initial;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer[data-viewer-mode='present'] .ne-table {
width: 100% !important;
}
.ne-viewer[data-viewer-mode='present'] .ne-table .ne-tr {
height: 3.5rem;
}
.ne-viewer[data-viewer-mode='present'] .ne-table .ne-tr .ne-th,
.ne-viewer[data-viewer-mode='present'] .ne-table .ne-tr .ne-td {
font-size: 1.8rem;
line-height: 2.8rem;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer[data-viewer-mode='simple'] .ne-table {
width: 100%;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-viewer ne-card[data-card-name='file']:hover .ne-card-file,
.ne-viewer ne-card[data-card-name='file'].ne-card-hovered .ne-card-file {
background: rgba(95, 168, 246, 0.2);
}
.ne-viewer ne-card[data-card-name='file'] .ne-card-container {
width: 100%;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='file'] .ne-card-file {
height: auto;
line-height: 1.8rem;
font-size: 1.8rem;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='file'] .ne-card-file .ne-card-file-name {
font-size: 1.8rem;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='file'] .ne-card-file .ne-card-file-size {
font-size: 85%;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='file'] .ne-card-file .ne-icon {
font-size: 1em;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer[data-viewer-mode='simple'] ne-card[data-card-name='localdoc'] .ne-card-container[data-alias='embed'] {
height: auto !important;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='mention'] {
font-size: 1.8rem;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='mention'] .ne-ui-mention-link {
font-size: inherit;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer-hidden-copy-node {
opacity: 0;
width: 0;
height: 0;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='bookmarkInline'] .ne-card-bookmark-title-view .ne-card-bookmark-icon {
width: 1.8rem !important;
height: 1.8rem !important;
background-size: cover;
background-position: center;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='bookmarkInline'] .ne-card-bookmark-title-view .ne-card-bookmark-title {
font-size: 1.8rem;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='bookmark'] .ne-card-bookmark-card-view {
height: auto;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='bookmark'] .ne-card-bookmark-card-view .ne-card-bookmark-cover-img {
width: 8.4rem !important;
height: 8.4rem !important;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='bookmark'] .ne-card-bookmark-card-view .ne-card-bookmark-title,
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='bookmark'] .ne-card-bookmark-card-view .ne-card-bookmark-desc,
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='bookmark'] .ne-card-bookmark-card-view .ne-card-bookmark-belong {
font-size: 1.8rem;
line-height: 2.8rem;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer .ne-checkbox .ant-checkbox-inner {
cursor: default;
}
.ne-viewer .ne-checkbox:hover .ant-checkbox-inner {
border-color: var(--yq-yuque-grey-5);
}
.ne-viewer .ne-checkbox.ant-checkbox-checked:hover .ant-checkbox-inner {
border-color: var(--yq-cardborder-selected);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='checkbox'] .ne-checkbox .ant-checkbox-inner {
width: 32px;
height: 32px;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='checkbox'] .ne-checkbox.ant-checkbox-checked .ant-checkbox-inner::after {
width: 12px;
height: 20px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer ne-columns {
user-select: initial;
padding: 0 1px;
}
.ne-viewer ne-columns ne-column {
margin-right: 18px;
}
.ne-viewer ne-columns ne-column:last-child {
margin-right: 0;
}
/* 移动端的样式 */
.ne-viewer ne-columns.ne-columns-h5 {
flex-direction: column;
padding: 0;
}
.ne-viewer ne-columns.ne-columns-h5 ne-column {
margin: 0;
}
.ne-viewer ne-columns.ne-columns-h5 ne-column ne-column-controller {
display: none;
}
.ne-viewer ne-columns.ne-columns-h5 .columns-start-add,
.ne-viewer ne-columns.ne-columns-h5 .columns-end-add {
display: none;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/* stylelint-disable */
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/*!
本文件源码来源于老编辑器
定制了一些 codemirror 中内容的配色等基础样式,非特殊情况无需修改
*/
/* BASICS */
.CodeMirror {
/* Set height, width, borders, and global font properties here */
font-family: monospace;
color: var(--yq-black);
direction: ltr;
}
/* PADDING */
.CodeMirror-lines {
padding: 4px 0;
/* Vertical padding around content */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
padding: 0 4px;
/* Horizontal padding of content */
}
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
background-color: var(--yq-white);
/* The little square between H and V scrollbars */
}
/* GUTTER */
.CodeMirror-gutters {
border-right: 1px solid #ddd;
background-color: #f7f7f7;
white-space: nowrap;
}
.CodeMirror-linenumber {
padding: 0 3px 0 5px;
min-width: 20px;
text-align: right;
color: #999;
white-space: nowrap;
}
.CodeMirror-guttermarker {
color: var(--yq-black);
}
.CodeMirror-guttermarker-subtle {
color: #999;
}
/* CURSOR */
.CodeMirror-cursor {
border-left: 1px solid black;
border-right: none;
width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
width: auto;
border: 0 !important;
background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
z-index: 1;
}
.cm-fat-cursor .CodeMirror-line::selection,
.cm-fat-cursor .CodeMirror-line > span::selection,
.cm-fat-cursor .CodeMirror-line > span > span::selection {
background: transparent;
}
.cm-fat-cursor .CodeMirror-line::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span > span::-moz-selection {
background: transparent;
}
.cm-fat-cursor {
caret-color: transparent;
}
@-moz-keyframes blink {
50% {
background-color: transparent;
}
}
@-webkit-keyframes blink {
50% {
background-color: transparent;
}
}
@keyframes blink {
50% {
background-color: transparent;
}
}
/* Can style cursor different in overwrite (non-insert) mode */
.cm-tab {
display: inline-block;
text-decoration: inherit;
}
.CodeMirror-rulers {
position: absolute;
left: 0;
right: 0;
top: -50px;
bottom: 0;
overflow: hidden;
}
.CodeMirror-ruler {
border-left: 1px solid #ccc;
top: 0;
bottom: 0;
position: absolute;
}
/* DEFAULT THEME */
.cm-s-default .cm-header {
color: blue;
}
.cm-s-default .cm-quote {
color: #090;
}
.cm-negative {
color: #d44;
}
.cm-positive {
color: #292;
}
.cm-header,
.cm-strong {
font-weight: bold;
}
.cm-em {
font-style: italic;
}
.cm-link {
text-decoration: underline;
}
.cm-strikethrough {
text-decoration: line-through;
}
.cm-s-default .cm-keyword {
color: #708;
}
.cm-s-default .cm-atom {
color: #219;
}
.cm-s-default .cm-number {
color: #164;
}
.cm-s-default .cm-def {
color: #00f;
}
.cm-s-default .cm-variable-2 {
color: #05a;
}
.cm-s-default .cm-variable-3,
.cm-s-default .cm-type {
color: #085;
}
.cm-s-default .cm-comment {
color: #a50;
}
.cm-s-default .cm-string {
color: #a11;
}
.cm-s-default .cm-string-2 {
color: #f50;
}
.cm-s-default .cm-meta {
color: #555;
}
.cm-s-default .cm-qualifier {
color: #555;
}
.cm-s-default .cm-builtin {
color: #30a;
}
.cm-s-default .cm-bracket {
color: #997;
}
.cm-s-default .cm-tag {
color: #170;
}
.cm-s-default .cm-attribute {
color: #00c;
}
.cm-s-default .cm-hr {
color: #999;
}
.cm-s-default .cm-link {
color: #00c;
}
.cm-s-default .cm-error {
color: #f00;
}
.cm-invalidchar {
color: #f00;
}
.CodeMirror-composing {
border-bottom: 2px solid;
}
/* Default styles for common addons */
div.CodeMirror span.CodeMirror-matchingbracket {
color: #0b0;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
color: #a22;
}
.CodeMirror-matchingtag {
background: rgba(255, 150, 0, 0.3);
}
.CodeMirror-activeline-background {
background: #e8f2ff;
}
/* STOP */
/* The rest of this file contains styles related to the mechanics of
the editor. You probably shouldn't touch them. */
.CodeMirror {
position: relative;
overflow: hidden;
background: var(--yq-bg-primary);
}
.CodeMirror-scroll {
overflow: scroll !important;
/* Things will break if this is overridden */
/* 50px is the magic margin used to hide the element's real scrollbars */
/* See overflow: hidden in .CodeMirror */
margin-bottom: -50px;
margin-right: -50px;
padding-bottom: 50px;
height: 100%;
outline: none;
/* Prevent dragging from highlighting the element */
position: relative;
}
.CodeMirror-sizer {
position: relative;
border-right: 50px solid transparent;
}
/* The fake, visible scrollbars. Used to force redraw during scrolling
before actual scrolling happens, thus preventing shaking and
flickering artifacts. */
.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
position: absolute;
z-index: 6;
display: none;
outline: none;
}
.CodeMirror-vscrollbar {
right: 0;
top: 0;
overflow-x: hidden;
overflow-y: scroll;
}
.CodeMirror-hscrollbar {
bottom: 0;
left: 0;
overflow-y: hidden;
overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
right: 0;
bottom: 0;
}
.CodeMirror-gutter-filler {
left: 0;
bottom: 0;
}
.CodeMirror-gutters {
position: absolute;
left: 0;
top: 0;
min-height: 100%;
z-index: 3;
}
.CodeMirror-gutter {
white-space: normal;
height: 100%;
display: inline-block;
vertical-align: top;
margin-bottom: -50px;
}
.CodeMirror-gutter-wrapper {
position: absolute;
z-index: 4;
background: none !important;
border: none !important;
}
.CodeMirror-gutter-background {
position: absolute;
top: 0;
bottom: 0;
z-index: 4;
}
.CodeMirror-gutter-elt {
position: absolute;
cursor: default;
z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection {
background-color: transparent;
}
.CodeMirror-gutter-wrapper ::-moz-selection {
background-color: transparent;
}
.CodeMirror-lines {
cursor: text;
min-height: 1px;
/* prevents collapsing before first draw */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
/* Reset some styles that the rest of the page might have set */
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
border-width: 0;
background: transparent;
font-family: inherit;
font-size: inherit;
margin: 0;
white-space: pre;
word-wrap: normal;
line-height: inherit;
color: inherit;
z-index: 2;
position: relative;
overflow: visible;
-webkit-tap-highlight-color: transparent;
-webkit-font-variant-ligatures: contextual;
font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
word-wrap: break-word;
white-space: pre-wrap;
word-break: normal;
}
.CodeMirror-linebackground {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 0;
}
.CodeMirror-linewidget {
position: relative;
z-index: 2;
padding: 0.1px;
/* Force widget margins to stay inside of the container */
}
.CodeMirror-rtl pre {
direction: rtl;
}
.CodeMirror-code {
outline: none;
}
/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.CodeMirror-measure {
position: absolute;
width: 100%;
height: 0;
overflow: hidden;
visibility: hidden;
}
.CodeMirror-cursor {
position: absolute;
pointer-events: none;
}
.CodeMirror-measure pre {
position: static;
}
div.CodeMirror-cursors {
visibility: hidden;
position: relative;
z-index: 3;
}
div.CodeMirror-dragcursors {
visibility: visible;
}
.CodeMirror-focused div.CodeMirror-cursors {
visibility: visible;
}
.CodeMirror-selected {
background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected {
background: #d7d4f0;
}
.CodeMirror-crosshair {
cursor: crosshair;
}
.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
background: #d7d4f0;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
background: #d7d4f0;
}
.cm-searching {
background-color: #ffa;
background-color: rgba(255, 255, 0, 0.4);
}
/* Used to force a border model for a node */
.cm-force-border {
padding-right: 0.1px;
}
@media print {
/* Hide the cursor when printing */
.CodeMirror div.CodeMirror-cursors {
visibility: hidden;
}
}
/* See issue #2901 */
.cm-tab-wrap-hack:after {
content: '';
}
/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext {
background: none;
}
/*!
本文件源码来源于老编辑器
定制了一些 codemirror 中内容的配色等基础样式,非特殊情况无需修改
*/
.CodeMirror {
background: none;
/* 字体参照 github考虑和 14px 文字在一起排版,字号用 13px */
font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
font-size: 14px;
line-height: 1.45;
color: #595959;
direction: ltr;
}
.CodeMirror * {
box-sizing: unset;
}
.CodeMirror:hover .CodeMirror-scroll::-webkit-scrollbar-thumb,
.CodeMirror.CodeMirror-focused .CodeMirror-scroll::-webkit-scrollbar-thumb,
.CodeMirror:hover .CodeMirror-vscrollbar::-webkit-scrollbar-thumb,
.CodeMirror.CodeMirror-focused .CodeMirror-vscrollbar::-webkit-scrollbar-thumb,
.CodeMirror:hover .CodeMirror-hscrollbar::-webkit-scrollbar-thumb,
.CodeMirror.CodeMirror-focused .CodeMirror-hscrollbar::-webkit-scrollbar-thumb {
visibility: visible;
}
.CodeMirror .CodeMirror-scrollbar-filler,
.CodeMirror .CodeMirror-gutter-filler {
background: transparent;
}
.CodeMirror .CodeMirror-lines {
padding-bottom: 24px;
}
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.CodeMirror-gutters {
background: #FAFAFA;
border-color: #FAFAFA;
padding: 0 6px 0 6px;
}
.CodeMirror-scroll,
.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar {
scrollbar-color: var(--yq-yuque-grey-6) transparent;
}
.CodeMirror-scroll::-webkit-scrollbar,
.CodeMirror-vscrollbar::-webkit-scrollbar,
.CodeMirror-hscrollbar::-webkit-scrollbar {
background-color: transparent;
}
.CodeMirror-scroll::-webkit-scrollbar-corner,
.CodeMirror-vscrollbar::-webkit-scrollbar-corner,
.CodeMirror-hscrollbar::-webkit-scrollbar-corner {
background-color: transparent;
}
.CodeMirror-scroll::-webkit-scrollbar-thumb,
.CodeMirror-vscrollbar::-webkit-scrollbar-thumb,
.CodeMirror-hscrollbar::-webkit-scrollbar-thumb {
background-color: var(--yq-yuque-grey-6);
border-radius: 16px;
border: 3.5px solid transparent;
background-clip: content-box;
visibility: visible;
}
.CodeMirror-selected {
background: transparent;
}
.CodeMirror-focused .CodeMirror-selected {
background: rgba(27, 162, 227, 0.2);
}
.CodeMirror-crosshair {
cursor: crosshair;
}
.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
background: rgba(27, 162, 227, 0.2);
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
background: rgba(27, 162, 227, 0.2);
}
/* DEFAULT THEME (来源于老编辑器,定制了一套代码配色) */
.CodeMirror pre,
.box pre,
.editor .top-boxes pre,
.CodeMirror-gutter-wrapper pre {
color: #262626;
}
.CodeMirror-linenumber {
color: #afafaf;
}
.cm-s-default .cm-header {
color: blue;
}
.cm-s-default .cm-quote {
color: #090;
}
.cm-negative {
color: #d44;
}
.cm-positive {
color: #292;
}
.cm-header,
.cm-strong {
font-weight: bold;
}
.cm-em {
font-style: italic;
}
.cm-link {
text-decoration: underline;
}
.cm-strikethrough {
text-decoration: line-through;
}
/* 以 codemirror 默认为蓝本,部分颜色用 github 及 prism.js */
.cm-s-default .cm-keyword {
color: #d73a49;
}
/* use github */
.cm-s-default .cm-atom {
color: #905;
}
/* false null 等常量use prism.js */
.cm-s-default .cm-number {
color: #005cc5;
}
/* use github */
.cm-s-default .cm-def {
color: #005cc5;
}
/* use github */
.cm-s-default .cm-variable-2 {
color: #005cc5;
}
/* use github 蓝色 */
.cm-s-default .cm-variable-3,
.cm-s-default .cm-type {
color: #22863a;
}
/* use github 绿色 */
.cm-s-default .cm-comment {
color: #6a737d;
}
/* use github */
.cm-s-default .cm-string {
color: #690;
}
/* 单行字符串,用 prism 颜色 origin #a11; */
.cm-s-default .cm-string-2 {
color: #690;
}
/* 多行字符串,用 prism 颜色 origin #a11; */
.cm-s-default .cm-meta {
color: #1f7f9a;
}
/* c #include、java annotation 等,采用 vscode default light+ 颜色 */
.cm-s-default .cm-qualifier {
color: #555;
}
.cm-s-default .cm-builtin {
color: #6f42c1;
}
/* use github */
.cm-s-default .cm-bracket {
color: #997;
}
.cm-s-default .cm-tag {
color: #22863a;
}
/* html tag 名use github */
.cm-s-default .cm-attribute {
color: #6f42c1;
}
/* html tag 属性名use github */
.cm-s-default .cm-hr {
color: #999;
}
/* md 语法 */
.cm-s-default .cm-link {
color: #00c;
}
/* md 语法 */
.cm-s-default .cm-error {
color: #f00;
}
.cm-invalidchar {
color: #f00;
}
.cm-s-default .cm-operator {
color: #d73a49;
}
/* 用 github 颜色 */
.cm-s-default .cm-property {
color: #005cc5;
}
/* 用 github 蓝色,和 cm-def 一致 */
.CodeMirror-composing {
border-bottom: 2px solid;
}
.CodeMirror-code-name.code-name-placeholder {
color: #bfbfbf;
}
.CodeMirror-scroll {
margin-top: 12px;
}
.ne-codeblock[theme='default'] .ne-embed-nav {
background: #f5f5f5;
border-bottom: 1px solid #e8e8e8;
}
.ne-codeblock[theme='default'] .ne-embed-nav .ant-select-selection-item,
.ne-codeblock[theme='default'] .ne-embed-nav .CodeMirror-code-name,
.ne-codeblock[theme='default'] .ne-embed-nav .ne-icon-card-codeblock-more,
.ne-codeblock[theme='default'] .ne-embed-nav .ne-codeblock-copy,
.ne-codeblock[theme='default'] .ne-embed-nav .ne-codeblock-more-button,
.ne-codeblock[theme='default'] .ne-embed-nav .ne-codeblock-collapsed-button,
.ne-codeblock[theme='default'] .ne-embed-nav .ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
color: #595959;
}
.ne-codeblock[theme='default'] .ne-embed-nav .CodeMirror-code-name.code-name-placeholder {
color: #bfbfbf;
}
.ne-codeblock[theme='default'] .ne-embed-nav .ne-codeblock-mode-name {
color: #bfbfbf;
}
.ne-codeblock[theme='default'] .ne-codeblock-copy:hover,
.ne-codeblock[theme='default'] .ne-codeblock-more-button:hover,
.ne-codeblock[theme='default'] .ne-codeblock-collapsed-button:hover,
.ne-codeblock[theme='default'] .ne-codeblock-more-button.ne-codeblock-more-active,
.ne-codeblock[theme='default'] .ne-lang-select.ant-select:not(.ant-select-disabled):hover .ant-select-selector,
.ne-codeblock[theme='default'] .ne-lang-select.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
background-color: #e8e8e8;
border-color: transparent;
}
.cm-searching,
.CodeMirror-focused .CodeMirror-selected,
.CodeMirror-selected {
background-color: rgba(80, 153, 236, 0.5);
}
/* Default styles for common addons */
/* STOP */
.CodeMirror-light-line-wrap + .CodeMirror-light-line-wrap .CodeMirror-lightline-background,
.CodeMirror-light-line-wrap + .CodeMirror-light-line-wrap .CodeMirror-gutter-background.CodeMirror-light-line-gutter {
border-top: none;
}
.CodeMirror-collapsed-folded {
transform-origin: center;
transform: rotateZ(-90deg);
}
.ne-codeblock[theme='Darcula'] .CodeMirror-gutter-wrapper,
.ne-codeblock[theme='Darcula'] .CodeMirror-gutters,
.ne-codeblock[theme='Darcula'] .ne-codeblock,
.ne-codeblock[theme='Darcula'] .ne-codeblock-inner,
.ne-codeblock[theme='Darcula'] .ne-codeblock-content {
background: #2b2b2b;
}
.ne-codeblock[theme='Darcula'] .CodeMirror-cursor {
border-left-color: #aeaeae;
}
.ne-codeblock[theme='Darcula'] .CodeMirror pre,
.ne-codeblock[theme='Darcula'] .box pre,
.ne-codeblock[theme='Darcula'] .editor .top-boxes pre,
.ne-codeblock[theme='Darcula'] .CodeMirror-gutter-wrapper pre {
color: #cccccc;
}
.ne-codeblock[theme='Darcula'] .cm-keyword {
color: #d87e30;
}
.ne-codeblock[theme='Darcula'] .cm-atom {
color: #d87e30;
}
.ne-codeblock[theme='Darcula'] .box-html .cm-atom {
color: #a578b4;
}
.ne-codeblock[theme='Darcula'] .cm-def {
color: #ffc45a;
}
.ne-codeblock[theme='Darcula'] .cm-variable {
color: #cccccc;
}
.ne-codeblock[theme='Darcula'] .cm-variable-2 {
color: #cccccc;
}
.ne-codeblock[theme='Darcula'] .cm-variable-3 {
color: #ffc45a;
}
.ne-codeblock[theme='Darcula'] .cm-header {
color: #cccccc;
}
.ne-codeblock[theme='Darcula'] .cm-number {
color: #719fc5;
}
.ne-codeblock[theme='Darcula'] .cm-property {
color: #ffc45a;
}
.ne-codeblock[theme='Darcula'] .cm-attribute {
color: #cccccc;
}
.ne-codeblock[theme='Darcula'] .cm-builtin {
color: #cccccc;
}
.ne-codeblock[theme='Darcula'] .cm-qualifier {
color: #ffc45a;
}
.ne-codeblock[theme='Darcula'] .cm-operator {
color: #cccccc;
}
.ne-codeblock[theme='Darcula'] .cm-meta {
color: #cccccc;
}
.ne-codeblock[theme='Darcula'] .cm-string {
color: #628854;
}
.ne-codeblock[theme='Darcula'] .cm-string-2 {
color: #b45555;
}
.ne-codeblock[theme='Darcula'] .cm-tag {
color: #ffc45a;
}
.ne-codeblock[theme='Darcula'] .box-css .cm-tag {
color: #ffc45a;
}
.ne-codeblock[theme='Darcula'] .cm-tag.cm-bracket {
color: #ffc45a;
}
.ne-codeblock[theme='Darcula'] .cm-variable.cm-callee {
color: #39e62d;
}
.ne-codeblock[theme='Darcula'] .CodeMirror-linenumber {
color: #858585;
}
.ne-codeblock[theme='Darcula'] .CodeMirror-foldgutter-open.CodeMirror-guttermarker-subtle {
color: #696969;
}
.ne-codeblock[theme='Darcula'] .cm-comment {
color: #707070;
}
.ne-codeblock[theme='Darcula'] .CodeMirror-gutters {
border-color: transparent;
}
.ne-codeblock[theme='Darcula'] .ne-embed-nav {
background: #222222;
border-bottom: 1px solid #181818;
}
.ne-codeblock[theme='Darcula'] .ne-embed-nav .ant-select-selection-item,
.ne-codeblock[theme='Darcula'] .ne-embed-nav .CodeMirror-code-name,
.ne-codeblock[theme='Darcula'] .ne-embed-nav .ne-codeblock-copy,
.ne-codeblock[theme='Darcula'] .ne-embed-nav .ne-icon-card-codeblock-more,
.ne-codeblock[theme='Darcula'] .ne-embed-nav .ne-codeblock-more-button,
.ne-codeblock[theme='Darcula'] .ne-embed-nav .ne-codeblock-collapsed-button,
.ne-codeblock[theme='Darcula'] .ne-embed-nav .ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
color: #93999e;
}
.ne-codeblock[theme='Darcula'] .ne-embed-nav .CodeMirror-code-name.code-name-placeholder {
color: #484848;
}
.ne-codeblock[theme='Darcula'] .ne-embed-nav .ne-codeblock-mode-name {
color: rgba(147, 153, 158, 0.5);
}
.ne-codeblock[theme='Darcula'] .ant-divider-vertical {
border-color: #393939;
}
.ne-codeblock[theme='Darcula'] .ne-codeblock-copy:hover,
.ne-codeblock[theme='Darcula'] .ne-codeblock-more-button:hover,
.ne-codeblock[theme='Darcula'] .ne-codeblock-collapsed-button:hover,
.ne-codeblock[theme='Darcula'] .ne-codeblock-more-button.ne-codeblock-more-active,
.ne-codeblock[theme='Darcula'] .ne-lang-select.ant-select:not(.ant-select-disabled):hover .ant-select-selector,
.ne-codeblock[theme='Darcula'] .ne-lang-select.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
background-color: #393939;
border-color: transparent;
}
.ne-codeblock[theme='Night Owl'] .CodeMirror-gutter-wrapper,
.ne-codeblock[theme='Night Owl'] .CodeMirror-gutters,
.ne-codeblock[theme='Night Owl'] .ne-codeblock,
.ne-codeblock[theme='Night Owl'] .ne-codeblock-inner,
.ne-codeblock[theme='Night Owl'] .ne-codeblock-content {
background: #001628;
}
.ne-codeblock[theme='Night Owl'] .CodeMirror-cursor {
border-left-color: #80a4c3;
}
.ne-codeblock[theme='Night Owl'] .CodeMirror pre,
.ne-codeblock[theme='Night Owl'] .box pre,
.ne-codeblock[theme='Night Owl'] .editor .top-boxes pre,
.ne-codeblock[theme='Night Owl'] .CodeMirror-gutter-wrapper pre {
color: #d4deec;
}
.ne-codeblock[theme='Night Owl'] .cm-keyword {
color: #d18df0;
font-style: italic;
}
.ne-codeblock[theme='Night Owl'] .cm-atom {
color: #ff4571;
}
.ne-codeblock[theme='Night Owl'] .box-html .cm-atom {
color: #79a9ff;
}
.ne-codeblock[theme='Night Owl'] .cm-def {
color: #79a9ff;
font-style: italic;
}
.ne-codeblock[theme='Night Owl'] .cm-variable {
color: #5adeca;
font-style: italic;
}
.ne-codeblock[theme='Night Owl'] .cm-variable-2 {
color: #5adeca;
font-style: italic;
}
.ne-codeblock[theme='Night Owl'] .cm-variable-3 {
color: #bce666;
font-style: italic;
}
.ne-codeblock[theme='Night Owl'] .cm-header {
color: #d4deec;
}
.ne-codeblock[theme='Night Owl'] .cm-number {
color: #ff8563;
}
.ne-codeblock[theme='Night Owl'] .cm-property {
color: #79a9ff;
font-style: italic;
}
.ne-codeblock[theme='Night Owl'] .cm-attribute {
color: #bce666;
font-style: italic;
}
.ne-codeblock[theme='Night Owl'] .cm-builtin {
color: #ffd400;
font-style: italic;
}
.ne-codeblock[theme='Night Owl'] .cm-qualifier {
color: #bce666;
font-style: italic;
}
.ne-codeblock[theme='Night Owl'] .cm-operator {
color: #d18df0;
}
.ne-codeblock[theme='Night Owl'] .cm-meta {
color: #bce666;
}
.ne-codeblock[theme='Night Owl'] .cm-string {
color: #f3c384;
}
.ne-codeblock[theme='Night Owl'] .cm-string-2 {
color: #7d5959;
}
.ne-codeblock[theme='Night Owl'] .cm-tag {
color: #c1ede6;
}
.ne-codeblock[theme='Night Owl'] .box-css .cm-tag {
color: #ff545c;
}
.ne-codeblock[theme='Night Owl'] .cm-tag.cm-bracket {
color: #5adeca;
}
.ne-codeblock[theme='Night Owl'] .cm-variable.cm-callee {
color: #39e62d;
}
.ne-codeblock[theme='Night Owl'] .CodeMirror-linenumber {
color: #858585;
}
.ne-codeblock[theme='Night Owl'] .CodeMirror-guttermarker-subtle {
color: #ffffff;
}
.ne-codeblock[theme='Night Owl'] .cm-comment {
color: #5e7877;
}
.ne-codeblock[theme='Night Owl'] .CodeMirror-gutters {
border-color: transparent;
}
.ne-codeblock[theme='Night Owl'] .ne-embed-nav {
background: #000c18;
border-bottom: 1px solid #00070e;
}
.ne-codeblock[theme='Night Owl'] .ne-embed-nav .ant-select-selection-item,
.ne-codeblock[theme='Night Owl'] .ne-embed-nav .ne-icon-card-codeblock-more,
.ne-codeblock[theme='Night Owl'] .ne-embed-nav .CodeMirror-code-name,
.ne-codeblock[theme='Night Owl'] .ne-embed-nav .ne-codeblock-copy,
.ne-codeblock[theme='Night Owl'] .ne-embed-nav .ne-codeblock-more-button,
.ne-codeblock[theme='Night Owl'] .ne-embed-nav .ne-codeblock-collapsed-button,
.ne-codeblock[theme='Night Owl'] .ne-embed-nav .ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
color: #ccd3db;
}
.ne-codeblock[theme='Night Owl'] .ne-embed-nav .CodeMirror-code-name.code-name-placeholder {
color: #484848;
}
.ne-codeblock[theme='Night Owl'] .ne-embed-nav .ne-codeblock-mode-name {
color: rgba(147, 153, 158, 0.5);
}
.ne-codeblock[theme='Night Owl'] .ant-divider-vertical {
border-color: #1f2a36;
}
.ne-codeblock[theme='Night Owl'] .ne-codeblock-copy:hover,
.ne-codeblock[theme='Night Owl'] .ne-codeblock-more-button:hover,
.ne-codeblock[theme='Night Owl'] .ne-codeblock-collapsed-button:hover,
.ne-codeblock[theme='Night Owl'] .ne-codeblock-more-button.ne-codeblock-more-active,
.ne-codeblock[theme='Night Owl'] .ne-lang-select.ant-select:not(.ant-select-disabled):hover .ant-select-selector,
.ne-codeblock[theme='Night Owl'] .ne-lang-select.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
background-color: #1f2a36;
border-color: transparent;
}
.ne-codeblock[theme='One Dark Pro'] .CodeMirror-gutter-wrapper,
.ne-codeblock[theme='One Dark Pro'] .CodeMirror-gutters,
.ne-codeblock[theme='One Dark Pro'],
.ne-codeblock[theme='One Dark Pro'] .ne-codeblock-inner,
.ne-codeblock[theme='One Dark Pro'] .ne-codeblock-content {
background: #272c35;
}
.ne-codeblock[theme='One Dark Pro'] .CodeMirror-cursor {
border-left-color: #528bf7;
}
.ne-codeblock[theme='One Dark Pro'] .CodeMirror pre,
.ne-codeblock[theme='One Dark Pro'] .box pre,
.ne-codeblock[theme='One Dark Pro'] .editor .top-boxes pre,
.ne-codeblock[theme='One Dark Pro'] .CodeMirror-gutter-wrapper pre {
color: #a9b2c0;
}
.ne-codeblock[theme='One Dark Pro'] .cm-keyword {
color: #d371e3;
}
.ne-codeblock[theme='One Dark Pro'] .cm-atom {
color: #da985c;
}
.ne-codeblock[theme='One Dark Pro'] .box-html .cm-atom {
color: #f06372;
}
.ne-codeblock[theme='One Dark Pro'] .cm-def {
color: #ebbf6f;
}
.ne-codeblock[theme='One Dark Pro'] .cm-variable {
color: #f06372;
}
.ne-codeblock[theme='One Dark Pro'] .cm-variable-2 {
color: #f06372;
font-style: italic;
}
.ne-codeblock[theme='One Dark Pro'] .cm-variable-3 {
color: #1db8c4;
}
.ne-codeblock[theme='One Dark Pro'] .cm-header {
color: #a9b2c0;
}
.ne-codeblock[theme='One Dark Pro'] .cm-number {
color: #da985c;
}
.ne-codeblock[theme='One Dark Pro'] .cm-property {
color: #43b0f5;
}
.ne-codeblock[theme='One Dark Pro'] .cm-attribute {
color: #da985c;
}
.ne-codeblock[theme='One Dark Pro'] .cm-builtin {
color: #43b0f5;
}
.ne-codeblock[theme='One Dark Pro'] .cm-qualifier {
color: #da985c;
}
.ne-codeblock[theme='One Dark Pro'] .cm-operator {
color: #1db8c4;
}
.ne-codeblock[theme='One Dark Pro'] .cm-meta {
color: #1db8c4;
}
.ne-codeblock[theme='One Dark Pro'] .cm-string {
color: #8bc56f;
}
.ne-codeblock[theme='One Dark Pro'] .cm-string-2 {
color: #8bc56f;
}
.ne-codeblock[theme='One Dark Pro'] .cm-tag {
color: #f06372;
}
.ne-codeblock[theme='One Dark Pro'] .box-css .cm-tag {
color: #f06372;
}
.ne-codeblock[theme='One Dark Pro'] .cm-tag.cm-bracket {
color: #a9b2c0;
}
.ne-codeblock[theme='One Dark Pro'] .cm-variable.cm-callee {
color: #357e30;
}
.ne-codeblock[theme='One Dark Pro'] .CodeMirror-linenumber {
color: #777b83;
}
.ne-codeblock[theme='One Dark Pro'] .CodeMirror-guttermarker-subtle {
color: #ffffff;
}
.ne-codeblock[theme='One Dark Pro'] .cm-comment {
color: #7e848f;
}
.ne-codeblock[theme='One Dark Pro'] .CodeMirror-gutters {
border-color: transparent;
}
.ne-codeblock[theme='One Dark Pro'] .ne-embed-nav {
background: #242933;
border-bottom: 1px solid #191e25;
}
.ne-codeblock[theme='One Dark Pro'] .ne-embed-nav .ant-select-selection-item,
.ne-codeblock[theme='One Dark Pro'] .ne-embed-nav .ne-icon-card-codeblock-more,
.ne-codeblock[theme='One Dark Pro'] .ne-embed-nav .ne-codeblock-copy,
.ne-codeblock[theme='One Dark Pro'] .ne-embed-nav .CodeMirror-code-name,
.ne-codeblock[theme='One Dark Pro'] .ne-embed-nav .ne-codeblock-more-button,
.ne-codeblock[theme='One Dark Pro'] .ne-embed-nav .ne-codeblock-collapsed-button,
.ne-codeblock[theme='One Dark Pro'] .ne-embed-nav .ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
color: #adb1b9;
}
.ne-codeblock[theme='One Dark Pro'] .ne-embed-nav .CodeMirror-code-name.code-name-placeholder {
color: #484848;
}
.ne-codeblock[theme='One Dark Pro'] .ne-embed-nav .ne-codeblock-mode-name {
color: rgba(173, 177, 185, 0.5);
}
.ne-codeblock[theme='One Dark Pro'] .ant-divider-vertical {
border-color: #3c424d;
}
.ne-codeblock[theme='One Dark Pro'] .ne-codeblock-copy:hover,
.ne-codeblock[theme='One Dark Pro'] .ne-codeblock-more-button:hover,
.ne-codeblock[theme='One Dark Pro'] .ne-codeblock-collapsed-button:hover,
.ne-codeblock[theme='One Dark Pro'] .ne-codeblock-more-button.ne-codeblock-more-active,
.ne-codeblock[theme='One Dark Pro'] .ne-lang-select.ant-select:not(.ant-select-disabled):hover .ant-select-selector,
.ne-codeblock[theme='One Dark Pro'] .ne-lang-select.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
background-color: #3c424d;
border-color: transparent;
}
.ne-codeblock[theme='Github Light'] .CodeMirror-gutter-wrapper,
.ne-codeblock[theme='Github Light'] .CodeMirror-gutters,
.ne-codeblock[theme='Github Light'] .ne-codeblock,
.ne-codeblock[theme='Github Light'] .ne-codeblock-inner,
.ne-codeblock[theme='Github Light'] .ne-codeblock-content {
background: #ffffff;
}
.ne-codeblock[theme='Github Light'] .CodeMirror-cursor {
border-left-color: #286ada;
}
.ne-codeblock[theme='Github Light'] .CodeMirror pre,
.ne-codeblock[theme='Github Light'] .box pre,
.ne-codeblock[theme='Github Light'] .editor .top-boxes pre,
.ne-codeblock[theme='Github Light'] .CodeMirror-gutter-wrapper pre {
color: #262c31;
}
.ne-codeblock[theme='Github Light'] .cm-keyword {
color: #e10023;
}
.ne-codeblock[theme='Github Light'] .cm-atom {
color: #004fb4;
}
.ne-codeblock[theme='Github Light'] .box-html .cm-atom {
color: #004fb4;
}
.ne-codeblock[theme='Github Light'] .cm-def {
color: #a13000;
}
.ne-codeblock[theme='Github Light'] .cm-variable {
color: #232930;
}
.ne-codeblock[theme='Github Light'] .cm-variable-2 {
color: #a13000;
}
.ne-codeblock[theme='Github Light'] .cm-variable-3 {
color: #004fb4;
}
.ne-codeblock[theme='Github Light'] .cm-header {
color: #232930;
}
.ne-codeblock[theme='Github Light'] .cm-number {
color: #004fb4;
}
.ne-codeblock[theme='Github Light'] .cm-property {
color: #8c48e7;
}
.ne-codeblock[theme='Github Light'] .cm-attribute {
color: #004fb4;
}
.ne-codeblock[theme='Github Light'] .cm-builtin {
color: #004fb4;
}
.ne-codeblock[theme='Github Light'] .cm-qualifier {
color: #004fb4;
}
.ne-codeblock[theme='Github Light'] .cm-operator {
color: #e10023;
}
.ne-codeblock[theme='Github Light'] .cm-meta {
color: #004fb4;
}
.ne-codeblock[theme='Github Light'] .cm-string {
color: #002f6d;
}
.ne-codeblock[theme='Github Light'] .cm-string-2 {
color: #7d5959;
}
.ne-codeblock[theme='Github Light'] .cm-tag {
color: #006520;
}
.ne-codeblock[theme='Github Light'] .box-css .cm-tag {
color: #006520;
}
.ne-codeblock[theme='Github Light'] .cm-tag.cm-bracket {
color: #232930;
}
.ne-codeblock[theme='Github Light'] .cm-variable.cm-callee {
color: #3ef231;
}
.ne-codeblock[theme='Github Light'] .CodeMirror-linenumber {
color: #8e9499;
}
.ne-codeblock[theme='Github Light'] .CodeMirror-guttermarker-subtle {
color: #ffffff;
}
.ne-codeblock[theme='Github Light'] .cm-comment {
color: #6c7782;
}
.ne-codeblock[theme='Github Light'] .CodeMirror-gutters {
border-color: transparent;
}
.ne-codeblock[theme='Github Light'] .ne-embed-nav {
background: #f8f8f8;
border-bottom: 1px solid #f0f0f0;
}
.ne-codeblock[theme='Github Light'] .ne-embed-nav .ant-select-selection-item,
.ne-codeblock[theme='Github Light'] .ne-embed-nav .CodeMirror-code-name,
.ne-codeblock[theme='Github Light'] .ne-embed-nav .ne-icon-card-codeblock-more,
.ne-codeblock[theme='Github Light'] .ne-embed-nav .ne-codeblock-more-button,
.ne-codeblock[theme='Github Light'] .ne-embed-nav .ne-codeblock-collapsed-button,
.ne-codeblock[theme='Github Light'] .ne-embed-nav .ne-codeblock-copy,
.ne-codeblock[theme='Github Light'] .ne-embed-nav .ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
color: #8c8c8c;
}
.ne-codeblock[theme='Github Light'] .ne-embed-nav .CodeMirror-code-name.code-name-placeholder {
color: #bfbfbf;
}
.ne-codeblock[theme='Github Light'] .ne-embed-nav .ne-codeblock-mode-name {
color: #bfbfbf;
}
.ne-codeblock[theme='Github Light'] .ne-codeblock-copy:hover,
.ne-codeblock[theme='Github Light'] .ne-codeblock-more-button:hover,
.ne-codeblock[theme='Github Light'] .ne-codeblock-collapsed-button:hover,
.ne-codeblock[theme='Github Light'] .ne-codeblock-more-button.ne-codeblock-more-active,
.ne-codeblock[theme='Github Light'] .ne-lang-select.ant-select:not(.ant-select-disabled):hover .ant-select-selector,
.ne-codeblock[theme='Github Light'] .ne-lang-select.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
background-color: #eeeeee;
border-color: transparent;
}
.ne-codeblock[theme='Bracket Lights Pro'] .CodeMirror-gutter-wrapper,
.ne-codeblock[theme='Bracket Lights Pro'] .CodeMirror-gutters,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-codeblock,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-codeblock-inner,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-codeblock-content {
background: #fdfdfd;
}
.ne-codeblock[theme='Bracket Lights Pro'] .CodeMirror-cursor {
border-left-color: #000000;
}
.ne-codeblock[theme='Bracket Lights Pro'] .CodeMirror pre,
.ne-codeblock[theme='Bracket Lights Pro'] .box pre,
.ne-codeblock[theme='Bracket Lights Pro'] .editor .top-boxes pre,
.ne-codeblock[theme='Bracket Lights Pro'] .CodeMirror-gutter-wrapper pre {
color: #363636;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-keyword {
color: #2869c9;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-atom {
color: #f78000;
}
.ne-codeblock[theme='Bracket Lights Pro'] .box-html .cm-atom {
color: #353535;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-def {
color: #9020cc;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-variable {
color: #353535;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-variable-2 {
color: #353535;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-variable-3 {
color: #535353;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-header {
color: #353535;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-number {
color: #668800;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-property {
color: #353535;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-attribute {
color: #668800;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-builtin {
color: #2869c9;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-qualifier {
color: #2869c9;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-operator {
color: #2869c9;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-meta {
color: #353535;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-string {
color: #f78000;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-string-2 {
color: #7d5959;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-tag {
color: #2869c9;
}
.ne-codeblock[theme='Bracket Lights Pro'] .box-css .cm-tag {
color: #2869c9;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-tag.cm-bracket {
color: #2869c9;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-variable.cm-callee {
color: #3ef231;
}
.ne-codeblock[theme='Bracket Lights Pro'] .CodeMirror-linenumber {
color: #bfbfbf;
}
.ne-codeblock[theme='Bracket Lights Pro'] .CodeMirror-guttermarker-subtle {
color: #ffffff;
}
.ne-codeblock[theme='Bracket Lights Pro'] .cm-comment {
color: #00a961;
}
.ne-codeblock[theme='Bracket Lights Pro'] .CodeMirror-gutters {
border-color: transparent;
}
.ne-codeblock[theme='Bracket Lights Pro'] .ne-embed-nav {
background: #f8f8f8;
border-bottom: 1px solid #f0f0f0;
}
.ne-codeblock[theme='Bracket Lights Pro'] .ne-embed-nav .ant-select-selection-item,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-embed-nav .CodeMirror-code-name,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-embed-nav .ne-codeblock-copy,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-embed-nav .ne-icon-card-codeblock-more,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-embed-nav .ne-codeblock-more-button,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-embed-nav .ne-codeblock-collapsed-button,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-embed-nav .ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
color: #8c8c8c;
}
.ne-codeblock[theme='Bracket Lights Pro'] .ne-embed-nav .CodeMirror-code-name.code-name-placeholder {
color: #bfbfbf;
}
.ne-codeblock[theme='Bracket Lights Pro'] .ne-embed-nav .ne-codeblock-mode-name {
color: rgba(140, 140, 140, 0.5);
}
.ne-codeblock[theme='Bracket Lights Pro'] .ne-codeblock-copy:hover,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-codeblock-more-button:hover,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-codeblock-collapsed-button:hover,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-codeblock-more-button.ne-codeblock-more-active,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-lang-select.ant-select:not(.ant-select-disabled):hover .ant-select-selector,
.ne-codeblock[theme='Bracket Lights Pro'] .ne-lang-select.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
background-color: #eeeeee;
border-color: transparent;
}
[data-card-name='codeblock'] {
height: auto !important;
}
.ne-engine .ne-codeblock {
padding-top: 5px;
padding-bottom: 0;
}
.ne-codeblock {
position: relative;
overflow: visible;
text-indent: 0;
background: #FAFAFA;
padding-top: 5px;
padding-bottom: 0;
}
.ne-codeblock .ne-codeblock-content.ne-code,
.ne-codeblock .ne-codeblock-inner {
padding-top: 5px;
}
.ne-codeblock.hide-toolbar .ne-codeblock-content.ne-code,
.ne-codeblock.hide-toolbar .ne-codeblock-inner {
padding: unset;
}
.ne-codeblock.ne-codeblock-collapsed {
min-height: 38px;
padding-bottom: 0;
}
.ne-codeblock.ne-codeblock-collapsed .ne-embed-nav {
border-bottom: none;
}
.ne-codeblock .ne-embed-nav {
padding: 0 11px;
height: 38px;
}
.ne-codeblock .ne-embed-nav .start-nav {
height: 38px;
line-height: 38px;
}
.ne-codeblock .CodeMirror-code-name {
flex: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ne-codeblock .CodeMirror-code-name .ant-input {
margin: 0 4px;
max-width: 200px;
user-select: all;
color: var(--yq-text-primary);
}
.ne-codeblock .CodeMirror-code-name > .normal {
padding-left: 14px;
}
.ne-editor .ne-codeblock .CodeMirror-code-name > .normal {
cursor: pointer;
}
.ne-codeblock-content {
position: relative;
z-index: 2;
background: #FAFAFA;
}
.ne-codeblock-more-menu.ant-menu-vertical > .ant-menu-submenu {
color: #585A5A;
}
.ne-codeblock-more-menu.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title {
height: 32px;
line-height: 36px;
color: #585A5A;
}
.ne-codeblock-more-menu.ant-menu-vertical > .ant-menu-submenu .ant-menu-submenu-arrow {
color: #585A5A;
margin-top: 1px;
}
.ne-codeblock-more-submenu {
width: 97px;
}
.ne-codeblock-more-submenu .ant-menu-vertical.ant-menu-sub,
.ne-codeblock-more-submenu .ant-menu-vertical-left.ant-menu-sub,
.ne-codeblock-more-submenu .ant-menu-vertical-right.ant-menu-sub {
width: 100%;
max-width: 100%;
min-width: 100%;
}
.ne-codeblock-more-submenu .ant-menu-item-only-child {
padding-left: 40px;
color: #585A5A;
background-color: transparent;
}
.ne-codeblock-more-submenu .ant-menu-item-only-child:hover {
background-color: rgba(245, 245, 245, 0.17);
}
.ne-codeblock-more-submenu .ant-menu-item-only-child .ant-menu-title-content {
color: #585A5A;
}
.ne-codeblock-more-submenu .ant-menu-item-only-child.active {
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h16v16H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath stroke='%23595959' stroke-width='1.375' stroke-linecap='round' stroke-linejoin='round' mask='url(%23b)' d='m1.688 7.861 4.302 4.264 8.323-8.25'/%3E%3C/g%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: 12px center;
transition: none;
}
.ne-codeblock-overlay {
/* Popover 最小高度以及默认边距都太大了,不符合当前场景 */
}
.ne-codeblock-overlay.ant-popover .ant-popover-content {
min-width: 156px;
}
.ne-codeblock-overlay .ant-popover-inner-content {
padding: 1px 0;
}
.ne-codeblock-overlay .ant-menu.ant-menu-vertical .ant-menu-item.ne-codeblock-more-item {
margin-top: 4px;
padding: 16px;
height: 36px;
color: var(--yq-yuque-grey-900);
font-size: 14px;
line-height: 20px;
display: flex;
justify-content: space-between;
align-items: center;
cursor: default !important;
}
.ne-codeblock-overlay .ant-menu.ant-menu-vertical .ant-menu-item.ne-codeblock-more-item:hover {
background: none !important;
}
.ne-codeblock-overlay .ne-codeblock-more-item-switch {
margin-left: 40px;
}
.ne-codeblock-height-limit .cm-scroller {
max-height: 3936px;
}
@media print {
.ne-codeblock-height-limit .CodeMirror-scroll {
max-height: 11808px;
}
}
.CodeMirror-scroll {
min-height: 50px;
}
.ne-codeblock-collapsed-button,
.ne-codeblock-more-button {
height: 24px;
width: 24px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.3s;
cursor: pointer;
}
.ne-codeblock-collapsed-button:hover,
.ne-codeblock-more-button:hover,
.ne-codeblock-collapsed-button.ne-codeblock-more-active,
.ne-codeblock-more-button.ne-codeblock-more-active {
background-color: var(--yq-yuque-grey-4);
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
word-break: normal;
}
.ne-code-popup .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
background-color: transparent;
font-weight: normal;
}
.ne-code-popup .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-content {
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h16v16H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath stroke='%23595959' stroke-width='1.375' stroke-linecap='round' stroke-linejoin='round' mask='url(%23b)' d='m1.688 7.861 4.302 4.264 8.323-8.25'/%3E%3C/g%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: 0 center;
}
.ne-code-popup .ant-select-item-option-content {
padding-left: 24px;
}
.ne-code-popup.ne-code-popup-default,
.ne-code-popup.ne-code-popup-GithubLight,
.ne-code-popup.ne-code-popup-BracketLightsPro {
background-color: #fff !important;
border: none;
box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.13), 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 4px rgba(0, 0, 0, 0.04);
}
.ne-code-popup.ne-code-popup-default .ant-select-item,
.ne-code-popup.ne-code-popup-GithubLight .ant-select-item,
.ne-code-popup.ne-code-popup-BracketLightsPro .ant-select-item {
color: #585A5A;
}
.ne-code-popup.ne-code-popup-OneDarkPro,
.ne-code-popup.ne-code-popup-NightOwl,
.ne-code-popup.ne-code-popup-Darcula {
color: hsla(0, 0%, 100%, 0.88);
background-color: #1F1F1F !important;
border: 1px solid hsla(0, 0%, 100%, 0.12) !important;
box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.13), 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 4px rgba(0, 0, 0, 0.04);
}
.ne-code-popup.ne-code-popup-OneDarkPro .ant-select-item-option-active:not(.ant-select-item-option-disabled),
.ne-code-popup.ne-code-popup-NightOwl .ant-select-item-option-active:not(.ant-select-item-option-disabled),
.ne-code-popup.ne-code-popup-Darcula .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
background: none;
}
.ne-code-popup.ne-code-popup-OneDarkPro .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-content,
.ne-code-popup.ne-code-popup-NightOwl .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-content,
.ne-code-popup.ne-code-popup-Darcula .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-content {
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h16v16H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath stroke='rgba%28255%2C%20255%2C%20255%2C%200.88%29' stroke-width='1.375' stroke-linecap='round' stroke-linejoin='round' mask='url(%23b)' d='m1.688 7.861 4.302 4.264 8.323-8.25'/%3E%3C/g%3E%3C/svg%3E");
}
.ne-code-popup.ne-code-popup-OneDarkPro .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-content,
.ne-code-popup.ne-code-popup-NightOwl .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-content,
.ne-code-popup.ne-code-popup-Darcula .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-content {
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h16v16H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath stroke='rgba%28255%2C%20255%2C%20255%2C%200.88%29' stroke-width='1.375' stroke-linecap='round' stroke-linejoin='round' mask='url(%23b)' d='m1.688 7.861 4.302 4.264 8.323-8.25'/%3E%3C/g%3E%3C/svg%3E");
}
.ne-code-popup.ne-code-popup-OneDarkPro .ant-select-item,
.ne-code-popup.ne-code-popup-NightOwl .ant-select-item,
.ne-code-popup.ne-code-popup-Darcula .ant-select-item {
color: hsla(0, 0%, 100%, 0.88);
}
.ne-code-popup.ne-code-popup-OneDarkPro .ant-select-item:hover,
.ne-code-popup.ne-code-popup-NightOwl .ant-select-item:hover,
.ne-code-popup.ne-code-popup-Darcula .ant-select-item:hover {
background-color: hsla(0, 0%, 100%, 0.12);
}
.ne-codeblock-loading {
color: #b1b1b1;
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -25px;
}
.ne-viewer .ne-viewer-body ne-card[data-card-name="codeblock"] .cm-scroller {
padding-bottom: 5px;
}
.ne-viewer .ne-viewer-body ne-card[data-card-name="codeblock"] .ne-codeblock-inner ::selection {
background: rgba(80, 153, 236, 0.5) !important;
}
.ne-viewer .ne-viewer-body ne-card[data-card-name="codeblock"] .ne-codeblock-inner .cm-selectionBackground {
background: transparent !important;
}
.ne-code-viewer {
width: 100%;
height: auto !important;
background: #FAFAFA;
position: relative;
}
.ne-code-viewer:hover .ne-codeblock-copy-icon {
display: block;
}
.ne-code-viewer .ne-codeblock-copy-icon {
position: absolute;
right: 5px;
top: 5px;
height: 24px;
width: 24px;
z-index: 3;
cursor: pointer;
display: none;
}
.ne-code-viewer .ne-codeblock-copy-icon:hover {
opacity: 0.9;
}
.ne-code-viewer .ne-codeblock-inner {
position: relative;
z-index: 2;
background: #FAFAFA;
}
.ne-code-viewer .ne-codeblock-inner .cm-lineNumbers .cm-gutterElement {
padding-left: 15px;
}
.ne-code-viewer .ne-codeblock-height-limit .CodeMirror-scroll {
max-height: 12600px;
}
.ne-code-viewer .CodeMirror-scroll {
min-height: 50px;
}
.ne-code-viewer .CodeMirror-linenumber {
user-select: none;
}
.ne-code-viewer .ne-codeblock-mode-name {
padding-right: 6px;
font-size: 14px;
color: #8a8f8d;
}
.ne-code-viewer .CodeMirror-cursors {
display: none !important;
}
.ne-code-viewer .ne-codeblock-copy {
padding: 0 6px;
font-size: 14px;
line-height: 24px;
height: 24px;
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
}
.ne-code-viewer .ne-codeblock-copy .ne-icon.ne-icon-copy {
margin-right: 4px;
}
.ne-code-viewer .ne-codeblock-copy.small-mode .ne-icon.ne-icon-copy {
margin-right: 0;
}
.ne-code-viewer .ne-codeblock-copy:hover {
background: var(--yq-yuque-grey-4);
border-radius: 4px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='codeblock'] {
font-size: inherit;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='codeblock'] .ne-embed-nav {
padding-right: 1.5rem;
line-height: 1.3rem;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='codeblock'] .ne-codeblock-mode-name {
font-size: 1rem;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='codeblock'] .ne-codeblock-copy {
font-size: 1rem;
padding: 0 0.2em;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='codeblock'] .ne-codeblock-copy:hover {
border-radius: 0.2rem;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='codeblock'] .ne-codeblock-copy .ne-icon {
font-size: 1rem;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='codeblock'] pre {
font-size: 1.5rem;
line-height: 2rem;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='codeblock'] .CodeMirror-linenumber {
font-size: 1.2rem;
line-height: 2rem;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='codeblock'] .cm-scroller {
font-size: inherit;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-v-codeblock-hold {
position: absolute;
z-index: -1;
width: 0;
height: 0;
overflow: hidden;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer ne-card[data-card-name='textDiagram'] .ne-card-container {
overflow: auto;
min-height: 100px;
}
.ne-viewer ne-card[data-card-name='textDiagram'] .ne-text-diagram-viewer {
display: flex;
}
.ne-viewer ne-card[data-card-name='textDiagram'] img {
margin: 0 auto;
max-width: 100%;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-card-calendar-schedule-panel-title {
font-size: 18px;
color: var(--yq-text-body);
max-height: 86px;
overflow-y: auto;
}
.ne-card-calendar-schedule-panel-date,
.ne-card-calendar-schedule-panel-desc {
font-size: 12px;
color: var(--yq-text-body);
}
.ne-card-calendar-schedule-panel-date {
height: 20px;
display: flex;
align-items: center;
}
.ne-card-calendar-schedule-panel-date-split {
padding: 0 7px;
}
.ne-card-calendar-schedule-panel-desc {
max-height: 74px;
overflow-y: auto;
}
.ne-card-calendar-schedule-panel-icon-calendar-v {
margin-top: 1px;
}
.ne-card-calendar-schedule-panel-icon-desc-v {
margin-top: 1px;
}
.ne-card-calendar-schedule-panel-margin-top {
margin-top: 6px;
}
.ne-card-calendar-schedule-panel-color {
width: 8px;
height: 8px;
margin-top: 9px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer ne-card[data-card-name='calendar'] {
user-select: none;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell {
min-height: 10rem;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='calendar'] .ne-card-calendar-content-box-row-cell-date-text {
font-size: 1.6rem;
width: 2.2rem;
height: 2.2rem;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='calendar'] .ne-card-calendar-content-week-names-item {
font-size: 1.6rem;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='calendar'] .ne-card-calendar-header-month-selector-date,
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='calendar'] .ne-card-calendar-header-month-selector-prev .ne-icon,
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='calendar'] .ne-card-calendar-header-month-selector-next .ne-icon {
font-size: 2.2rem;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='calendar'] .ne-card-calendar-schedule-panel-title {
font-size: 2.2rem;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='calendar'] .ne-card-calendar-schedule-panel-date,
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='calendar'] .ne-card-calendar-schedule-panel-desc {
font-size: 1.6rem;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='calendar'] .ne-card-calendar-schedule-panel-color {
height: 0.7rem;
width: 0.7rem;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='calendar'] .ne-card-calendar-schedule-panel-icon {
height: 1.4rem;
width: 1.4rem;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
ne-card[data-card-name='lockedtext'] {
/* stylelint-disable-line */
}
ne-card[data-card-name='lockedtext'] .ne-card-locked-text .ne-card-locked-text-read-container {
display: flex;
flex-direction: column;
height: 100%;
padding: 8px;
overflow-y: auto;
line-height: 1.74;
}
.ne-viewer[data-viewer-mode='simple'] ne-card[data-card-name='lockedtext'] .ne-card-container {
height: auto !important;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='lockedtext'] .ne-card-locked-text-unlock-submit-button {
width: initial !important;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='lockedtext'] .ne-card-locked-text-read-container {
font-size: 1.6rem;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
ne-card[data-card-name='vote'] .ne-card-vote-viewer {
display: flex;
flex-direction: column;
position: relative;
min-height: 200px;
padding: 24px;
background-color: var(--yq-bg-secondary);
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-error-tip {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-content {
flex: 1;
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-content-header {
display: flex;
margin-bottom: 24px;
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-content-header-type {
flex: 0 0 auto;
display: flex;
justify-content: center;
align-items: center;
padding: 0 10px;
height: 24px;
background-color: var(--yq-blue-1);
color: var(--yq-text-primary);
border-radius: 4px;
margin-right: 12px;
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-content-header-title {
flex: 1;
font-size: 16px;
color: var(--yq-text-primary);
line-height: 24px;
font-weight: bold;
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-content-footer {
display: flex;
margin-top: 16px;
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-content-footer-member-count,
ne-card[data-card-name='vote'] .ne-card-vote-viewer-content-footer-deadline {
font-size: 14px;
color: var(--yq-text-caption);
margin-right: 12px;
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-content-footer-re-vote {
cursor: pointer;
font-size: 14px;
color: var(--yq-text-body);
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-content-footer-view-data {
line-height: 33px;
color: var(--yq-text-caption);
padding: 0 10px;
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-content-footer-view-data-link {
margin-left: 10px;
color: var(--link-color);
cursor: pointer;
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-vote-item {
display: flex;
align-items: center;
padding: 9px 16px;
border: 1px solid var(--yq-border-primary);
border-radius: 2px;
background-color: var(--yq-bg-primary);
margin-bottom: 8px;
cursor: pointer;
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-vote-item-op {
margin-right: 16px;
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-vote-item-text {
font-size: 14px;
color: var(--yq-text-body);
line-height: 22px;
word-break: break-word;
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-voting-mask {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
color: var(--yq-text-caption);
background: rgba(255, 255, 255, 0.4);
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-voting-mask .ne-icon {
margin-right: 8px;
color: var(--yq-text-caption);
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-query-detail-loading {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-query-detail-loading .ne-icon {
margin-right: 8px;
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-result-item {
display: flex;
flex-direction: column;
padding: 8px 16px;
border: 1px solid var(--yq-border-primary);
border-radius: 2px;
background-color: var(--yq-bg-primary);
margin-bottom: 8px;
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-result-item[data-voted='true'] {
color: var(--yq-text-link);
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-result-item[data-voted='true'] .ne-card-vote-viewer-result-item-line-length {
background-color: var(--yq-blue-6);
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-result-item-info {
display: flex;
flex-direction: row;
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-result-item-info-name {
flex: 1;
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-result-item-info-data {
flex: 0 0 auto;
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-result-item-info-data-detail span + span {
margin-left: 12px;
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-result-item-info-data-members {
color: var(--yq-text-body);
max-width: 400px;
max-height: 300px;
overflow-y: auto;
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-result-item-line {
margin-top: 8px;
height: 8px;
background-color: var(--yq-bg-tertiary);
border-radius: 4px;
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-result-item-line-length {
height: 8px;
border-radius: 4px;
background-color: var(--yq-blue-2);
}
ne-card[data-card-name='vote'] .ne-card-vote-viewer-result-popover-overlay .ant-popover-content {
min-width: auto;
}
[data-kumuhana="pouli"] ne-card[data-card-name='vote'] .ne-card-vote-viewer-vote-item {
background-color: var(--yq-yuque-grey-3);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer[data-viewer-mode='simple'] ne-card[data-card-name='thirdparty'] .ne-card-container[data-alias] {
height: auto;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-viewer[data-viewer-mode='simple'] ne-card[data-card-name='yuque'] .ne-card-container {
height: auto !important;
}
.ne-viewer[data-viewer-mode='simple'] ne-card[data-card-name='yuque'] .ne-card-container[data-alias='embed'] {
border: none;
}
.ne-viewer ne-card[data-card-name='yuqueInline'] {
vertical-align: baseline;
height: auto;
}
.ne-viewer ne-card[data-card-name='yuque'] .ne-yuque-card-page-embed {
height: auto !important;
}
.ne-viewer ne-card[data-card-name='yuque'] .ne-yuque-doc-embed-warning {
display: flex;
justify-content: center;
align-items: center;
background: var(--yq-bg-secondary);
height: 80px;
color: var(--yq-yuque-grey-6);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='yuqueInline'] .ne-yuque-doc-title-view .ne-svg-icon {
width: 1.8rem !important;
height: 1.8rem !important;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='yuqueInline'] .ne-yuque-doc-title-view .ne-svg-icon-yuque-doc {
background-size: cover;
background-position: center;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='yuqueInline'] .ne-yuque-doc-title-view .ne-yuque-doc-title {
font-size: 1.8rem;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='yuque'] .ne-yuque-doc-card-view {
height: auto;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='yuque'] .ne-yuque-doc-card-view .ne-yuque-doc-icon {
width: 8.4rem !important;
height: 8.4rem !important;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='yuque'] .ne-yuque-doc-card-view .ne-yuque-doc-icon img {
width: 66%;
height: 66%;
}
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='yuque'] .ne-yuque-doc-card-view .ne-yuque-doc-title,
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='yuque'] .ne-yuque-doc-card-view .ne-yuque-doc-desc,
.ne-viewer[data-viewer-mode='present'] ne-card[data-card-name='yuque'] .ne-yuque-doc-card-view .ne-yuque-doc-belong {
font-size: 1.8rem;
line-height: 2.8rem;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-viewer ne-card[data-card-name='premium'] {
vertical-align: bottom;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-simple-ui ne-heading-anchor {
display: none !important;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable */
.ne-viewer ne-card[data-card-name='board'] {
border: 1px solid transparent;
}
.ne-viewer ne-card[data-card-name='board'].ne-focused .ne-eidtor-card-lake-diagram-viewer .lake-board-toolbar {
display: block;
}
.ne-viewer ne-card[data-card-name='board'] .ne-eidtor-card-lake-diagram-viewer {
height: 100%;
overflow: hidden;
}
.ne-viewer ne-card[data-card-name='board'] .ne-eidtor-card-lake-diagram-viewer .lake-board-toolbar {
display: none;
}
.ne-viewer .ne-lake-board-loading {
height: 460px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
ne-card[data-card-name='board'].ne-focused {
border: 1px solid var(--yq-yuque-grey-6);
}
.ne-viewer[data-viewer-mode='simple'] ne-card[data-card-name='board'] .ne-card-container {
height: auto !important;
}
.ne-viewer[data-viewer-mode='simple'] ne-card[data-card-name='board'] .ne-card-container img {
width: auto;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-viewer-toc-sidebar {
position: fixed;
top: 60px;
bottom: 0;
right: 0;
width: fit-content;
background: var(--yq-bg-primary);
display: none;
z-index: 412;
}
.ne-viewer-toc-sidebar .ne-toc-view .ne-toc-pin .ne-toc-pin-wrap,
.ne-viewer-toc-sidebar .ne-toc-view .ne-toc-pin .ne-toc-fold-wrap {
opacity: 0;
}
.ne-viewer-toc-sidebar .ne-toc-view:hover .ne-toc-pin-wrap,
.ne-viewer-toc-sidebar .ne-toc-view:hover .ne-toc-fold-wrap {
opacity: 1;
}
.ne-viewer-toc-sidebar .ne-toc-view .ne-toc-placeholder {
display: none;
}
@-moz-document url-prefix() {
.ne-viewer-toc-sidebar {
background: var(--yq-bg-primary);
}
}
.ne-viewer-toc-visible[ne-viewer-toc-outside='true'] .ne-viewer-toc-sidebar {
display: none;
}
.ne-viewer-toc-visible .ne-viewer-toc-sidebar {
display: flex;
justify-content: flex-end;
align-items: flex-start;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-doc-major-viewer .ne-viewer-layout-mode-fixed .ne-viewer-body {
padding: 0 50px;
}
.ne-doc-major-viewer .ne-viewer-layout-mode-fixed .ne-viewer-body > * {
max-width: 750px;
margin-left: auto;
margin-right: auto;
}
.ne-doc-major-viewer .ne-viewer-layout-mode-fixed .ne-viewer-body > .ne-viewer-b-filler {
display: block;
max-width: 750px;
margin-left: auto;
margin-right: auto;
}
.ne-doc-major-viewer .ne-viewer-layout-mode-fixed .ne-viewer-body ne-hole.ne-full-width,
.ne-doc-major-viewer .ne-viewer-layout-mode-fixed .ne-viewer-body ne-container-hole.ne-full-width,
.ne-doc-major-viewer .ne-viewer-layout-mode-fixed .ne-viewer-body ne-alert-hole.ne-full-width {
max-width: 100%;
}
.ne-doc-major-viewer .ne-viewer-layout-mode-fixed .ne-viewer-body ne-table-hole.ne-full-width {
max-width: 100%;
width: fit-content;
}
.ne-doc-major-viewer .ne-viewer-layout-mode-fixed .ne-viewer-body ne-table-hole.ne-full-width ne-table-wrap {
min-width: 750px;
}
.ne-doc-major-viewer .ne-viewer-layout-mode-fixed .ne-viewer-body ne-table-hole.ne-full-width > .ne-i-filler {
flex: 1;
}
.ne-doc-major-viewer .ne-viewer-layout-mode-fixed .ne-viewer-body ne-table-hole.ne-full-width > .ne-i-filler:first-child {
text-align: right;
}
.ne-doc-major-viewer .ne-viewer-layout-mode-fixed .ne-viewer-body ne-table-hole.ne-full-width > .ne-i-filler:last-child {
text-align: left;
}
.ne-doc-major-viewer .ne-viewer-layout-mode-fixed .ne-viewer-body ne-root-card-hole.ne-full-width {
max-width: 100%;
width: fit-content;
}
.ne-doc-major-viewer .ne-viewer-layout-mode-fixed .ne-viewer-body ne-root-card-hole.ne-full-width > ne-card {
min-width: 750px;
}
.ne-doc-major-viewer .ne-viewer-layout-mode-fixed .ne-viewer-body ne-root-card-hole.ne-full-width > .ne-i-filler {
flex: 1;
}
.ne-doc-major-viewer .ne-viewer-layout-mode-fixed .ne-viewer-body ne-root-card-hole.ne-full-width > .ne-i-filler:first-child {
text-align: right;
}
.ne-doc-major-viewer .ne-viewer-layout-mode-fixed .ne-viewer-body ne-root-card-hole.ne-full-width > .ne-i-filler:last-child {
text-align: left;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
.ne-doc-major-viewer .ne-viewer-layout-mode-adapt {
padding: 0 50px;
}
.ne-doc-major-viewer .ne-viewer-layout-mode-adapt ne-table-hole,
.ne-doc-major-viewer .ne-viewer-layout-mode-adapt ne-root-card-hole {
display: flex;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-container {
background: var(--yq-bg-secondary);
}
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-check-in {
padding: 24px 32px 20px 24px;
}
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-check-in-v-content {
display: flex;
align-items: center;
}
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-check-in-v-content-main {
flex: 1;
display: flex;
flex-direction: column;
}
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-check-in-v-content-main-title {
display: flex;
align-items: center;
padding-left: 2px;
}
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-check-in-v-content-main-title-icon {
display: flex;
}
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-check-in-v-content-main-title-text {
flex: 1;
margin-left: 5px;
font-size: 16px;
color: var(--yq-text-primary);
font-weight: 500;
}
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-check-in-v-content-main-deadline {
margin-top: 12px;
color: var(--yq-text-body);
font-size: 14px;
}
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-check-in-v-content-main-deadline-expired {
margin-left: 8px;
color: var(--yq-red-6);
}
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-check-in-v-content-btn {
flex: 0 0 auto;
display: flex;
align-items: center;
justify-content: center;
height: 32px;
cursor: pointer;
border: 1px solid var(--yq-blue-6);
font-size: 14px;
background-color: var(--yq-blue-6);
background-image: none;
color: var(--yq-white);
border-radius: 4px;
padding: 0 16px;
}
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-check-in-v-content-btn[disabled] {
cursor: default;
background-color: rgba(17, 124, 238, 0.3);
border: 1px solid rgba(17, 124, 238, 0.3);
}
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-check-in-v-content-btn:hover {
background-color: var(--yq-blue-5);
border-color: var(--yq-cardborder-selected);
}
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-check-in-v-content-btn:focus {
background-color: var(--yq-blue-8);
border-color: var(--yq-blue-8);
}
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-check-in-v-content-btn:hover,
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-check-in-v-content-btn:focus {
background-image: none;
}
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-check-in-v-content-btn[ant-click-animating-without-extra-node='true']::after {
animation: none;
}
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-check-in-v-content-btn[data-checked='true'] {
border-color: var(--yq-yuque-grey-5);
background-color: var(--yq-bg-primary);
color: var(--yq-text-body);
}
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-check-in-v-content-btn[data-checked='true'][disabled] {
cursor: default;
background-color: var(--yq-bg-secondary);
border: 1px solid var(--yq-yuque-grey-5);
color: var(--yq-text-disable);
}
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-check-in-v-footer {
margin-top: 16px;
border-top: 1px solid var(--yq-border-primary);
padding-top: 12px;
}
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-check-in-v-footer-list {
display: flex;
flex-wrap: wrap;
}
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-check-in-v-footer-list-item {
height: 28px;
width: 28px;
margin-top: 4px;
margin-right: 7px;
}
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-check-in-v-footer-list-item img {
height: 100%;
width: 100%;
border-radius: 50%;
}
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-check-in-v-footer-more {
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 28px;
height: 28px;
width: 28px;
margin-top: 4px;
color: var(--yq-text-caption);
background-color: var(--yq-bg-primary);
border: 1px solid var(--yq-border-primary);
border-radius: 50%;
cursor: pointer;
}
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-check-in-v-footer-more:hover {
border-color: var(--yq-yuque-green-5);
color: var(--yq-yuque-green-5);
}
.ne-viewer ne-card[data-card-name='checkIn'] .ne-card-check-in-v-footer-tip {
color: var(--yq-text-disable);
font-size: 14px;
}
.ne-card-check-in-v-modal-wrapper .ant-modal-body {
padding: 12px 24px 26px 24px;
}
.ne-card-check-in-v-list-modal-title {
display: flex;
font-size: 14px;
color: var(--yq-text-body);
}
.ne-card-check-in-v-list-modal-title-text {
flex: 1;
}
.ne-card-check-in-v-list-modal-title-export {
display: flex;
align-items: center;
cursor: pointer;
padding: 2px 4px;
}
.ne-card-check-in-v-list-modal-title-export:hover {
background-color: var(--yq-bg-tertiary);
border-radius: 4px;
}
.ne-card-check-in-v-list-modal-title-export .ne-icon {
margin-right: 4px;
}
.ne-card-check-in-v-list-modal-content {
margin-top: 12px;
max-height: 55vh;
overflow-x: hidden;
overflow-y: auto;
}
.ne-card-check-in-v-list-modal-content-item {
display: flex;
align-items: center;
margin-bottom: 24px;
}
.ne-card-check-in-v-list-modal-content-item:last-of-type {
margin-bottom: 0;
}
.ne-card-check-in-v-list-modal-content-item-side {
flex: 0 0 40px;
width: 40px;
height: 40px;
}
.ne-card-check-in-v-list-modal-content-item-side img {
height: 100%;
width: 100%;
border-radius: 50%;
}
.ne-card-check-in-v-list-modal-content-item-content {
flex: 1;
padding-left: 14px;
}
.ne-card-check-in-v-list-modal-content-item-content-name {
font-size: 16px;
font-weight: 500;
color: var(--yq-text-primary);
}
.ne-card-check-in-v-list-modal-content-item-content-desc {
margin-top: 6px;
font-size: 14px;
color: var(--yq-text-body);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.wording-tooltip-module_toolTipContainer__yGSTN {
position: relative;
display: inline-block;
z-index: 998;
}
.wording-tooltip-module_toolTipContainer__yGSTN.wording-tooltip-module_hide__1u96- {
display: none;
}
.wording-tooltip-module_toolTipContainer__yGSTN .wording-tooltip-module_toolTipContent__NHFlD {
position: absolute;
bottom: 125%;
left: 50%;
padding: 2px 4px;
background-color: var(--yq-bg-primary);
box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.13);
border: 1px solid var(--yq-border-primary);
text-align: center;
border-radius: 4px;
transform: translateX(-50%);
}
.wording-tooltip-module_toolTipContainer__yGSTN .wording-tooltip-module_toolTipContent__NHFlD .wording-tooltip-module_itemWrapper__1BQ9b {
display: flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
border-radius: 4px;
color: var(--yq-text-primary);
cursor: pointer;
}
.wording-tooltip-module_toolTipContainer__yGSTN .wording-tooltip-module_toolTipContent__NHFlD .wording-tooltip-module_itemWrapper__1BQ9b:hover {
background-color: var(--yq-bg-tertiary);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.count-tips-module_tipsContainer___5agc {
transform: translateY(-4px);
}
.count-tips-module_tipsContainer___5agc .count-tips-module_lineCommentsTip__kERPw {
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
cursor: pointer;
}
.count-tips-module_tipsContainer___5agc .count-tips-module_lineCommentsTip__kERPw.count-tips-module_large__2FKwn {
width: 30px;
height: 24px;
}
.count-tips-module_tipsContainer___5agc .count-tips-module_lineCommentsTip__kERPw.count-tips-module_large__2FKwn .count-tips-module_iconWrapper__30NGq {
width: 22px;
height: 16px;
}
.count-tips-module_tipsContainer___5agc .count-tips-module_lineCommentsTip__kERPw .count-tips-module_iconWrapper__30NGq {
position: relative;
width: 16px;
height: 16px;
display: flex;
align-items: center;
justify-content: center;
}
.count-tips-module_tipsContainer___5agc .count-tips-module_lineCommentsTip__kERPw .count-tips-module_iconWrapper__30NGq .count-tips-module_commentIcon__2voWY {
color: var(--yq-text-disable);
}
.count-tips-module_tipsContainer___5agc .count-tips-module_lineCommentsTip__kERPw .count-tips-module_iconWrapper__30NGq .count-tips-module_commentIcon__2voWY.count-tips-module_highlight__MnAQi {
color: var(--yq-yellow-6);
}
.count-tips-module_tipsContainer___5agc .count-tips-module_lineCommentsTip__kERPw .count-tips-module_iconWrapper__30NGq .count-tips-module_commentsNum__3d_7K {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: var(--yq-white);
font-size: 12px;
font-family: HelveticaNeue-Medium;
line-height: 16px;
text-align: center;
}
@media only print {
.count-tips-module_tipsContainer___5agc {
display: none;
}
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.paragraph-tips-module_tipsContainer__3KAJw {
display: flex;
justify-content: center;
padding-right: 12px;
box-sizing: border-box;
transform: translateY(-4px);
}
.paragraph-tips-module_tipsContainer__3KAJw.paragraph-tips-module_hide__3y04q {
display: none;
}
.paragraph-tips-module_tipsContainer__3KAJw .paragraph-tips-module_tipsWrapper__3Uzpe {
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
border-radius: 4px;
cursor: pointer;
background-color: var(--yq-bg-primary);
color: var(--yq-text-primary);
}
.paragraph-tips-module_tipsContainer__3KAJw .paragraph-tips-module_tipsWrapper__3Uzpe:hover {
background-color: var(--yq-bg-tertiary);
}
@media only print {
.paragraph-tips-module_tipsContainer__3KAJw {
display: none;
}
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* 移动端和app通用的ne-*节点样式 */
/* 不是真实存在的类名只用于less方法调用 */
.mobile-ne-common ne-card[data-card-name='yuque'],
.mobile-ne-common ne-card[data-card-name='bookmark'] {
border: none !important;
}
.mobile-ne-common ne-card[data-card-name='yuque'] .ne-yuque-doc-embed-view,
.mobile-ne-common ne-card[data-card-name='bookmark'] .ne-yuque-doc-embed-view {
border: 1px solid var(--yq-border-primary);
border-radius: 4px;
}
.mobile-ne-common ne-card.app-ne-brick-highlight {
border-color: var(--yq-blue-6) !important;
box-shadow: 0px 0px 0px 0.5px var(--yq-blue-6);
}
.ne-doc-major-viewer-mobile .ne-viewer ne-h1 ne-text {
font-size: 24px;
line-height: 33px;
}
.ne-doc-major-viewer-mobile .ne-viewer ne-h2 ne-text {
font-size: 20px;
line-height: 28px;
}
.ne-doc-major-viewer-mobile .ne-viewer ne-h3 ne-text {
font-size: 18px;
line-height: 25px;
}
.ne-doc-major-viewer-mobile .ne-viewer ne-h4 ne-text {
font-size: 16px;
line-height: 22px;
}
.ne-doc-major-viewer-mobile ne-card[data-card-name='yuque'],
.ne-doc-major-viewer-mobile ne-card[data-card-name='bookmark'] {
border: none !important;
}
.ne-doc-major-viewer-mobile ne-card[data-card-name='yuque'] .ne-yuque-doc-embed-view,
.ne-doc-major-viewer-mobile ne-card[data-card-name='bookmark'] .ne-yuque-doc-embed-view {
border: 1px solid var(--yq-border-primary);
border-radius: 4px;
}
.ne-doc-major-viewer-mobile ne-card.app-ne-brick-highlight {
border-color: var(--yq-blue-6) !important;
box-shadow: 0px 0px 0px 0.5px var(--yq-blue-6);
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-doc-minor-editor .ne-editor {
background-color: var(--yq-bg-secondary);
}
.ne-doc-minor-editor .ne-simple-ui.ne-editor {
background-color: var(--yq-bg-primary);
}
.ne-doc-minor-editor .ne-simple-ui .ne-engine {
padding-top: 16px;
padding-left: 16px;
padding-right: 16px;
padding-bottom: 8px;
min-height: 188px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/**
覆盖 antd 的主题 token
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
.ne-doc-micro-editor .ne-editor {
background-color: var(--yq-bg-secondary);
}
.ne-doc-micro-editor .ne-simple-ui.ne-editor {
background-color: var(--yq-bg-primary);
}
.ne-doc-micro-editor .ne-simple-ui.ne-allow-fullscreen .ne-engine {
padding-top: 16px;
}
.ne-doc-micro-editor .ne-simple-ui .ne-engine {
padding: 8px;
min-height: 84px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/* 移动端和app通用的ne-*节点样式 */
/* 不是真实存在的类名只用于less方法调用 */
.mobile-ne-common ne-card[data-card-name='yuque'],
.mobile-ne-common ne-card[data-card-name='bookmark'] {
border: none !important;
}
.mobile-ne-common ne-card[data-card-name='yuque'] .ne-yuque-doc-embed-view,
.mobile-ne-common ne-card[data-card-name='bookmark'] .ne-yuque-doc-embed-view {
border: 1px solid var(--yq-border-primary);
border-radius: 4px;
}
.mobile-ne-common ne-card.app-ne-brick-highlight {
border-color: var(--yq-blue-6) !important;
box-shadow: 0px 0px 0px 0.5px var(--yq-blue-6);
}
.ne-doc-app-editor {
background: var(--yq-bg-primary);
height: 100%;
}
.ne-doc-app-editor .ne-editor {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
overflow: hidden;
background: var(--yq-bg-primary);
}
.ne-doc-app-editor .ne-editor.ne-layout-mode-adapt .ne-editor-wrap-content {
width: 100%;
min-width: auto;
}
.ne-doc-app-editor .ne-editor .ne-editor-body {
height: 100%;
overflow: hidden;
}
.ne-doc-app-editor .ne-editor .ne-editor-wrap {
display: block;
padding: 12px;
overflow: auto;
}
.ne-doc-app-editor .ne-editor .ne-editor-wrap::before,
.ne-doc-app-editor .ne-editor .ne-editor-wrap::after {
display: none;
}
.ne-doc-app-editor .ne-editor .ne-editor-wrap .ne-editor-wrap-content {
margin: 0;
}
.ne-doc-app-editor .ne-editor .ne-editor-wrap .ne-editor-wrap-content .ne-editor-outer-wrap-box {
width: 100%;
min-width: auto;
}
.ne-doc-app-editor .ne-editor .ne-editor-wrap-box {
margin-bottom: 0;
border: 0;
box-shadow: none;
}
.ne-doc-app-editor .ne-editor .ne-editor-extra-box {
padding: 16px 16px 0;
}
.ne-doc-app-editor .ne-editor .ne-engine {
min-height: calc(100vh - 100px);
padding: 16px 10px 60vh;
bottom: 0;
}
.ne-doc-app-editor .ne-editor .ne-engine ne-heading-anchor {
display: none;
}
.ne-doc-app-editor .ne-editor ne-card[data-card-name='yuque'],
.ne-doc-app-editor .ne-editor ne-card[data-card-name='bookmark'] {
border: none !important;
}
.ne-doc-app-editor .ne-editor ne-card[data-card-name='yuque'] .ne-yuque-doc-embed-view,
.ne-doc-app-editor .ne-editor ne-card[data-card-name='bookmark'] .ne-yuque-doc-embed-view {
border: 1px solid var(--yq-border-primary);
border-radius: 4px;
}
.ne-doc-app-editor .ne-editor ne-card.app-ne-brick-highlight {
border-color: var(--yq-blue-6) !important;
box-shadow: 0px 0px 0px 0.5px var(--yq-blue-6);
}
.ne-doc-app-editor .ne-engine ne-h1 ne-text {
font-size: 24px;
line-height: 33px;
}
.ne-doc-app-editor .ne-engine ne-h2 ne-text {
font-size: 20px;
line-height: 28px;
}
.ne-doc-app-editor .ne-engine ne-h3 ne-text {
font-size: 18px;
line-height: 25px;
}
.ne-doc-app-editor .ne-engine ne-h4 ne-text {
font-size: 16px;
line-height: 22px;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/**
!!! 本文件由脚本自动生成,请勿手动修改 !!!
定义 css variable 在两套主题下的色值
**/
/* 移动端和app通用的ne-*节点样式 */
/* 不是真实存在的类名只用于less方法调用 */
.mobile-ne-common ne-card[data-card-name='yuque'],
.mobile-ne-common ne-card[data-card-name='bookmark'] {
border: none !important;
}
.mobile-ne-common ne-card[data-card-name='yuque'] .ne-yuque-doc-embed-view,
.mobile-ne-common ne-card[data-card-name='bookmark'] .ne-yuque-doc-embed-view {
border: 1px solid var(--yq-border-primary);
border-radius: 4px;
}
.mobile-ne-common ne-card.app-ne-brick-highlight {
border-color: var(--yq-blue-6) !important;
box-shadow: 0px 0px 0px 0.5px var(--yq-blue-6);
}
.ne-note-app-editor {
background: var(--yq-bg-primary);
height: 100%;
}
.ne-note-app-editor .ne-editor {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
overflow: hidden;
background: var(--yq-bg-primary);
}
.ne-note-app-editor .ne-editor.ne-layout-mode-adapt .ne-editor-wrap-content {
width: 100%;
min-width: auto;
}
.ne-note-app-editor .ne-editor .ne-editor-body {
height: 100%;
overflow: hidden;
}
.ne-note-app-editor .ne-editor .ne-editor-wrap {
display: block;
padding: 0;
overflow: auto;
}
.ne-note-app-editor .ne-editor .ne-editor-wrap::before,
.ne-note-app-editor .ne-editor .ne-editor-wrap::after {
display: none;
}
.ne-note-app-editor .ne-editor .ne-editor-wrap .ne-editor-wrap-content {
margin: 0;
}
.ne-note-app-editor .ne-editor .ne-editor-wrap .ne-editor-wrap-content .ne-editor-outer-wrap-box {
width: 100%;
min-width: auto;
}
.ne-note-app-editor .ne-editor .ne-editor-wrap-box {
margin-bottom: 0;
border: 0;
box-shadow: none;
}
.ne-note-app-editor .ne-editor .ne-editor-extra-box {
display: none;
}
.ne-note-app-editor .ne-editor .ne-engine {
min-height: calc(100vh - 100px);
padding: 16px 16px 70vh;
bottom: 0;
}
@media screen and (max-height: 700px) {
.ne-note-app-editor .ne-editor .ne-engine {
padding-bottom: 600px;
}
}
.ne-note-app-editor .ne-editor .ne-engine ne-heading-anchor {
display: none;
}
.ne-note-app-editor .ne-engine ne-h1 ne-text {
font-size: 24px;
line-height: 33px;
}
.ne-note-app-editor .ne-engine ne-h2 ne-text {
font-size: 20px;
line-height: 28px;
}
.ne-note-app-editor .ne-engine ne-h3 ne-text {
font-size: 18px;
line-height: 25px;
}
.ne-note-app-editor .ne-engine ne-h4 ne-text {
font-size: 16px;
line-height: 22px;
}
.ne-note-app-editor ne-card[data-card-name='yuque'],
.ne-note-app-editor ne-card[data-card-name='bookmark'] {
border: none !important;
}
.ne-note-app-editor ne-card[data-card-name='yuque'] .ne-yuque-doc-embed-view,
.ne-note-app-editor ne-card[data-card-name='bookmark'] .ne-yuque-doc-embed-view {
border: 1px solid var(--yq-border-primary);
border-radius: 4px;
}
.ne-note-app-editor ne-card.app-ne-brick-highlight {
border-color: var(--yq-blue-6) !important;
box-shadow: 0px 0px 0px 0.5px var(--yq-blue-6);
}
/*]]>*/
</style>
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/6.f5e0ac86.async.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/c__DocCreationGuide~c__DocWizard~c__LazyLakexMiniEditor~c__LazyReaderComment~c__ReaderComment~c__laz~81a016f0.17230719.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/c__DocCreationGuide~c__DocWizard~c__LazyLakexMiniEditor~c__LazyReaderComment~c__ReaderComment~c__laz~81a016f0.c6505cc2.async.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyBookOverview~c__LazyDashboardExplore~c__LazyReaderComment~c__lazyWordingCommentPanel.0b114be6.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyBookOverview~c__LazyDashboardExplore~c__LazyReaderComment~c__lazyWordingCommentPanel.416b951e.async.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/c__lazyWordingCommentPanel.cd68d39c.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/c__lazyWordingCommentPanel.682e2d4b.async.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/c__lazyLike.5f281cc3.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/c__lazyLike.d4aeef5c.async.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyReaderComment.1082cdd9.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyReaderComment.79d905db.async.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyDocListViewer~c__LazyNewRepoModal~c__LazyReview~c__LazyShareButton~c__LazyViewerHeader~c__New~8268bcce.1ff6822d.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyDocListViewer~c__LazyNewRepoModal~c__LazyReview~c__LazyShareButton~c__LazyViewerHeader~c__New~8268bcce.61db65ac.async.js" crossorigin="anonymous"></script>
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyReview~c__ReviewDrawer.20958ac9.async.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyReview.c3d45c9a.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyReview.3098943b.async.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyReaderMeta.f72980d7.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyReaderMeta.11e54375.async.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazySocialShare.710c0bea.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazySocialShare.8461b948.async.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyOcrBubble.dc6fe474.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyOcrBubble.8a0e4d15.async.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyAppQrCodeBubble.bafcbcf2.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyAppQrCodeBubble.7ae3bddb.async.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyFoot.9da9154e.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyFoot.4da48380.async.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/c__InReviewBanner.fb69443e.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/c__InReviewBanner.158f1a76.async.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyDraftTipTag.9326f60d.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyDraftTipTag.5c778c2c.async.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyReaderAudit.bb5ea476.chunk.css" crossorigin="anonymous" />
<script charset="utf-8" src="https://gw.alipayobjects.com/os/chair-script/skylark/c__LazyReaderAudit.43ba8d81.async.js" crossorigin="anonymous"></script>
<script src="https://s19.cnzz.com/z_stat.php?id=1272061571&amp;web_id=1272061571" language="JavaScript"></script>
<style type="text/css">
/*<![CDATA[*/
.yq-blank-detection.module-error {
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 0 20px;
flex-direction: column;
text-align: center;
}
.yq-blank-detection.module-error h3 {
font-size: 28px;
font-weight: normal;
color: #262626;
margin-bottom: 16px;
}
.yq-blank-detection.module-error .error-message {
color: #8c8c8c;
font-size: 14px;
}
.yq-blank-detection.module-error .error-icon-1 {
max-width: 45px;
position: relative;
left: 80px;
top: -60px;
}
.yq-blank-detection.module-error .error-icon-2 {
max-width: 54px;
object-fit: contain;
position: relative;
left: -300px;
top: 50px;
}
.yq-blank-detection.module-error .unknown-error {
width: 100%;
max-width: 1080px;
margin-top: 50px;
}
.yq-blank-detection.module-error button {
margin-top: 24px;
color: white;
background-color: rgb(83, 182, 114);
}
@media screen and (max-width: 768px) {
.yq-blank-detection.module-error .unknown-error {
max-width: 100%;
}
.yq-blank-detection.module-error .error-icon-2 {
display: none;
}
}
/*]]>*/
</style>
</head>
<body class="ReaderLayout-module_higherBackTop_RpYEv with-miniapp-code">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="position: absolute; width: 0; height: 0" aria-hidden="true" id="__SVG_SPRITE_NODE__">
<symbol xmlns="http://www.w3.org/2000/svg" viewbox="0 0 256 256" id="ne-toc-hide">
<path d="M219.066 22.924c3.57 3.564 3.882 9.155.936 13.075a9.805 9.805 0 0 0-1.078.935L38.482 217.632l-.209.215c-.257.274-.496.558-.717.852-3.914 2.944-9.498 2.636-13.064-.925-3.837-3.832-3.91-10.005-.219-13.927l.21-.215 20.542-20.573c-10.234-10.608-18.955-23.738-26.117-39.35l-.475-1.045-.629-1.41a30 30 0 0 1-.12-23.927C39.465 66.552 76.54 40.462 127.5 40.462c18.437 0 35.086 3.372 49.88 10.055l27.544-27.583c3.902-3.908 10.234-3.913 14.142-.01Zm17.592 90.64.446.97.64 1.424a30 30 0 0 1 .021 24.364c-22.214 50.106-59.433 75.825-110.265 75.825-18.297 0-34.81-3.291-49.47-9.815l15.406-15.428c10.301 3.506 21.644 5.243 34.064 5.243 42.693 0 72.889-20.866 91.981-63.931a9.986 9.986 0 0 0 .141-7.776l-.13-.307-.606-1.346c-6.358-13.956-13.919-25.522-22.734-34.744L210.275 73.9c10.297 10.698 19.107 23.933 26.383 39.664ZM172 127.5c0 24.577-19.923 44.5-44.5 44.5-4.596 0-9.029-.697-13.2-1.99l18.576-18.602c9.226-2.065 16.486-9.334 18.54-18.564l18.575-18.603A44.485 44.485 0 0 1 172 127.5Zm-44.5-67.038c-42.712 0-72.72 21.115-91.435 64.75a9.986 9.986 0 0 0-.11 7.621l.133.315.594 1.332c6.242 13.838 13.713 25.302 22.466 34.437l26.426-26.465A44.424 44.424 0 0 1 83 127.5c0-24.577 19.923-44.5 44.5-44.5 5.223 0 10.236.9 14.893 2.553l19.62-19.65c-10.442-3.638-21.934-5.44-34.513-5.44Zm-2.674 42.682c-11.406 1.238-20.463 10.305-21.685 21.716l21.685-21.716Z" fill="currentColor" fill-rule="nonzero"></path>
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewbox="0 0 256 256" id="ne-toc-fold">
<defs>
<path id="ne-toc-fold_a" d="M0 0h256v256H0z"></path>
</defs>
<g fill="none" fill-rule="evenodd">
<mask id="ne-toc-fold_b" fill="#fff">
<use xlink:href="#ne-toc-fold_a"></use>
</mask>
<path d="M218 181c5.523 0 10 4.477 10 10 0 5.43-4.327 9.848-9.72 9.996L218 201H111c-5.523 0-10-4.477-10-10 0-5.43 4.327-9.848 9.72-9.996L111 181h107Zm0-125c5.523 0 10 4.477 10 10 0 5.43-4.327 9.848-9.72 9.996L218 76H111c-5.523 0-10-4.477-10-10 0-5.43 4.327-9.848 9.72-9.996L111 56h107ZM39.1 31.09l30.78 30.308a6.438 6.438 0 0 1 0 9.204L39.1 100.91c-2.581 2.542-6.766 2.542-9.348 0a6.458 6.458 0 0 1-1.936-4.602V35.692c0-3.594 2.96-6.508 6.61-6.508 1.753 0 3.434.685 4.674 1.906Zm0 125 30.78 30.308a6.438 6.438 0 0 1 0 9.204L39.1 225.91c-2.581 2.542-6.766 2.542-9.348 0a6.458 6.458 0 0 1-1.936-4.602v-60.616c0-3.594 2.96-6.508 6.61-6.508 1.753 0 3.434.685 4.674 1.906Z" fill="currentColor" fill-rule="nonzero" mask="url(#ne-toc-fold_b)"></path>
</g>
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 16" id="ne-c-tb-maximize">
<g fill="currentColor" fill-rule="nonzero">
<path d="M12.747 2.391a.625.625 0 0 1 .894.873l-.013.014-3.937 3.915a.625.625 0 0 1-.895-.873l.013-.013 3.938-3.916ZM6.183 8.996a.625.625 0 0 1 .897.87l-.013.013-3.75 3.75a.625.625 0 0 1-.897-.87l.013-.013 3.75-3.75Z"></path>
<path d="M12.379 1.772c1.025 0 1.858.823 1.874 1.844v3.156a.625.625 0 0 1-1.25.018V3.647c0-.34-.27-.615-.607-.625H9.254a.625.625 0 0 1-.018-1.25h3.143ZM3.629 14.272a1.875 1.875 0 0 1-1.875-1.844V9.272a.625.625 0 0 1 1.25-.017v3.142c0 .34.27.616.607.625h3.143a.625.625 0 0 1 .017 1.25H3.63ZM13.598 9.013c.34 0 .616.27.625.608v2.767a1.875 1.875 0 0 1-1.844 1.875H9.6a.625.625 0 0 1-.018-1.25h2.767c.34 0 .616-.27.625-.607V9.638c0-.345.28-.625.625-.625ZM2.348 7.013a.625.625 0 0 1-.624-.607V3.638c0-1.025.822-1.858 1.843-1.875h2.781a.625.625 0 0 1 .018 1.25H3.598c-.339 0-.615.27-.624.608v2.767c0 .345-.28.625-.626.625Z"></path>
</g>
</symbol></svg>
<script nonce="">
<![CDATA[
(function() {
window.appData = JSON.parse(decodeURIComponent("%7B%22me%22%3A%7B%22avatar_url%22%3A%22https%3A%2F%2Fgw.alipayobjects.com%2Fzos%2Frmsportal%2FApEnVmpRbThmwJJukDlb.jpeg%22%2C%22avatar%22%3A%22https%3A%2F%2Fgw.alipayobjects.com%2Fzos%2Frmsportal%2FApEnVmpRbThmwJJukDlb.jpeg%22%2C%22language%22%3A%22en-us%22%2C%22is_admin%22%3Afalse%7D%2C%22notification%22%3A%7B%7D%2C%22settings%22%3A%7B%22head_html%22%3A%22%3Clink%20href%3D%5C%22https%3A%2F%2Fgw.alipayobjects.com%5C%22%20rel%3D%5C%22dns-prefetch%5C%22%20%2F%3E%5Cn%3Clink%20href%3D%5C%22https%3A%2F%2Fmdap.alipay.com%5C%22%20rel%3D%5C%22dns-prefetch%5C%22%20%2F%3E%5Cn%3Clink%20href%3D%5C%22https%3A%2F%2Fcdn.nlark.com%5C%22%20rel%3D%5C%22dns-prefetch%5C%22%20%2F%3E%5Cn%3Clink%20href%3D%5C%22https%3A%2F%2Fcdn.yuque.com%5C%22%20rel%3D%5C%22dns-prefetch%5C%22%20%2F%3E%5Cn%3Clink%20href%3D%5C%22https%3A%2F%2Fkcart.alipay.com%5C%22%20rel%3D%5C%22dns-prefetch%5C%22%20%2F%3E%5Cn%3Clink%20href%3D%5C%22https%3A%2F%2Fcdn-pri.nlark.com%5C%22%20rel%3D%5C%22dns-prefetch%5C%22%20%2F%3E%5Cn%3Clink%20href%3D%5C%22https%3A%2F%2Fg.yuque.com%5C%22%20rel%3D%5C%22dns-prefetch%5C%22%20%2F%3E%5Cn%3Clink%20href%3D%5C%22https%3A%2F%2Fmdap.yuque.com%5C%22%20rel%3D%5C%22dns-prefetch%5C%22%20%2F%3E%5Cn%3Cmeta%20name%3D%5C%22baidu-site-verification%5C%22%20content%3D%5C%22WGwq1qW6TC%5C%22%20%2F%3E%5Cn%5Cn%22%2C%22allowed_link_schema%22%3A%5B%22dingtalk%3A%22%5D%2C%22enable_link_interception%22%3Atrue%2C%22enable_new_user_public_ability_forbid%22%3Atrue%2C%22user_registry_forbidden_level%22%3A%22%22%2C%22footer_html%22%3A%22%22%2C%22footer_script%22%3A%22if%20(!Object.fromEntries)%20%7B%5Cn%20%20Object.defineProperty(Object%2C%20'fromEntries'%2C%20%7B%5Cn%20%20%20%20value(entries)%20%7B%5Cn%20%20%20%20%20%20if%20(!entries%20%7C%7C%20!entries%5BSymbol.iterator%5D)%20%7B%20throw%20new%20Error('Object.fromEntries()%20requires%20a%20single%20iterable%20argument')%3B%20%7D%5Cn%5Cn%20%20%20%20%20%20var%20o%20%3D%20%7B%7D%3B%5Cn%5Cn%20%20%20%20%20%20Object.keys(entries).forEach(function(key)%7B%5Cn%20%20%20%20%20%20%20%20var%20%5Bk%2C%20v%5D%20%3D%20entries%5Bkey%5D%3B%5Cn%5Cn%20%20%20%20%20%20%20%20o%5Bk%5D%20%3D%20v%3B%5Cn%20%20%20%20%20%20%7D)%3B%5Cn%5Cn%20%20%20%20%20%20return%20o%3B%5Cn%20%20%20%20%7D%2C%5Cn%20%20%7D)%3B%5Cn%7D%22%2C%22watermark_enable%22%3A%22%22%2C%22public_space_doc_search_enable%22%3Atrue%2C%22lake_enabled_groups%22%3A%22*%22%2C%22image_proxy_root%22%3A%22%22%2C%22max_import_task_count%22%3A1%2C%22enable_search%22%3Atrue%2C%22enable_serviceworker%22%3Atrue%2C%22enable_lazyload_card%22%3A%22codeblock%22%2C%22editor_canary%22%3A%7B%22card_lazy_init%22%3A100%7D%2C%22enable_attachment_multipart%22%3Atrue%2C%22enable_custom_video_player%22%3Atrue%2C%22conference_gift_num%22%3A0%2C%22intranet_safe_tip%22%3A%5B%22open%22%5D%2C%22publication_enable_whitelist%22%3A%5B%5D%2C%22foreign_phone_registry_enabled_organization_whitelist%22%3A%5B%2216014876%22%2C%2216022684%22%2C%221437%22%2C%221565%22%2C%221796%22%2C%222838%22%2C%2222614%22%2C%221780%22%2C%226001397%22%2C%2214481%22%2C%2214040138%22%2C%2216052442%22%2C%2214043106%22%2C%2214006688%22%2C%2216033469%22%2C%2218044074%22%2C%2211321%22%2C%222008%22%5D%2C%22disabled_login_modal_pop_default%22%3Atrue%2C%22enable_open_in_mobile_app%22%3Atrue%2C%22enable_issue%22%3Atrue%2C%22disable_topic%22%3Atrue%2C%22enable_blank_page_detect%22%3Atrue%2C%22zone_ant_auth_keepalive_enabled_domains%22%3A%5B%5D%2C%22enable_new_group_page_whitelist%22%3A%5B%5D%7D%2C%22env%22%3A%22prod%22%2C%22space%22%3A%7B%22id%22%3A0%2C%22login%22%3A%22%22%2C%22name%22%3A%22%E8%AF%AD%E9%9B%80%22%2C%22short_name%22%3Anull%2C%22status%22%3A0%2C%22account_id%22%3A0%2C%22logo%22%3Anull%2C%22description%22%3A%22%22%2C%22created_at%22%3Anull%2C%22updated_at%22%3Anull%2C%22host%22%3A%22https%3A%2F%2Fwww.yuque.com%22%2C%22displayName%22%3A%22%E8%AF%AD%E9%9B%80%22%2C%22logo_url%22%3A%22https%3A%2F%2Fcdn.nlark.com%2Fyuque%2F0%2F2022%2Fpng%2F303152%2F1665994257081-avatar%2Fdcb74862-1409-4691-b9ce-8173b4f6e037.png%22%2C%22enable_password%22%3Atrue%2C%22enable_watermark%22%3Afalse%2C%22_serializer%22%3A%22web.space%22%7D%2C%22isYuque%22%3Atrue%2C%22isPublicCloud%22%3Atrue%2C%22isEnterprise%22%3Afalse%2C%22isUseAntLogin%22%3Afalse%2C%22defaultSpaceHost%22%3A%22https%3A%2F%2Fwww.yuque.com%22%2C%22timestamp%22%3A1676278697389%2C%22traceId%22%3A%22ac136b1d16762786972721125141%22%2C%22siteName%22%3A%22Yuque%22%2C%22siteTip%22%3Anull%2C%22activityTip%22%3Anull%2C%22topTip%22%3Anull%2C%22readTip%22%3A%7B%7D%2C%22questionRecommend%22%3Anull%2C%22dashboardBannerRecommend%22%3Anull%2C%22imageServiceDomains%22%3A%5B%22cdn.yuque.com%22%2C%22cdn.nlark.com%22%2C%22img.shields.io%22%2C%22travis-ci.org%22%2C%22api.travis-ci.org%22%2C%22npm.packagequality.com%22%2C%22snyk.io%22%2C%22coveralls.io%22%2C%22badgen.now.sh%22%2C%22badgen.net%22%2C%22packagephobia.now.sh%22%2C%22duing.alibaba-inc.com%22%2C%22npm.alibaba-inc.com%22%2C%22web.npm.alibaba-inc.com%22%2C%22npmjs.com%22%2C%22npmjs.org%22%2C%22npg.dockerlab.alipay.net%22%2C%22private-alipayobjects.alipay.com%22%2C%22googleusercontent.com%22%2C%22blogspot.com%22%2C%22cdn.hk01.com%22%2C%22camo.githubusercontent.com%22%2C%22gw.daily.taobaocdn.net%22%2C%22cdn-images-1.medium.com%22%2C%22medium.com%22%2C%22i.stack.imgur.com%22%2C%22imgur.com%22%2C%22doc.ucweb.local%22%2C%22lh6.googleusercontent.com%22%2C%224.bp.blogspot.com%22%2C%22bp.blogspot.com%22%2C%22blogspot.com%22%2C%221.bp.blogspot.com%22%2C%222.bp.blogspot.com%22%2C%223.bp.blogspot.com%22%2C%22aliwork-files.oss-accelerate.aliyuncs.com%22%2C%22oss-accelerate.aliyuncs.com%22%2C%22work.alibaba.net%22%2C%22work.alibaba-inc.com%22%2C%22work-file.alibaba.net%22%2C%22work-file.alibaba-inc.com%22%2C%22pre-work-file.alibaba-inc.com%22%2C%22yuque.antfin.com%22%2C%22yuque.antfin-inc.com%22%2C%22intranetproxy.alipay.com%22%2C%22lark-assets-prod-aliyun.oss-accelerate.aliyuncs.com%22%2C%22lh1.googleusercontent.com%22%2C%22lh2.googleusercontent.com%22%2C%22lh3.googleusercontent.com%22%2C%22lh4.googleusercontent.com%22%2C%22lh5.googleusercontent.com%22%2C%22lh6.googleusercontent.com%22%2C%22lh7.googleusercontent.com%22%2C%22lh8.googleusercontent.com%22%2C%22lh9.googleusercontent.com%22%2C%22raw.githubusercontent.com%22%2C%22github.com%22%2C%22en.wikipedia.org%22%2C%22rawcdn.githack.com%22%2C%22pre-work-file.alibaba-inc.com%22%2C%22alipay-rmsdeploy-image.cn-hangzhou.alipay.aliyun-inc.com%22%2C%22antsys-align-files-management.cn-hangzhou.alipay.aliyun-inc.com%22%2C%22baiyan-pre.antfin.com%22%2C%22baiyan.antfin.com%22%2C%22baiyan.dev.alipay.net%22%2C%22marketing.aliyun-inc.com%22%2C%22lark-temp.oss-cn-hangzhou.aliyuncs.com%22%2C%22www.yuque.com%22%2C%22yuque.com%22%2C%22cdn.nlark.com%22%5D%2C%22sharePlatforms%22%3A%5B%22wechat%22%2C%22dingtalk%22%5D%2C%22locale%22%3A%22en-us%22%2C%22matchCondition%22%3A%7B%22fileType%22%3A%22Doc%22%2C%22useTileRendering%22%3Atrue%2C%22useEditorTileRendering%22%3Atrue%2C%22useEditorTileRenderingForOT%22%3Afalse%7D%2C%22customTracertConfig%22%3A%7B%22spmBPos%22%3A%22doc_read%22%7D%2C%22group%22%3A%7B%22id%22%3A22724648%2C%22type%22%3A%22User%22%2C%22login%22%3A%22u22288095%22%2C%22name%22%3A%22Madlife%22%2C%22description%22%3Anull%2C%22avatar%22%3A%22https%3A%2F%2Fcdn.nlark.com%2Fyuque%2F0%2F2022%2Fpng%2F22724648%2F1668411704174-avatar%2F5d8c4d30-03bb-4369-92bb-4d4ed0a2cb9a.png%22%2C%22avatar_url%22%3A%22https%3A%2F%2Fcdn.nlark.com%2Fyuque%2F0%2F2022%2Fpng%2F22724648%2F1668411704174-avatar%2F5d8c4d30-03bb-4369-92bb-4d4ed0a2cb9a.png%22%2C%22owner_id%22%3Anull%2C%22books_count%22%3A2%2C%22public_books_count%22%3A1%2C%22topics_count%22%3A0%2C%22public_topics_count%22%3A0%2C%22members_count%22%3A0%2C%22abilities%22%3A%7B%22create_book%22%3Afalse%2C%22create_member%22%3Afalse%2C%22destroy%22%3Afalse%2C%22read%22%3Atrue%2C%22read_private%22%3Afalse%2C%22update%22%3Afalse%2C%22manage%22%3Afalse%2C%22restore%22%3Afalse%2C%22read_tag%22%3Afalse%7D%2C%22settings%22%3Anull%2C%22public%22%3A1%2C%22scene%22%3Anull%2C%22created_at%22%3A%222021-09-17T04%3A22%3A46.000Z%22%2C%22updated_at%22%3A%222023-02-13T02%3A02%3A50.000Z%22%2C%22expired_at%22%3A%222023-03-17T15%3A59%3A59.000Z%22%2C%22organization_id%22%3A0%2C%22isPaid%22%3Atrue%2C%22member_level%22%3A2%2C%22memberLevelName%22%3A%22Pro%2B%20Member%22%2C%22hasMemberLevel%22%3Atrue%2C%22isTopMemberLevel%22%3Atrue%2C%22grains_sum%22%3A1131%2C%22status%22%3A1%2C%22source%22%3A%22install_desktop%22%2C%22zone_id%22%3A0%2C%22isPermanentPunished%22%3Afalse%2C%22isWiki%22%3Afalse%2C%22organization%22%3Anull%2C%22owners%22%3Anull%2C%22_serializer%22%3A%22web.group%22%7D%2C%22book%22%3A%7B%22id%22%3A35946531%2C%22type%22%3A%22Book%22%2C%22slug%22%3A%22gf5dgh%22%2C%22name%22%3A%22%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B0%22%2C%22toc%22%3A%5B%7B%22type%22%3A%22DOC%22%2C%22title%22%3A%22%E8%AF%BB%E3%80%8A%E8%B4%A2%E5%AF%8C%E7%AE%A1%E7%90%86%E7%9A%84%E8%A1%8C%E4%B8%BA%E9%87%91%E8%9E%8D%E3%80%8B-Madlife%22%2C%22uuid%22%3A%22fQGc2Itv-L0yjttO%22%2C%22url%22%3A%22xipmidywe8vav3mn%22%2C%22prev_uuid%22%3A%22%22%2C%22sibling_uuid%22%3A%22DyIjZhGzxhuYxiI-%22%2C%22child_uuid%22%3A%22%22%2C%22parent_uuid%22%3A%22%22%2C%22doc_id%22%3A114146977%2C%22level%22%3A0%2C%22id%22%3A114146977%2C%22open_window%22%3A0%2C%22visible%22%3A1%7D%2C%7B%22type%22%3A%22DOC%22%2C%22title%22%3A%22%E8%AF%BB%E3%80%8A%E5%8D%81%E5%B9%B4%E4%B8%80%E6%A2%A6%E3%80%8B%E2%80%94Madlife%22%2C%22uuid%22%3A%22DyIjZhGzxhuYxiI-%22%2C%22url%22%3A%22uwddkr6ow87gw0l1%22%2C%22prev_uuid%22%3A%22fQGc2Itv-L0yjttO%22%2C%22sibling_uuid%22%3A%226G3WyTKRTS0_u16J%22%2C%22child_uuid%22%3A%22%22%2C%22parent_uuid%22%3A%22%22%2C%22doc_id%22%3A112271920%2C%22level%22%3A0%2C%22id%22%3A112271920%2C%22open_window%22%3A0%2C%22visible%22%3A1%7D%2C%7B%22type%22%3A%22DOC%22%2C%22title%22%3A%22%E8%AF%BB%E3%80%8A%E5%8D%8E%E5%B0%94%E8%A1%97%E5%B9%BD%E7%81%B5%E3%80%8B%E2%80%94%E2%80%94Madlife%22%2C%22uuid%22%3A%226G3WyTKRTS0_u16J%22%2C%22url%22%3A%22dur9o1x3mg7amrfx%22%2C%22prev_uuid%22%3A%22DyIjZhGzxhuYxiI-%22%2C%22sibling_uuid%22%3A%22pGRU31tYrZjCtolv%22%2C%22child_uuid%22%3A%22%22%2C%22parent_uuid%22%3A%22%22%2C%22doc_id%22%3A112271916%2C%22level%22%3A0%2C%22id%22%3A112271916%2C%22open_window%22%3A0%2C%22visible%22%3A1%7D%2C%7B%22type%22%3A%22DOC%22%2C%22title%22%3A%22%E8%AF%BB%E3%80%8A%E6%97%A5%E6%9C%AC%E8%9C%A1%E7%83%9B%E5%9B%BE%E6%8A%80%E6%9C%AF%E3%80%8B%E2%80%94Madlife%22%2C%22uuid%22%3A%22pGRU31tYrZjCtolv%22%2C%22url%22%3A%22ye5rkzfpig0s8f7b%22%2C%22prev_uuid%22%3A%226G3WyTKRTS0_u16J%22%2C%22sibling_uuid%22%3A%22S3Nstt25p9Vq_PRX%22%2C%22child_uuid%22%3A%22%22%2C%22parent_uuid%22%3A%22%22%2C%22doc_id%22%3A112271929%2C%22level%22%3A0%2C%22id%22%3A112271929%2C%22open_window%22%3A0%2C%22visible%22%3A1%7D%2C%7B%22type%22%3A%22DOC%22%2C%22title%22%3A%22%E8%AF%BB%E3%80%8A%E6%9C%9F%E8%B4%A7%E5%B8%82%E5%9C%BA%E6%8A%80%E6%9C%AF%E5%88%86%E6%9E%90%E3%80%8B%E2%80%94Madlife%22%2C%22uuid%22%3A%22S3Nstt25p9Vq_PRX%22%2C%22url%22%3A%22qtkvkg26s8ytcih8%22%2C%22prev_uuid%22%3A%22pGRU31tYrZjCtolv%22%2C%22sibling_uuid%22%3A%22TV-86vKuLGK96PkU%22%2C%22child_uuid%22%3A%22%22%2C%22parent_uuid%22%3A%22%22%2C%22doc_id%22%3A112271927%2C%22level%22%3A0%2C%22id%22%3A112271927%2C%22open_window%22%3A0%2C%22visible%22%3A1%7D%2C%7B%22type%22%3A%22DOC%22%2C%22title%22%3A%22%E8%AF%BB%E3%80%8A%E8%82%A1%E7%A5%A8%E5%A4%A7%E4%BD%9C%E6%89%8B%E5%9B%9E%E5%BF%86%E5%BD%95%E3%80%8B%E2%80%94Madlife%22%2C%22uuid%22%3A%22TV-86vKuLGK96PkU%22%2C%22url%22%3A%22lyaxczen37yfogg2%22%2C%22prev_uuid%22%3A%22S3Nstt25p9Vq_PRX%22%2C%22sibling_uuid%22%3A%22loC8pFOqxDTjNQg5%22%2C%22child_uuid%22%3A%22%22%2C%22parent_uuid%22%3A%22%22%2C%22doc_id%22%3A112271933%2C%22level%22%3A0%2C%22id%22%3A112271933%2C%22open_window%22%3A0%2C%22visible%22%3A1%7D%2C%7B%22type%22%3A%22DOC%22%2C%22title%22%3A%22%E8%AF%BB%E3%80%8A%E5%A6%82%E4%BD%95%E9%AB%98%E6%95%88%E5%AD%A6%E4%B9%A0%E3%80%8B%E2%80%94Madlife%22%2C%22uuid%22%3A%22loC8pFOqxDTjNQg5%22%2C%22url%22%3A%22yoqgzsrsdltgeel9%22%2C%22prev_uuid%22%3A%22TV-86vKuLGK96PkU%22%2C%22sibling_uuid%22%3A%22%22%2C%22child_uuid%22%3A%22%22%2C%22parent_uuid%22%3A%22%22%2C%22doc_id%22%3A112271924%2C%22level%22%3A0%2C%22id%22%3A112271924%2C%22open_window%22%3A0%2C%22visible%22%3A1%7D%5D%2C%22toc_updated_at%22%3A%222023-02-11T03%3A52%3A53.000Z%22%2C%22description%22%3A%22%22%2C%22creator_id%22%3A22724648%2C%22menu_type%22%3A0%2C%22items_count%22%3A7%2C%22likes_count%22%3A0%2C%22watches_count%22%3A0%2C%22user_id%22%3A22724648%2C%22abilities%22%3A%7B%22create%22%3Afalse%2C%22update%22%3Afalse%2C%22destroy%22%3Afalse%2C%22create_doc%22%3Afalse%2C%22update_toc%22%3Afalse%2C%22read%22%3Atrue%2C%22read_private%22%3Afalse%2C%22export%22%3Afalse%2C%22export_doc%22%3Afalse%2C%22manage%22%3Afalse%2C%22join%22%3Atrue%2C%22share%22%3Afalse%2C%22modify_setting%22%3Afalse%2C%22create_collaborator%22%3Afalse%2C%22download%22%3Afalse%7D%2C%22public%22%3A1%2C%22scene%22%3Anull%2C%22source%22%3Anull%2C%22created_at%22%3A%222023-01-19T18%3A49%3A50.000Z%22%2C%22updated_at%22%3A%222023-02-12T04%3A26%3A09.000Z%22%2C%22pinned_at%22%3Anull%2C%22archived_at%22%3Anull%2C%22isPremium%22%3Afalse%2C%22premium%22%3A0%2C%22layout%22%3A%22Book%22%2C%22doc_typography%22%3A%22classic_all%22%2C%22doc_viewport%22%3A%22fixed%22%2C%22announcement%22%3Anull%2C%22should_manually_create_uid%22%3Afalse%2C%22catalog_tail_type%22%3A%22UPDATED_AT%22%2C%22catalog_display_level%22%3A1%2C%22book_icon%22%3A%7B%22type%22%3A%22url%22%2C%22symbol%22%3A%22book-type-resource%22%7D%2C%22cover%22%3A%22https%3A%2F%2Fcdn.nlark.com%2Fyuque%2F0%2F2023%2Fpng%2F22724648%2F1674155816720-8cdc8f91-7a3f-4fa3-93e5-540b7e771d3c.png%22%2C%22comment_count%22%3Anull%2C%22organization_id%22%3A0%2C%22status%22%3A0%2C%22indexed_level%22%3A0%2C%22privacy_migrated%22%3Atrue%2C%22collaboration_count%22%3A1%2C%22content_updated_at%22%3A%222023-02-12T04%3A26%3A08.892Z%22%2C%22content_updated_at_ms%22%3A1676175968892%2C%22copyright_watermark%22%3A%22%22%2C%22enable_announcement%22%3Atrue%2C%22enable_auto_publish%22%3Atrue%2C%22enable_comment%22%3Atrue%2C%22enable_document_copy%22%3Atrue%2C%22enable_export%22%3Atrue%2C%22enable_search_engine%22%3Atrue%2C%22enable_toc%22%3Atrue%2C%22enable_trash%22%3Atrue%2C%22enable_visitor_watermark%22%3Afalse%2C%22enable_webhook%22%3Atrue%2C%22image_copyright_watermark%22%3A%22%22%2C%22original%22%3A0%2C%22resource_size%22%3A0%2C%22user%22%3Anull%2C%22contributors%22%3Anull%2C%22_serializer%22%3A%22web.book_detail%22%7D%2C%22doc%22%3A%7B%22id%22%3A112271924%2C%22space_id%22%3A0%2C%22type%22%3A%22Doc%22%2C%22sub_type%22%3Anull%2C%22title%22%3A%22%E8%AF%BB%E3%80%8A%E5%A6%82%E4%BD%95%E9%AB%98%E6%95%88%E5%AD%A6%E4%B9%A0%E3%80%8B%E2%80%94Madlife%22%2C%22tag%22%3Anull%2C%22slug%22%3A%22yoqgzsrsdltgeel9%22%2C%22user_id%22%3A22724648%2C%22book_id%22%3A35946531%2C%22cover%22%3A%22https%3A%2F%2Fcdn.nlark.com%2Fyuque%2F0%2F2022%2Fpng%2F22724648%2F1671339142303-ce7c7caa-57b6-473b-8fb3-bfaf59a79d3b.png%22%2C%22description%22%3A%22%E4%B8%80%E5%8F%A5%E8%AF%9D%EF%BC%8C%E7%94%A8%E6%95%B4%E4%BD%93%E6%80%A7%E5%AD%A6%E4%B9%A0%EF%BC%8C%E5%8D%B3%E6%8A%8A%E6%96%B0%E6%97%A7%E7%9F%A5%E8%AF%86%E9%93%BE%E8%B5%B7%E6%9D%A5%E6%88%90%E7%BD%91%EF%BC%8C%E8%80%8C%E4%B8%8D%E6%98%AF%E5%88%86%E5%89%B2%E6%88%90%E4%B8%80%E5%9D%97%E4%B8%80%E5%9D%97%E3%80%82%E4%BD%9C%E8%80%85%E7%94%A8%E4%BA%86%E4%B8%89%E4%B8%AA%E8%A7%82%E7%82%B9%E5%92%8C%E4%BA%94%E4%B8%AA%E6%AD%A5%E9%AA%A4%E6%9D%A5%E4%BB%8B%E7%BB%8D%E6%95%B4%E4%BD%93%E6%80%A7%E5%AD%A6%E4%B9%A0%EF%BC%8C%E5%A6%82%E4%B8%8B%EF%BC%9A%E6%95%B4%E4%BD%93%E6%80%A7%E5%AD%A6%E4%B9%A0%E5%9F%BA%E4%BA%8E%E4%B8%89%E4%B8%AA%E8%A7%82%E7%82%B9%EF%BC%9A1%E3%80%81%E7%BB%93%E6%9E%84%E7%9B%B8%E5%BD%93%E4%BA%8E%E4%B8%80%E5%BA%A7%E5%BA%A7%E5%9F%8E%E5%B8%82%EF%BC%8C%E8%AF%AD%E6%96%87%E6%98%AF%E4%B8%80%E5%BA%A7%EF%BC%8C%E6%95%B0%E5%AD%A6%E6%98%AF%E4%B8%80%E5%BA%A7%E3%80%82%E5%8F%91%E8%BE%BE%E7%9A%84%E5%9F%8E%E5%B8%82%EF%BC%8C%E5%AD%A6%E6%9C%89%E5%85%B3%E7%9A%84%E4%B8%9C%E8%A5%BF%E5%B0%B1%E4%BC%9A%E5%BE%88%E5%BF%AB%EF%BC%8C%E4%BE%8B%E5%A6%82%E5%AD%A6%E8%A1%A8%E8%BE%BE%EF%BC%8C%E5%86%99%E4%BD%9C%E3%80%82%E8%81%AA%E6%98%8E%E4%BA%BA%E5%B0%B1%E6%98%AF%E6%8A%8A%E6%96%B0%E4%B8%9C%E8%A5%BF%E5%92%8C%E8%80%81%E5%9F%8E%E5%B8%82%E5%BB%BA%E7%AB%8B%E4%BA%A4%E6%98%93%EF%BC%8C%E8%81%94%E7%B3%BB%E8%B6%8A%E5%A4%9A%E8%B6%8A%E5%AE%B9%E6%98%93...%22%2C%22custom_description%22%3Anull%2C%22body_asl%22%3A%22%22%2C%22format%22%3A%22lake%22%2C%22status%22%3A1%2C%22read_status%22%3A1%2C%22view_status%22%3A0%2C%22public%22%3A1%2C%22draft_version%22%3A1%2C%22comments_count%22%3A0%2C%22likes_count%22%3A0%2C%22abilities%22%3A%7B%22destroy%22%3Afalse%2C%22read%22%3Atrue%2C%22update%22%3Afalse%2C%22create_collaborator%22%3Afalse%2C%22manage%22%3Afalse%2C%22share%22%3Afalse%7D%2C%22content_updated_at%22%3A%222023-01-19T18%3A55%3A17.000Z%22%2C%22created_at%22%3A%222023-01-19T18%3A54%3A29.000Z%22%2C%22updated_at%22%3A%222023-01-19T18%3A55%3A17.000Z%22%2C%22published_at%22%3A%222023-01-19T18%3A55%3A17.000Z%22%2C%22first_published_at%22%3A%222023-01-19T18%3A55%3A16.953Z%22%2C%22pinned_at%22%3Anull%2C%22word_count%22%3A1813%2C%22selected_at%22%3Anull%2C%22premium_days_count%22%3Anull%2C%22premium_price%22%3Anull%2C%22premium_started_at%22%3Anull%2C%22premium_expired_at%22%3Anull%2C%22premium_expired%22%3Afalse%2C%22editor_meta%22%3Anull%2C%22editor_meta_draft%22%3Anull%2C%22meta%22%3A%7B%22privacy_migrated%22%3Atrue%7D%2C%22region%22%3A%22%E6%B5%99%E6%B1%9F%22%2C%22indexed_level%22%3A0%2C%22privacy_migrated%22%3Atrue%2C%22_serializer%22%3A%22web.doc_detail%22%7D%2C%22isDocCollaborator%22%3Afalse%2C%22isCollaborationPage%22%3Afalse%2C%22forbidLoginCard%22%3Afalse%2C%22loginCardPV%22%3A2000%2C%22docUrl%22%3A%22https%3A%2F%2Fwww.yuque.com%2Fu22288095%2Fgf5dgh%2Fyoqgzsrsdltgeel9%22%2C%22search%22%3A%7B%22display%22%3Atrue%2C%22scope%22%3A%22u22288095%2Fgf5dgh%22%7D%2C%22prefetch%22%3A%22fetchReadDocData%22%2C%22enableMobileAppRelease%22%3Afalse%2C%22isRunAtRaw%22%3Afalse%2C%22enableUserFeed%22%3Afalse%2C%22groupMemberInfo%22%3A%7B%22usage%22%3A%7B%22attachment_size%22%3A7946616%2C%22image_size%22%3A1024256897%2C%22video_size%22%3A0%2C%22attachment_size_month%22%3A0%2C%22image_size_month%22%3A158482179%2C%22video_size_month%22%3A0%2C%22max_upload_size%22%3A10737418240%2C%22_serializer%22%3A%22web.user_usage_statistics%22%7D%2C%22totalDocAndNoteUsageMonth%22%3A57%2C%22expired_at%22%3A%222023-03-17T15%3A59%3A59.000Z%22%2C%22countDownDays%22%3A32%2C%22isAllowRenew%22%3Afalse%2C%22receipt%22%3Anull%2C%22groupOwners%22%3A%5B%5D%2C%22hasOrder%22%3Afalse%7D%2C%22interest%22%3A%7B%22interests%22%3A%7B%22open_ocr%22%3Atrue%2C%22book_statistics%22%3Atrue%2C%22create_public_resource%22%3Atrue%7D%7D%2C%22paymentInfo%22%3A%7B%22paymentBizInstId%22%3A%22Z69%22%7D%2C%22login%22%3A%7B%22loginType%22%3A%22normal%22%2C%22enablePlatforms%22%3A%5B%22dingtalk%22%2C%22alipay%22%2C%22wechat%22%2C%22teambition%22%2C%22apple%22%5D%2C%22isWechatMobileApp%22%3Afalse%7D%2C%22enableCoverageDeploy%22%3Afalse%2C%22isDesktopApp%22%3Afalse%2C%22isAlipayApp%22%3Afalse%2C%22isDingTalkApp%22%3Afalse%2C%22isDingTalkMiniApp%22%3Afalse%2C%22isDingTalkDesktopApp%22%3Afalse%2C%22isYuqueMobileApp%22%3Afalse%2C%22tracertConfig%22%3A%7B%22spmAPos%22%3A%22a385%22%2C%22spmBPos%22%3A%22doc_read%22%7D%7D"));
})();
]]>
</script>
<div id="ReactApp">
<div class="lark" data-testid="reader-main">
<div class="main-wrapper">
<div class="ReaderLayout-module_wrapper_l-8F+" style="padding-left: 345px;">
<div id="header" class="header doc-head doc-head-doc doc-type-head ViewerHeader-module_wrapper_vhIJ4 undefined" data-header-mode="title" data-aspm="c36321" style="left: 345px;">
<div class="doc-head-inner">
<div class="header-crumb title-visible only-doc-title">
<span class="doc-title" title="读《如何高效学习》—Madlife">读《如何高效学习》—Madlife</span><span class="doc-access-scope larkui-tooltip"><svg width="1em" height="1em" viewbox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" data-name="IconPublic" class="larkui-icon larkui-icon-icon-public icon-svg index-module_size_wVASz" style="width: 14px; min-width: 14px; height: 14px;">
<g fill="none" fill-rule="evenodd">
<path d="M0 0h16v16H0z"></path>
<path d="M8 1.487a6.513 6.513 0 1 1 0 13.026A6.513 6.513 0 0 1 8 1.487Zm5.005 8.765-.029.003c-.223.042-.491.213-.875.54l-.53.465-.196.166-.082.066-.144.107c-.044.03-.086.056-.126.078l-.12.06-.13.049a1.162 1.162 0 0 1-.447.08c-.578-.011-.863-.24-1.08-.693l-.073-.163c-.075-.18-.091-.199-.169-.22-.359-.094-1.08.61-1.212 1.37-.054.315-.008.488.204.797l.155.216c.083.112.151.21.21.302a5.489 5.489 0 0 0 4.644-3.223ZM8.46 2.532l.022.046c.108.26.139.533.055.775-.062.181-.15.31-.293.462l-.266.261c-.068.07-.08.097-.08.122.002.058.09.132.35.234l.2.072.255.08.317.09c1.615.442 1.65 2.616-.231 3.395-1.288.534-2.074.239-2.707-.647L5.92 7.18l-.145-.221c-.222-.315-.835-.451-1.057-.3l-.005.009-.045.114-.051.152-.068.216-.1.348-.099.308c-.226.66-.454.9-1.005.865-.335-.022-.581-.148-.823-.39a5.486 5.486 0 0 0 4.543 5.126c-.289-.46-.382-.85-.283-1.422.221-1.283 1.432-2.465 2.484-2.187.408.108.617.316.79.672l.127.293c.032.069.05.075.117.076l.064-.001.062-.02.071-.03.079-.048.096-.07.124-.1.256-.22.231-.204c.819-.725 1.394-1.052 2.065-.914a5.488 5.488 0 0 0-4.889-6.701Zm-1.323.047c-2.224.355-4 2.04-4.49 4.211a.497.497 0 0 1 .025.028l.099.125.222.303c.132.181.229.291.304.349l.022.015.017-.033.051-.127.057-.172.132-.452.092-.296c.131-.391.242-.56.475-.719.7-.475 1.937-.2 2.471.558l.235.358c.402.61.705.744 1.547.395 1.007-.417.993-1.283.354-1.457l-.204-.057-.367-.113c-.913-.302-1.29-.622-1.306-1.27-.01-.377.11-.6.394-.889l.204-.199.07-.075a.157.157 0 0 0 .026-.042c.018-.053-.26-.413-.43-.441Z" fill="currentColor" fill-rule="nonzero"></path>
</g></svg></span>
</div>
<div class="header-action">
<div class="ViewerHeader-module_mark_c28hV" data-aspm-click="d223108">
<div class="index-module_isMiniTypeMark_Q9Bf6 larkui-popover-trigger">
<div class="index-module_markedNormal_lQdFH select-group-mark-wrapper larkui-tooltip">
<div class="index-module_markIconContent_GN4G+" data-testid="select-group-mark-entry">
<svg width="1em" height="1em" viewbox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" data-name="StarOutlined" class="larkui-icon larkui-icon-star-outlined icon-svg index-module_icon_hhi0u index-module_size_wVASz" style="width: 20px; min-width: 20px; height: 20px;">
<path d="m109.698 24.732-22.514 51.09-55.546 5.624a20 20 0 0 0-12.899 6.573c-7.36 8.236-6.649 20.88 1.587 28.24l41.632 37.2-11.815 54.565a20 20 0 0 0 2.265 14.298l.185.313c5.643 9.302 17.723 12.402 27.163 6.904L128 201.44l48.244 28.1a20 20 0 0 0 14.298 2.264c10.796-2.338 17.652-12.984 15.315-23.78l-11.815-54.566 41.632-37.2a20 20 0 0 0 6.572-12.898c1.113-10.99-6.894-20.8-17.884-21.914l-55.546-5.625-22.514-51.09a20 20 0 0 0-10.237-10.235c-10.107-4.455-21.912.128-26.367 10.236ZM128 32.798l22.515 51.089A20 20 0 0 0 166.8 95.719l55.546 5.626-41.631 37.2a20 20 0 0 0-6.22 19.146l11.814 54.566-48.244-28.099a20 20 0 0 0-20.132 0L69.69 212.257l11.815-54.566a20 20 0 0 0-6.221-19.146l-41.631-37.2 55.546-5.626a20 20 0 0 0 16.286-11.832L128 32.798Z" fill="currentColor" fill-rule="nonzero"></path></svg>
</div>
</div>
</div>
</div>
<div class="index-module_present_RJR62">
<button type="button" data-aspm-click="d129827" data-testid="present-btn" class="index-module_btn_nQfFi larkui-tooltip"><svg width="1em" height="1em" viewbox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" data-name="Present" class="larkui-icon larkui-icon-present icon-svg index-module_size_wVASz" style="width: 20px; min-width: 20px; height: 20px;">
<path d="M230 28c5.523 0 10 4.477 10 10s-4.477 10-10 10h-6v107c0 22.091-17.909 40-40 40h-5.935l8.512 31.764c1.405 5.245-1.63 10.633-6.802 12.172l-.27.076c-5.334 1.43-10.817-1.737-12.247-7.071l-9.835-36.705a10.192 10.192 0 0 1-.06-.236H97.13a9.992 9.992 0 0 1-.329 3.133l-9.058 33.808c-1.43 5.334-6.913 8.5-12.248 7.07-5.334-1.429-8.5-6.912-7.07-12.247L76.932 195H73c-21.87 0-39.641-17.552-39.995-39.339L33 155V48h-7c-5.523 0-10-4.477-10-10s4.477-10 10-10h204Zm-26 20H53v107c0 10.93 8.769 19.813 19.656 19.997L73 175h111c11.046 0 20-8.954 20-20V48Zm-76.957 26.124 30.288 21.59a20 20 0 0 1 4.676 4.677c6.412 8.994 4.318 21.483-4.676 27.895l-30.288 21.59a20 20 0 0 1-11.61 3.715c-11.045 0-20-8.955-20-20V90.409a20 20 0 0 1 3.715-11.61l.216-.296c6.473-8.743 18.785-10.72 27.679-4.38Zm-11.61 16.286v43.18L145.723 112l-30.288-21.59Z" fill="currentColor" fill-rule="evenodd"></path></svg></button>
</div><span class="header-action-item header-action-anonymous"><a href="/login?goto=https%3A%2F%2Fwww.yuque.com%2Fu22288095%2Fgf5dgh%2Fyoqgzsrsdltgeel9" data-aspm-click="d65962" class="ant-btn ant-btn-primary"><span>Login / Register</span></a></span>
<div class="style-module_container_5pQ7D style-module_isPrevNotActive_xWwFe">
<div class="style-module_switchActiveBg_3DMlv"></div>
<div class="style-module_switchContent_FKoVH">
<div class="style-module_iconWrapper_bAMkc">
<span class="header-action-item" style="margin-left: 8px;"><svg width="1em" height="1em" viewbox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" data-name="CommentReply" class="larkui-icon larkui-icon-comment-reply icon-svg style-module_icon_ucXPM index-module_size_wVASz">
<path d="M8 1.063a6.937 6.937 0 1 1 0 13.874H1.937a.625.625 0 0 1-.526-.961l1.105-1.727-.017-.02a6.91 6.91 0 0 1-1.436-4.177V8A6.938 6.938 0 0 1 8 1.062Zm0 1.25a5.688 5.688 0 0 0-4.245 9.472c.187.21.211.517.06.753l-.735 1.15H8a5.688 5.688 0 0 0 5.687-5.594V8A5.688 5.688 0 0 0 8 2.312Zm.938 6.562a.625.625 0 1 1 0 1.25h-3.75a.625.625 0 1 1 0-1.25h3.75Zm1.874-3a.625.625 0 1 1 0 1.25H5.189a.625.625 0 1 1 0-1.25h5.625Z" fill="currentColor" fill-rule="nonzero"></path></svg></span>
</div>
<div class="style-module_iconWrapper_bAMkc">
<span class="header-action-item" style="margin-left: 8px;"><svg width="1em" height="1em" viewbox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" data-name="Rightboard" class="larkui-icon larkui-icon-rightboard icon-svg style-module_icon_ucXPM index-module_size_wVASz">
<path d="M209 28c16.569 0 30 13.431 30 30v140c0 16.569-13.431 30-30 30H47c-16.569 0-30-13.431-30-30V58c0-16.569 13.431-30 30-30Zm-80 20H47c-5.523 0-10 4.477-10 10v140c0 5.523 4.477 10 10 10h82V48Zm80 0h-60v160h60c5.43 0 9.848-4.327 9.996-9.72L219 198V58c0-5.523-4.477-10-10-10Zm-15 114c5.523 0 10 4.477 10 10s-4.477 10-10 10h-20c-5.523 0-10-4.477-10-10s4.477-10 10-10h20Zm0-44c5.523 0 10 4.477 10 10s-4.477 10-10 10h-20c-5.523 0-10-4.477-10-10s4.477-10 10-10h20Zm0-44c5.523 0 10 4.477 10 10s-4.477 10-10 10h-20c-5.523 0-10-4.477-10-10s4.477-10 10-10h20Z" fill="currentColor" fill-rule="nonzero"></path></svg></span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="BookReader-module_wrapper_s6Jdt BookReader-module_docTypographyClassic_tUB5r" data-testid="content">
<div class="BookReader-module_content_BGKYX" id="main">
<div class="BookReader-module_docContainer_mQ3Tk">
<div class="DocReader-module_wrapper_t3Z8X" data-doc-layout="fixed" data-doc-sidebar="false" data-doc-toc="true">
<div class="">
<div class="DocReader-module_content_AcIMy">
<div class="DocReader-module_header_xAOtU">
<div>
<div class="DocReader-module_title_fXOQi">
<h1 id="article-title" class="index-module_articleTitle_VJTLJ doc-article-title">
读《如何高效学习》—Madlife
</h1>
</div>
</div>
</div>
<div>
<article id="content" class="article-content" tabindex="0" style="outline-style: none;">
<div class="ne-doc-major-viewer">
<div class="yuque-doc-content" data-df="lake" style="position: relative;">
<div>
<div class="ne-viewer ne-typography-classic ne-paragraph-spacing-relax ne-viewer-layout-mode-fixed" data-viewer-mode="normal" id="u0381" ne-viewer-toc-pin="true">
<div class="ne-viewer-header"></div>
<div class="ne-viewer-body">
一句话,用整体性学习,即把新旧知识链起来成网,而不是分割成一块一块。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>
<div class="ne-heading-folding-inner">
<div class="ne-icon ne-iconfont" data-name="arrow-down"></div>
</div>作者用了三个观点和五个步骤来介绍整体性学习,如下:<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>
<div class="ne-heading-folding-inner">
<div class="ne-icon ne-iconfont" data-name="arrow-down"></div>
</div>整体性学习基于三个观点:<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>
<div class="ne-heading-folding-inner">
<div class="ne-icon ne-iconfont" data-name="arrow-down"></div>
</div>1、结构<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>相当于一座座城市,语文是一座,数学是一座。发达的城市,学有关的东西就会很快,例如学表达,写作。聪明人就是把新东西和老城市建立交易,联系越多越容易学,条条大路通新知识。完成自觉建立知识间联系的习惯,很容易学好。也就是说,只要新知识能放进城市里,建立起来联系,那就很容易学。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>已经成熟的结构有<span class="ne-viewer-b-filler" ne-filler="block"><br /></span><span class="ne-list-symbol" ne-fontsize="19"><span>●</span></span>感知结构:眼、鼻、耳、舌、手。最基本的结构,也发展的最好。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span><span class="ne-list-symbol" ne-fontsize="19"><span>●</span></span>关系结构:各种关系,人人、人事等等。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span><span class="ne-list-symbol" ne-fontsize="19"><span>●</span></span>基础数学结构:代数、函数等,用来简化其他学科内的关系。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>
<div class="ne-heading-folding-inner">
<div class="ne-icon ne-iconfont" data-name="arrow-down"></div>
</div>2、模型<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>属于简化的结构,是城市的缩略图,是书的目录。模型的形式不限制,主要是为了压缩信息,将核心概念整合在一起,是城市的地基,最核心的部分,在模型的基础上引申出全部的知识。模型可以是一张图,一句话。后续的新知识在模型的基础上进行联系和优化。模型可以改进和优化,比如用视觉化。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>
<div class="ne-heading-folding-inner">
<div class="ne-icon ne-iconfont" data-name="arrow-down"></div>
</div>3、高速公路<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>城市之间的连接,例如正在学习生物,将其与熟悉的商业发展史建立联系。高速公路可以激发创造力,将常人眼里风马牛不相及的专业联系在一起,将知识变得更有弹性。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>
<div class="ne-heading-folding-inner">
<div class="ne-icon ne-iconfont" data-name="arrow-down"></div>
</div>整体性学习的五个步骤<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>
<div class="ne-heading-folding-inner">
<div class="ne-icon ne-iconfont" data-name="arrow-down"></div>
</div>1、获取<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>①获取的信息要准确:信息来源尽可能质量高一点。得到、或者比较好的课程。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>②信息要简化:废话删掉。用笔记流加适当图表。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>1不要呆板、僵硬、貌似层次分明的笔记。2在写下来的观点之间建立联系。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>
<div class="ne-card-container">
<div class="ne-image-wrap ne-image-loaded ne-image-style-none" data-testid="ne-card-image">
<div class="ne-ui-image-inner-button-wrap">
<div class="ne-icon ne-icon-c-tb-maximize" data-name="c-tb-maximize">
<button type="button" class="ne-ui-image-inner-button ne-ui-image-maximize"><svg class="ne-icon-symbol" aria-hidden="true">
<use xlink:href="#ne-c-tb-maximize"></use></svg></button>
</div>
</div>
<div class="ne-ui-image-ocr-mask">
<div class="ne-ui-image-ocr-text" style="font-size: 10.240292216px; left: 40.765019200000005%;top: 2.74632%;">
STHY IN ONE PAGE
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 6.863689448px; left: 69.195904%;top: 3.560019574468085%;">
MESIN ISU'L CESIUNT . NORL REART
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 6.818479359999998px; left: 19.752123200000003%;top: 5.0941178723404255%;">
DMHRU
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 9.201004735999998px; left: 54.3029632%;top: 8.58077659574468%;">
NHER QUARTILE DANGE
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 14.218924720000004px; left: 73.84630879999999%;top: 14.70435744680851%;">
189
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 10.394076000000004px; left: 4.9912548800000005%;top: 16.316925531914894%;">
压缩笔记示例
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 7.434876064000008px; left: 84.83604799999999%;top: 19.484436170212767%;">
(第-133
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 9.561123264px; left: 5.27317872%;top: 20.985929787234042%;">
(一页纸概括了一门课的所有观点)
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 4.8122228px; left: 74.09863999999999%;top: 22.36070425531915%;">
VERIANIS
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 7.582245440000002px; left: 52.6461568%;top: 23.751010638297874%;">
SHEPIR SUAR SOARY
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 6.4499696800000015px; left: 52.203940800000005%;top: 26.42888936170213%;">
之一部
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 7.833173040000007px; left: 51.355456%;top: 28.717965957446808%;">
LBEEEFFJ
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 7.404067439999996px; left: 11.7342968%;top: 30.581370212765957%;">
PGOLUC ING
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 10.149376159999997px; left: 45.672793600000006%;top: 31.543806382978723%;">
AWUNTILE QUTY PERCOATAGE
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 8.37148928px; left: 62.9931648%;top: 36.232131914893614%;">
HORMAT QUARHILE UIAT
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 27.05871168px; left: 27.769414400000002%;top: 35.266155319148936%;">
RE NFENFEAY
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 26.64602864px; left: 30.5830272%;top: 36.622480851063834%;">
MAOICTBINS!
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 4.557568400000002px; left: 63.6785696%;top: 45.869234042553195%;">
VALUE&amp; OF OF.
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 5.821045999999996px; left: 11.731207199999998%;top: 46.868640425531915%;">
SARTPLE
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 6.124838720000009px; left: 76.95745600000001%;top: 48.55755744680851%;">
VERS
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 7.805453039999997px; left: 74.883456%;top: 51.33563404255319%;">
YY RESPONSE
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 8.24581912000001px; left: 30.16956%;top: 52.59066595744682%;">
FIEANCNTY.9RAND
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 8.666356159999998px; left: 76.86140160000001%;top: 53.86770638297873%;">
BLANPLANATORY
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 9.485747039999989px; left: 58.920096%;top: 59.15862978723405%;">
中国石化
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 8.352725920000031px; left: 73.3287312%;top: 59.158825531914886%;">
CERRELATION A 二
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 5.920807200000025px; left: 19.5981592%;top: 62.18275957446808%;">
MVHANASG
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 7.379686159999996px; left: 58.71284800000001%;top: 62.896391489361704%;">
WIGHRION
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 6.366544800000011px; left: 58.754672%;top: 65.11170638297872%;">
EFP AINGT BY
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 6.9853414399999885px; left: 79.2349856%;top: 67.15034042553192%;">
H-!
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 14.094215520000006px; left: 73.0686336%;top: 69.76728723404256%;">
QUNER,ENSS
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 6.115389279999986px; left: 40.878616%;top: 71.17460851063831%;">
THABE VED PONIRE
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 9.908994479999997px; left: 20.4555616%;top: 74.16607872340425%;">
王云以
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 16.372479200000015px; left: 70.5944576%;top: 73.58614042553191%;">
DESS ANE CENT OFROTPOWE CENE CEN
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 10.556515200000005px; left: 73.05475200000001%;top: 86.08112765957446%;">
LE EST SQVARES GEGSI ON LINE
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 7.8467804799999845px; left: 29.688499200000003%;top: 89.47194893617022%;">
5.5
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 6.114126479999988px; left: 87.04248960000001%;top: 90.17212765957447%;">
LBUT
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 7.095667040000026px; left: 33.188055999999996%;top: 95.87890638297873%;">
19
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 4.671817919999991px; left: 86.24985600000001%;top: 96.16125531914894%;">
TRAPOIPLEN
</div>
</div>
<div class="ne-image-box" style="">
<img width="385" class="ne-image ne-image-preview" alt="image.png" src="https://cdn.nlark.com/yuque/0/2022/png/22724648/1671339142303-ce7c7caa-57b6-473b-8fb3-bfaf59a79d3b.png?x-oss-process=image%2Fresize%2Cw_385%2Climit_0" draggable="true" />
</div>
</div>
</div><span class="ne-viewer-b-filler" ne-filler="block"><br /></span>③容量尽可能大一年读2本和一年读100本的差别<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>④速度尽可能快:阅读方法要好,同时不能漏掉太多重点。推荐用指读法。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>
<div class="ne-heading-folding-inner">
<div class="ne-icon ne-iconfont" data-name="arrow-down"></div>
</div>2、理解停留在这一步就是死记硬背式学习<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>①字面意思是什么,每个字母代表什么。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>②怎么得来的,和上下文有联系吗。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>③如果无法理解,就往更细的点拆分,直至理解。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>
<div class="ne-heading-folding-inner">
<div class="ne-icon ne-iconfont" data-name="arrow-down"></div>
</div>3、拓展<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>①这才是整体性学习的真正开始,用已有的模型来简化新知识的结构。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>②分三种方式<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>
<div class="ne-card-container">
<div class="ne-image-wrap ne-image-loaded ne-image-style-none" data-testid="ne-card-image">
<div class="ne-ui-image-inner-button-wrap">
<div class="ne-icon ne-icon-c-tb-maximize" data-name="c-tb-maximize">
<button type="button" class="ne-ui-image-inner-button ne-ui-image-maximize"><svg class="ne-icon-symbol" aria-hidden="true">
<use xlink:href="#ne-c-tb-maximize"></use></svg></button>
</div>
</div>
<div class="ne-ui-image-ocr-mask">
<div class="ne-ui-image-ocr-text" style="font-size: 13.608074077519378px; left: 17.84023449612403%;top: 5.9389125%;">
知识的背景探究:从何而来,有什么
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 13.39064598837209px; left: 3.0356066860465116%;top: 5.944044132653061%;">
深度拓展(最
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 13.519815875968991px; left: 17.972295542635656%;top: 11.441525510204082%;">
试验,论据是什么
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 13.354201282945734px; left: 3.1894975775193806%;top: 11.519963520408163%;">
耗时)
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 14.660125930232557px; left: 17.876262596899224%;top: 22.742313775510205%;">
类似的结论有哪些,异同点是什么,
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 13.033907248062011px; left: 3.169264534883721%;top: 28.55539285714286%;">
横向拓展
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 12.106158934108523px; left: 18.04453100775194%;top: 28.7359375%;">
同时期的发现有哪些,同领域的发现
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 12.977669534883704px; left: 18.077198643410853%;top: 34.35677806122449%;">
有哪些
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 14.73494767441862px; left: 18.116902131782947%;top: 50.03034693877551%;">
在结构间建立高速公路
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 13.986295348837197px; left: 65.90533624031008%;top: 61.69846173469388%;">
(1)为你正在学习的东西创造脑海中的图像.
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 14.042076434108525px; left: 3.1771611434108524%;top: 67.06850510204082%;">
纵向拓展(最
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 13.457643449612398px; left: 3.091498837209302%;top: 72.61126785714286%;">
难,最具创造
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 15.11331825581393px; left: 18.102913759689923%;top: 73.21064285714286%;">
较好的方法是,比喻法和内在化
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 13.221603062015479px; left: 48.74228682170543%;top: 73.76137755102042%;">
内在化即图像化
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 13.873950387596928px; left: 65.65193798449613%;top: 73.55430102040816%;">
(2)在这幅图像上加入其他感官和情感.
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 12.002790697674419px; left: 3.2298488372093024%;top: 78.52432908163264%;">
性)
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 13.774970852713183px; left: 65.61642441860465%;top: 85.00218367346937%;">
(3)寻找图像不适用或不足的地方,防止产生
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 13.112273294573649px; left: 64.68644864341086%;top: 90.69100255102042%;">
错误的联系
</div>
</div>
<div class="ne-image-box" style="">
<img width="860" class="ne-image ne-image-preview" alt="image.png" src="https://cdn.nlark.com/yuque/0/2022/png/22724648/1671338909604-87fea1ef-2468-4b0d-a6f7-c105201ed3e9.png" draggable="true" />
</div>
</div>
</div><span class="ne-viewer-b-filler" ne-filler="block"><br /></span>
<div class="ne-heading-folding-inner">
<div class="ne-icon ne-iconfont" data-name="arrow-down"></div>
</div>4、纠错<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>①发现一些特例并指出,删除一些现实中不存在的联系,删除错误结论。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>②不断实践,搞清楚是概念本身的问题还是理解问题;每种类型都实践下;每天都练练,不要临时突击。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>
<div class="ne-heading-folding-inner">
<div class="ne-icon ne-iconfont" data-name="arrow-down"></div>
</div>5、应用创造途径将所学应用到生活中去<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>
<div class="ne-heading-folding-inner">
<div class="ne-icon ne-iconfont" data-name="arrow-down"></div>
</div>0、测试伴随每一步主要是改进技术<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>
<div class="ne-card-container">
<div class="ne-image-wrap ne-image-loaded ne-image-style-none" data-testid="ne-card-image">
<div class="ne-ui-image-inner-button-wrap">
<div class="ne-icon ne-icon-c-tb-maximize" data-name="c-tb-maximize">
<button type="button" class="ne-ui-image-inner-button ne-ui-image-maximize"><svg class="ne-icon-symbol" aria-hidden="true">
<use xlink:href="#ne-c-tb-maximize"></use></svg></button>
</div>
</div>
<div class="ne-ui-image-ocr-mask">
<div class="ne-ui-image-ocr-text" style="font-size: 20.02959516591928px; left: 7.994134529147982%;top: 7.582908968609867%;">
获取:我以前看过或听过这个吗
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 18.677514834080725px; left: 7.990075112107623%;top: 27.28317847533632%;">
理解:我理解知识的含义吗
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 19.637034457399103px; left: 7.9017852017937225%;top: 46.79791210762331%;">
拓展:我知道它从何而来,与哪些知识有联系吗
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 18.286155605381158px; left: 7.861103139013452%;top: 66.13540358744395%;">
-纠错:我删了错误结论以及不恰当的联系吗
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 18.221653452914804px; left: 7.97362331838565%;top: 85.61262331838564%;">
应用:我将知识应用到实际生活中了吗
</div>
</div>
<div class="ne-image-box" style="">
<img width="468" class="ne-image ne-image-preview" alt="image.png" src="https://cdn.nlark.com/yuque/0/2022/png/22724648/1671339064271-45de07d6-b4ca-45f5-8404-3ae3ac40e6f0.png" draggable="true" />
</div>
</div>
</div><span class="ne-viewer-b-filler" ne-filler="block"><br /></span>
<div class="ne-heading-folding-inner">
<div class="ne-icon ne-iconfont" data-name="arrow-down"></div>
</div>另外讲了信息的类型<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>1、随意信息事实、日期、定义或规则没逻辑和规律。可以用联想来处理最弱的信息最难进行整体性学习尽可能赋予一点逻辑在无序中找有序<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>2、观点信息存在争论的信息用图表法来处理<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>3、过程信息教你怎么行动的信息如游泳需要不断练习可以用内在化、比喻法来改进。强信息可以直接唤起新旧知识的联系<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>4、具体信息信息和感官可以联系在一起强信息可以直接唤起新旧知识的联系<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>5、抽象信息有逻辑但是没图像非常抽象看过《别闹了费曼先生》就知道费曼最过人之处就是别人看到的是抽象物理知识而他看到的是实际生活<span class="ne-viewer-b-filler" ne-filler="block"><br /></span><span class="ne-viewer-b-filler" ne-filler="block"><br /></span>信息处理的精髓即,将弱信息结构转为强信息结构。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>
<div class="ne-heading-folding-inner">
<div class="ne-icon ne-iconfont" data-name="arrow-down"></div>
</div>讲了这样学习的好处<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>通过联想,所有的观点、知识都会变得有用,尝试将你的课程与感兴趣的东西联系在一起,任何所学知识都要发掘其实际的用处,特别是对于改进自身有什么实际用处。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>1统计学──我利用统计学知识给本书起名字以及定价。利用谷歌搜索引擎我尝试各种名字和价格最终利用统计学决定了这个书名和价格最为吸引人。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>2计算机──除了编程这种明显的应用之外我还发现计算机科学是寻找问题的有用途径纠错、算法都是可以借鉴到其他地方的有用思想。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>3会计学──会计学能帮助我理清个人财务以及报税。运用基本的会计学原理整理我的个人财务使它们看起来一目了然。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>4经济学──经济学教会我重新看待金钱在社会中的价值明白了金钱仅仅是物质交换的载体后我的个人哲学体系也随之发生了很多变化。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>5历史──历史是了解现在的工具通过学习古代亚洲史能帮助我们看清现代中国、印度和日本的种种问题。历史就是照亮现在的一面镜子。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>
<div class="ne-heading-folding-inner">
<div class="ne-icon ne-iconfont" data-name="arrow-down"></div>
</div>最后讲了如何提高效率<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>1、能量管理关于能量管理最好的一本书是《精力管理管理精力而非时间是高效、健康与快乐的基础》The Powerof Full Engagement<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>2、保持整体性学习的闭环实践而不是只做其中一部分。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>3、不拖延用周目标和日目标来分配工作<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>
<div class="ne-card-container">
<div class="ne-image-wrap ne-image-loaded ne-image-style-none" data-testid="ne-card-image">
<div class="ne-ui-image-inner-button-wrap">
<div class="ne-icon ne-icon-c-tb-maximize" data-name="c-tb-maximize">
<button type="button" class="ne-ui-image-inner-button ne-ui-image-maximize"><svg class="ne-icon-symbol" aria-hidden="true">
<use xlink:href="#ne-c-tb-maximize"></use></svg></button>
</div>
</div>
<div class="ne-ui-image-ocr-mask">
<div class="ne-ui-image-ocr-text" style="font-size: 17.108625024630545px; left: 57.31911330049261%;top: 3.8900119834710742%;">
这是我的周/日(W/D)目标体系.
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 13.414340098522167px; left: 13.425587848932677%;top: 4.828462190082645%;">
MY LISTS THLS LLST:EDIT I REORDER I SHARS
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 15.41594561576355px; left: 4.053470114942528%;top: 16.338012396694214%;">
周目标:2月4~10日
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 15.743636124794746px; left: 4.1483323481116585%;top: 23.893888429752067%;">
每周博客更新
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 13.863174384236444px; left: 3.936632183908046%;top: 31.23681611570248%;">
PTB文档
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 13.591946141215109px; left: 60.09623152709359%;top: 32.72334297520661%;">
MY LISTS THIS LIST:EDIT RCORDEE I SHARE
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 13.980024958949096px; left: 5.786883908045977%;top: 38.24570041322314%;">
"FLEX"
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 14.77148374384236px; left: 14.553701149425288%;top: 38.42448140495868%;">
文档
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 16.160191133004933px; left: 52.41047290640394%;top: 44.434413223140496%;">
日目标:2008年2月5日
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 15.141443678160911px; left: 4.121853366174056%;top: 45.5969214876033%;">
网址备份
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 14.47582660098524px; left: 52.17555008210181%;top: 52.202502066115706%;">
课程
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 15.688066995073896px; left: 4.0989517241379305%;top: 52.69839669421488%;">
阅读周四ENT案例
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 15.432327750410492px; left: 52.30370607553366%;top: 59.271115702479335%;">
健身
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 16.584465024630532px; left: 3.998524630541872%;top: 59.733987603305785%;">
阅读下一个周四ENT案例
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 15.327431198686378px; left: 82.89402298850574%;top: 66.4765909090909%;">
演讲
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 15.001077832512333px; left: 52.367627257799676%;top: 66.5425888429752%;">
土司马斯
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 12.882483415435109px; left: 65.01630541871921%;top: 66.76162809917355%;">
(TOASTMASTERS)
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 18.5064669950739px; left: 9.618875205254515%;top: 72.62077066115702%;">
我使用TADALIST,这是一个
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 15.167725451559921px; left: 52.3148604269294%;top: 73.82756198347109%;">
阅读会计学第5章
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 15.86943513957308px; left: 4.1439963875205255%;top: 80.06418388429752%;">
在线程序.每天晚上我都要检查
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 15.714459770114976px; left: 52.246469622331695%;top: 80.8873388429752%;">
阅读会计学第5章
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 16.283300492610874px; left: 4.2944284072249586%;top: 87.14751652892562%;">
自己的每日目标和每周目标完成
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 15.600307389162595px; left: 52.508160919540224%;top: 88.10354132231404%;">
阅读周四ENT案例
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 15.200607553366137px; left: 4.086532676518884%;top: 94.43785537190084%;">
情况,以确保最终实现目标.
</div>
</div>
<div class="ne-image-box" style="">
<img width="520" class="ne-image ne-image-preview" alt="image.png" src="https://cdn.nlark.com/yuque/0/2022/png/22724648/1671336386908-19b26e9c-e92c-4aa6-9e3a-d341297c4d9c.png" draggable="true" />
</div>
</div>
</div><span class="ne-viewer-b-filler" ne-filler="block"><br /></span>4、批量处理《批处理节省时间、减轻压力的20个小技巧》。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>5、有序某些物品放在固定位置有随时记录想法的地方坚持写清单和日历。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span>6、养成习惯并每天都坚持《如何改变一个习惯》How to Change a Habit。<span class="ne-viewer-b-filler" ne-filler="block"><br /></span><span class="ne-viewer-b-filler" ne-filler="block"><br /></span><span class="ne-viewer-b-filler" ne-filler="block"><br /></span>
<div class="ne-card-container">
<div class="ne-image-wrap ne-image-loaded ne-image-style-none" data-testid="ne-card-image">
<div class="ne-ui-image-inner-button-wrap">
<div class="ne-icon ne-icon-c-tb-maximize" data-name="c-tb-maximize">
<button type="button" class="ne-ui-image-inner-button ne-ui-image-maximize"><svg class="ne-icon-symbol" aria-hidden="true">
<use xlink:href="#ne-c-tb-maximize"></use></svg></button>
</div>
</div>
<div class="ne-ui-image-ocr-mask">
<div class="ne-ui-image-ocr-text" style="font-size: 20.703494292367402px; left: 2.4744912031047868%;top: 0.6319079837618403%;">
从智力挑战开始
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 20.313995306597672px; left: 7.6735588615782655%;top: 5.585164276048714%;">
智力挑战的目的是养成新的习惯,许多新方法一开始用起来都很费时间.练
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 22.62994168175938px; left: 2.605561578266494%;top: 10.26317591339648%;">
习2~4周后,速度和效果会大大提高.最后,你需要根据学习的目标对方法进行适当
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 19.984885950840887px; left: 2.615131435963778%;top: 15.32930040595399%;">
的改进.
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 21.637753065976714px; left: 7.677840232858991%;top: 20.0332801082544%;">
以下是一些重要的技巧.
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 20.917147477360913px; left: 9.095234152652006%;top: 25.168315290933695%;">
(1)至少坚持了周.可能你想学会本书介绍的很多技术,但是要记住,如果你不
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 21.85315384217335px; left: 2.525455239327296%;top: 29.866740189445196%;">
坚持3周以上的智力挑战练习,很难将新技术变成一种习惯.
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 21.319316015523928px; left: 9.294311772315652%;top: 34.83636941813261%;">
(2)一次只做一个.不要试图一次完成几个智力挑战,一次只专注一个.
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 21.931011642949535px; left: 9.199169469598964%;top: 39.72%;">
(3)比喻,内在化和图表法优先.这些是整体性学习中的核心技术,就从它们
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 20.412136196636478px; left: 2.281205433376455%;top: 44.55431393775372%;">
开始吧!
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 28.26503306597672px; left: 9.216340232858991%;top: 48.748700947225984%;">
(4)使用奖励材料.本书附赠有6段专门设计用于练习智力挑战的奖励材料,利
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 21.873764967658442px; left: 2.5731055627425614%;top: 54.22016238159676%;">
用它们会让你更轻松些.
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 23.503998551099553px; left: 9.192102846054334%;top: 91.03204330175913%;">
(5)记录下学习的过程.练习智力挑战时,坚持写一句话日记,用一两句话记
</div>
<div class="ne-ui-image-ocr-text" style="font-size: 21.45575586028462px; left: 2.6981380336351877%;top: 95.9125845737483%;">
下你的体会和感受,有助于你坚持下来和解决练习中的各种问题.
</div>
</div>
<div class="ne-image-box" style="">
<img width="773" class="ne-image ne-image-preview" alt="image.png" src="https://cdn.nlark.com/yuque/0/2022/png/22724648/1671351449892-3cf066fb-c09b-4cf1-bcda-d03174647d37.png" draggable="true" />
</div>
</div>
</div><span class="ne-viewer-b-filler" ne-filler="block"><br /></span>
</div>
<div class="ne-drawer-box" style="overflow: hidden;"></div>
<div class="ne-inner-overlay-container">
<div class="count-tips-module_tipsContainer___5agc"></div>
</div>
</div>
<div style="height: 0px; overflow: hidden;">
</div>
</div>
</div>
</div>
<div class="article-content-reward index-module_reward_QafG4">
<div class="like-module_larkLike_zeNuZ">
<div class="like-module_larkLikeBtn_uHsxq like-module_larkLikeBtnNoAnimate_ugzKL" data-testid="like-btn"></div>
<p class="like-module_larkLikeDocTip_+Obkt">
<span>If you get gainsplease give a like</span>
</p>
<div class="CornerBubble-module_cornerBubble_2kGnu larkui-tooltip" style="bottom: 140px;">
<svg width="1em" height="1em" viewbox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-name="LikeBubble" class="larkui-icon larkui-icon-like-bubble icon-svg CornerBubble-module_cornerIcon_N8Ibc index-module_size_wVASz" style="width: 20px; min-width: 20px; height: 20px;">
<path d="M8.785 2.156c.874-.023 1.572.414 1.979 1.229.34.679.485 1.624.464 2.863l-.001.075-.012.35-.009.162.296-.01.648-.016.408-.008.569-.006h.52l.47.007.289.007.267.01.233.013.233.017.206.02.175.02.014.002c.162.023.3.05.421.086.918.27 1.597 1.053 1.722 1.953.083.596-.005 1.118-.277 1.571l-.02.033-.017.027.004.014c.07.245.086.448.06.759l-.003.041-.004.041c-.047.48-.147.788-.388 1.147l-.022.033-.016.023.004.013.025.102.016.117.008.159.002.212c0 .515-.177 1.116-.456 1.565l-.023.037-.003.004.003.012c.054.237.064.462.04.789l-.006.084-.005.045c-.098 1.083-1.07 2.006-2.28 2.046-.35.012-.698.015-1.062.008l-.137-.002-.373-.012-.376-.016-.306-.018-.847-.06-1.148-.091-.53-.048-.592-.058-1.122-.122-.758-.087-1.594-.191H3.459c-.553 0-1.056-.403-1.07-.984V9.615l.014-.125.01-.044c.11-.477.545-.784 1.021-.794h.025l2.23-.001.06-.095.072-.12.036-.058.069-.116.066-.114.032-.056.063-.11.06-.108.03-.053.056-.105.054-.103c.14-.27.255-.518.343-.742l.016-.04.014-.039c.194-.516.342-.999.453-1.487l.02-.085.174-.895.054-.253.003-.017.056-.237.056-.213.003-.012c.104-.376.217-.658.364-.879.222-.334.541-.548.942-.558Zm.31 1.646-.011-.006-.014.04-.018.057-.01.03-.018.064-.008.026-.05.188-.047.207-.052.242-.174.895-.002.009c-.13.598-.307 1.181-.538 1.797-.164.437-.4.926-.71 1.471l-.07.123-.11.186-.076.127-.079.13-.08.13-.069.107.01 6.056.285.034.749.086 1.11.12.578.058.522.047 1.124.09.833.058.283.016.355.016.354.01c.29.007.57.008.848.002l.12-.002.136-.004c.404-.014.72-.314.746-.598l.007-.079.005-.068.004-.058.001-.034V15.3l-.001-.025-.003-.024-.003-.023a.573.573 0 0 0-.001-.011l-.005-.022a.643.643 0 0 0-.002-.011l-.005-.022-.007-.023-.007-.023-.185-.607.387-.502c.132-.17.25-.515.257-.753v-.025l-.001-.175v-.012l-.027-.075-.203-.656.405-.525.03-.04.028-.036a.615.615 0 0 0 .135-.334l.005-.043.011-.113.006-.064.002-.025.001-.022v-.042l-.002-.015-.001-.007-.003-.013-.003-.015-.005-.015-.012-.037-.222-.713.39-.504c.113-.148.15-.31.11-.6-.038-.277-.274-.55-.593-.643l-.02-.005-.025-.006-.03-.006-.035-.007-.039-.006-.039-.006-.14-.017-.169-.016-.196-.014-.218-.012-.246-.009-.27-.007-.446-.006h-.505l-.546.006-.396.007-.637.016-2.058.07.102-1.364.006-.09.006-.08.019-.35.01-.33.002-.049c.002-.126.002-.247 0-.364l-.002-.098a8.992 8.992 0 0 0-.009-.238l-.005-.09-.006-.09a6.924 6.924 0 0 0-.01-.128l-.009-.083-.01-.08-.004-.04-.01-.077a4.612 4.612 0 0 0-.03-.183l-.014-.07a2.509 2.509 0 0 0-.166-.542l-.01-.022-.012-.023c-.07-.142-.141-.232-.227-.285l-.016-.01Zm-3.734 6.443H3.983v5.268H5.36v-5.268Z" fill="currentColor" fill-rule="evenodd"></path></svg>
</div>
</div>
</div>
</article>
</div>
<div class="DocReader-module_info_yXA4e">
<div class="DocReader-module_meta_gZvM4">
<div>
<div class="ReaderMeta-module_wrapper_GsEmw">
<div class="meta-left">
<div data-testid="doc-contributors-wrapper-doc" class="meta-item">
<span data-testid="doc-contributors" class="doc-contributors"><span><span data-testid="content" class="index-module_popover_nfMC3 index-module_popover_Xyidp larkui-popover-trigger" style="cursor: pointer;"><a href="/u22288095" data-testid="login-a-tag" class="index-module_popover_nfMC3">Madlife</a></span></span></span>
</div>
<div class="meta-item">
<span class="larkui-tooltip"><span class="item-text"><span>01-20 02:55</span></span></span>
</div>
<div class="meta-item">
<span class="larkui-tooltip"><span class="item-text">126</span></span>
</div>
<div class="meta-item">
<span class="larkui-tooltip"><span class="item-text">0</span></span>
</div>
<div class="meta-item">
<span>IP region浙江</span>
</div>
<div class="meta-item ReaderMeta-module_reportBtn_aC9km" style="margin-left: 12px;">
<span>Report</span>
</div>
</div>
</div>
</div>
<div class="social-share">
<span>Share to: <a class="social-share-item larkui-tooltip" target="_blank" href="https://service.weibo.com/share/share.php?url=https%3A%2F%2Fwww.yuque.com%2Fu22288095%2Fgf5dgh%2Fyoqgzsrsdltgeel9&amp;pic=https%3A%2F%2Fcdn.nlark.com%2Fyuque%2F0%2F2022%2Fpng%2F22724648%2F1671339142303-ce7c7caa-57b6-473b-8fb3-bfaf59a79d3b.png&amp;title=%E8%AF%BB%E3%80%8A%E5%A6%82%E4%BD%95%E9%AB%98%E6%95%88%E5%AD%A6%E4%B9%A0%E3%80%8B%E2%80%94Madlife%20%7C%20%E4%B8%80%E5%8F%A5%E8%AF%9D%EF%BC%8C%E7%94%A8%E6%95%B4%E4%BD%93%E6%80%A7%E5%AD%A6%E4%B9%A0%EF%BC%8C%E5%8D%B3%E6%8A%8A%E6%96%B0%E6%97%A7%E7%9F%A5%E8%AF%86%E9%93%BE%E8%B5%B7%E6%9D%A5%E6%88%90%E7%BD%91%EF%BC%8C%E8%80%8C%E4%B8%8D%E6%98%AF%E5%88%86%E5%89%B2%E6%88%90%E4%B8%80%E5%9D%97%E4%B8%80%E5%9D%97%E3%80%82%E4%BD%9C%E8%80%85%E7%94%A8%E4%BA%86%E4%B8%89%E4%B8%AA%E8%A7%82%E7%82%B9%E5%92%8C%E4%BA%94%E4%B8%AA%E6%AD%A5%E9%AA%A4%E6%9D%A5%E4%BB%8B%E7%BB%8D%E6%95%B4%E4%BD%93%E6%80%A7%E5%AD%A6%E4%B9%A0%EF%BC%8C%E5%A6%82%E4%B8%8B%EF%BC%9A%E6%95%B4%E4%BD%93%E6%80%A7%E5%AD%A6%E4%B9%A0%E5%9F%BA%E4%BA%8E%E4%B8%89%E4%B8%AA%E8%A7%82%E7%82%B9%EF%BC%9A1%E3%80%81%E7%BB%93%E6%9E%84%E7%9B%B8%E5%BD%93%E4%BA%8E%E4%B8%80%E5%BA%A7%E5%BA%A7%E5%9F%8E%E5%B8%82%EF%BC%8C%E8%AF%AD%E6%96%87%E6%98%AF%E4%B8%80%E5%BA%A7%EF%BC%8C%E6%95%B0%E5%AD%A6%E6%98%AF%E4%B8%80%E5%BA%A7%E3%80%82%E5%8F%91%E8%BE%BE%E7%9A%84%E5%9F%8E%E5%B8%82%EF%BC%8C%E5%AD%A6%E6%9C%89%E5%85%B3%E7%9A%84%E4%B8%9C%E8%A5%BF%E5%B0%B1%E4%BC%9A%E5%BE%88%E5%BF%AB%EF%BC%8C%E4%BE%8B%E5%A6%82%E5%AD%A6%E8%A1%A8%E8%BE%BE%EF%BC%8C%E5%86%99%E4%BD%9C%E3%80%82%E8%81%AA%E6%98%8E%E4%BA%BA%E5%B0%B1%E6%98%AF%E6%8A%8A%E6%96%B0%E4%B8%9C%E8%A5%BF%E5%92%8C%E8%80%81%E5%9F%8E%E5%B8%82%E5%BB%BA%E7%AB%8B%E4%BA%A4%E6%98%93%EF%BC%8C%E8%81%94%E7%B3%BB%E8%B6%8A%E5%A4%9A%E8%B6%8A%E5%AE%B9%E6%98%93..."><svg width="1em" height="1em" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" class="larkui-icon larkui-icon-logo-weibo">
<path d="M10.718 12.727c-1.596-.415-3.398.38-4.092 1.785-.706 1.435-.024 3.026 1.589 3.547 1.669.539 3.637-.286 4.322-1.836.672-1.514-.169-3.07-1.819-3.496Zm-1.219 3.66c-.323.518-1.02.743-1.542.507-.516-.235-.668-.837-.342-1.34.32-.502.991-.727 1.51-.51.524.223.693.82.374 1.343Zm1.067-1.37c-.118.201-.378.297-.58.213-.199-.082-.262-.307-.15-.504.118-.197.366-.29.566-.214.203.075.276.303.164.504Zm7.84-4.622a.67.67 0 0 0 .84-.43 2.61 2.61 0 0 0-3.028-3.359.667.667 0 1 0 .28 1.304c.43-.091.897.042 1.216.392.316.351.403.83.265 1.249a.667.667 0 0 0 .426.844Zm2.339-4.829a5.36 5.36 0 0 0-5.103-1.652.776.776 0 0 0 .326 1.519 3.811 3.811 0 0 1 4.425 4.903.774.774 0 1 0 1.474.48v-.002a5.369 5.369 0 0 0-1.122-5.248Zm-3.66 6.13c-.285-.085-.48-.144-.33-.519.324-.813.357-1.516.008-2.015-.657-.94-2.457-.889-4.52-.026 0 0-.646.284-.482-.23.316-1.02.27-1.872-.225-2.367-1.118-1.12-4.092.042-6.645 2.592-1.907 1.91-3.016 3.935-3.016 5.686 0 3.35 4.294 5.386 8.496 5.386 5.508 0 9.171-3.2 9.171-5.742 0-1.535-1.294-2.405-2.456-2.766Zm-6.702 7.307c-3.352.33-6.246-1.183-6.464-3.387-.218-2.2 2.325-4.253 5.676-4.584 3.352-.333 6.246 1.184 6.464 3.384.216 2.201-2.325 4.254-5.676 4.587Z" fill="currentColor" fill-rule="nonzero"></path></svg></a><span class="social-share-item"><a class="social-share-wechat larkui-popover-trigger"><svg width="1em" height="1em" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" class="larkui-icon larkui-icon-logo-weixin">
<path d="M16.174 8.845c.139 0 .277.005.413.012-.572-3.016-3.71-5.323-7.498-5.323C4.9 3.534 1.5 6.361 1.5 9.848c0 1.901 1.022 3.614 2.623 4.772a.504.504 0 0 1 .187.575c-.129.475-.333 1.237-.342 1.272-.016.061-.04.122-.04.185 0 .139.113.253.253.253a.296.296 0 0 0 .146-.046l1.661-.959a.79.79 0 0 1 .403-.117.8.8 0 0 1 .223.033 8.999 8.999 0 0 0 2.895.337 4.811 4.811 0 0 1-.256-1.547c0-3.183 3.099-5.76 6.921-5.76ZM11.62 6.818a1.01 1.01 0 1 1 0 2.02 1.012 1.012 0 0 1-1.012-1.01c0-.558.454-1.01 1.012-1.01Zm-5.06 2.02a1.01 1.01 0 1 1 0-2.02 1.01 1.01 0 1 1 0 2.02Zm13.753 9.74c1.334-.965 2.185-2.39 2.185-3.976 0-2.907-2.832-5.262-6.326-5.262-3.492 0-6.326 2.355-6.326 5.262 0 2.906 2.831 5.261 6.326 5.261a7.5 7.5 0 0 0 2.065-.288.622.622 0 0 1 .52.068l1.385.797c.04.023.078.04.122.04a.21.21 0 0 0 .15-.061.21.21 0 0 0 .061-.15c0-.052-.021-.103-.033-.155l-.286-1.062a.529.529 0 0 1-.02-.133.433.433 0 0 1 .177-.34Zm-6.246-4.816a.843.843 0 0 1-.844-.84.843.843 0 0 1 1.688 0c0 .463-.38.84-.844.84Zm4.217 0a.843.843 0 0 1-.844-.84.843.843 0 0 1 1.687 0 .846.846 0 0 1-.843.84Z" fill="currentColor" fill-rule="nonzero"></path></svg></a></span></span>
</div>
</div>
</div>
</div>
<div>
<div class="index-module_commentPanel_rHJ+M">
<div class="index-module_toolbar_WR5Oc">
<div class="index-module_toolbarContent_wiz0k">
<div class="index-module_text_Mbvbt">
Markup comments (0)
</div>
<div class="index-module_closeBtn_wG-wO">
<svg width="1em" height="1em" viewbox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" data-name="Close" class="larkui-icon larkui-icon-close icon-svg index-module_closeIcon_BZ+U- index-module_size_wVASz">
<path d="M34.41 34.499c3.906-3.905 10.238-3.905 14.143 0l79.903 79.902 79.903-79.902c3.905-3.905 10.237-3.905 14.142 0 3.905 3.905 3.905 10.237 0 14.142l-79.903 79.903 79.903 79.903c3.834 3.834 3.904 10.008.21 13.927l-.21.215c-3.905 3.906-10.237 3.906-14.142 0l-79.903-79.903-79.903 79.903c-3.905 3.906-10.237 3.906-14.142 0-3.906-3.905-3.906-10.237 0-14.142l79.902-79.903L34.41 48.641c-3.835-3.834-3.904-10.007-.21-13.927Z" fill="currentColor" fill-rule="evenodd"></path></svg>
</div>
</div>
</div>
<div class="SideCommentList-module_commentListWrapper_fE+ZY" style="margin-top: 94px; transform: translateY(0px);"></div>
</div>
</div>
<div class="DocReader-module_comment_eDglS">
<div>
<div>
<div class="ReaderComment-module_commentFloorContainer_hYRys">
<div class="index-module_default_FTDOK comment-floor-mini">
<div>
<div class=""></div>
</div>
<div id="scroll-to-comment"></div>
<div class="index-module_commentEditor_yI7Ow">
<div class="">
<div class="comment-action">
<a data-aspm-click="d65962">Sign Up / Login</a> Yuque to comment
</div>
</div>
</div>
</div>
</div>
<div class="CornerBubble-module_cornerBubble_2kGnu larkui-tooltip" style="bottom: 86px;">
<svg width="1em" height="1em" viewbox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" data-name="CommentBubble" class="larkui-icon larkui-icon-comment-bubble icon-svg CornerBubble-module_cornerIcon_N8Ibc index-module_size_wVASz" style="width: 20px; min-width: 20px; height: 20px;">
<path d="M128 17c61.304 0 111 49.696 111 111s-49.696 111-111 111H31c-7.903 0-12.683-8.735-8.422-15.391l17.677-27.617-.263-.339c-14.615-18.979-22.809-42.27-22.989-66.825L17 128C17 66.696 66.696 17 128 17Zm0 20c-50.258 0-91 40.742-91 91 0 22.66 8.3 44.004 23.081 60.566a10 10 0 0 1 .962 12.05L49.273 219H128c49.755 0 90.184-39.931 90.988-89.495L219 128c0-50.258-40.742-91-91-91Zm15 105c5.523 0 10 4.477 10 10s-4.477 10-10 10H83c-5.523 0-10-4.477-10-10s4.477-10 10-10h60Zm30-48c5.523 0 10 4.477 10 10s-4.477 10-10 10H83c-5.523 0-10-4.477-10-10s4.477-10 10-10h90Z" fill="currentColor" fill-rule="nonzero"></path></svg>
</div>
</div>
</div>
</div>
</div>
<div>
<div id="footer" class="footer" data-testid="footer">
<div class="footer-container">
<div class="footer-container-sitemap">
<div class="slogan" data-testid="slogan">
<img src="https://mdn.alipayobjects.com/huamei_0prmtq/afts/img/A*IVdnTJqUp6gAAAAAAAAAAAAADvuFAQ/original" alt="语雀" class="theme-image" style="height: 24px;" />
</div>
<div class="links" data-testid="links">
<a href="/help/about" target="_blank" class="">About</a><a href="/help" target="_blank" class="">Guide</a><a href="/about/security" target="_blank" class="">Security</a><a href="/terms" target="_blank" class="">Terms</a><a href="?language=zh-cn" target="_self" class="">中文</a><a href="/login" target="_blank" class="link-primary">Sign up</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="ReaderLayout-module_asideWrapper_+Fdu8" data-testid="aside" data-lark-popup-container="true">
<div class="ReaderLayout-module_aside_WX6k7" style="will-change: width; transition: width 200ms cubic-bezier(0.1, 0, 0, 1) 0s; width: 345px;">
<div class="ReaderLayout-module_asideHead_dVgz0" id="asideHead">
<div class="ReaderLayout-module_crumb_wF-5C">
<a href="/dashboard" class="ReaderLayout-module_yuqueLogo_KdpAI"><svg width="16" height="16" viewbox="0 0 26 26" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="larkui-icon larkui-icon-yuque">
<defs>
<radialgradient cx="60.212%" cy="64.196%" fx="60.212%" fy="64.196%" r="51.003%" gradienttransform="scale(.85248 1) rotate(-68.415 .654 .565)" id="165724840e">
<stop stop-color="#57CB86" offset="0%"></stop>
<stop stop-color="#FFF" stop-opacity="0.8" offset="100%"></stop>
</radialgradient>
<lineargradient x1="82.746%" y1="0%" x2="20.277%" y2="79.406%" id="165724840b">
<stop stop-color="#7BD26A" offset="0%"></stop>
<stop stop-color="#07B26A" offset="100%"></stop>
</lineargradient>
<rect id="165724840a" x="0" y="0" width="26" height="26" rx="6.24"></rect>
<path d="M9.855 0h.269l.068.001h.07l.07.002h.071l.049.001h.049l.074.002.076.002.076.001.052.001.079.002.08.002.08.003.055.001.082.003.084.003.056.002.057.002.058.002.057.002.059.002.058.003.09.004.06.002.09.005.06.003.062.003.093.005.063.003.063.003.063.004.064.004.064.004.065.004.065.004.065.004.066.004.066.005c2.38.162 3.01 1.87 3.078 2.074l.003.011.003.01 1.033.055a.1.1 0 0 1 .044.19c-1.06.571-1.385 1.733-1.194 2.49.061.244.156.454.263.676l.067.14c.246.512.521 1.132.567 2.38.1 2.796-2.365 5.308-5.282 5.308H10.97l-.134.001h-.097l-.103.002h-.164l-.177.002-.19.002-.274.003-.22.002-.396.004-.43.005-.468.006-.297.003-.417.005-.553.007-.588.008-.497.007-.788.01-.553.008-1.025.014-1.094.016-.994.014-.516.008 6.238-7.07.057-.064.056-.064.056-.064.278-.314.055-.062.055-.062.054-.062.027-.03.054-.062.027-.03.054-.062.053-.061c.619-.715 1.17-1.412 1.561-2.212.435-1.224-.007-2.136-.459-2.69A3.31 3.31 0 0 0 9.057.53C8.903.333 9.007.005 9.3.005h.073L9.43.002h.093L9.58 0H9.793L9.855 0Z" id="165724840d"></path>
</defs>
<g fill="none" fill-rule="evenodd">
<mask id="165724840c" fill="#fff">
<use xlink:href="#165724840a"></use>
</mask>
<use fill="url(#165724840b)" xlink:href="#165724840a"></use>
<g mask="url(#165724840c)">
<g transform="translate(3.77 5.46)">
<use fill="#E5FBEF" xlink:href="#165724840d"></use>
<use fill-opacity="0.3" fill="url(#165724840e)" xlink:href="#165724840d"></use>
</g>
<path d="M11.003 11.95c-2.7 3.027-5.913 6.711-7.133 8.095-.235.267-.007.518.175.55 9.1 1.559 11.989-2.715 12.632-4.669.881-2.673-.363-3.977-1.067-4.402-2.388-1.443-4.16-.077-4.607.425Z" fill="#FAFFFC"></path>
</g>
</g></svg></a><svg width="14" height="14" viewbox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" class="larkui-icon larkui-icon-arrow-left3 ReaderLayout-module_miniDropdown_7uya+">
<path d="M154.995 58.157c3.834 3.834 3.904 10.007.21 13.927l-.21.215-48.99 48.99c-3.834 3.834-3.904 10.007-.21 13.927l.21.215 48.99 48.99c3.905 3.905 3.905 10.237 0 14.142-3.834 3.834-10.008 3.904-13.927.21l-.215-.21-48.99-48.99c-11.599-11.599-11.715-30.331-.348-42.073l.348-.353 48.99-48.99c3.905-3.905 10.237-3.905 14.142 0Z" fill="currentColor" fill-rule="nonzero"></path></svg><a class="ReaderLayout-module_crumbText_l2jpO" href="/u22288095">Madlife</a>
</div>
<div class="ReaderLayout-module_bookInfo_FivMr">
<div class="ReaderLayout-module_bookName_7LuCC">
<div tabindex="0" data-testid="popover-bookicon" class="ReaderLayout-module_icon_HU4bU larkui-popover-trigger">
<svg width="1em" height="1em" viewbox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" data-name="BookTypeResource" class="larkui-icon larkui-icon-book-type-resource icon-svg index-module_size_wVASz">
<g stroke="#8F6333" fill="none" fill-rule="evenodd">
<path d="M4.952 3.152h10.714a1.5 1.5 0 0 1 1.5 1.5v2.435H5.75" fill="#E39631"></path>
<path d="M3.2 2.009h2.729a1.5 1.5 0 0 1 1.323.794l1.34 2.512a1.5 1.5 0 0 0 1.324.794h6.834a1.5 1.5 0 0 1 1.5 1.5v8.826a1.5 1.5 0 0 1-1.5 1.5H3.2a1.5 1.5 0 0 1-1.5-1.5V3.51a1.5 1.5 0 0 1 1.5-1.5Z" fill="#F5DD9C" stroke-linecap="round" stroke-linejoin="round"></path>
</g></svg>
</div>
<div class="ReaderLayout-module_bookName_7LuCC">
<span class="ReaderLayout-module_text_3S3RN">读书笔记</span>
<div class="ReaderLayout-module_privateIcon_zehlB">
<span class="name-lock larkui-tooltip"><svg width="1em" height="1em" viewbox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" data-name="IconPublic" class="larkui-icon larkui-icon-icon-public icon-svg index-module_size_wVASz" style="width: 14px; min-width: 14px; height: 14px;">
<g fill="none" fill-rule="evenodd">
<path d="M0 0h16v16H0z"></path>
<path d="M8 1.487a6.513 6.513 0 1 1 0 13.026A6.513 6.513 0 0 1 8 1.487Zm5.005 8.765-.029.003c-.223.042-.491.213-.875.54l-.53.465-.196.166-.082.066-.144.107c-.044.03-.086.056-.126.078l-.12.06-.13.049a1.162 1.162 0 0 1-.447.08c-.578-.011-.863-.24-1.08-.693l-.073-.163c-.075-.18-.091-.199-.169-.22-.359-.094-1.08.61-1.212 1.37-.054.315-.008.488.204.797l.155.216c.083.112.151.21.21.302a5.489 5.489 0 0 0 4.644-3.223ZM8.46 2.532l.022.046c.108.26.139.533.055.775-.062.181-.15.31-.293.462l-.266.261c-.068.07-.08.097-.08.122.002.058.09.132.35.234l.2.072.255.08.317.09c1.615.442 1.65 2.616-.231 3.395-1.288.534-2.074.239-2.707-.647L5.92 7.18l-.145-.221c-.222-.315-.835-.451-1.057-.3l-.005.009-.045.114-.051.152-.068.216-.1.348-.099.308c-.226.66-.454.9-1.005.865-.335-.022-.581-.148-.823-.39a5.486 5.486 0 0 0 4.543 5.126c-.289-.46-.382-.85-.283-1.422.221-1.283 1.432-2.465 2.484-2.187.408.108.617.316.79.672l.127.293c.032.069.05.075.117.076l.064-.001.062-.02.071-.03.079-.048.096-.07.124-.1.256-.22.231-.204c.819-.725 1.394-1.052 2.065-.914a5.488 5.488 0 0 0-4.889-6.701Zm-1.323.047c-2.224.355-4 2.04-4.49 4.211a.497.497 0 0 1 .025.028l.099.125.222.303c.132.181.229.291.304.349l.022.015.017-.033.051-.127.057-.172.132-.452.092-.296c.131-.391.242-.56.475-.719.7-.475 1.937-.2 2.471.558l.235.358c.402.61.705.744 1.547.395 1.007-.417.993-1.283.354-1.457l-.204-.057-.367-.113c-.913-.302-1.29-.622-1.306-1.27-.01-.377.11-.6.394-.889l.204-.199.07-.075a.157.157 0 0 0 .026-.042c.018-.053-.26-.413-.43-.441Z" fill="currentColor" fill-rule="nonzero"></path>
</g></svg></span>
</div>
</div>
</div>
</div>
</div>
<nav class="ReaderLayout-module_asideNav_-Kxml" id="navBox" style="will-change: width; transition: width 200ms cubic-bezier(0.1, 0, 0, 1) 0s; width: 345px; max-width: 480px; min-width: 236px;">
<div class="ReaderLayout-module_searchNav_KneVs">
<div class="ReaderLayout-module_searchBar_F9DSq">
<svg width="1em" height="1em" viewbox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" class="larkui-icon larkui-icon-help-search ReaderLayout-module_navIcon_eoaa4">
<path d="M114 20c51.362 0 93 41.638 93 93 0 21.782-7.489 41.816-20.032 57.666l45.82 46.277c4.275 4.317 4.24 11.282-.077 15.556-4.317 4.275-11.281 4.24-15.556-.077l-45.774-46.23C155.576 198.602 135.652 206 114 206c-51.362 0-93-41.638-93-93s41.638-93 93-93Zm0 20c-40.317 0-73 32.683-73 73s32.683 73 73 73 73-32.683 73-73-32.683-73-73-73Z" fill="currentColor" fill-rule="nonzero"></path></svg><span>Search</span><span class="ReaderLayout-module_searchHotKey_1i9So">⌘ + J</span>
</div>
</div>
<div class="ReaderLayout-module_nav_k8NJg">
<svg width="1em" height="1em" viewbox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" class="larkui-icon larkui-icon-knowledge-base-home ReaderLayout-module_navIcon_eoaa4">
<path d="m139.26 31.243.36.232 76.656 50.543a21.11 21.11 0 0 1 9.486 17.222l.004.401v96.129c0 17.616-14.138 31.93-31.687 32.215l-.532.004h-34.698c-.1 0-.198-.001-.297-.004-.183.01-.367.015-.552.015-5.43 0-9.848-4.327-9.996-9.72L148 218v-47.755c0-11.2-8.973-20.245-20-20.245-10.913 0-19.813 8.858-19.997 19.896l-.003.349V218c0 5.523-4.477 10-10 10-.185 0-.37-.005-.552-.015h-.017l-.28.004H62.453c-17.616 0-31.93-14.138-32.215-31.686l-.004-.533V99.64a21.11 21.11 0 0 1 9.157-17.4l.333-.223 76.656-50.543a21.11 21.11 0 0 1 22.88-.232ZM127.516 48.1l-.127.072-76.656 50.543a1.11 1.11 0 0 0-.49.788l-.009.138v96.129c0 6.646 5.306 12.053 11.913 12.215l.306.004H88L88 170.245C88 148.036 105.89 130 128 130c21.889 0 39.642 17.677 39.995 39.58l.005.665v37.744h25.547c6.646 0 12.053-5.306 12.215-11.913l.004-.306V99.64a1.11 1.11 0 0 0-.388-.842l-.11-.084-76.657-50.543a1.11 1.11 0 0 0-1.095-.072Z" fill="currentColor" fill-rule="nonzero"></path></svg><span>Overview</span>
</div>
<div class="ant-tabs ant-tabs-top BookCatalog-module_asiderTab_0aJLs">
<div class="BookCatalog-module_tabBar_BKeYX">
<span class="BookCatalog-module_tabTitle_Efcqe larkui-popover-trigger"><svg width="16" height="16" viewbox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" class="larkui-icon larkui-icon-directory">
<path d="M88 40.8c5.523 0 10 4.477 10 10 0 5.43-4.327 9.848-9.72 9.996L88 60.8H65.997L66 61v47c0 5.43 4.327 9.848 9.72 9.996L76 118h11c5.523 0 10 4.477 10 10 0 5.43-4.327 9.848-9.72 9.996L87 138H76c-3.506 0-6.872-.602-10-1.707V186c0 5.43 4.327 9.848 9.72 9.996L76 196h11c5.523 0 10 4.477 10 10 0 5.43-4.327 9.848-9.72 9.996L87 216H76c-16.403 0-29.731-13.164-29.996-29.504L46 186V61l.002-.2H26c-5.523 0-10-4.477-10-10 0-5.43 4.327-9.848 9.72-9.996L26 40.8h62Zm49.983-.653 92 .353c5.523.021 9.983 4.516 9.962 10.038-.02 5.43-4.365 9.832-9.758 9.96l-.28.002-92-.354c-5.523-.02-9.983-4.515-9.962-10.038.021-5.43 4.365-9.831 9.759-9.959l.28-.002Zm0 78 92 .353c5.523.021 9.983 4.516 9.962 10.038-.02 5.43-4.365 9.832-9.758 9.96l-.28.002-92-.354c-5.523-.02-9.983-4.515-9.962-10.038.021-5.43 4.365-9.831 9.759-9.959l.28-.002Zm0 78 92 .353c5.523.021 9.983 4.516 9.962 10.038-.02 5.43-4.365 9.832-9.758 9.96l-.28.002-92-.354c-5.523-.02-9.983-4.515-9.962-10.038.021-5.43 4.365-9.831 9.759-9.959l.28-.002Z" fill="currentColor" fill-rule="nonzero"></path></svg><span>ToC</span></span>
<div class="BookCatalog-module_asideActionsCont_31lvb">
<span class="CatalogTreeCollapseTrigger-module_actionItem_ym+tH larkui-tooltip"><svg width="1em" height="1em" viewbox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" data-name="CatalogExpand" class="larkui-icon larkui-icon-catalog-expand icon-svg CatalogTreeCollapseTrigger-module_icon_k49Ct index-module_size_wVASz" style="width: 16px; min-width: 16px; height: 16px;">
<path d="M74.382 40.5H24.618a8.333 8.333 0 0 0-5.892 14.226l24.881 24.881a8.333 8.333 0 0 0 11.786 0l24.881-24.881A8.333 8.333 0 0 0 74.382 40.5Zm0 134H24.618a8.333 8.333 0 0 0-5.892 14.226l24.881 24.881a8.333 8.333 0 0 0 11.786 0l24.881-24.881a8.333 8.333 0 0 0-5.892-14.226ZM125 41h105c5.523 0 10 4.477 10 10s-4.477 10-10 10H125c-5.523 0-10-4.477-10-10s4.477-10 10-10Zm0 77h105c5.523 0 10 4.477 10 10s-4.477 10-10 10H125c-5.523 0-10-4.477-10-10s4.477-10 10-10Zm0 78h105c5.523 0 10 4.477 10 10s-4.477 10-10 10H125c-5.523 0-10-4.477-10-10s4.477-10 10-10Z" fill="currentColor" fill-rule="evenodd"></path></svg></span>
</div>
</div>
<div class="ant-tabs-content-holder">
<div class="ant-tabs-content ant-tabs-content-top">
<div role="tabpanel" tabindex="0" aria-hidden="false" class="ant-tabs-tabpane ant-tabs-tabpane-active" id="rc-tabs-0-panel-Catalog" aria-labelledby="rc-tabs-0-tab-Catalog">
<div class="BookCatalog-module_sideCatalog_wpCdP" style="position: relative;">
<div style="overflow: visible; height: 0px; width: 0px;">
<div class="lark-virtual-tree" style="position: relative; height: 856px; width: 345px; overflow: auto; will-change: transform; direction: ltr;">
<div style="height: 252px; width: 100%;">
<div class="catalogTreeItem-module_CatalogItem_xkX7p" data-rbd-draggable-context-id="" data-rbd-draggable-id="" style="position: absolute; left: 0px; top: 0px; height: 36px; width: 100%; cursor: pointer;">
<a class="catalogTreeItem-module_content_fLFbS" href="/u22288095/gf5dgh/xipmidywe8vav3mn" style="padding-left: 0px;">
<div class="catalogTreeItem-module_collapseContent_09v0m">
<div class="catalogTreeItem-module_collapseIconWrapper_XcS8B"></div>
</div>
<div class="catalogTreeItem-module_titleWrapper_sFyDt">
<span class="catalogTreeItem-module_title_snpKw">读《财富管理的行为金融》-Madlife</span>
</div></a>
</div>
<div class="catalogTreeItem-module_CatalogItem_xkX7p" data-rbd-draggable-context-id="" data-rbd-draggable-id="" style="position: absolute; left: 0px; top: 36px; height: 36px; width: 100%; cursor: pointer;">
<a class="catalogTreeItem-module_content_fLFbS" href="/u22288095/gf5dgh/uwddkr6ow87gw0l1" style="padding-left: 0px;">
<div class="catalogTreeItem-module_collapseContent_09v0m">
<div class="catalogTreeItem-module_collapseIconWrapper_XcS8B"></div>
</div>
<div class="catalogTreeItem-module_titleWrapper_sFyDt">
<span class="catalogTreeItem-module_title_snpKw">读《十年一梦》—Madlife</span>
</div></a>
</div>
<div class="catalogTreeItem-module_CatalogItem_xkX7p" data-rbd-draggable-context-id="" data-rbd-draggable-id="" style="position: absolute; left: 0px; top: 72px; height: 36px; width: 100%; cursor: pointer;">
<a class="catalogTreeItem-module_content_fLFbS" href="/u22288095/gf5dgh/dur9o1x3mg7amrfx" style="padding-left: 0px;">
<div class="catalogTreeItem-module_collapseContent_09v0m">
<div class="catalogTreeItem-module_collapseIconWrapper_XcS8B"></div>
</div>
<div class="catalogTreeItem-module_titleWrapper_sFyDt">
<span class="catalogTreeItem-module_title_snpKw">读《华尔街幽灵》——Madlife</span>
</div></a>
</div>
<div class="catalogTreeItem-module_CatalogItem_xkX7p" data-rbd-draggable-context-id="" data-rbd-draggable-id="" style="position: absolute; left: 0px; top: 108px; height: 36px; width: 100%; cursor: pointer;">
<a class="catalogTreeItem-module_content_fLFbS" href="/u22288095/gf5dgh/ye5rkzfpig0s8f7b" style="padding-left: 0px;">
<div class="catalogTreeItem-module_collapseContent_09v0m">
<div class="catalogTreeItem-module_collapseIconWrapper_XcS8B"></div>
</div>
<div class="catalogTreeItem-module_titleWrapper_sFyDt">
<span class="catalogTreeItem-module_title_snpKw">读《日本蜡烛图技术》—Madlife</span>
</div></a>
</div>
<div class="catalogTreeItem-module_CatalogItem_xkX7p" data-rbd-draggable-context-id="" data-rbd-draggable-id="" style="position: absolute; left: 0px; top: 144px; height: 36px; width: 100%; cursor: pointer;">
<a class="catalogTreeItem-module_content_fLFbS" href="/u22288095/gf5dgh/qtkvkg26s8ytcih8" style="padding-left: 0px;">
<div class="catalogTreeItem-module_collapseContent_09v0m">
<div class="catalogTreeItem-module_collapseIconWrapper_XcS8B"></div>
</div>
<div class="catalogTreeItem-module_titleWrapper_sFyDt">
<span class="catalogTreeItem-module_title_snpKw">读《期货市场技术分析》—Madlife</span>
</div></a>
</div>
<div class="catalogTreeItem-module_CatalogItem_xkX7p" data-rbd-draggable-context-id="" data-rbd-draggable-id="" style="position: absolute; left: 0px; top: 180px; height: 36px; width: 100%; cursor: pointer;">
<a class="catalogTreeItem-module_content_fLFbS" href="/u22288095/gf5dgh/lyaxczen37yfogg2" style="padding-left: 0px;">
<div class="catalogTreeItem-module_collapseContent_09v0m">
<div class="catalogTreeItem-module_collapseIconWrapper_XcS8B"></div>
</div>
<div class="catalogTreeItem-module_titleWrapper_sFyDt">
<span class="catalogTreeItem-module_title_snpKw">读《股票大作手回忆录》—Madlife</span>
</div></a>
</div>
<div class="catalogTreeItem-module_CatalogItem_xkX7p" data-rbd-draggable-context-id="" data-rbd-draggable-id="" style="position: absolute; left: 0px; top: 216px; height: 36px; width: 100%; cursor: pointer;">
<a aria-current="page" class="catalogTreeItem-module_content_fLFbS catalogTreeItem-module_selected_dK6Ji active" href="/u22288095/gf5dgh/yoqgzsrsdltgeel9" style="padding-left: 0px;">
<div class="catalogTreeItem-module_collapseContent_09v0m">
<div class="catalogTreeItem-module_collapseIconWrapper_XcS8B"></div>
</div>
<div class="catalogTreeItem-module_titleWrapper_sFyDt">
<span class="catalogTreeItem-module_title_snpKw">读《如何高效学习》—Madlife</span>
</div></a>
</div>
</div>
</div>
</div>
<div class="resize-triggers">
<div class="expand-trigger">
<div style="width: 346px; height: 857px;"></div>
</div>
<div class="contract-trigger"></div>
</div>
</div>
</div>
<div role="tabpanel" tabindex="-1" aria-hidden="true" class="ant-tabs-tabpane" id="rc-tabs-0-panel-All_Docs" aria-labelledby="rc-tabs-0-tab-All_Docs" style="display: none;"></div>
</div>
</div>
</div>
</nav>
</div>
<div class="ReaderLayout-module_dragbar_NUlrA"></div>
<div class="ReaderLayout-module_pinWrapper_8A7Ri"></div>
</div>
<div id="sidePanel" class="sidePanel-module_panel_Vr-DC" style="z-index: 990; height: auto;">
<div class="ne-toc-view ne-toc-normal-view ne-toc-viewer">
<div class="ne-toc-pin">
<span class="ne-toc-pin-text">TOC</span>
<div class="ne-toc-pin-wrap">
<div class="ne-icon ne-icon-toc-hide" data-name="toc-hide" style="font-size: 16px;">
<svg class="ne-icon-symbol" aria-hidden="true">
<use xlink:href="#ne-toc-hide"></use></svg>
</div>
</div>
<div class="ne-toc-fold-wrap">
<div class="ne-icon ne-icon-toc-fold" data-name="toc-fold" style="font-size: 16px;">
<svg class="ne-icon-symbol" aria-hidden="true">
<use xlink:href="#ne-toc-fold"></use></svg>
</div>
</div>
</div>
<div class="ne-toc-view-inner">
<div class="ne-toc-content">
<div data-id="NXEqC" class="ne-toc-item ne-toc-depth-1 ne-toc-selected ne-toc-parent-item">
<div class="ne-toc-item-inner">
<div class="ne-toc-fold-btn">
<div class="ne-icon ne-iconfont" data-name="catalog-switcher" style="font-size: 16px;"></div>
</div>
<div class="ne-toc-item-text" title="作者用了三个观点和五个步骤来介绍整体性学习,如下:">
<a href="#NXEqC">作者用了三个观点和五个步骤来介绍整体性学习,如下:</a>
</div>
</div>
</div>
<div data-id="zComc" class="ne-toc-item ne-toc-depth-2 ne-toc-parent-item ne-toc-child-item">
<div class="ne-toc-item-inner">
<div class="ne-toc-fold-btn">
<div class="ne-icon ne-iconfont" data-name="catalog-switcher" style="font-size: 16px;"></div>
</div>
<div class="ne-toc-item-text" title="整体性学习基于三个观点:">
<a href="#zComc">整体性学习基于三个观点:</a>
</div>
</div>
</div>
<div data-id="lDJLV" class="ne-toc-item ne-toc-depth-3 ne-toc-child-item">
<div class="ne-toc-item-inner">
<div class="ne-toc-item-text" title="1、结构">
<a href="#lDJLV">1、结构</a>
</div>
</div>
</div>
<div data-id="fB3bc" class="ne-toc-item ne-toc-depth-3 ne-toc-child-item">
<div class="ne-toc-item-inner">
<div class="ne-toc-item-text" title="2、模型">
<a href="#fB3bc">2、模型</a>
</div>
</div>
</div>
<div data-id="JqW9M" class="ne-toc-item ne-toc-depth-3 ne-toc-child-item">
<div class="ne-toc-item-inner">
<div class="ne-toc-item-text" title="3、高速公路">
<a href="#JqW9M">3、高速公路</a>
</div>
</div>
</div>
<div data-id="w3fIp" class="ne-toc-item ne-toc-depth-2 ne-toc-parent-item ne-toc-child-item">
<div class="ne-toc-item-inner">
<div class="ne-toc-fold-btn">
<div class="ne-icon ne-iconfont" data-name="catalog-switcher" style="font-size: 16px;"></div>
</div>
<div class="ne-toc-item-text" title="整体性学习的五个步骤">
<a href="#w3fIp">整体性学习的五个步骤</a>
</div>
</div>
</div>
<div data-id="mHSF1" class="ne-toc-item ne-toc-depth-3 ne-toc-child-item">
<div class="ne-toc-item-inner">
<div class="ne-toc-item-text" title="1、获取">
<a href="#mHSF1">1、获取</a>
</div>
</div>
</div>
<div data-id="ux2lY" class="ne-toc-item ne-toc-depth-3 ne-toc-child-item">
<div class="ne-toc-item-inner">
<div class="ne-toc-item-text" title="2、理解停留在这一步就是死记硬背式学习">
<a href="#ux2lY">2、理解停留在这一步就是死记硬背式学习</a>
</div>
</div>
</div>
<div data-id="kWnTQ" class="ne-toc-item ne-toc-depth-3 ne-toc-child-item">
<div class="ne-toc-item-inner">
<div class="ne-toc-item-text" title="3、拓展">
<a href="#kWnTQ">3、拓展</a>
</div>
</div>
</div>
<div data-id="iHVX7" class="ne-toc-item ne-toc-depth-3 ne-toc-child-item">
<div class="ne-toc-item-inner">
<div class="ne-toc-item-text" title="4、纠错">
<a href="#iHVX7">4、纠错</a>
</div>
</div>
</div>
<div data-id="fxKCe" class="ne-toc-item ne-toc-depth-3 ne-toc-child-item">
<div class="ne-toc-item-inner">
<div class="ne-toc-item-text" title="5、应用创造途径将所学应用到生活中去">
<a href="#fxKCe">5、应用创造途径将所学应用到生活中去</a>
</div>
</div>
</div>
<div data-id="uiuam" class="ne-toc-item ne-toc-depth-3 ne-toc-child-item">
<div class="ne-toc-item-inner">
<div class="ne-toc-item-text" title="0、测试伴随每一步主要是改进技术">
<a href="#uiuam">0、测试伴随每一步主要是改进技术</a>
</div>
</div>
</div>
<div data-id="RWgeZ" class="ne-toc-item ne-toc-depth-1">
<div class="ne-toc-item-inner">
<div class="ne-toc-item-text" title="另外讲了信息的类型">
<a href="#RWgeZ">另外讲了信息的类型</a>
</div>
</div>
</div>
<div data-id="dlnUw" class="ne-toc-item ne-toc-depth-1">
<div class="ne-toc-item-inner">
<div class="ne-toc-item-text" title="讲了这样学习的好处">
<a href="#dlnUw">讲了这样学习的好处</a>
</div>
</div>
</div>
<div data-id="QtPA0" class="ne-toc-item ne-toc-depth-1">
<div class="ne-toc-item-inner">
<div class="ne-toc-item-text" title="最后讲了如何提高效率">
<a href="#QtPA0">最后讲了如何提高效率</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="loading" id="lark-loading">
<div class="loading-bar"></div>
</div>
<div data-testid="member-message">
<div data-testid="pay-flow"></div>
</div>
<div class="ant-back-top default-back-top">
<div>
<div class="ant-fade-enter ant-fade-enter-active ant-fade">
<span class="default-back-top-btn larkui-tooltip"><svg viewbox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" width="1em" class="larkui-icon larkui-icon-editor-vertical-align-top" height="1em">
<path d="M119.037 70.245c5.85-4.875 14.501-4.17 19.49 1.526l.228.267 18.927 22.712.186.23c3.328 4.237 2.7 10.382-1.466 13.854-4.167 3.473-10.324 2.982-13.892-1.056l-.192-.224-4.318-5.181v115.98l-.004.28c-.148 5.394-4.567 9.72-9.996 9.72-5.523 0-10-4.477-10-10v-115.98l-4.318 5.18-.192.225a10 10 0 0 1-13.663 1.242l-.229-.186-.224-.192a10 10 0 0 1-1.242-13.663l.186-.229 18.927-22.712.332-.385a14 14 0 0 1 1.46-1.408ZM216 28c5.523 0 10 4.477 10 10 0 5.43-4.327 9.848-9.72 9.996L216 48H40c-5.523 0-10-4.477-10-10 0-5.43 4.327-9.848 9.72-9.996L40 28h176Z" fill="currentColor" fill-rule="nonzero"></path></svg></span>
</div>
</div>
</div>
</div>
<script nonce="">
<![CDATA[
window.__webpack_nonce__ = 'G5jG9CAyMA5gNmqHZzju';
]]>
</script>
<script nonce="">
<![CDATA[
performance && performance.mark && performance.mark("start-js-render");
]]>
</script>
<script nonce="">
<![CDATA[
(function() {
var rootNode = document.querySelector('#ReactApp');
var appData = window.appData || {};
var errorMessage = '';
function isYuqueMobileAppPrecreat() {
return appData.isYuqueMobileApp
&& window.AlipayJSBridge
&& window.AlipayJSBridge.startupParams
&& window.AlipayJSBridge.startupParams.preCreate;
}
function renderFeedBackTips() {
// 反馈链接
var feedBackUrl = window.location.origin + '/feedbacks/new';
if (appData.traceId) {
feedBackUrl += '?body=反馈信息:' + appData.traceId;
}
var isDesktopApp = window.appData.isDesktopApp;
var feedback = window.appData.traceId ? '反馈信息:' + window.appData.traceId : '';
var htmlList;
if (isDesktopApp) {
htmlList = [
'<div id="yq-blank-detection" class="module-error yq-blank-detection">',
'<div class="error-message">',
'<h3>页面出错了</h3>',
'<p>',
'遇到一些未知错误,请尝试刷新页面、清除浏览器缓存或截图<a target="_blank" href="' + feedBackUrl + '">反馈</a>给我们',
'</p>',
'<p>' + feedback + '</p>',
'<button class="ant-btn" id="yq-blank-detection-reload-button">重启客户端</button>'
];
} else {
htmlList = [
'<div id="yq-blank-detection" class="module-error yq-blank-detection">',
'<img class="error-icon-1" src="https://gw.alipayobjects.com/mdn/prod_resou/afts/img/A*lACSTZ9k73wAAAAAAAAAAAAAARQnAQ" />',
'<img class="error-icon-2" src="https://gw.alipayobjects.com/mdn/prod_resou/afts/img/A*gVB8RJQlsQsAAAAAAAAAAAAAARQnAQ" />',
'<div class="error-message">',
'<h3>页面出错了</h3>',
'<p>',
'遇到一些未知错误,请尝试刷新页面、清除浏览器缓存或截图<a target="_blank" href="' + feedBackUrl + '">反馈</a>给我们',
'</p>',
'<p>' + feedback + '</p>',
'</div>',
'<div>',
'<img class="unknown-error" src="https://gw.alipayobjects.com/mdn/prod_resou/afts/img/A*au01Tr2-h8oAAAAAAAAAAAAAARQnAQ" />',
'</div>',
'</div>'
];
}
rootNode.innerHTML = htmlList.join('');
var reloadBtn = document.getElementById('yq-blank-detection-reload-button');
if (reloadBtn) {
reloadBtn.onclick = function() {
if (window.YuqueDesktopJSBridge) {
window.YuqueDesktopJSBridge.postMessage('app.relaunch');
} else {
window.location.reload();
}
};
}
}
function reportToYuYan() {
if (!window.yuyanMonitor) return;
var fromClient = window.appData.isYuqueMobileApp ? 'yuqueMobileApp' : 'default';
var traceId = window.appData.traceId || '';
window.yuyanMonitor.logError(new Error('Page is blank!'), {
code: 45,
msg: 'web_page_blank_error',
d1: fromClient,
d2: traceId,
d3: errorMessage
});
}
function unregisterServiceWorker() {
if ('serviceWorker' in navigator) {
navigator.serviceWorker
.getRegistrations()
.then(function(registrations) {
registrations.forEach(function(sw) {
sw.unregister();
});
});
}
}
function report() {
try {
// 清理掉 serviceWorker
unregisterServiceWorker();
// 展示反馈
renderFeedBackTips();
// 上报雨燕
reportToYuYan();
} catch (e) {
console.error(e);
}
}
function checkAndReport() {
// 插入节点前再次检查是否白屏
if (rootNode.innerHTML) return;
report();
}
function onloadHandler() {
if (!rootNode) return;
if (rootNode.innerHTML === '<div></div>') {
report();
} else if (!rootNode.innerHTML) {
// 10s 后检测白屏
setTimeout(function() {
checkAndReport();
}, 10 * 1000);
}
}
window.addEventListener('error', function(event) {
if (event) {
errorMessage = event.message;
// 5s 后检测白屏
setTimeout(function() {
checkAndReport();
}, 5 * 1000);
}
}, false);
window.addEventListener('load', onloadHandler, false);
})();
]]>
</script>
<script nonce="">
<![CDATA[
if ('serviceWorker' in navigator) {
if (!/[?&]enable_sw=false/.test(location.search)
&& window.appData
&& !window.appData.isYuqueMobileApp
&& window.appData.settings
&& window.appData.settings.enable_serviceworker) {
window.addEventListener('load', function() {
navigator.serviceWorker.register('/serviceworker.js').catch(function(err) {
console.error(err.message);
});
});
} else {
navigator.serviceWorker.getRegistrations().then(function(registrations) {
registrations.forEach(function(sw) {
sw.unregister();
});
});
}
}
]]>
</script> <!-- 雨燕前置错误捕获逻辑 -->
<script nonce="">
<![CDATA[
!function(){var e=window;function n(n){if(e.g_monitor&&e.g_monitor.events){var t=e.g_monitor.events;t.length<20&&t.push(n)}}e.g_monitor=e.g_monitor||{listener:{},events:[]};
var r=e.g_monitor.listener;function t(t,n){try{e.addEventListener?e.addEventListener(t,n,!0):e.attachEvent?e.attachEvent("on"+t,n):e[t]=n,r[t]=n}catch(n){console.warn("Tracert 监控事件注册失败:"+t,n)}}r.error||t("error",n),r.unhandledrejection||t("unhandledrejection",n)}();
]]>
</script>
<script crossorigin="" src="https://b.alicdn.com/s/polyfill.min.js?features=default,es2015,es2016,es2017,fetch,IntersectionObserver,NodeList.prototype.forEach,NodeList.prototype.@@iterator,EventSource,MutationObserver,ResizeObserver,HTMLCanvasElement.prototype.toBlob,Promise.prototype.finally,Object.values|always"></script>
<script crossorigin="" src="https://gw.alipayobjects.com/os/lib/??react/16.13.1/umd/react.production.min.js,react-dom/16.13.1/umd/react-dom.production.min.js,react-dom/16.13.1/umd/react-dom-server.browser.production.min.js,moment/2.24.0/min/moment.min.js"></script>
<script nonce="">
<![CDATA[
window.globalThis = window.globalThis || window;
]]>
</script>
<script nonce="">
<![CDATA[
window.routerBase = '/';
window.resourceBaseUrl = 'https://gw.alipayobjects.com/os/chair-script/skylark/';
]]>
</script>
<script nonce="">
<![CDATA[
window.__webpack_public_path__ = '/os/chair-script/skylark/';
]]>
</script>
<script crossorigin="" src="https://gw.alipayobjects.com/os/chair-script/skylark/en-US.f3224379.js"></script>
<script crossorigin="" src="https://gw.alipayobjects.com/os/chair-script/skylark/deps.8628846a.async.js"></script>
<script crossorigin="" src="https://gw.alipayobjects.com/os/chair-script/skylark/common.77ca5074.async.js"></script>
<script crossorigin="" src="https://gw.alipayobjects.com/os/chair-script/skylark/larkui.97fcad14.async.js"></script>
<script crossorigin="" src="https://gw.alipayobjects.com/os/chair-script/skylark/pc.92385c6e.js"></script>
<script nonce="">
<![CDATA[
// 加载九色鹿埋点脚本、cnzz 埋点脚本
window.addEventListener('load', function() {
!function(t,e,a,r,c){t.TracertCmdCache=t.TracertCmdCache||[],t[c]=window[c]||
{_isRenderInit:!0,call:function(){t.TracertCmdCache.push(arguments)},
start:function(t){this.call('start',t)}},t[c].l=new Date;
var n=e.createElement(a),s=e.getElementsByTagName(a)[0];
n.async=!0,n.src=r,s.parentNode.insertBefore(n,s)}
(window,document,'script','https://ur.alipay.com/tracert_a385.js','Tracert');
Tracert.start({
spmAPos: 'a385',
spmBPos: 'doc_read',
role_id: '',
mdata: {
group_id: appData.group.id,
book_id: appData.book.id,
doc_id: appData.doc.id,
},
});
// appData['isDingTalkMiniApp']
// appData['tracertConfig']
// 加载 cnzz 埋点脚本
var cnzzScript = document.createElement('script');
cnzzScript.src = 'https://s19.cnzz.com/z_stat.php?id=1272061571&web_id=1272061571';
cnzzScript.setAttribute('language', 'JavaScript');
document.head.appendChild(cnzzScript);
});
]]>
</script>
<script crossorigin="" src="https://gw.alipayobjects.com/os/lib/alipay/yuyan-monitor-web/4.1.0/dist/index.umd.min.js"></script>
<script nonce="">
<![CDATA[
if (window.YuyanMonitor) {
window.yuyanMonitor = new YuyanMonitor({
_appId: '589c123e2b89c03d127000da',
env: '外网',
userId: '',
plugins: ['performance']
});
}
]]>
</script>
<script nonce="">
<![CDATA[
if (!Object.fromEntries) {
Object.defineProperty(Object, 'fromEntries', {
value(entries) {
if (!entries || !entries[Symbol.iterator]) { throw new Error('Object.fromEntries() requires a single iterable argument'); }
var o = {};
Object.keys(entries).forEach(function(key){
var [k, v] = entries[key];
o[k] = v;
});
return o;
},
});
}
]]>
</script>
<div id="rbd-announcement-0" aria-live="assertive" aria-atomic="true" style="position: absolute; width: 1px; height: 1px; margin: -1px; border: 0px; padding: 0px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); clip-path: inset(100%);"></div>
<div id="rbd-hidden-text-0-hidden-text-0" style="display: none;">
Press space bar to start a drag. When dragging you can use the arrow keys to move the item around and escape to cancel. Some screen readers may require you to be in focus mode or to use your pass through key
</div>
<div class="ne-overlay-container" data-event-boundary="overlay"></div><iframe src="https://tracert.alipay.com/cross.html" style="width: 1px; height: 1px; position: absolute; left: -100px; bottom: -100px;"></iframe>
</body>
</html>