forked from svchord/Rem-Craft
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.css
More file actions
9 lines (9 loc) · 49.7 KB
/
theme.css
File metadata and controls
9 lines (9 loc) · 49.7 KB
1
2
3
4
5
6
7
8
9
@font-face{font-family:"HarmonyOS Sans SC";src:url("/src/fonts/HarmonyOS_Sans_SC_Regular.ttf")}@font-face{font-family:"JetBrains Mono";src:url("/src/fonts/JetBrainsMono-Regular.ttf")}:root{--b3-theme-primary: #0087ff;--b3-theme-primary-light: rgba(0,135,255,0.54);--b3-theme-primary-lighter: rgba(0,135,255,0.38);--b3-theme-primary-lightest: rgba(0,135,255,0.12);--b3-theme-secondary: #f3a92f;--b3-theme-background: #fff;--b3-theme-background-light: #fff;--b3-theme-surface: #fcfcfc;--b3-theme-surface-light: rgba(243, 243, 243, 0.86);--b3-theme-error: #d23f31;--b3-theme-on-primary: #fff;--b3-theme-on-secondary: #fff;--b3-theme-on-background: #1f2225;--b3-theme-on-surface: #35383b;--b3-theme-on-error: #fff;--b3-font-family: "quote", "HarmonyOS Sans SC", "JetBrains Mono",
"Helvetica Neue", "Luxi Sans", "DejaVu Sans", "Hiragino Sans GB",
"Microsoft Yahei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";--b3-font-family-code: "JetBrains Mono", "HarmonyOS Sans SC", mononoki,
Consolas, "Liberation Mono", Menlo, Courier, monospace, "Apple Color Emoji",
"Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji",
"EmojiSymbols";--b3-font-family-graph: mononoki;--b3-font-family-emoji: "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI",
"Apple Color Emoji", "Twemoji Mozilla", "Noto Color Emoji", "Android Emoji";--b3-border-color: #fff;--b3-scroll-color: rgba(0,0,0,0.1);--b3-list-hover: #f6f6f6;--b3-menu-background: #fff;--b3-tooltips-color: #0f0f0f;--b3-card-error-color: rgb(97, 26, 21);--b3-card-error-background: rgb(253, 236, 234);--b3-card-warning-color: rgb(102, 60, 0);--b3-card-warning-background: rgb(255, 244, 229);--b3-card-info-color: rgb(13, 60, 97);--b3-card-info-background: rgb(232, 244, 253);--b3-card-success-color: rgb(30, 70, 32);--b3-card-success-background: rgb(237, 247, 237);--b3-font-color1: var(--b3-card-error-color);--b3-font-color2: var(--b3-card-warning-color);--b3-font-color3: var(--b3-card-info-color);--b3-font-color4: var(--b3-card-success-color);--b3-font-color5: var(--b3-theme-on-surface);--b3-font-color6: var(--b3-theme-primary);--b3-font-color7: var(--b3-theme-secondary);--b3-font-color8: var(--b3-theme-error);--b3-font-color9: #f5539e;--b3-font-color10: #944194;--b3-font-color11: #65b84d;--b3-font-color12: #f5822e;--b3-font-color13: var(--b3-theme-background);--b3-font-background1: var(--b3-card-error-background);--b3-font-background2: var(--b3-card-warning-background);--b3-font-background3: var(--b3-card-info-background);--b3-font-background4: var(--b3-card-success-background);--b3-font-background5: var(--b3-theme-surface);--b3-font-background6: var(--b3-theme-primary-light);--b3-font-background7: rgba(217, 211, 215, 0.5);--b3-font-background8: rgba(255, 193, 153, 0.5);--b3-font-background9: rgba(189, 201, 255, 0.5);--b3-font-background10: rgba(239, 218, 251, 0.5);--b3-font-background11: rgba(234, 202, 220, 0.5);--b3-font-background12: rgba(253, 198, 200, 0.5);--b3-font-background13: var(--b3-theme-on-background);--b3-transition: all 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms;--b3-width-transition: width .25s ease-out 0s;--b3-point-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);--b3-dialog-shadow: rgb(0 0 0 / 20%) 0px 0px 1px, rgb(0 0 0 / 16%) 0px 10px 20px;--b3-diff-add: #dfd;--b3-diff-add-surface: #97f295;--b3-diff-del: #fee8e9;--b3-diff-del-surface: #ffb6ba;--b3-graph-p-point: #076f7e;--b3-graph-heading-point: #9876aa;--b3-graph-math-point: #80ffa5;--b3-graph-code-point: #00ddff;--b3-graph-table-point: #37a2ff;--b3-graph-list-point: #ff0087;--b3-graph-todo-point: #ffbf00;--b3-graph-olist-point: #b3005f;--b3-graph-listitem-point: #f65b00;--b3-graph-bq-point: #8d48e3;--b3-graph-super-point: #dd79ff;--b3-graph-doc-point: #e8eaed;--b3-graph-tag-point: #dbf32f;--b3-graph-asset-point: #05c091;--b3-graph-line: #9aa0a6;--b3-graph-ref-line: #d23f31;--b3-graph-tag-line: #5f6b06;--b3-graph-tag-tag-line: #dbf32f;--b3-graph-asset-line: #037457;--b3-graph-hl-point: #f3a92f;--b3-graph-hl-line: #4285f4;--b3-protyle-search-background: #d4f0ff;--b3-protyle-search-border-color: #f2e680;--b3-protyle-search-current-background: #a5d3fe;--b3-protyle-code-background: #f7f7f7;--b3-protyle-inline-strong-color: #202124;--b3-protyle-inline-em-color: #202124;--b3-protyle-inline-s-color: #202124;--b3-protyle-inline-link-color: #4285f4;--b3-protyle-inline-mark-background: #d4f0ff;--b3-protyle-inline-mark-color: #202124;--b3-protyle-inline-tag-color: #5f6368;--b3-protyle-inline-blockref-color: #660e7a;--b3-pdf-sidebar-width: 200px;--b3-pdf-offset: 0;--b3-pdf-background1: var(--b3-theme-error);--b3-pdf-background2: #f5822e;--b3-pdf-background3: var(--b3-theme-secondary);--b3-pdf-background4: #65b84d;--b3-pdf-background5: #f5539e;--b3-pdf-background6: var(--b3-theme-primary);--b3-pdf-background7: #944194}.textLayer,.pdf__resize{mix-blend-mode:darken}.block__icons .listCount,.block__icons .listMCount,.b3-list--files .b3-list-item.b3-list-item--focus:not(.dragover):not(.dragover__top):not(.dragover__bottom) .counter,.b3-list--background .b3-list-item.b3-list-item--focus:not(.dragover):not(.dragover__top):not(.dragover__bottom) .counter,.b3-list--files .b3-list-item:not(.b3-list-item--big) .counter,.b3-list--background .b3-list-item:not(.b3-list-item--big) .counter,.protyle-attr--refcount{height:22px;width:auto;padding:0 7px;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:22px}.block__icons .listCount:hover,.block__icons .listMCount:hover,.b3-list--files .b3-list-item.b3-list-item--focus:not(.dragover):not(.dragover__top):not(.dragover__bottom) .counter:hover,.b3-list--background .b3-list-item.b3-list-item--focus:not(.dragover):not(.dragover__top):not(.dragover__bottom) .counter:hover,.b3-list--files .b3-list-item:not(.b3-list-item--big) .counter:hover,.b3-list--background .b3-list-item:not(.b3-list-item--big) .counter:hover,.protyle-attr--refcount:hover{background-color:#e7e7e7}.dock--vertical div:first-child:not(:empty),.dock--vertical div:last-child:not(:empty){border-radius:6px;padding:4px;background-color:#fcfcfc;border:1px solid #eee}.dock--vertical div:first-child:not(:empty) span,.dock--vertical div:last-child:not(:empty) span{width:35px;padding:0 0 0 1px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fcfcfc;-webkit-transform:translateZ(0px) scale(1);transform:translateZ(0px) scale(1);line-height:0;height:40px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;border-radius:4px;-webkit-transition:all 0s ease 0s;transition:all 0s ease 0s;margin:1px 0px;cursor:pointer}.dock--vertical div:first-child:not(:empty) span:hover,.dock--vertical div:last-child:not(:empty) span:hover{background-color:#f6f6f6}.dock--vertical div:first-child:not(:empty) span.dock__item--active:hover,.dock--vertical div:last-child:not(:empty) span.dock__item--active:hover{background-color:rgba(0,135,255,0.1)}.dock--vertical div:first-child:not(:empty) span svg,.dock--vertical div:last-child:not(:empty) span svg{width:15px;height:15px}.dock--vertical{width:46px;margin-left:8px;margin-right:8px;z-index:43}.dock--vertical div:first-child:not(:empty){margin-top:8px}.dock--vertical div:last-child:not(:empty){margin-bottom:8px}.dock--vertical .dock__item[data-index="0"]::after{margin:0 10px;top:-28px}.dock--vertical .dock__item[data-index="1"]::after{bottom:70%}.block__icons{font-size:15px;font-weight:500}.block__icons.block__icons--active{background-color:var(--b3-theme-surface)}:not(.block__popover)>.block__icons{padding:4px 16px}.block__icons .fn__space{width:0}.block__icons .block__icon{width:24px;height:24px;padding:0;border-radius:4px;margin-left:6px}.block__icons .block__icon:hover{background-color:#f6f6f6}.block__icons .block__icon.ft__primary:hover{background-color:rgba(0,135,255,0.1)}.block__icons .block__icon svg{width:12px;height:12px;padding:6px}.block__icons .listCount,.block__icons .listMCount{margin:2px 8px 0 0}.block__icons .listCount+.fn__space,.block__icons .listMCount+.fn__space{display:none}.block__icons .b3-form__icon-icon{padding-top:1px}.block__icons .b3-text-filed{border:transparent !important}.block__icons .b3-text-filed:focus{border:1px solid #eee}@-webkit-keyframes wnd-close-left{from{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);max-height:100%}50%{opacity:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-height:100%}to{opacity:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-height:0}}@keyframes wnd-close-left{from{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);max-height:100%}50%{opacity:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-height:100%}to{opacity:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-height:0}}@-webkit-keyframes wnd-close-right{from{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);max-height:100%}50%{opacity:0;-webkit-transform:translateX(50%);transform:translateX(50%);max-height:100%}to{opacity:0;-webkit-transform:translateX(50%);transform:translateX(50%);max-height:0}}@keyframes wnd-close-right{from{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);max-height:100%}50%{opacity:0;-webkit-transform:translateX(50%);transform:translateX(50%);max-height:100%}to{opacity:0;-webkit-transform:translateX(50%);transform:translateX(50%);max-height:0}}#layouts>.fn__flex{overflow:hidden}#layouts>.fn__flex>.fn__flex-column:not(.layout__center){-webkit-transition:var(--b3-width-transition) !important;transition:var(--b3-width-transition) !important}#layouts>.fn__flex>.fn__flex-column:not(.layout__center) .wnd,#layouts>.fn__flex>.fn__flex-column:not(.layout__center)>.fn__flex>div[data-type="wnd"],#layouts>.fn__flex>.fn__flex-column:not(.layout__center)>.fn__none:not(.layout__resize)>div[data-type="wnd"]{min-height:10% !important;margin:8px 0 !important;border-radius:8px;border:1px solid #eee;-webkit-transition:all .25s ease-out 0s;transition:all .25s ease-out 0s}#layouts>.fn__flex>.fn__flex-column:not(.layout__center)>.fn__flex{overflow-x:hidden}#layouts>.fn__flex>.fn__flex-column:not(.layout__center)>.fn__flex>div[data-type="wnd"]{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}#layouts>.fn__flex>.fn__flex-column:not(.layout__center)>.fn__flex>div[data-type="wnd"] .layout-tab-container>.fn__flex-1{overflow-x:hidden;min-width:0}#layouts>.fn__flex>.fn__flex-column:not(.layout__center)>.fn__flex>div[data-type="wnd"] .layout-tab-container>.fn__flex-1>.fn__flex-1{min-height:0 !important}#layouts>.fn__flex>.fn__flex-column:not(.layout__center)>.fn__none:not(.layout__resize){display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-animation:wnd-close-right .5s forwards ease-in-out;animation:wnd-close-right .5s forwards ease-in-out}#layouts>.fn__flex>.fn__flex-column:not(.layout__center)>.fn__none:not(.layout__resize)>div[data-type="wnd"]{opacity:0;-webkit-transform:translateX(50%);transform:translateX(50%)}#layouts>.fn__flex>.fn__flex-shrink:not(.layout__center)>.fn__none:not(.layout__resize){-webkit-animation:wnd-close-left .5s forwards ease-in-out !important;animation:wnd-close-left .5s forwards ease-in-out !important}#layouts>.fn__flex>.fn__flex-shrink:not(.layout__center)>.fn__none:not(.layout__resize)>div[data-type="wnd"]{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.toolbar .toolbar__item#barDailyNote::before,.toolbar .toolbar__item#barSearch::before,.toolbar .toolbar__item#barDock::before,.toolbar .toolbar__item#barThemeMode::before,.toolbar .toolbar__item#barSync::before{z-index:1;width:auto;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;position:unset;opacity:1;-webkit-transform:none;transform:none;font-size:13px;color:#424243}.toolbar{height:30px}.toolbar #toolbarVIP:empty{-webkit-app-region:drag;margin:5px;width:25px;height:20px;background-image:url("src/icons/siyuan.svg");background-repeat:round}.toolbar .toolbar__item{color:#424243;height:30px;cursor:unset}.toolbar .toolbar__item:hover{background-color:#f2f2f2}.toolbar .toolbar__item:not(#barMore):not(#barBack):not(#barForward):not(#closeWindow):not(.toolbar__item--action){width:42px}.toolbar .toolbar__item:not(#barMore):not(#barBack):not(#barForward):not(#closeWindow):not(.toolbar__item--action) svg:not(.ft__secondary){display:none}.toolbar .toolbar__item#barDailyNote::before{content:"日记"}.toolbar .toolbar__item#barSearch::before{content:"搜索"}.toolbar .toolbar__item#barDock::before{content:"边栏"}.toolbar .toolbar__item#barThemeMode::before{content:"暗黑"}.toolbar .toolbar__item#barSync::before{content:"同步"}.toolbar .toolbar__item#barMore{width:36px;padding:0 11px}.toolbar .toolbar__item#barBack svg,.toolbar .toolbar__item#barForward svg{width:12px;height:12px}.toolbar .toolbar__item.toolbar__item--action{width:42px;padding:0 14px}.toolbar .toolbar__item#restoreWindow,.toolbar .toolbar__item#maxWindow{padding-top:4px;z-index:-1}.toolbar .toolbar__item#closeWindow{z-index:-1;width:42px;padding:0 16px}.toolbar .toolbar__item#closeWindow:hover{color:#fff;background-color:rgba(232,17,35,0.9)}.toolbar .toolbar__item.b3-tooltips__se::after{left:35%}.toolbar .toolbar__item.b3-tooltips__sw::after{right:35%}.layout-tab-bar{opacity:1 !important}.layout-tab-bar .item{border-radius:4px;height:16px;padding:4px 6px;background-color:#fff;margin-right:4px}.layout-tab-bar .item:not(.item--focus):hover{background-color:#f6f6f6}.layout-tab-bar .item .item__text{margin-top:0.5px;opacity:0.5}.layout-tab-bar .item .item__close{border-radius:4px;width:9px;height:9px;margin-left:6px;margin-top:0.5px;opacity:0.5}.layout-tab-bar .item .item__close:hover{background-color:#e7e7e7}.layout-tab-bar .item.item--focus{background-color:#f0f0f0}.layout-tab-bar .item.item--focus *{opacity:1 !important}.protyle-breadcrumb{padding:6px 8px}.protyle-breadcrumb .protyle-breadcrumb__bar{padding:2px 0}.fullscreen>.protyle-breadcrumb{height:36px;padding-right:126px !important}.fullscreen>.protyle-breadcrumb .fn__space{-webkit-app-region:drag}.fullscreen>.protyle-breadcrumb .block__icon{margin:4px}.protyle-breadcrumb .fn__space{width:0}.protyle-breadcrumb .protyle-breadcrumb__item{border-radius:4px;padding:0 6px;margin:0 6px;height:24px;line-height:1}.protyle-breadcrumb .protyle-breadcrumb__item:first-child{margin-left:0}.protyle-breadcrumb .protyle-breadcrumb__item:hover{background-color:#f6f6f6}.protyle-breadcrumb .protyle-breadcrumb__item svg{width:12px;height:12px;margin:6px 0}.protyle-breadcrumb .protyle-breadcrumb__item svg.ft__primary{color:#1f2225}.protyle-breadcrumb .protyle-breadcrumb__item .protyle-breadcrumb__text:not(:empty){margin-left:4px}.protyle-breadcrumb .block__icon{width:28px;height:28px;padding:0;border-radius:4px;margin-right:6px}.protyle-breadcrumb .block__icon:hover{background-color:#f6f6f6}.protyle-breadcrumb .block__icon.ft__primary:hover{background-color:rgba(0,135,255,0.1)}.protyle-breadcrumb .block__icon svg{width:14px;height:14px;padding:7px}.b3-menu,.b3-menu .b3-menu__submenu{border-radius:6px;padding:7px 6px 6px;min-width:200px}.b3-menu .b3-menu__item:not(.b3-menu__item--readonly):not(.b3-menu__item--custom){height:31.2px;min-width:0px;padding:8px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;border:1px solid transparent;border-radius:6px;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.b3-menu .b3-menu__item--custom{padding:0 8px}.b3-menu .b3-menu__item--custom .b3-menu__icon,.b3-menu .b3-menu__item--custom .fn__hr{display:none}.b3-menu .b3-menu__item--custom .b3-menu__label{padding:6px 0}.b3-menu .b3-menu__submenu{margin-left:10px;margin-right:10px;top:-9px}.b3-menu .b3-menu__separator{margin-left:-6px;margin-right:-6px;width:calc(100% + 12px);padding-top:4px;margin-bottom:4px;border-bottom:1px solid #f2f2f2;padding:0;height:0}.b3-menu .b3-menu__item--readonly{font-size:12px;line-height:16px;color:rgba(31,34,37,0.4);margin-bottom:4px}.b3-menu .b3-menu__item--custom.b3-menu__item--current{background-color:#fff}.b3-dialog__scrim{background-color:rgba(36,39,41,0.3)}.b3-dialog__container{-webkit-box-shadow:rgb(0 0 0 / 20%) 0px 0px 1px, rgb(0 0 0 / 20%) 0px 20px 50px;box-shadow:rgb(0 0 0 / 20%) 0px 0px 1px, rgb(0 0 0 / 20%) 0px 20px 50px;border-radius:10px}.b3-dialog__container div[style="height:auto"]>div{border-radius:0 0 10px 10px}.b3-dialog__container .b3-dialog__close{display:none}.b3-dialog__container .b3-text-filed.b3-text-filed--text{border-top-left-radius:10px;border-top-right-radius:10px}.b3-dialog__container #searchPreview{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.b3-dialog__container[style*="50vw"],.b3-dialog__container[style*="520px"]{width:470px !important;background-color:#fff;padding:0 16px}.b3-dialog__container[style*="50vw"] .b3-dialog__header,.b3-dialog__container[style*="520px"] .b3-dialog__header{font-size:16px;font-weight:500;color:#1f2225;padding:19px 0 18px 0;border-bottom:1px solid #eaeaea}.b3-dialog__container[style*="50vw"] .b3-dialog__close,.b3-dialog__container[style*="520px"] .b3-dialog__close{display:block;color:rgba(31,34,37,0.4);background-color:#f2f2f2;border:1px solid transparent;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:24px;height:24px;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:50%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transform:translateX(-50px) translateY(9px);transform:translateX(-50px) translateY(9px)}.b3-dialog__container[style*="50vw"] .b3-dialog__close:hover,.b3-dialog__container[style*="520px"] .b3-dialog__close:hover{color:rgba(31,34,37,0.4);background-color:#eaeaea}.b3-dialog__container[style*="50vw"] .b3-dialog__content,.b3-dialog__container[style*="50vw"] .b3-form__space,.b3-dialog__container[style*="520px"] .b3-dialog__content,.b3-dialog__container[style*="520px"] .b3-form__space{padding:16px 0;font-size:15px;margin:0;min-height:40px;line-height:40px}.b3-dialog__container[style*="50vw"] .b3-dialog__content .block__icon,.b3-dialog__container[style*="50vw"] .b3-form__space .block__icon,.b3-dialog__container[style*="520px"] .b3-dialog__content .block__icon,.b3-dialog__container[style*="520px"] .b3-form__space .block__icon{width:28px;height:28px;padding:0;border-radius:4px}.b3-dialog__container[style*="50vw"] .b3-dialog__content .block__icon:hover,.b3-dialog__container[style*="50vw"] .b3-form__space .block__icon:hover,.b3-dialog__container[style*="520px"] .b3-dialog__content .block__icon:hover,.b3-dialog__container[style*="520px"] .b3-form__space .block__icon:hover{background-color:#f6f6f6}.b3-dialog__container[style*="50vw"] .b3-dialog__content .block__icon.ft__primary:hover,.b3-dialog__container[style*="50vw"] .b3-form__space .block__icon.ft__primary:hover,.b3-dialog__container[style*="520px"] .b3-dialog__content .block__icon.ft__primary:hover,.b3-dialog__container[style*="520px"] .b3-form__space .block__icon.ft__primary:hover{background-color:rgba(0,135,255,0.1)}.b3-dialog__container[style*="50vw"] .b3-dialog__content .block__icon svg,.b3-dialog__container[style*="50vw"] .b3-form__space .block__icon svg,.b3-dialog__container[style*="520px"] .b3-dialog__content .block__icon svg,.b3-dialog__container[style*="520px"] .b3-form__space .block__icon svg{width:10px;height:10px;padding:9px}.b3-dialog__container[style*="50vw"] .b3-dialog__content .ft__on-surface,.b3-dialog__container[style*="50vw"] .b3-dialog__content .b3-text-filed[placeholder="属性名"],.b3-dialog__container[style*="50vw"] .b3-form__space .ft__on-surface,.b3-dialog__container[style*="50vw"] .b3-form__space .b3-text-filed[placeholder="属性名"],.b3-dialog__container[style*="520px"] .b3-dialog__content .ft__on-surface,.b3-dialog__container[style*="520px"] .b3-dialog__content .b3-text-filed[placeholder="属性名"],.b3-dialog__container[style*="520px"] .b3-form__space .ft__on-surface,.b3-dialog__container[style*="520px"] .b3-form__space .b3-text-filed[placeholder="属性名"]{font-size:15px;width:80px !important;text-align:center !important}.b3-dialog__container[style*="50vw"] .b3-dialog__content .fn__space,.b3-dialog__container[style*="50vw"] .b3-form__space .fn__space,.b3-dialog__container[style*="520px"] .b3-dialog__content .fn__space,.b3-dialog__container[style*="520px"] .b3-form__space .fn__space{width:15px}.b3-dialog__container[style*="50vw"] .b3-dialog__content div[style*="var(--b3-border-color)"],.b3-dialog__container[style*="50vw"] .b3-form__space div[style*="var(--b3-border-color)"],.b3-dialog__container[style*="520px"] .b3-dialog__content div[style*="var(--b3-border-color)"],.b3-dialog__container[style*="520px"] .b3-form__space div[style*="var(--b3-border-color)"]{background-color:#eaeaea !important}.b3-dialog__container[style*="50vw"] .b3-dialog__content .custom-attr__add,.b3-dialog__container[style*="50vw"] .b3-form__space .custom-attr__add,.b3-dialog__container[style*="520px"] .b3-dialog__content .custom-attr__add,.b3-dialog__container[style*="520px"] .b3-form__space .custom-attr__add{padding:0;height:152px}.b3-dialog__container[style*="50vw"] .b3-dialog__content .b3-button,.b3-dialog__container[style*="50vw"] .b3-form__space .b3-button,.b3-dialog__container[style*="520px"] .b3-dialog__content .b3-button,.b3-dialog__container[style*="520px"] .b3-form__space .b3-button{width:80px !important}.b3-dialog__container[style*="50vw"] .b3-dialog__content .b3-button svg,.b3-dialog__container[style*="50vw"] .b3-form__space .b3-button svg,.b3-dialog__container[style*="520px"] .b3-dialog__content .b3-button svg,.b3-dialog__container[style*="520px"] .b3-form__space .b3-button svg{width:10px;height:10px}.b3-dialog__container[style*="50vw"] .b3-form__icon-icon,.b3-dialog__container[style*="520px"] .b3-form__icon-icon{top:28.925px}.b3-dialog__container[style*="50vw"] .b3-text-filed,.b3-dialog__container[style*="520px"] .b3-text-filed{background-color:#f6f6f6;border:1px solid #eee;height:40px;padding:0px 10px;border-radius:6px;font-size:15px;font-weight:400}.b3-dialog__container[style*="50vw"] .b3-text-filed[rows="1"],.b3-dialog__container[style*="520px"] .b3-text-filed[rows="1"]{line-height:38px}.b3-dialog__container[style*="50vw"] .b3-text-filed:focus,.b3-dialog__container[style*="520px"] .b3-text-filed:focus{-webkit-box-shadow:none;box-shadow:none}.b3-dialog__container[style*="50vw"] .b3-dialog__action,.b3-dialog__container[style*="520px"] .b3-dialog__action{padding:0;margin-bottom:16px}.b3-dialog__container[style*="50vw"] .b3-dialog__action .fn__space,.b3-dialog__container[style*="520px"] .b3-dialog__action .fn__space{width:2%}.b3-dialog__container[style*="50vw"] .b3-dialog__action .b3-button,.b3-dialog__container[style*="520px"] .b3-dialog__action .b3-button{height:40px;letter-spacing:0.3px;border:1px solid transparent;width:49%}.b3-dialog__container[style*="50vw"] .b3-dialog__action .b3-button.b3-button--text,.b3-dialog__container[style*="520px"] .b3-dialog__action .b3-button.b3-button--text{background-color:#0087ff;color:#fff}.b3-dialog__container[style*="50vw"] .b3-dialog__action .b3-button.b3-button--text:hover,.b3-dialog__container[style*="520px"] .b3-dialog__action .b3-button.b3-button--text:hover{background-color:rgba(0,135,255,0.9)}.b3-dialog__container[style*="50vw"] .b3-dialog__action .b3-button.b3-button--cancel,.b3-dialog__container[style*="520px"] .b3-dialog__action .b3-button.b3-button--cancel{color:#0087ff;border:1px solid #0087ff}.b3-dialog__container[style*="50vw"] .b3-dialog__action .b3-button.b3-button--cancel:hover,.b3-dialog__container[style*="520px"] .b3-dialog__action .b3-button.b3-button--cancel:hover{background-color:#e6f3ff}.b3-dialog__container[style="width:520px"]{width:320px !important}.emojis{padding:0 2px 0}.emojis>div:first-child{margin:4px 0 6px}.emojis>div:first-child .block__icon{width:28px;height:28px;padding:0;border-radius:4px}.emojis>div:first-child .block__icon:hover{background-color:#f6f6f6}.emojis>div:first-child .block__icon.ft__primary:hover{background-color:rgba(0,135,255,0.1)}.emojis>div:first-child .block__icon svg{width:14px;height:14px;padding:7px}.emojis .emojis__panel .emojis__title{padding:18px 0 8px;font-size:11px;font-weight:500;color:rgba(31,34,37,0.7);letter-spacing:0.3px}.emojis .emojis__panel .emojis__title:first-child{padding-top:12px}.emojis .emojis__panel .fn__hr{display:none}.emojis .emojis__panel .fn__hr+.emojis__content{padding-top:0}.emojis .emojis__panel .emojis__content div[style*="4px"]{height:28px;line-height:28px;width:100%;margin:0 !important}.emojis .emojis__panel .emojis__content .emojis__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:32px;width:32px;font-size:20px;border-radius:4px;background-color:transparent;border:1px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;padding:0}.emojis .emojis__panel .emojis__content .emojis__item:hover{background-color:#f6f6f6}.emojis>div:last-child{padding-top:6px}.b3-list--files,.b3-list--background{padding:0 8px 8px}.b3-list--files.b3-tab-bar,.b3-list--background.b3-tab-bar{padding:0 8px}.b3-list--files.b3-menu,.b3-list--background.b3-menu{padding-top:8px}.b3-list--files .b3-list-item,.b3-list--background .b3-list-item{height:auto;border-radius:0.375rem;line-height:24px}.b3-list--files .b3-list-item *,.b3-list--background .b3-list-item *{color:#35383b !important}.b3-list--files .b3-list-item.b3-list-item--focus:not(.dragover):not(.dragover__top):not(.dragover__bottom),.b3-list--background .b3-list-item.b3-list-item--focus:not(.dragover):not(.dragover__top):not(.dragover__bottom){background-color:#f0f0f0 !important}.b3-list--files .b3-list-item.b3-list-item--focus:not(.dragover):not(.dragover__top):not(.dragover__bottom) .counter,.b3-list--background .b3-list-item.b3-list-item--focus:not(.dragover):not(.dragover__top):not(.dragover__bottom) .counter{background-color:#f0f0f0}.b3-list--files .b3-list-item.b3-list-item--big,.b3-list--background .b3-list-item.b3-list-item--big{margin-bottom:8px}.b3-list--files .b3-list-item.b3-list-item--big:first-child,.b3-list--background .b3-list-item.b3-list-item--big:first-child{margin-top:8px !important}.b3-list--files .b3-list-item:not(.b3-list-item--big),.b3-list--background .b3-list-item:not(.b3-list-item--big){padding:4.4px 8px !important}.b3-list--files .b3-list-item:not(.b3-list-item--big) .b3-list-item__toggle,.b3-list--background .b3-list-item:not(.b3-list-item--big) .b3-list-item__toggle{height:24px;padding:0 !important}.b3-list--files .b3-list-item:not(.b3-list-item--big) .b3-list-item__toggle.fn__hidden,.b3-list--background .b3-list-item:not(.b3-list-item--big) .b3-list-item__toggle.fn__hidden{width:0;margin:0;padding:0}.b3-list--files .b3-list-item:not(.b3-list-item--big) .b3-list-item__toggle--hl:hover,.b3-list--background .b3-list-item:not(.b3-list-item--big) .b3-list-item__toggle--hl:hover{background-color:transparent}.b3-list--files .b3-list-item:not(.b3-list-item--big) .b3-list-item__graphic,.b3-list--background .b3-list-item:not(.b3-list-item--big) .b3-list-item__graphic{opacity:1 !important;margin:0;width:12px;height:12px;padding:6px}.b3-list--files .b3-list-item:not(.b3-list-item--big) .b3-list-item__graphic.fn__hidden,.b3-list--background .b3-list-item:not(.b3-list-item--big) .b3-list-item__graphic.fn__hidden{display:none}.b3-list--files .b3-list-item:not(.b3-list-item--big) .b3-list-item__graphic.b3-list-item__graphic--arrow,.b3-list--background .b3-list-item:not(.b3-list-item--big) .b3-list-item__graphic.b3-list-item__graphic--arrow{width:9px;height:9px;padding:7.5px}.b3-list--files .b3-list-item:not(.b3-list-item--big) .b3-list-item__icon,.b3-list--background .b3-list-item:not(.b3-list-item--big) .b3-list-item__icon{padding:0;height:24px;width:24px;font-size:14px;line-height:24px;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.b3-list--files .b3-list-item:not(.b3-list-item--big) .b3-list-item__icon:hover,.b3-list--background .b3-list-item:not(.b3-list-item--big) .b3-list-item__icon:hover{background-color:#e7e7e7}.b3-list--files .b3-list-item:not(.b3-list-item--big) .b3-list-item__icon svg,.b3-list--background .b3-list-item:not(.b3-list-item--big) .b3-list-item__icon svg{margin:5px}.b3-list--files .b3-list-item:not(.b3-list-item--big) .b3-list-item__icon::after,.b3-list--background .b3-list-item:not(.b3-list-item--big) .b3-list-item__icon::after{display:none}.b3-list--files .b3-list-item:not(.b3-list-item--big) .b3-list-item__text,.b3-list--background .b3-list-item:not(.b3-list-item--big) .b3-list-item__text{margin-top:1.5px}.b3-list--files .b3-list-item:not(.b3-list-item--big) .b3-list-item__action,.b3-list--background .b3-list-item:not(.b3-list-item--big) .b3-list-item__action{padding:3px;width:18px;height:18px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:4px;border-radius:4px}.b3-list--files .b3-list-item:not(.b3-list-item--big) .b3-list-item__action svg,.b3-list--background .b3-list-item:not(.b3-list-item--big) .b3-list-item__action svg{display:block}.b3-list--files .b3-list-item:not(.b3-list-item--big) .b3-list-item__action:hover,.b3-list--background .b3-list-item:not(.b3-list-item--big) .b3-list-item__action:hover{background-color:#e7e7e7}.b3-list--files .b3-list-item:not(.b3-list-item--big) .b3-list-item__action::after,.b3-list--background .b3-list-item:not(.b3-list-item--big) .b3-list-item__action::after{display:none}.b3-list--files .b3-list-item:not(.b3-list-item--big) .b3-list-item__action+.fn__space,.b3-list--background .b3-list-item:not(.b3-list-item--big) .b3-list-item__action+.fn__space{display:none}.b3-list--files .b3-list-item:not(.b3-list-item--big) .counter::after,.b3-list--background .b3-list-item:not(.b3-list-item--big) .counter::after{display:none}.b3-list--files .b3-list-item:not(.b3-list-item--big)+ul>.b3-list-item,.b3-list--background .b3-list-item:not(.b3-list-item--big)+ul>.b3-list-item{margin-left:24px !important}.b3-list--files .b3-list-item:not(.b3-list-item--big)+ul>.b3-list-item+ul>.b3-list-item,.b3-list--background .b3-list-item:not(.b3-list-item--big)+ul>.b3-list-item+ul>.b3-list-item{margin-left:48px !important}.b3-list--files .b3-list-item:not(.b3-list-item--big)+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item,.b3-list--background .b3-list-item:not(.b3-list-item--big)+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item{margin-left:72px !important}.b3-list--files .b3-list-item:not(.b3-list-item--big)+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item,.b3-list--background .b3-list-item:not(.b3-list-item--big)+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item{margin-left:96px !important}.b3-list--files .b3-list-item:not(.b3-list-item--big)+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item,.b3-list--background .b3-list-item:not(.b3-list-item--big)+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item{margin-left:120px !important}.b3-list--files .b3-list-item:not(.b3-list-item--big)+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item,.b3-list--background .b3-list-item:not(.b3-list-item--big)+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item{margin-left:144px !important}.b3-list--files .b3-list-item:not(.b3-list-item--big)+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item,.b3-list--background .b3-list-item:not(.b3-list-item--big)+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item+ul>.b3-list-item{margin-left:168px !important}.block__popover{-webkit-box-shadow:rgb(0 0 0 / 20%) 0px 0px 1px, rgb(0 0 0 / 20%) 0px 20px 50px;box-shadow:rgb(0 0 0 / 20%) 0px 0px 1px, rgb(0 0 0 / 20%) 0px 20px 50px}.block__popover .block__icons--border{min-height:36px}.block__popover .block__icons--border .block__icon{width:28px;height:28px;padding:0;border-radius:4px;margin:0 6px 0 0;z-index:99}.block__popover .block__icons--border .block__icon:hover{background-color:#f6f6f6}.block__popover .block__icons--border .block__icon.ft__primary:hover{background-color:rgba(0,135,255,0.1)}.block__popover .block__icons--border .block__icon svg{width:14px;height:14px;padding:7px}.block__popover .block__icons--border .block__icon[data-type="pin"] svg{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:-webkit-transform 200ms ease;transition:-webkit-transform 200ms ease;transition:transform 200ms ease;transition:transform 200ms ease, -webkit-transform 200ms ease}.block__popover .block__icons--border .block__icon[data-type="pin"] svg.ft__primary{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform 200ms ease;transition:-webkit-transform 200ms ease;transition:transform 200ms ease;transition:transform 200ms ease, -webkit-transform 200ms ease}.block__popover .block__icons--border .block__icon[data-type="pin"][aria-label="取消钉住"]:hover{background-color:rgba(0,135,255,0.1)}.block__popover .block__icons--border .block__icon[data-type="close"]{width:28px;height:28px;padding:0;border-radius:4px}.block__popover .block__icons--border .block__icon[data-type="close"]:hover{background-color:#f6f6f6}.block__popover .block__icons--border .block__icon[data-type="close"].ft__primary:hover{background-color:rgba(0,135,255,0.1)}.block__popover .block__icons--border .block__icon[data-type="close"] svg{width:12px;height:12px;padding:8px}.block__popover .block__content{min-height:119px}.block__popover .block__content .block__edit{min-height:119px}.block__popover .block__content .block__edit .protyle-content{min-height:74px}.b3-button:not(.b3-button--text):not(.b3-button--cancel):not(.b3-button--outline):hover{background-color:rgba(0,135,255,0.9);-webkit-box-shadow:none;box-shadow:none}.b3-button--outline svg{width:12px;height:12x}.b3-button--outline:hover{background-color:#e6f3ff}.b3-text-filed{border:1px solid #eee !important;border-radius:6px}.b3-text-filed.b3-text-filed--small{height:24px}.b3-text-filed:not(.b3-text-filed--small):not(.b3-text-filed--text){background-color:#f6f6f6}.b3-list-item>.b3-text-filed{background-color:#fff !important}.b3-text-filed:hover,.b3-text-filed:focus{-webkit-box-shadow:none;box-shadow:none;border:1px solid #eee !important}.b3-select{background-color:#f6f6f6}.b3-select:focus{-webkit-box-shadow:none;box-shadow:none}.b3-switch{background-color:#f6f6f6}.b3-label{background-color:#fff}.b3-tooltips::before{border:none}.b3-form__space--small .block__icon{width:28px;height:28px;padding:0;border-radius:4px}.b3-form__space--small .block__icon:hover{background-color:#f6f6f6}.b3-form__space--small .block__icon.ft__primary:hover{background-color:rgba(0,135,255,0.1)}.b3-form__space--small .block__icon svg{width:14px;height:14px;padding:7px}.b3-snackbar .b3-snackbar__content{border-radius:8px !important;-webkit-box-shadow:rgb(0 0 0 / 20%) 0px 0px 1px, rgb(0 0 0 / 10%) 0px 15px 30px !important;box-shadow:rgb(0 0 0 / 20%) 0px 0px 1px, rgb(0 0 0 / 10%) 0px 15px 30px !important}.layout__resize--lr{margin:0 1px}.layout__resize:not(.layout__resize--lr){margin:-7px 0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{border-radius:3px}::-moz-selection{background-color:rgba(45,170,219,0.3)}::selection{background-color:rgba(45,170,219,0.3)}.protyle-background{min-height:108px;margin:0 !important}.protyle-background[style*="30vh"]{border-bottom:36px solid transparent !important}.protyle-background[style*="30vh"] .protyle-icons{top:30vh}.protyle-background[style*="30vh"][style*="40px"]{min-height:30vh !important;border-bottom:72px solid transparent !important}.protyle-background[style*="30vh"][style*="40px"] .protyle-icons{top:calc(30vh + 36px)}.protyle-background[style*="40px"][style*="48px"]{min-height:210px !important;margin:0px !important}.protyle-background[style*="40px"][style*="48px"] .protyle-background__icon{top:96px;margin:0 0 36px 3px}.protyle-background[style*="40px"][style*="48px"] .protyle-icons{top:174px}.protyle-background .protyle-icons{background-color:transparent;margin:8px 0 4px;height:24px;top:72px;left:max(calc((100% - 46.9vw) / 2), 96px);-webkit-transition:opacity 300ms ease-in;transition:opacity 300ms ease-in;opacity:0}.protyle-background .protyle-icons .b3-tooltips{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:28px;border-radius:4px;padding:0 8px 0 6px;color:rgba(53,56,59,0.4);background-color:transparent}.protyle-background .protyle-icons .b3-tooltips:hover{background-color:#f6f6f6}.protyle-background .protyle-icons .b3-tooltips svg{width:14px;height:14px;padding:7px 6px 0 0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.protyle-background .protyle-icons .b3-tooltips::after{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:28px;font-size:14px;line-height:28px;-webkit-transform:none;transform:none;-webkit-transition:none;transition:none;opacity:1;color:rgba(53,56,59,0.4);background-color:transparent;position:static;margin:0;padding:0}.protyle-background .protyle-icons .b3-tooltips input{width:100% !important;font-size:0}.protyle-background .protyle-background__icon{left:max(calc((100% - 46.9vw) / 2), 96px) !important;width:78px;height:78px;font-size:54px;top:calc(30vh - 42px);line-height:78px;text-align:center;border-radius:4px}.protyle-background .protyle-background__icon svg{width:78px;height:78px}.protyle-background .protyle-background__icon:hover{background-color:rgba(231,231,231,0.5)}.protyle-background:hover .protyle-icons{opacity:1}.protyle-title{margin:0 max(calc((100% - 46.9vw) / 2), 96px) !important;max-width:46.9vw}.protyle-title:hover .protyle-title__icon{opacity:0.6}.protyle-title .protyle-title__icon{-webkit-transform:translateX(-6px);transform:translateX(-6px);border-right:6px solid transparent}.protyle-title .protyle-title__icon:hover{opacity:1}.protyle-title .protyle-title__icon::after{right:100%;left:auto}.protyle-title .protyle-title__input{font-weight:700;padding:3px 2px}.protyle-toolbar{padding-left:3px;border-radius:8px;-webkit-box-shadow:rgb(0 0 0 / 15%) 0px 5px 10px, rgb(0 0 0 / 20%) 0px 0px 1px;box-shadow:rgb(0 0 0 / 15%) 0px 5px 10px, rgb(0 0 0 / 20%) 0px 0px 1px;-webkit-transform:translateY(-18px);transform:translateY(-18px)}.protyle-toolbar .protyle-toolbar__item{height:32px;width:34px;margin:3px 3px 3px 0px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:8px;-webkit-transition:-webkit-transform 0.3s ease 0s;transition:-webkit-transform 0.3s ease 0s;transition:transform 0.3s ease 0s;transition:transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;cursor:pointer}.protyle-toolbar .protyle-toolbar__item:hover{background-color:#eee}.protyle-toolbar .protyle-toolbar__item.protyle-toolbar__item--current{background-color:rgba(0,135,255,0.08)}.protyle-toolbar .protyle-toolbar__item.protyle-toolbar__item--current:hover{background-color:rgba(0,135,255,0.16)}.protyle-toolbar .protyle-toolbar__item svg{width:12px;height:12px}.protyle-toolbar .protyle-toolbar__item::after{bottom:110%}.protyle-toolbar .protyle-toolbar__divider{margin:0 3px 0 0;border-color:#f7f7f7}.protyle-util{border-radius:6px}.protyle-util[style*="width"]{width:320px !important}.protyle-util[style*="width"] .b3-form__space--small{display:-webkit-box;display:-ms-flexbox;display:flex;margin:8px 12px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.protyle-util[style*="width"] .b3-form__space--small .fn__flex:first-child{margin-right:12px;-webkit-box-flex:4;-ms-flex:4;flex:4}.protyle-util[style*="width"] .b3-form__space--small .ft__on-surface,.protyle-util[style*="width"] .b3-form__space--small .fn__space{display:none}.protyle-util[style*="width"] .b3-form__space--small .fn__hr{display:none}.protyle-util[style*="width"] .b3-form__space--small .fn__hr+.fn__flex:not(:last-child){display:none}.protyle-util[style*="width"] .b3-form__space--small .fn__flex .fn__flex-1{display:none}.protyle-util[style*="width"] .b3-form__space--small .fn__flex button:hover{background-color:#f6f6f6}.protyle-util .block__icons{border-radius:6px 6px 0 0;padding:0 8px;height:36px}.protyle-util textarea{border-radius:0 0 6px 6px}.protyle-util textarea,.protyle-util textarea:hover,.protyle-util textarea:focus{border:none !important}.protyle-util .b3-list{min-width:240px}.list::before{border-color:#d5d5d5 !important;left:-1px !important}.list .p::before{border-color:#d5d5d5 !important;left:-17px !important}.b3-typography>.li>.protyle-action,.protyle-wysiwyg>.li>.protyle-action{-webkit-transform:translateX(10px);transform:translateX(10px)}.li[fold="1"]>.protyle-action::after{opacity:0.1 !important;background-color:#35383b !important}.li[fold="1"]>.protyle-action:hover::after{opacity:0.3 !important}.protyle-action::after{opacity:0.3 !important}.protyle-action.protyle-action--task::after{border-radius:0px !important}.bq{background-color:transparent !important;border:none !important}.bq.protyle-wysiwyg--hl{background-color:rgba(0,135,255,0.12) !important}.bq .p{padding:0 0 0 18px !important;height:auto;line-height:1.7}.bq .p::before{content:"";display:block;position:absolute;width:4px;height:100%;top:0;bottom:0;left:0px;border-radius:2px;background-color:#1f2225}blockquote{background-color:transparent !important;border:none !important}blockquote p{padding:0 0 0 18px !important;height:auto;line-height:1.7;position:relative}blockquote p::before{content:"";display:block;position:absolute;width:4px;height:100%;top:0;bottom:0;left:0px;border-radius:2px;background-color:#1f2225}.code-block{background-color:#f7f7f7;border-radius:4px;font-family:"HarmonyOS Sans SC", "JetBrains Mono"}.code-block .protyle-icons{left:8px;top:8px;right:6px;background-color:transparent;-webkit-transition:opacity 0.5s ease-out;transition:opacity 0.5s ease-out}.code-block .protyle-icons .protyle-action__language,.code-block .protyle-icons .protyle-action__copy{border-radius:4px;font-size:12px;display:-webkit-box;display:-ms-flexbox;display:flex;color:#35383b}.code-block .protyle-icons .protyle-action__language:hover,.code-block .protyle-icons .protyle-action__copy:hover{background-color:#e7e7e7}.code-block .protyle-icons .protyle-action__language::after,.code-block .protyle-icons .protyle-action__copy::after{content:"";display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:4px}.code-block .protyle-icons .protyle-action__language{text-transform:capitalize;height:20px;padding:0 5px}.code-block .protyle-icons .protyle-action__language::after{content:"";width:10px;height:20px;background-color:rgba(53,56,59,0.7);-webkit-mask:url("src/icons/expand_more_black_18dp.svg") no-repeat center;mask:url("src/icons/expand_more_black_18dp.svg") no-repeat center}.code-block .protyle-icons .protyle-action__copy{position:absolute;top:-2px;right:0;padding:4px 6px;height:17px;background-color:#f0f0f0}.code-block .protyle-icons .protyle-action__copy svg{display:-webkit-box;display:-ms-flexbox;display:flex;width:12px;height:17px;margin-right:4px}.code-block .protyle-icons .protyle-action__copy::before{display:none}.code-block .protyle-icons .protyle-action__copy::after{content:"Copy";font-size:12px;line-height:1.2;height:100%;position:unset;border-radius:0;background-color:transparent;color:#35383b;padding:0;margin:0 auto;opacity:1;-webkit-transition:unset;transition:unset;-webkit-transform:unset;transform:unset}.code-block .protyle-icons .protyle-action__copy:hover{background-color:#f0f0f0}.code-block .protyle-icons .protyle-action__copy:active{background-color:#e7e7e7}.code-block .hljs{background-color:transparent !important;padding:34px 6px 32px 22px !important;font-size:80%;line-height:1.625}.code-block .hljs.protyle-linenumber{padding-left:60px !important}.code-block .protyle-linenumber__rows{font-size:80%;background-color:transparent !important;padding:34px 0px 32px 0px !important}.b3-typography .table table,.b3-typography table,.protyle-wysiwyg .table table,.protyle-wysiwyg table{display:table;width:100%;background-color:#fff;border-radius:3px;border:1.2px solid #d5d5d5 !important;border-collapse:separate}.b3-typography .table table tr,.b3-typography table tr,.protyle-wysiwyg .table table tr,.protyle-wysiwyg table tr{border:none}.b3-typography .table table tr td,.b3-typography table tr td,.protyle-wysiwyg .table table tr td,.protyle-wysiwyg table tr td{border-top:1px solid #d5d5d5}.b3-typography .table table th,.b3-typography table th,.b3-typography .table table td,.b3-typography table td,.protyle-wysiwyg .table table th,.protyle-wysiwyg table th,.protyle-wysiwyg .table table td,.protyle-wysiwyg table td{background-color:#fff;border:none}.b3-typography table th:not(:first-child),.b3-typography table td:not(:first-child),.protyle-wysiwyg table th:not(:first-child),.protyle-wysiwyg table td:not(:first-child){border-left:1px solid #d5d5d5}.b3-typography table th:focus,.b3-typography table td:focus,.protyle-wysiwyg table th:focus,.protyle-wysiwyg table td:focus{border:1px solid rgba(0,135,255,0.54)}.b3-typography .table,.protyle-wysiwyg .table{padding-left:0 !important;padding-right:0 !important}.b3-typography h1,.b3-typography .h1,.protyle-wysiwyg h1,.protyle-wysiwyg .h1{line-height:1.2;white-space:pre-wrap;word-break:break-word;padding-top:5px;padding-bottom:5px;font-size:30px;margin-top:42px;margin-bottom:12px}.b3-typography h1 [spellcheck="false"],.b3-typography .h1 [spellcheck="false"],.protyle-wysiwyg h1 [spellcheck="false"],.protyle-wysiwyg .h1 [spellcheck="false"]{min-height:0}.b3-typography>h1:first-child,.b3-typography>.h1:first-child,.protyle-wysiwyg>h1:first-child,.protyle-wysiwyg>.h1:first-child{margin-top:0}.b3-typography h2,.b3-typography .h2,.protyle-wysiwyg h2,.protyle-wysiwyg .h2{line-height:1.2;white-space:pre-wrap;word-break:break-word;padding-top:5px;padding-bottom:5px;font-size:27.2px;margin-top:38.4px;margin-bottom:10.4px}.b3-typography h2 [spellcheck="false"],.b3-typography .h2 [spellcheck="false"],.protyle-wysiwyg h2 [spellcheck="false"],.protyle-wysiwyg .h2 [spellcheck="false"]{min-height:0}.b3-typography>h2:first-child,.b3-typography>.h2:first-child,.protyle-wysiwyg>h2:first-child,.protyle-wysiwyg>.h2:first-child{margin-top:0}.b3-typography h3,.b3-typography .h3,.protyle-wysiwyg h3,.protyle-wysiwyg .h3{line-height:1.2;white-space:pre-wrap;word-break:break-word;padding-top:5px;padding-bottom:5px;font-size:24.4px;margin-top:34.8px;margin-bottom:8.8px}.b3-typography h3 [spellcheck="false"],.b3-typography .h3 [spellcheck="false"],.protyle-wysiwyg h3 [spellcheck="false"],.protyle-wysiwyg .h3 [spellcheck="false"]{min-height:0}.b3-typography>h3:first-child,.b3-typography>.h3:first-child,.protyle-wysiwyg>h3:first-child,.protyle-wysiwyg>.h3:first-child{margin-top:0}.b3-typography h4,.b3-typography .h4,.protyle-wysiwyg h4,.protyle-wysiwyg .h4{line-height:1.2;white-space:pre-wrap;word-break:break-word;padding-top:5px;padding-bottom:5px;font-size:21.6px;margin-top:31.2px;margin-bottom:7.2px}.b3-typography h4 [spellcheck="false"],.b3-typography .h4 [spellcheck="false"],.protyle-wysiwyg h4 [spellcheck="false"],.protyle-wysiwyg .h4 [spellcheck="false"]{min-height:0}.b3-typography>h4:first-child,.b3-typography>.h4:first-child,.protyle-wysiwyg>h4:first-child,.protyle-wysiwyg>.h4:first-child{margin-top:0}.b3-typography h5,.b3-typography .h5,.protyle-wysiwyg h5,.protyle-wysiwyg .h5{line-height:1.2;white-space:pre-wrap;word-break:break-word;padding-top:5px;padding-bottom:5px;font-size:18.8px;margin-top:27.6px;margin-bottom:5.6px}.b3-typography h5 [spellcheck="false"],.b3-typography .h5 [spellcheck="false"],.protyle-wysiwyg h5 [spellcheck="false"],.protyle-wysiwyg .h5 [spellcheck="false"]{min-height:0}.b3-typography>h5:first-child,.b3-typography>.h5:first-child,.protyle-wysiwyg>h5:first-child,.protyle-wysiwyg>.h5:first-child{margin-top:0}.b3-typography h6,.b3-typography .h6,.protyle-wysiwyg h6,.protyle-wysiwyg .h6{line-height:1.2;white-space:pre-wrap;word-break:break-word;padding-top:5px;padding-bottom:5px;font-size:16px;margin-top:24px;margin-bottom:4px}.b3-typography h6 [spellcheck="false"],.b3-typography .h6 [spellcheck="false"],.protyle-wysiwyg h6 [spellcheck="false"],.protyle-wysiwyg .h6 [spellcheck="false"]{min-height:0}.b3-typography>h6:first-child,.b3-typography>.h6:first-child,.protyle-wysiwyg>h6:first-child,.protyle-wysiwyg>.h6:first-child{margin-top:0}.protyle-title__input--untitled::after{-webkit-text-fill-color:rgba(31,34,37,0.15)}div[data-tip="键入文字或 '/' 选择"]::after{-webkit-text-fill-color:rgba(31,34,37,0.4)}.layout__center{-webkit-transition:width 0.01ms linear !important;transition:width 0.01ms linear !important}.layout__center div[data-type="wnd"]{min-height:10% !important;margin:8px 0}.hr>div{border-color:#eee !important}.protyle-gutters{-webkit-transform:translateX(-6px);transform:translateX(-6px);border-right:6px solid transparent}.protyle-gutters button{opacity:0.6}.protyle-gutters button:hover{opacity:1}.protyle:not(.block__edit) .b3-typography,.protyle:not(.block__edit) .protyle-wysiwyg{padding:16px 96px 235px 96px !important;max-width:46.9vw;margin:0 auto}.b3-typography>div,.protyle-wysiwyg>div{padding-left:10px !important;padding-right:10px !important}.b3-typography div[data-type],.protyle-wysiwyg div[data-type]{border-radius:4px}.protyle:not(.block__edit) .b3-typography{max-width:900px}kbd{font-family:var(--b3-font-family-code) !important;border-color:#d5d5d5 !important;background-color:#f7f7f7 !important}.protyle-attr--refcount{height:22px;width:22px;padding:0;line-height:22px;font-weight:600}div[data-type="NodeBlockQueryEmbed"].render-node{background-color:#f7f7f7 !important;padding:8px 28px 8px 12px !important;border-radius:4px}div[data-type="NodeBlockQueryEmbed"].render-node.protyle-wysiwyg--hl{background-color:rgba(0,135,255,0.12) !important}.katex{font-size:100% !important;font-family:KaTeX_Main, HarmonyOS Sans SC, Times New Roman, serif !important}.protyle-speech{border-color:#eee}.protyle-select{max-width:100vw}.sb[data-sb-layout="col"]>div:not(:first-child):not(.protyle-attr){margin-left:50px !important}