CINXE.COM
帮助中心-维普官网
<!doctype html> <html data-n-head-ssr lang="en" data-n-head="%7B%22lang%22:%7B%22ssr%22:%22en%22%7D%7D"> <head > <title>帮助中心-维普官网</title><meta data-n-head="ssr" charset="utf-8"><meta data-n-head="ssr" name="viewport" content="width=device-width, initial-scale=1"><meta data-n-head="ssr" data-hid="description" name="description" content="维普网 作品发布 论文写作 资料下载 在线发表 期刊杂志 文章下载 作品店铺 作品经纪人 期刊数据库"><meta data-n-head="ssr" data-hid="keywords" name="keywords" content="维普官方网站-国内大型中文期刊文献服务平台,提供各类学术论文、各类范文、中小学课件、教学资料等文献下载。网站主营业务包括论文检测服务、优先出版服务、论文选题下载,在线分享下载等"><meta data-n-head="ssr" data-hid="location" name="location" content="province=重庆市;city=重庆"><meta data-n-head="ssr" name="baidu-site-verification" content=""><link data-n-head="ssr" rel="icon" type="image/x-icon" href="/favicon.ico"><link data-n-head="ssr" rel="stylesheet" href="/css/fontSize.css"><link data-n-head="ssr" rel="stylesheet" href="/css/animate.min.css"><link data-n-head="ssr" rel="stylesheet" href="/element-theme/index.css"><link data-n-head="ssr" rel="stylesheet" href="/css/appCommon.css"><link data-n-head="ssr" rel="stylesheet" href="//at.alicdn.com/t/c/font_3343574_5lj3y9oi49d.css"><link data-n-head="ssr" rel="icon" type="image/x-icon" href="/favicon.ico"><script data-n-head="ssr" src="//at.alicdn.com/t/c/font_3343574_5lj3y9oi49d.js"></script><script data-n-head="ssr" src="https://lf1-cdn-tos.bytegoofy.com/obj/iconpark/icons_15832_265.16fcb57b49bb019267ad17b50603d80a.js"></script><script data-n-head="ssr" src="https://g.alicdn.com/AWSC/AWSC/awsc.js"></script><script data-n-head="ssr" src="https://hm.baidu.com/hm.js?1c945aa1031a2d1265a3b70eb20fa06c" async></script><script data-n-head="ssr" src="https://hm.baidu.com/hm.js?18d48281ea2a34e00ecc554e90c8ed31" async></script><link rel="preload" href="/_nuxt/4401dd3.js" as="script"><link rel="preload" href="/_nuxt/dbc32d8.js" as="script"><link rel="preload" href="/_nuxt/a27c0d7.js" as="script"><link rel="preload" href="/_nuxt/c02798f.js" as="script"><link rel="preload" href="/_nuxt/96d1023.js" as="script"><link rel="preload" href="/_nuxt/34a3510.js" as="script"><style data-vue-ssr-id="50c26e1a:0 70f4beca:0 7f8cd1e4:0 a61b7c94:0 266c3354:0 ec11f194:0 4c7e3d60:0 56f8e706:0 ec50b15c:0 c6baa950:0 bc5d9274:0 08bb9ef1:0 7915b6c5:0 948d9338:0 b9b1ec4a:0">/* ****************尺寸主题************************ */ .app { width: 100%; min-height: 100vh; display: flex; flex-direction: column; background: #F6F7FC; position: relative; color: #172533; } .app-body { width: 100%; min-width: 140rem; min-height: calc(100vh - 6.6rem); position: relative; background: #FAFBFF; color: #172533; font-size: 14px; margin-top: 6.6rem; } .app-width { width: 140rem; min-width: 140rem; } * { /* font-family: 'Microsoft YaHei'; */ box-sizing: border-box; padding: 0; margin: 0; list-style: none; font-family: PingFang SC, Microsoft YaHei, HanHei SC, Helvetica Neue, Open Sans, Arial, Hiragino Sans GB, "\5FAE\8F6F\96C5\9ED1", STHeiti, WenQuanYi Micro Hei, SimSun, sans-serif, HYWenHei-GEW; } /*布局*/ .y-left { display: flex; flex-direction: column; } .marginAuto { margin: 0 auto; } .i-xy-center, .i-yx-center { display: inline-flex; align-items: center; justify-content: center; } .i-yx-center { flex-direction: column; } .xy-center, .yx-center { display: flex; align-items: center; justify-content: center; } .yx-center { flex-direction: column; } .i-xy-between, .i-yx-between { display: inline-flex; align-items: center; justify-content: space-between; } .i-yx-between { flex-direction: column; } .xy-between, .yx-between { display: flex; align-items: center; justify-content: space-between; } .xy-betweens, .yx-betweens { display: flex; align-items: center; justify-content: space-between; } .xy-start, .yx-start { display: flex; justify-content: flex-start; align-items: flex-start; } .yx-start { flex-direction: column; } .flex-wrap { flex-wrap: wrap; } .yx-between { flex-direction: column; } .al-self-start { align-self: flex-start; } .al-self-end { align-self: flex-end; } .jf-start { justify-content: flex-start; } .jf-end { justify-content: flex-end; } .al-start { align-items: flex-start; } .al-end { align-items: flex-end; } .al-str { align-items: stretch; } .jf-str { justify-content: stretch; } .x-start-y-center { display: flex; align-items: center; justify-content: flex-start; } .auto-grow { flex-grow: 1; } .no-shrink { flex-shrink: 0; } .hidden { display: none; } .vis-hidden { visibility: hidden; position: relative; } .vis-hidden::after { content: " "; z-index: 2; position: absolute; width: 100%; height: 100%; left: 0; top: 0; } .disable { cursor: not-allowed; } .nowrap { white-space: nowrap; } .one-wrap { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .two-wrap { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .three-wrap { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } .four-wrap { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; } .five-wrap { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; } .six-wrap { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; } .text-center { text-align: center; } .pointer { cursor: pointer; /* -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -khtml-user-select: none; -o-user-select: none; user-select: none; */ } .wait { cursor: wait; } .no-mouse { cursor: not-allowed; /* pointer-events: none; */ } /* 这个是设置a标签的默认状态去除下划线 */ a { text-decoration: none; } /* 这个是设置a标签的访问过后的状态去除下划线 */ a:visited { text-decoration: none; } /* 这个是设置a标签的鼠标覆盖状态去除下划线 */ a:hover { text-decoration: none; } /* 这个是设置a标签的活跃状态去除下划线 */ a:active { text-decoration: none; } textarea { resize: none !important; } /*其他*/ .f-w-600 { font-weight: 600; } .full-width { width: 100%; } .full-height { height: 100%; } .all-full { width: 100%; height: 100%; } .no-wrap { white-space: nowrap; } .FWNo { font-weight: normal; } .bold { font-weight: bold; } .FW500 { font-weight: 500; } .FW400 { font-weight: 400; } .FW600 { font-weight: 600; } .textRight { text-align: right; } .textCenter { text-align: center; } .textJustify { text-align: justify; } .keep-all { word-break: keep-all } button { outline: none; } img { image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; display: inline-block; } li { list-style: none; } @media only screen and (max-width: 4096px), only screen and (max-device-width: 4096px) { html, body { font-size: 14px; } } @media only screen and (max-width: 3840px), only screen and (max-device-width: 3840px) { html, body { font-size: 14px; } } @media only screen and (max-width: 2560px), only screen and (max-device-width: 2560px) { html, body { font-size: 10px; } } @media only screen and (max-width: 2060px), only screen and (max-device-width: 2060px) { html, body { font-size: 10px; } } @media only screen and (max-width: 1920px), only screen and (max-device-width: 1920px) { html, body { font-size: 10px; } } sup { position: relative; top: -0.4em; vertical-align: initial; } :root{--f-c-root: #274AB5 }.page-enter-active,.page-leave-active{transition:opacity .2s}.page-enter,.page-leave-active{opacity:0}.i-radio .el-radio__input .el-radio__inner{width:16px;height:16px;background:#fff;border-width:1px}.i-radio .el-radio__input .el-radio__inner:after{background-color:var(--f-c-root);width:8px;height:8px;left:3px;top:3px;border-radius:50%;transform:scale(0)}.i-radio .el-radio__input.is-checked .el-radio__inner:after{background-color:var(--f-c-root);transform:scale(1)}.nuxt-progress{background-color:var(--f-c-root) !important}.el-table{font-size:1.4rem;color:#535d71}.el-table .el-table__header th{background:#edf3fb;color:#172533;font-weight:400}.el-table .el-table__row--striped td{background-color:#f9fbff}.el-table .el-table-column--selection .cell{padding-right:1rem}.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell{background-color:#e6f7ff}.el-dialog{padding:3rem 4rem 4rem}.el-dialog .el-dialog__header{padding:0}.el-dialog .el-dialog__header .el-dialog__headerbtn{right:4rem;top:3.2rem}.el-dialog .el-dialog__header .el-dialog__headerbtn .el-icon-close{font-size:2rem;color:#9fa8b9}.el-dialog .el-dialog__header .el-dialog__title{font-size:1.6rem;line-height:1.88rem;font-weight:500}.el-dialog .el-dialog__body{padding:0;padding-top:2.9rem}.vip-radio{width:1.3rem;height:1.3rem;border:.1rem solid #c5c5c5;border-radius:50%;margin-right:.9rem;position:relative}.vip-radio::before{content:"";position:absolute;width:6.5px;display:block;min-width:6.5px;top:2.3px;left:2.3px;height:6.5px;border-radius:25px;background:var(--f-c-root);opacity:0;transition:opacity .3s}.vip-radio-active{border-color:var(--f-c-root)}.vip-radio-active::before{opacity:1}.last-none.el-pagination .el-pager li:nth-last-child(1){display:none !important}.last-block.el-pagination .el-pager li:nth-last-child(1){display:inline-block !important}.seo-hidden{max-width:0 !important;max-height:0 !important;margin:0 !important;padding:0 !important;border:none !important;overflow:hidden !important;display:block !important}.pay-alert{width:50rem;padding:3rem 4rem 4rem 4rem}.pay-alert .el-message-box__content{padding:1rem 3rem}.pay-alert .el-message-box__btns{margin-top:2rem;text-align:center}.pay-alert .pay-alert-confirm{background-color:#274ab5;font-size:14px}.claim-alert{border-radius:0px}.claim-alert .el-message-box__title{font-size:16px}.claim-alert .el-message-box__header{padding:unset}.claim-alert .el-message-box__headerbtn{position:absolute;top:-1rem;right:-0.5rem;padding:0;border:none;outline:0;background:0 0;font-size:24px;cursor:pointer}.claim-alert .el-message-box__content{padding:3rem 6rem}.claim-alert .el-message-box__btns{margin-top:0rem}.claim-alert .el-button--small{border-radius:0rem} /* 文字颜色 */ .f-c-533 { /* 一级文字黑 */ color: #172533; } .f-c-d71 { /* 二级文字*/ color: #535D71; } .f-c-8b9 { /* 三级文字 */ color: #9FA8B9; } .f-c-cf8 { /* 辅助色 */ color: #0F6CF8; } .f-c-4cb { /* iconfont */ color: #C2C4CB; } .f-c-cee { /* border */ color: #E9ECEE; } .f-c-1f4 { color: #ECF1F4; } .f-c-red { color: #D62B2B; } .f-c-89f { color: #56689F; } .f-c-0a4 { color: #8790a4; } .f-c-686 { /* 排名 */ color: #DEA686; } .f-c-fff { color: #fff; } .f-c-root { color: var(--f-c-root); } .f-c-a37 { color: #FC9A37; } /* 背景色 */ .b-c-root { background-color: var(--f-c-root); } .b-c-page { background-color: #F6F7FC; } .b-c-bff { background-color: #F9FBFF; } .b-c-fff { background-color: #ffffff; } .b-c-3ff { background-color: #EBF3FF; } .b-c-cf8 { background-color: #0F6CF8; } .b-c-aff { background-color: #F3FAFF; } .b-c-3eo { background-color: #3973E0; } .b-c-7fc { background-color: #f6f7fc; } .b-c-ab5 { /* 主題色 */ background-color: #274AB5; } .b-c-a37 { background-color: #FC9A37; } /*! * Quill Editor v1.3.7 * https://quilljs.com/ * Copyright (c) 2014, Jason Chen * Copyright (c) 2013, salesforce.com */ .ql-container { box-sizing: border-box; font-family: Helvetica, Arial, sans-serif; font-size: 13px; height: 100%; margin: 0px; position: relative; } .ql-container.ql-disabled .ql-tooltip { visibility: hidden; } .ql-container.ql-disabled .ql-editor ul[data-checked] > li::before { pointer-events: none; } .ql-clipboard { left: -100000px; height: 1px; overflow-y: hidden; position: absolute; top: 50%; } .ql-clipboard p { margin: 0; padding: 0; } .ql-editor { box-sizing: border-box; line-height: 1.42; height: 100%; outline: none; overflow-y: auto; padding: 12px 15px; tab-size: 4; -moz-tab-size: 4; text-align: left; white-space: pre-wrap; word-wrap: break-word; } .ql-editor > * { cursor: text; } .ql-editor p, .ql-editor ol, .ql-editor ul, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 { margin: 0; padding: 0; counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol, .ql-editor ul { padding-left: 1.5em; } .ql-editor ol > li, .ql-editor ul > li { list-style-type: none; } .ql-editor ul > li::before { content: '\2022'; } .ql-editor ul[data-checked=true], .ql-editor ul[data-checked=false] { pointer-events: none; } .ql-editor ul[data-checked=true] > li *, .ql-editor ul[data-checked=false] > li * { pointer-events: all; } .ql-editor ul[data-checked=true] > li::before, .ql-editor ul[data-checked=false] > li::before { color: #777; cursor: pointer; pointer-events: all; } .ql-editor ul[data-checked=true] > li::before { content: '\2611'; } .ql-editor ul[data-checked=false] > li::before { content: '\2610'; } .ql-editor li::before { display: inline-block; white-space: nowrap; width: 1.2em; } .ql-editor li:not(.ql-direction-rtl)::before { margin-left: -1.5em; margin-right: 0.3em; text-align: right; } .ql-editor li.ql-direction-rtl::before { margin-left: 0.3em; margin-right: -1.5em; } .ql-editor ol li:not(.ql-direction-rtl), .ql-editor ul li:not(.ql-direction-rtl) { padding-left: 1.5em; } .ql-editor ol li.ql-direction-rtl, .ql-editor ul li.ql-direction-rtl { padding-right: 1.5em; } .ql-editor ol li { counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; counter-increment: list-0; } .ql-editor ol li:before { content: counter(list-0, decimal) '. '; } .ql-editor ol li.ql-indent-1 { counter-increment: list-1; } .ql-editor ol li.ql-indent-1:before { content: counter(list-1, lower-alpha) '. '; } .ql-editor ol li.ql-indent-1 { counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-2 { counter-increment: list-2; } .ql-editor ol li.ql-indent-2:before { content: counter(list-2, lower-roman) '. '; } .ql-editor ol li.ql-indent-2 { counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-3 { counter-increment: list-3; } .ql-editor ol li.ql-indent-3:before { content: counter(list-3, decimal) '. '; } .ql-editor ol li.ql-indent-3 { counter-reset: list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-4 { counter-increment: list-4; } .ql-editor ol li.ql-indent-4:before { content: counter(list-4, lower-alpha) '. '; } .ql-editor ol li.ql-indent-4 { counter-reset: list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-5 { counter-increment: list-5; } .ql-editor ol li.ql-indent-5:before { content: counter(list-5, lower-roman) '. '; } .ql-editor ol li.ql-indent-5 { counter-reset: list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-6 { counter-increment: list-6; } .ql-editor ol li.ql-indent-6:before { content: counter(list-6, decimal) '. '; } .ql-editor ol li.ql-indent-6 { counter-reset: list-7 list-8 list-9; } .ql-editor ol li.ql-indent-7 { counter-increment: list-7; } .ql-editor ol li.ql-indent-7:before { content: counter(list-7, lower-alpha) '. '; } .ql-editor ol li.ql-indent-7 { counter-reset: list-8 list-9; } .ql-editor ol li.ql-indent-8 { counter-increment: list-8; } .ql-editor ol li.ql-indent-8:before { content: counter(list-8, lower-roman) '. '; } .ql-editor ol li.ql-indent-8 { counter-reset: list-9; } .ql-editor ol li.ql-indent-9 { counter-increment: list-9; } .ql-editor ol li.ql-indent-9:before { content: counter(list-9, decimal) '. '; } .ql-editor .ql-indent-1:not(.ql-direction-rtl) { padding-left: 3em; } .ql-editor li.ql-indent-1:not(.ql-direction-rtl) { padding-left: 4.5em; } .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right { padding-right: 3em; } .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right { padding-right: 4.5em; } .ql-editor .ql-indent-2:not(.ql-direction-rtl) { padding-left: 6em; } .ql-editor li.ql-indent-2:not(.ql-direction-rtl) { padding-left: 7.5em; } .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right { padding-right: 6em; } .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right { padding-right: 7.5em; } .ql-editor .ql-indent-3:not(.ql-direction-rtl) { padding-left: 9em; } .ql-editor li.ql-indent-3:not(.ql-direction-rtl) { padding-left: 10.5em; } .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right { padding-right: 9em; } .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right { padding-right: 10.5em; } .ql-editor .ql-indent-4:not(.ql-direction-rtl) { padding-left: 12em; } .ql-editor li.ql-indent-4:not(.ql-direction-rtl) { padding-left: 13.5em; } .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right { padding-right: 12em; } .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right { padding-right: 13.5em; } .ql-editor .ql-indent-5:not(.ql-direction-rtl) { padding-left: 15em; } .ql-editor li.ql-indent-5:not(.ql-direction-rtl) { padding-left: 16.5em; } .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right { padding-right: 15em; } .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right { padding-right: 16.5em; } .ql-editor .ql-indent-6:not(.ql-direction-rtl) { padding-left: 18em; } .ql-editor li.ql-indent-6:not(.ql-direction-rtl) { padding-left: 19.5em; } .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right { padding-right: 18em; } .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right { padding-right: 19.5em; } .ql-editor .ql-indent-7:not(.ql-direction-rtl) { padding-left: 21em; } .ql-editor li.ql-indent-7:not(.ql-direction-rtl) { padding-left: 22.5em; } .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right { padding-right: 21em; } .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right { padding-right: 22.5em; } .ql-editor .ql-indent-8:not(.ql-direction-rtl) { padding-left: 24em; } .ql-editor li.ql-indent-8:not(.ql-direction-rtl) { padding-left: 25.5em; } .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right { padding-right: 24em; } .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right { padding-right: 25.5em; } .ql-editor .ql-indent-9:not(.ql-direction-rtl) { padding-left: 27em; } .ql-editor li.ql-indent-9:not(.ql-direction-rtl) { padding-left: 28.5em; } .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right { padding-right: 27em; } .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right { padding-right: 28.5em; } .ql-editor .ql-video { display: block; max-width: 100%; } .ql-editor .ql-video.ql-align-center { margin: 0 auto; } .ql-editor .ql-video.ql-align-right { margin: 0 0 0 auto; } .ql-editor .ql-bg-black { background-color: #000; } .ql-editor .ql-bg-red { background-color: #e60000; } .ql-editor .ql-bg-orange { background-color: #f90; } .ql-editor .ql-bg-yellow { background-color: #ff0; } .ql-editor .ql-bg-green { background-color: #008a00; } .ql-editor .ql-bg-blue { background-color: #06c; } .ql-editor .ql-bg-purple { background-color: #93f; } .ql-editor .ql-color-white { color: #fff; } .ql-editor .ql-color-red { color: #e60000; } .ql-editor .ql-color-orange { color: #f90; } .ql-editor .ql-color-yellow { color: #ff0; } .ql-editor .ql-color-green { color: #008a00; } .ql-editor .ql-color-blue { color: #06c; } .ql-editor .ql-color-purple { color: #93f; } .ql-editor .ql-font-serif { font-family: Georgia, Times New Roman, serif; } .ql-editor .ql-font-monospace { font-family: Monaco, Courier New, monospace; } .ql-editor .ql-size-small { font-size: 0.75em; } .ql-editor .ql-size-large { font-size: 1.5em; } .ql-editor .ql-size-huge { font-size: 2.5em; } .ql-editor .ql-direction-rtl { direction: rtl; text-align: inherit; } .ql-editor .ql-align-center { text-align: center; } .ql-editor .ql-align-justify { text-align: justify; } .ql-editor .ql-align-right { text-align: right; } .ql-editor.ql-blank::before { color: rgba(0,0,0,0.6); content: attr(data-placeholder); font-style: italic; left: 15px; pointer-events: none; position: absolute; right: 15px; } .ql-snow.ql-toolbar:after, .ql-snow .ql-toolbar:after { clear: both; content: ''; display: table; } .ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button { background: none; border: none; cursor: pointer; display: inline-block; float: left; height: 24px; padding: 3px 5px; width: 28px; } .ql-snow.ql-toolbar button svg, .ql-snow .ql-toolbar button svg { float: left; height: 100%; } .ql-snow.ql-toolbar button:active:hover, .ql-snow .ql-toolbar button:active:hover { outline: none; } .ql-snow.ql-toolbar input.ql-image[type=file], .ql-snow .ql-toolbar input.ql-image[type=file] { display: none; } .ql-snow.ql-toolbar button:hover, .ql-snow .ql-toolbar button:hover, .ql-snow.ql-toolbar button:focus, .ql-snow .ql-toolbar button:focus, .ql-snow.ql-toolbar button.ql-active, .ql-snow .ql-toolbar button.ql-active, .ql-snow.ql-toolbar .ql-picker-label:hover, .ql-snow .ql-toolbar .ql-picker-label:hover, .ql-snow.ql-toolbar .ql-picker-label.ql-active, .ql-snow .ql-toolbar .ql-picker-label.ql-active, .ql-snow.ql-toolbar .ql-picker-item:hover, .ql-snow .ql-toolbar .ql-picker-item:hover, .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .ql-snow .ql-toolbar .ql-picker-item.ql-selected { color: #06c; } .ql-snow.ql-toolbar button:hover .ql-fill, .ql-snow .ql-toolbar button:hover .ql-fill, .ql-snow.ql-toolbar button:focus .ql-fill, .ql-snow .ql-toolbar button:focus .ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill { fill: #06c; } .ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow .ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button:focus .ql-stroke, .ql-snow .ql-toolbar button:focus .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow .ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-miter, .ql-snow .ql-toolbar button:hover .ql-stroke-miter, .ql-snow.ql-toolbar button:focus .ql-stroke-miter, .ql-snow .ql-toolbar button:focus .ql-stroke-miter, .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { stroke: #06c; } @media (pointer: coarse) { .ql-snow.ql-toolbar button:hover:not(.ql-active), .ql-snow .ql-toolbar button:hover:not(.ql-active) { color: #444; } .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill { fill: #444; } .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter { stroke: #444; } } .ql-snow { box-sizing: border-box; } .ql-snow * { box-sizing: border-box; } .ql-snow .ql-hidden { display: none; } .ql-snow .ql-out-bottom, .ql-snow .ql-out-top { visibility: hidden; } .ql-snow .ql-tooltip { position: absolute; transform: translateY(10px); } .ql-snow .ql-tooltip a { cursor: pointer; text-decoration: none; } .ql-snow .ql-tooltip.ql-flip { transform: translateY(-10px); } .ql-snow .ql-formats { display: inline-block; vertical-align: middle; } .ql-snow .ql-formats:after { clear: both; content: ''; display: table; } .ql-snow .ql-stroke { fill: none; stroke: #444; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; } .ql-snow .ql-stroke-miter { fill: none; stroke: #444; stroke-miterlimit: 10; stroke-width: 2; } .ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill { fill: #444; } .ql-snow .ql-empty { fill: none; } .ql-snow .ql-even { fill-rule: evenodd; } .ql-snow .ql-thin, .ql-snow .ql-stroke.ql-thin { stroke-width: 1; } .ql-snow .ql-transparent { opacity: 0.4; } .ql-snow .ql-direction svg:last-child { display: none; } .ql-snow .ql-direction.ql-active svg:last-child { display: inline; } .ql-snow .ql-direction.ql-active svg:first-child { display: none; } .ql-snow .ql-editor h1 { font-size: 2em; } .ql-snow .ql-editor h2 { font-size: 1.5em; } .ql-snow .ql-editor h3 { font-size: 1.17em; } .ql-snow .ql-editor h4 { font-size: 1em; } .ql-snow .ql-editor h5 { font-size: 0.83em; } .ql-snow .ql-editor h6 { font-size: 0.67em; } .ql-snow .ql-editor a { text-decoration: underline; } .ql-snow .ql-editor blockquote { border-left: 4px solid #ccc; margin-bottom: 5px; margin-top: 5px; padding-left: 16px; } .ql-snow .ql-editor code, .ql-snow .ql-editor pre { background-color: #f0f0f0; border-radius: 3px; } .ql-snow .ql-editor pre { white-space: pre-wrap; margin-bottom: 5px; margin-top: 5px; padding: 5px 10px; } .ql-snow .ql-editor code { font-size: 85%; padding: 2px 4px; } .ql-snow .ql-editor pre.ql-syntax { background-color: #23241f; color: #f8f8f2; overflow: visible; } .ql-snow .ql-editor img { max-width: 100%; } .ql-snow .ql-picker { color: #444; display: inline-block; float: left; font-size: 14px; font-weight: 500; height: 24px; position: relative; vertical-align: middle; } .ql-snow .ql-picker-label { cursor: pointer; display: inline-block; height: 100%; padding-left: 8px; padding-right: 2px; position: relative; width: 100%; } .ql-snow .ql-picker-label::before { display: inline-block; line-height: 22px; } .ql-snow .ql-picker-options { background-color: #fff; display: none; min-width: 100%; padding: 4px 8px; position: absolute; white-space: nowrap; } .ql-snow .ql-picker-options .ql-picker-item { cursor: pointer; display: block; padding-bottom: 5px; padding-top: 5px; } .ql-snow .ql-picker.ql-expanded .ql-picker-label { color: #ccc; z-index: 2; } .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill { fill: #ccc; } .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke { stroke: #ccc; } .ql-snow .ql-picker.ql-expanded .ql-picker-options { display: block; margin-top: -1px; top: 100%; z-index: 1; } .ql-snow .ql-color-picker, .ql-snow .ql-icon-picker { width: 28px; } .ql-snow .ql-color-picker .ql-picker-label, .ql-snow .ql-icon-picker .ql-picker-label { padding: 2px 4px; } .ql-snow .ql-color-picker .ql-picker-label svg, .ql-snow .ql-icon-picker .ql-picker-label svg { right: 4px; } .ql-snow .ql-icon-picker .ql-picker-options { padding: 4px 0px; } .ql-snow .ql-icon-picker .ql-picker-item { height: 24px; width: 24px; padding: 2px 4px; } .ql-snow .ql-color-picker .ql-picker-options { padding: 3px 5px; width: 152px; } .ql-snow .ql-color-picker .ql-picker-item { border: 1px solid transparent; float: left; height: 16px; margin: 2px; padding: 0px; width: 16px; } .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg { position: absolute; margin-top: -9px; right: 0; top: 50%; width: 18px; } .ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before { content: attr(data-label); } .ql-snow .ql-picker.ql-header { width: 98px; } .ql-snow .ql-picker.ql-header .ql-picker-label::before, .ql-snow .ql-picker.ql-header .ql-picker-item::before { content: 'Normal'; } .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before { content: 'Heading 1'; } .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before { content: 'Heading 2'; } .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before { content: 'Heading 3'; } .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before { content: 'Heading 4'; } .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before { content: 'Heading 5'; } .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before { content: 'Heading 6'; } .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before { font-size: 2em; } .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before { font-size: 1.5em; } .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before { font-size: 1.17em; } .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before { font-size: 1em; } .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before { font-size: 0.83em; } .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before { font-size: 0.67em; } .ql-snow .ql-picker.ql-font { width: 108px; } .ql-snow .ql-picker.ql-font .ql-picker-label::before, .ql-snow .ql-picker.ql-font .ql-picker-item::before { content: 'Sans Serif'; } .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before { content: 'Serif'; } .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before { content: 'Monospace'; } .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before { font-family: Georgia, Times New Roman, serif; } .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before { font-family: Monaco, Courier New, monospace; } .ql-snow .ql-picker.ql-size { width: 98px; } .ql-snow .ql-picker.ql-size .ql-picker-label::before, .ql-snow .ql-picker.ql-size .ql-picker-item::before { content: 'Normal'; } .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before { content: 'Small'; } .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before { content: 'Large'; } .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before { content: 'Huge'; } .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before { font-size: 10px; } .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before { font-size: 18px; } .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before { font-size: 32px; } .ql-snow .ql-color-picker.ql-background .ql-picker-item { background-color: #fff; } .ql-snow .ql-color-picker.ql-color .ql-picker-item { background-color: #000; } .ql-toolbar.ql-snow { border: 1px solid #ccc; box-sizing: border-box; font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; padding: 8px; } .ql-toolbar.ql-snow .ql-formats { margin-right: 15px; } .ql-toolbar.ql-snow .ql-picker-label { border: 1px solid transparent; } .ql-toolbar.ql-snow .ql-picker-options { border: 1px solid transparent; box-shadow: rgba(0,0,0,0.2) 0 2px 8px; } .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label { border-color: #ccc; } .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options { border-color: #ccc; } .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected, .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover { border-color: #000; } .ql-toolbar.ql-snow + .ql-container.ql-snow { border-top: 0px; } .ql-snow .ql-tooltip { background-color: #fff; border: 1px solid #ccc; box-shadow: 0px 0px 5px #ddd; color: #444; padding: 5px 12px; white-space: nowrap; } .ql-snow .ql-tooltip::before { content: "Visit URL:"; line-height: 26px; margin-right: 8px; } .ql-snow .ql-tooltip input[type=text] { display: none; border: 1px solid #ccc; font-size: 13px; height: 26px; margin: 0px; padding: 3px 5px; width: 170px; } .ql-snow .ql-tooltip a.ql-preview { display: inline-block; max-width: 200px; overflow-x: hidden; text-overflow: ellipsis; vertical-align: top; } .ql-snow .ql-tooltip a.ql-action::after { border-right: 1px solid #ccc; content: 'Edit'; margin-left: 16px; padding-right: 8px; } .ql-snow .ql-tooltip a.ql-remove::before { content: 'Remove'; margin-left: 8px; } .ql-snow .ql-tooltip a { line-height: 26px; } .ql-snow .ql-tooltip.ql-editing a.ql-preview, .ql-snow .ql-tooltip.ql-editing a.ql-remove { display: none; } .ql-snow .ql-tooltip.ql-editing input[type=text] { display: inline-block; } .ql-snow .ql-tooltip.ql-editing a.ql-action::after { border-right: 0px; content: 'Save'; padding-right: 0px; } .ql-snow .ql-tooltip[data-mode=link]::before { content: "Enter link:"; } .ql-snow .ql-tooltip[data-mode=formula]::before { content: "Enter formula:"; } .ql-snow .ql-tooltip[data-mode=video]::before { content: "Enter video:"; } .ql-snow a { color: #06c; } .ql-container.ql-snow { border: 1px solid #ccc; } /*! * Quill Editor v1.3.7 * https://quilljs.com/ * Copyright (c) 2014, Jason Chen * Copyright (c) 2013, salesforce.com */ .ql-container { box-sizing: border-box; font-family: Helvetica, Arial, sans-serif; font-size: 13px; height: 100%; margin: 0px; position: relative; } .ql-container.ql-disabled .ql-tooltip { visibility: hidden; } .ql-container.ql-disabled .ql-editor ul[data-checked] > li::before { pointer-events: none; } .ql-clipboard { left: -100000px; height: 1px; overflow-y: hidden; position: absolute; top: 50%; } .ql-clipboard p { margin: 0; padding: 0; } .ql-editor { box-sizing: border-box; line-height: 1.42; height: 100%; outline: none; overflow-y: auto; padding: 12px 15px; tab-size: 4; -moz-tab-size: 4; text-align: left; white-space: pre-wrap; word-wrap: break-word; } .ql-editor > * { cursor: text; } .ql-editor p, .ql-editor ol, .ql-editor ul, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 { margin: 0; padding: 0; counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol, .ql-editor ul { padding-left: 1.5em; } .ql-editor ol > li, .ql-editor ul > li { list-style-type: none; } .ql-editor ul > li::before { content: '\2022'; } .ql-editor ul[data-checked=true], .ql-editor ul[data-checked=false] { pointer-events: none; } .ql-editor ul[data-checked=true] > li *, .ql-editor ul[data-checked=false] > li * { pointer-events: all; } .ql-editor ul[data-checked=true] > li::before, .ql-editor ul[data-checked=false] > li::before { color: #777; cursor: pointer; pointer-events: all; } .ql-editor ul[data-checked=true] > li::before { content: '\2611'; } .ql-editor ul[data-checked=false] > li::before { content: '\2610'; } .ql-editor li::before { display: inline-block; white-space: nowrap; width: 1.2em; } .ql-editor li:not(.ql-direction-rtl)::before { margin-left: -1.5em; margin-right: 0.3em; text-align: right; } .ql-editor li.ql-direction-rtl::before { margin-left: 0.3em; margin-right: -1.5em; } .ql-editor ol li:not(.ql-direction-rtl), .ql-editor ul li:not(.ql-direction-rtl) { padding-left: 1.5em; } .ql-editor ol li.ql-direction-rtl, .ql-editor ul li.ql-direction-rtl { padding-right: 1.5em; } .ql-editor ol li { counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; counter-increment: list-0; } .ql-editor ol li:before { content: counter(list-0, decimal) '. '; } .ql-editor ol li.ql-indent-1 { counter-increment: list-1; } .ql-editor ol li.ql-indent-1:before { content: counter(list-1, lower-alpha) '. '; } .ql-editor ol li.ql-indent-1 { counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-2 { counter-increment: list-2; } .ql-editor ol li.ql-indent-2:before { content: counter(list-2, lower-roman) '. '; } .ql-editor ol li.ql-indent-2 { counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-3 { counter-increment: list-3; } .ql-editor ol li.ql-indent-3:before { content: counter(list-3, decimal) '. '; } .ql-editor ol li.ql-indent-3 { counter-reset: list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-4 { counter-increment: list-4; } .ql-editor ol li.ql-indent-4:before { content: counter(list-4, lower-alpha) '. '; } .ql-editor ol li.ql-indent-4 { counter-reset: list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-5 { counter-increment: list-5; } .ql-editor ol li.ql-indent-5:before { content: counter(list-5, lower-roman) '. '; } .ql-editor ol li.ql-indent-5 { counter-reset: list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-6 { counter-increment: list-6; } .ql-editor ol li.ql-indent-6:before { content: counter(list-6, decimal) '. '; } .ql-editor ol li.ql-indent-6 { counter-reset: list-7 list-8 list-9; } .ql-editor ol li.ql-indent-7 { counter-increment: list-7; } .ql-editor ol li.ql-indent-7:before { content: counter(list-7, lower-alpha) '. '; } .ql-editor ol li.ql-indent-7 { counter-reset: list-8 list-9; } .ql-editor ol li.ql-indent-8 { counter-increment: list-8; } .ql-editor ol li.ql-indent-8:before { content: counter(list-8, lower-roman) '. '; } .ql-editor ol li.ql-indent-8 { counter-reset: list-9; } .ql-editor ol li.ql-indent-9 { counter-increment: list-9; } .ql-editor ol li.ql-indent-9:before { content: counter(list-9, decimal) '. '; } .ql-editor .ql-indent-1:not(.ql-direction-rtl) { padding-left: 3em; } .ql-editor li.ql-indent-1:not(.ql-direction-rtl) { padding-left: 4.5em; } .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right { padding-right: 3em; } .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right { padding-right: 4.5em; } .ql-editor .ql-indent-2:not(.ql-direction-rtl) { padding-left: 6em; } .ql-editor li.ql-indent-2:not(.ql-direction-rtl) { padding-left: 7.5em; } .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right { padding-right: 6em; } .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right { padding-right: 7.5em; } .ql-editor .ql-indent-3:not(.ql-direction-rtl) { padding-left: 9em; } .ql-editor li.ql-indent-3:not(.ql-direction-rtl) { padding-left: 10.5em; } .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right { padding-right: 9em; } .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right { padding-right: 10.5em; } .ql-editor .ql-indent-4:not(.ql-direction-rtl) { padding-left: 12em; } .ql-editor li.ql-indent-4:not(.ql-direction-rtl) { padding-left: 13.5em; } .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right { padding-right: 12em; } .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right { padding-right: 13.5em; } .ql-editor .ql-indent-5:not(.ql-direction-rtl) { padding-left: 15em; } .ql-editor li.ql-indent-5:not(.ql-direction-rtl) { padding-left: 16.5em; } .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right { padding-right: 15em; } .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right { padding-right: 16.5em; } .ql-editor .ql-indent-6:not(.ql-direction-rtl) { padding-left: 18em; } .ql-editor li.ql-indent-6:not(.ql-direction-rtl) { padding-left: 19.5em; } .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right { padding-right: 18em; } .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right { padding-right: 19.5em; } .ql-editor .ql-indent-7:not(.ql-direction-rtl) { padding-left: 21em; } .ql-editor li.ql-indent-7:not(.ql-direction-rtl) { padding-left: 22.5em; } .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right { padding-right: 21em; } .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right { padding-right: 22.5em; } .ql-editor .ql-indent-8:not(.ql-direction-rtl) { padding-left: 24em; } .ql-editor li.ql-indent-8:not(.ql-direction-rtl) { padding-left: 25.5em; } .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right { padding-right: 24em; } .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right { padding-right: 25.5em; } .ql-editor .ql-indent-9:not(.ql-direction-rtl) { padding-left: 27em; } .ql-editor li.ql-indent-9:not(.ql-direction-rtl) { padding-left: 28.5em; } .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right { padding-right: 27em; } .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right { padding-right: 28.5em; } .ql-editor .ql-video { display: block; max-width: 100%; } .ql-editor .ql-video.ql-align-center { margin: 0 auto; } .ql-editor .ql-video.ql-align-right { margin: 0 0 0 auto; } .ql-editor .ql-bg-black { background-color: #000; } .ql-editor .ql-bg-red { background-color: #e60000; } .ql-editor .ql-bg-orange { background-color: #f90; } .ql-editor .ql-bg-yellow { background-color: #ff0; } .ql-editor .ql-bg-green { background-color: #008a00; } .ql-editor .ql-bg-blue { background-color: #06c; } .ql-editor .ql-bg-purple { background-color: #93f; } .ql-editor .ql-color-white { color: #fff; } .ql-editor .ql-color-red { color: #e60000; } .ql-editor .ql-color-orange { color: #f90; } .ql-editor .ql-color-yellow { color: #ff0; } .ql-editor .ql-color-green { color: #008a00; } .ql-editor .ql-color-blue { color: #06c; } .ql-editor .ql-color-purple { color: #93f; } .ql-editor .ql-font-serif { font-family: Georgia, Times New Roman, serif; } .ql-editor .ql-font-monospace { font-family: Monaco, Courier New, monospace; } .ql-editor .ql-size-small { font-size: 0.75em; } .ql-editor .ql-size-large { font-size: 1.5em; } .ql-editor .ql-size-huge { font-size: 2.5em; } .ql-editor .ql-direction-rtl { direction: rtl; text-align: inherit; } .ql-editor .ql-align-center { text-align: center; } .ql-editor .ql-align-justify { text-align: justify; } .ql-editor .ql-align-right { text-align: right; } .ql-editor.ql-blank::before { color: rgba(0,0,0,0.6); content: attr(data-placeholder); font-style: italic; left: 15px; pointer-events: none; position: absolute; right: 15px; } .ql-bubble.ql-toolbar:after, .ql-bubble .ql-toolbar:after { clear: both; content: ''; display: table; } .ql-bubble.ql-toolbar button, .ql-bubble .ql-toolbar button { background: none; border: none; cursor: pointer; display: inline-block; float: left; height: 24px; padding: 3px 5px; width: 28px; } .ql-bubble.ql-toolbar button svg, .ql-bubble .ql-toolbar button svg { float: left; height: 100%; } .ql-bubble.ql-toolbar button:active:hover, .ql-bubble .ql-toolbar button:active:hover { outline: none; } .ql-bubble.ql-toolbar input.ql-image[type=file], .ql-bubble .ql-toolbar input.ql-image[type=file] { display: none; } .ql-bubble.ql-toolbar button:hover, .ql-bubble .ql-toolbar button:hover, .ql-bubble.ql-toolbar button:focus, .ql-bubble .ql-toolbar button:focus, .ql-bubble.ql-toolbar button.ql-active, .ql-bubble .ql-toolbar button.ql-active, .ql-bubble.ql-toolbar .ql-picker-label:hover, .ql-bubble .ql-toolbar .ql-picker-label:hover, .ql-bubble.ql-toolbar .ql-picker-label.ql-active, .ql-bubble .ql-toolbar .ql-picker-label.ql-active, .ql-bubble.ql-toolbar .ql-picker-item:hover, .ql-bubble .ql-toolbar .ql-picker-item:hover, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected { color: #fff; } .ql-bubble.ql-toolbar button:hover .ql-fill, .ql-bubble .ql-toolbar button:hover .ql-fill, .ql-bubble.ql-toolbar button:focus .ql-fill, .ql-bubble .ql-toolbar button:focus .ql-fill, .ql-bubble.ql-toolbar button.ql-active .ql-fill, .ql-bubble .ql-toolbar button.ql-active .ql-fill, .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill, .ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill { fill: #fff; } .ql-bubble.ql-toolbar button:hover .ql-stroke, .ql-bubble .ql-toolbar button:hover .ql-stroke, .ql-bubble.ql-toolbar button:focus .ql-stroke, .ql-bubble .ql-toolbar button:focus .ql-stroke, .ql-bubble.ql-toolbar button.ql-active .ql-stroke, .ql-bubble .ql-toolbar button.ql-active .ql-stroke, .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-bubble.ql-toolbar button:hover .ql-stroke-miter, .ql-bubble .ql-toolbar button:hover .ql-stroke-miter, .ql-bubble.ql-toolbar button:focus .ql-stroke-miter, .ql-bubble .ql-toolbar button:focus .ql-stroke-miter, .ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter, .ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter, .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { stroke: #fff; } @media (pointer: coarse) { .ql-bubble.ql-toolbar button:hover:not(.ql-active), .ql-bubble .ql-toolbar button:hover:not(.ql-active) { color: #ccc; } .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill, .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill { fill: #ccc; } .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter, .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter { stroke: #ccc; } } .ql-bubble { box-sizing: border-box; } .ql-bubble * { box-sizing: border-box; } .ql-bubble .ql-hidden { display: none; } .ql-bubble .ql-out-bottom, .ql-bubble .ql-out-top { visibility: hidden; } .ql-bubble .ql-tooltip { position: absolute; transform: translateY(10px); } .ql-bubble .ql-tooltip a { cursor: pointer; text-decoration: none; } .ql-bubble .ql-tooltip.ql-flip { transform: translateY(-10px); } .ql-bubble .ql-formats { display: inline-block; vertical-align: middle; } .ql-bubble .ql-formats:after { clear: both; content: ''; display: table; } .ql-bubble .ql-stroke { fill: none; stroke: #ccc; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; } .ql-bubble .ql-stroke-miter { fill: none; stroke: #ccc; stroke-miterlimit: 10; stroke-width: 2; } .ql-bubble .ql-fill, .ql-bubble .ql-stroke.ql-fill { fill: #ccc; } .ql-bubble .ql-empty { fill: none; } .ql-bubble .ql-even { fill-rule: evenodd; } .ql-bubble .ql-thin, .ql-bubble .ql-stroke.ql-thin { stroke-width: 1; } .ql-bubble .ql-transparent { opacity: 0.4; } .ql-bubble .ql-direction svg:last-child { display: none; } .ql-bubble .ql-direction.ql-active svg:last-child { display: inline; } .ql-bubble .ql-direction.ql-active svg:first-child { display: none; } .ql-bubble .ql-editor h1 { font-size: 2em; } .ql-bubble .ql-editor h2 { font-size: 1.5em; } .ql-bubble .ql-editor h3 { font-size: 1.17em; } .ql-bubble .ql-editor h4 { font-size: 1em; } .ql-bubble .ql-editor h5 { font-size: 0.83em; } .ql-bubble .ql-editor h6 { font-size: 0.67em; } .ql-bubble .ql-editor a { text-decoration: underline; } .ql-bubble .ql-editor blockquote { border-left: 4px solid #ccc; margin-bottom: 5px; margin-top: 5px; padding-left: 16px; } .ql-bubble .ql-editor code, .ql-bubble .ql-editor pre { background-color: #f0f0f0; border-radius: 3px; } .ql-bubble .ql-editor pre { white-space: pre-wrap; margin-bottom: 5px; margin-top: 5px; padding: 5px 10px; } .ql-bubble .ql-editor code { font-size: 85%; padding: 2px 4px; } .ql-bubble .ql-editor pre.ql-syntax { background-color: #23241f; color: #f8f8f2; overflow: visible; } .ql-bubble .ql-editor img { max-width: 100%; } .ql-bubble .ql-picker { color: #ccc; display: inline-block; float: left; font-size: 14px; font-weight: 500; height: 24px; position: relative; vertical-align: middle; } .ql-bubble .ql-picker-label { cursor: pointer; display: inline-block; height: 100%; padding-left: 8px; padding-right: 2px; position: relative; width: 100%; } .ql-bubble .ql-picker-label::before { display: inline-block; line-height: 22px; } .ql-bubble .ql-picker-options { background-color: #444; display: none; min-width: 100%; padding: 4px 8px; position: absolute; white-space: nowrap; } .ql-bubble .ql-picker-options .ql-picker-item { cursor: pointer; display: block; padding-bottom: 5px; padding-top: 5px; } .ql-bubble .ql-picker.ql-expanded .ql-picker-label { color: #777; z-index: 2; } .ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill { fill: #777; } .ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke { stroke: #777; } .ql-bubble .ql-picker.ql-expanded .ql-picker-options { display: block; margin-top: -1px; top: 100%; z-index: 1; } .ql-bubble .ql-color-picker, .ql-bubble .ql-icon-picker { width: 28px; } .ql-bubble .ql-color-picker .ql-picker-label, .ql-bubble .ql-icon-picker .ql-picker-label { padding: 2px 4px; } .ql-bubble .ql-color-picker .ql-picker-label svg, .ql-bubble .ql-icon-picker .ql-picker-label svg { right: 4px; } .ql-bubble .ql-icon-picker .ql-picker-options { padding: 4px 0px; } .ql-bubble .ql-icon-picker .ql-picker-item { height: 24px; width: 24px; padding: 2px 4px; } .ql-bubble .ql-color-picker .ql-picker-options { padding: 3px 5px; width: 152px; } .ql-bubble .ql-color-picker .ql-picker-item { border: 1px solid transparent; float: left; height: 16px; margin: 2px; padding: 0px; width: 16px; } .ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg { position: absolute; margin-top: -9px; right: 0; top: 50%; width: 18px; } .ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before, .ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before, .ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before, .ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before, .ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before { content: attr(data-label); } .ql-bubble .ql-picker.ql-header { width: 98px; } .ql-bubble .ql-picker.ql-header .ql-picker-label::before, .ql-bubble .ql-picker.ql-header .ql-picker-item::before { content: 'Normal'; } .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before { content: 'Heading 1'; } .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before { content: 'Heading 2'; } .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before { content: 'Heading 3'; } .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before { content: 'Heading 4'; } .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before { content: 'Heading 5'; } .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before { content: 'Heading 6'; } .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before { font-size: 2em; } .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before { font-size: 1.5em; } .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before { font-size: 1.17em; } .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before { font-size: 1em; } .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before { font-size: 0.83em; } .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before { font-size: 0.67em; } .ql-bubble .ql-picker.ql-font { width: 108px; } .ql-bubble .ql-picker.ql-font .ql-picker-label::before, .ql-bubble .ql-picker.ql-font .ql-picker-item::before { content: 'Sans Serif'; } .ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before, .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before { content: 'Serif'; } .ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before, .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before { content: 'Monospace'; } .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before { font-family: Georgia, Times New Roman, serif; } .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before { font-family: Monaco, Courier New, monospace; } .ql-bubble .ql-picker.ql-size { width: 98px; } .ql-bubble .ql-picker.ql-size .ql-picker-label::before, .ql-bubble .ql-picker.ql-size .ql-picker-item::before { content: 'Normal'; } .ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before, .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before { content: 'Small'; } .ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before, .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before { content: 'Large'; } .ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before, .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before { content: 'Huge'; } .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before { font-size: 10px; } .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before { font-size: 18px; } .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before { font-size: 32px; } .ql-bubble .ql-color-picker.ql-background .ql-picker-item { background-color: #fff; } .ql-bubble .ql-color-picker.ql-color .ql-picker-item { background-color: #000; } .ql-bubble .ql-toolbar .ql-formats { margin: 8px 12px 8px 0px; } .ql-bubble .ql-toolbar .ql-formats:first-child { margin-left: 12px; } .ql-bubble .ql-color-picker svg { margin: 1px; } .ql-bubble .ql-color-picker .ql-picker-item.ql-selected, .ql-bubble .ql-color-picker .ql-picker-item:hover { border-color: #fff; } .ql-bubble .ql-tooltip { background-color: #444; border-radius: 25px; color: #fff; } .ql-bubble .ql-tooltip-arrow { border-left: 6px solid transparent; border-right: 6px solid transparent; content: " "; display: block; left: 50%; margin-left: -6px; position: absolute; } .ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow { border-bottom: 6px solid #444; top: -6px; } .ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow { border-top: 6px solid #444; bottom: -6px; } .ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor { display: block; } .ql-bubble .ql-tooltip.ql-editing .ql-formats { visibility: hidden; } .ql-bubble .ql-tooltip-editor { display: none; } .ql-bubble .ql-tooltip-editor input[type=text] { background: transparent; border: none; color: #fff; font-size: 13px; height: 100%; outline: none; padding: 10px 20px; position: absolute; width: 100%; } .ql-bubble .ql-tooltip-editor a { top: 10px; position: absolute; right: 20px; } .ql-bubble .ql-tooltip-editor a:before { color: #ccc; content: "\D7"; font-size: 16px; font-weight: bold; } .ql-container.ql-bubble:not(.ql-disabled) a { position: relative; white-space: nowrap; } .ql-container.ql-bubble:not(.ql-disabled) a::before { background-color: #444; border-radius: 15px; top: -5px; font-size: 12px; color: #fff; content: attr(href); font-weight: normal; overflow: hidden; padding: 5px 15px; text-decoration: none; z-index: 1; } .ql-container.ql-bubble:not(.ql-disabled) a::after { border-top: 6px solid #444; border-left: 6px solid transparent; border-right: 6px solid transparent; top: 0; content: " "; height: 0; width: 0; } .ql-container.ql-bubble:not(.ql-disabled) a::before, .ql-container.ql-bubble:not(.ql-disabled) a::after { left: 0; margin-left: 50%; position: absolute; transform: translate(-50%, -100%); transition: visibility 0s ease 200ms; visibility: hidden; } .ql-container.ql-bubble:not(.ql-disabled) a:hover::before, .ql-container.ql-bubble:not(.ql-disabled) a:hover::after { visibility: visible; } /*! * Quill Editor v1.3.7 * https://quilljs.com/ * Copyright (c) 2014, Jason Chen * Copyright (c) 2013, salesforce.com */ .ql-container { box-sizing: border-box; font-family: Helvetica, Arial, sans-serif; font-size: 13px; height: 100%; margin: 0px; position: relative; } .ql-container.ql-disabled .ql-tooltip { visibility: hidden; } .ql-container.ql-disabled .ql-editor ul[data-checked] > li::before { pointer-events: none; } .ql-clipboard { left: -100000px; height: 1px; overflow-y: hidden; position: absolute; top: 50%; } .ql-clipboard p { margin: 0; padding: 0; } .ql-editor { box-sizing: border-box; line-height: 1.42; height: 100%; outline: none; overflow-y: auto; padding: 12px 15px; tab-size: 4; -moz-tab-size: 4; text-align: left; white-space: pre-wrap; word-wrap: break-word; } .ql-editor > * { cursor: text; } .ql-editor p, .ql-editor ol, .ql-editor ul, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 { margin: 0; padding: 0; counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol, .ql-editor ul { padding-left: 1.5em; } .ql-editor ol > li, .ql-editor ul > li { list-style-type: none; } .ql-editor ul > li::before { content: '\2022'; } .ql-editor ul[data-checked=true], .ql-editor ul[data-checked=false] { pointer-events: none; } .ql-editor ul[data-checked=true] > li *, .ql-editor ul[data-checked=false] > li * { pointer-events: all; } .ql-editor ul[data-checked=true] > li::before, .ql-editor ul[data-checked=false] > li::before { color: #777; cursor: pointer; pointer-events: all; } .ql-editor ul[data-checked=true] > li::before { content: '\2611'; } .ql-editor ul[data-checked=false] > li::before { content: '\2610'; } .ql-editor li::before { display: inline-block; white-space: nowrap; width: 1.2em; } .ql-editor li:not(.ql-direction-rtl)::before { margin-left: -1.5em; margin-right: 0.3em; text-align: right; } .ql-editor li.ql-direction-rtl::before { margin-left: 0.3em; margin-right: -1.5em; } .ql-editor ol li:not(.ql-direction-rtl), .ql-editor ul li:not(.ql-direction-rtl) { padding-left: 1.5em; } .ql-editor ol li.ql-direction-rtl, .ql-editor ul li.ql-direction-rtl { padding-right: 1.5em; } .ql-editor ol li { counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; counter-increment: list-0; } .ql-editor ol li:before { content: counter(list-0, decimal) '. '; } .ql-editor ol li.ql-indent-1 { counter-increment: list-1; } .ql-editor ol li.ql-indent-1:before { content: counter(list-1, lower-alpha) '. '; } .ql-editor ol li.ql-indent-1 { counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-2 { counter-increment: list-2; } .ql-editor ol li.ql-indent-2:before { content: counter(list-2, lower-roman) '. '; } .ql-editor ol li.ql-indent-2 { counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-3 { counter-increment: list-3; } .ql-editor ol li.ql-indent-3:before { content: counter(list-3, decimal) '. '; } .ql-editor ol li.ql-indent-3 { counter-reset: list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-4 { counter-increment: list-4; } .ql-editor ol li.ql-indent-4:before { content: counter(list-4, lower-alpha) '. '; } .ql-editor ol li.ql-indent-4 { counter-reset: list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-5 { counter-increment: list-5; } .ql-editor ol li.ql-indent-5:before { content: counter(list-5, lower-roman) '. '; } .ql-editor ol li.ql-indent-5 { counter-reset: list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-6 { counter-increment: list-6; } .ql-editor ol li.ql-indent-6:before { content: counter(list-6, decimal) '. '; } .ql-editor ol li.ql-indent-6 { counter-reset: list-7 list-8 list-9; } .ql-editor ol li.ql-indent-7 { counter-increment: list-7; } .ql-editor ol li.ql-indent-7:before { content: counter(list-7, lower-alpha) '. '; } .ql-editor ol li.ql-indent-7 { counter-reset: list-8 list-9; } .ql-editor ol li.ql-indent-8 { counter-increment: list-8; } .ql-editor ol li.ql-indent-8:before { content: counter(list-8, lower-roman) '. '; } .ql-editor ol li.ql-indent-8 { counter-reset: list-9; } .ql-editor ol li.ql-indent-9 { counter-increment: list-9; } .ql-editor ol li.ql-indent-9:before { content: counter(list-9, decimal) '. '; } .ql-editor .ql-indent-1:not(.ql-direction-rtl) { padding-left: 3em; } .ql-editor li.ql-indent-1:not(.ql-direction-rtl) { padding-left: 4.5em; } .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right { padding-right: 3em; } .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right { padding-right: 4.5em; } .ql-editor .ql-indent-2:not(.ql-direction-rtl) { padding-left: 6em; } .ql-editor li.ql-indent-2:not(.ql-direction-rtl) { padding-left: 7.5em; } .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right { padding-right: 6em; } .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right { padding-right: 7.5em; } .ql-editor .ql-indent-3:not(.ql-direction-rtl) { padding-left: 9em; } .ql-editor li.ql-indent-3:not(.ql-direction-rtl) { padding-left: 10.5em; } .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right { padding-right: 9em; } .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right { padding-right: 10.5em; } .ql-editor .ql-indent-4:not(.ql-direction-rtl) { padding-left: 12em; } .ql-editor li.ql-indent-4:not(.ql-direction-rtl) { padding-left: 13.5em; } .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right { padding-right: 12em; } .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right { padding-right: 13.5em; } .ql-editor .ql-indent-5:not(.ql-direction-rtl) { padding-left: 15em; } .ql-editor li.ql-indent-5:not(.ql-direction-rtl) { padding-left: 16.5em; } .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right { padding-right: 15em; } .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right { padding-right: 16.5em; } .ql-editor .ql-indent-6:not(.ql-direction-rtl) { padding-left: 18em; } .ql-editor li.ql-indent-6:not(.ql-direction-rtl) { padding-left: 19.5em; } .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right { padding-right: 18em; } .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right { padding-right: 19.5em; } .ql-editor .ql-indent-7:not(.ql-direction-rtl) { padding-left: 21em; } .ql-editor li.ql-indent-7:not(.ql-direction-rtl) { padding-left: 22.5em; } .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right { padding-right: 21em; } .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right { padding-right: 22.5em; } .ql-editor .ql-indent-8:not(.ql-direction-rtl) { padding-left: 24em; } .ql-editor li.ql-indent-8:not(.ql-direction-rtl) { padding-left: 25.5em; } .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right { padding-right: 24em; } .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right { padding-right: 25.5em; } .ql-editor .ql-indent-9:not(.ql-direction-rtl) { padding-left: 27em; } .ql-editor li.ql-indent-9:not(.ql-direction-rtl) { padding-left: 28.5em; } .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right { padding-right: 27em; } .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right { padding-right: 28.5em; } .ql-editor .ql-video { display: block; max-width: 100%; } .ql-editor .ql-video.ql-align-center { margin: 0 auto; } .ql-editor .ql-video.ql-align-right { margin: 0 0 0 auto; } .ql-editor .ql-bg-black { background-color: #000; } .ql-editor .ql-bg-red { background-color: #e60000; } .ql-editor .ql-bg-orange { background-color: #f90; } .ql-editor .ql-bg-yellow { background-color: #ff0; } .ql-editor .ql-bg-green { background-color: #008a00; } .ql-editor .ql-bg-blue { background-color: #06c; } .ql-editor .ql-bg-purple { background-color: #93f; } .ql-editor .ql-color-white { color: #fff; } .ql-editor .ql-color-red { color: #e60000; } .ql-editor .ql-color-orange { color: #f90; } .ql-editor .ql-color-yellow { color: #ff0; } .ql-editor .ql-color-green { color: #008a00; } .ql-editor .ql-color-blue { color: #06c; } .ql-editor .ql-color-purple { color: #93f; } .ql-editor .ql-font-serif { font-family: Georgia, Times New Roman, serif; } .ql-editor .ql-font-monospace { font-family: Monaco, Courier New, monospace; } .ql-editor .ql-size-small { font-size: 0.75em; } .ql-editor .ql-size-large { font-size: 1.5em; } .ql-editor .ql-size-huge { font-size: 2.5em; } .ql-editor .ql-direction-rtl { direction: rtl; text-align: inherit; } .ql-editor .ql-align-center { text-align: center; } .ql-editor .ql-align-justify { text-align: justify; } .ql-editor .ql-align-right { text-align: right; } .ql-editor.ql-blank::before { color: rgba(0,0,0,0.6); content: attr(data-placeholder); font-style: italic; left: 15px; pointer-events: none; position: absolute; right: 15px; } .nuxt-progress { position: fixed; top: 0px; left: 0px; right: 0px; height: 2px; width: 0%; opacity: 1; transition: width 0.1s, opacity 0.4s; background-color: black; z-index: 999999; } .nuxt-progress.nuxt-progress-notransition { transition: none; } .nuxt-progress-failed { background-color: red; } .empty-app[data-v-0909ff08]{font-size:14px;color:#172533}.s-btn[data-v-0909ff08]{border-radius:0rem;margin:0 1.4rem}[data-v-0909ff08] .account-migration{width:63rem} .h-details[data-v-ec050714]{margin-top:12.6rem;background:linear-gradient(to right, #f6f7fc, #f6f7fc, #ffffff) !important}.h-details .content[data-v-ec050714] .left{width:21.8rem;min-height:4.6rem;margin-top:2.6rem;position:sticky;top:15.2rem}.h-details .content[data-v-ec050714] .left li{width:21.8rem;line-height:1.88rem;padding:1.2rem 2.2rem 1.2rem;font-weight:500;color:#2c3a56;font-size:1.6rem}.h-details .content[data-v-ec050714] .right{min-height:100rem;background:#fff;padding:3.3rem 4.7rem;border-left:1px solid #ecf1f4}.h-details .content[data-v-ec050714] .right .r-top{border-bottom:.1rem solid #ecf1f4;margin-bottom:2.4rem}.h-details .content[data-v-ec050714] .right .r-top .title{font-size:2.4rem;font-weight:600;color:#2c3a56;line-height:2.81rem;letter-spacing:1px}.h-details .content[data-v-ec050714] .right .r-top .time{font-size:1.2rem;font-weight:400;color:#535d71;line-height:1.41rem;margin:.6rem 0 1.6rem} .hc-head[data-v-08335c20]{position:fixed;z-index:1;top:0;left:0}.hc-head .head[data-v-08335c20]{height:6.6rem;box-shadow:0rem .4rem .4rem 0rem rgba(0,0,0,.02);padding:0 3.4rem}.hc-head .head .app-width[data-v-08335c20]{width:100%}.hc-head .head .menu-deliver[data-v-08335c20]{margin:0 1.2rem;width:1px;height:3.5rem;background:#e0e0e0}.hc-head .head .vip[data-v-08335c20]{width:8.7rem;margin-bottom:.4rem}.hc-head .head .head-section[data-v-08335c20]{display:flex}.hc-head .head .head-section .login-btn-section[data-v-08335c20]{margin-top:1rem}.hc-head .head .head-input[data-v-08335c20]{width:16.7rem;height:6.6rem;box-shadow:0rem 0rem .6rem 0rem rgba(0,0,0,.09);transition:width 300ms;padding-right:1.5rem;margin-right:1.5rem}.hc-head .head .head-input[data-v-08335c20] .el-input{margin-right:1rem}.hc-head .head .head-input[data-v-08335c20] .el-input input{border:none}.hc-head .top-line[data-v-08335c20]{height:6rem;background:#1f2135}.hc-head .top-line .select[data-v-08335c20]{width:21.8rem;height:3.4rem;padding:1rem;position:relative}.hc-head .top-line .select .up[data-v-08335c20],.hc-head .top-line .select .down[data-v-08335c20]{transition:all 300ms}.hc-head .top-line .select .up[data-v-08335c20]{transform:rotate(180deg)}.hc-head .top-line .select .down[data-v-08335c20]{transform:rotate(0deg)}.hc-head .top-line .select .select-menu[data-v-08335c20]{position:absolute;width:62.4rem;min-height:40.7rem;background:#fff;box-shadow:0rem .4rem 2rem 0rem rgba(46,61,82,.11);padding:2rem 3.4rem;top:4.7rem;left:0;z-index:1}.hc-head .top-line .select .select-menu .m-tp-list[data-v-08335c20]{width:16.1rem}.hc-head .top-line .select .select-menu .m-tp-list .type[data-v-08335c20]{padding-bottom:1.5rem;border-bottom:1px solid #e8ebf0;margin-bottom:1.4rem}.hc-head .top-line .select .select-menu .m-tp-list li[data-v-08335c20]{color:#2c3a56;line-height:2.5rem}.hc-head .top-line .select .select-menu .m-tp-list li[data-v-08335c20]:hover{color:#0f6cf8}.hc-head .top-line .select .select-menu .m-tp-list li+li[data-v-08335c20]{margin-top:1.2rem}.hc-head .top-line .select .select-menu .m-tp-list+.m-tp-list[data-v-08335c20]{margin-left:3.7rem}.hc-head .top-line .navs[data-v-08335c20]{margin-left:4.4rem}.hc-head .top-line .navs .n-item[data-v-08335c20]{height:6rem;padding:1.9rem;position:relative} a { color: #333; } .certificateCSS[data-v-4ffdf0d8]{position:relative;display:inline-block;height:3.8rem}.certificateCSS .certifiCatePostion[data-v-4ffdf0d8]{width:100%;height:100%;position:absolute;top:0;left:0}.footer-css[data-v-4ffdf0d8]{display:flex;width:100%;justify-content:center;margin-bottom:10px}.footer-title[data-v-4ffdf0d8]{font-size:18px;font-weight:bold;color:#172533;margin-bottom:1.5rem}.link_item[data-v-4ffdf0d8]{font-size:14px}.link_item[data-v-4ffdf0d8]:hover{color:#274ab5}.footer[data-v-4ffdf0d8]{z-index:1;width:100%;min-width:140rem;min-height:30.8rem;border-top:1px solid #f2f5f8}.footer .main[data-v-4ffdf0d8]{margin-top:25px;display:flex;flex-direction:column;justify-content:space-between}.footer .bottom-title[data-v-4ffdf0d8]{height:5.5rem;line-height:5.5rem;text-align:center;width:100%} .archivalInformation[data-v-4b88fe38]{display:inline-block;text-decoration:none;height:20px;line-height:20px}.footerv[data-v-4b88fe38]{width:100%;font-size:14px;min-width:140rem;padding:2.4rem 0;border-top:1px solid #f2f5f8}.footerv *[data-v-4b88fe38]{color:#8a98a9 !important}.footerv a[data-v-4b88fe38]{color:var(--f-c-root) !important}.footerv .center[data-v-4b88fe38]{margin:6px 0}.footerv .main[data-v-4b88fe38]{margin-top:6.2rem;display:flex;flex-direction:column;justify-content:space-between;border-bottom:1px solid #f1f5fa}.footerv .bottom-title[data-v-4b88fe38]{height:5.5rem;line-height:5.5rem;text-align:center;width:100%}.bottom-svg[data-v-4b88fe38]{width:100%;height:100%;position:absolute;top:0;left:0}.a_bottom[data-v-4b88fe38]{position:relative;display:inline-block;height:38px} .tips_text[data-v-fc887c5e]{font-family:PingFang SC,PingFang SC;font-weight:400;font-size:13px;color:#535d71;display:block;line-height:14px;width:40px;height:40px;text-align:center;align-content:center}.broad-side[data-v-fc887c5e]{position:fixed;z-index:998;box-shadow:0rem .1rem 1rem 0rem rgba(0,0,0,.1);border-radius:.2rem .2rem .2rem .2rem;right:2rem;bottom:4rem;padding:.5rem;background:#fff}.broad-side .s-btn[data-v-fc887c5e]{width:4rem;height:4rem;cursor:pointer}.broad-side .deliver[data-v-fc887c5e]{margin-bottom:1rem;position:relative}.broad-side .deliver[data-v-fc887c5e]::before{content:"";position:absolute;width:2.8rem;height:1px;background:#e7eef5;bottom:-5px;left:5px}.broad-side .deliver-no-before[data-v-fc887c5e]{margin-bottom:0}.broad-side .deliver-no-before[data-v-fc887c5e]::before{display:none}.broad-side i[data-v-fc887c5e]{font-size:3rem}.broad-side .zhi-ding[data-v-fc887c5e]{line-height:5rem;width:5rem;height:5rem;background:rgba(0,0,0,.5)}.feed-dialog .upload-form[data-v-fc887c5e] .your-que textarea{width:52.9rem;height:16.1rem !important}.feed-dialog .upload-form[data-v-fc887c5e] .el-upload--picture-card,.feed-dialog .upload-form[data-v-fc887c5e] .el-upload-list__item{width:6rem;height:6rem;line-height:6rem}.feed-dialog .upload-form[data-v-fc887c5e] .el-upload--picture-card .el-icon-plus,.feed-dialog .upload-form[data-v-fc887c5e] .el-upload-list__item .el-icon-plus{font-size:1.2rem}.feed-dialog .upload-form[data-v-fc887c5e] .el-upload-list__item-status-label{display:none}.feed-dialog .upload-form[data-v-fc887c5e] .connect{margin-top:1rem;width:52.9rem}.feed-dialog .upload-form[data-v-fc887c5e] .connect input{height:4rem}.feed-dialog .close-btn[data-v-fc887c5e]{width:9.5rem;height:3.4rem;padding:0} .bs-connect-popover{width:23.5rem;height:16rem;background:#fff;box-shadow:0rem .1rem 1rem 0rem rgba(0,0,0,.1);border:none;padding:2.5rem 2rem}</style> </head> <body > <div data-server-rendered="true" id="cqvip"><!----><div id="JWS"><div class="app" data-v-0909ff08><div class="h-details app-body empty-app" data-v-ec050714 data-v-0909ff08><div class="hc-head full-width" data-v-08335c20 data-v-ec050714><div class="head b-c-fff full-width" data-v-08335c20><div class="app-width marginAuto full-height xy-between" data-v-08335c20><div class="xy-center jf-start" data-v-08335c20><img src="/img/vip.png" class="vip pointer" data-v-08335c20> <div class="menu-deliver" data-v-08335c20></div> <a href="/helpcenter" target="_self" class="nuxt-link-active" data-v-08335c20><span class="font-size16" data-v-08335c20>帮助中心</span></a></div> <div class="head-section" data-v-08335c20><div class="head-input xy-center" data-v-08335c20><div class="el-input" data-v-08335c20><!----><input type="text" autocomplete="off" placeholder="常见问题查询" class="el-input__inner"><!----><!----><!----><!----></div> <iconpark-icon name="jiance" fill="#274AB5" size="20" class="pointer" data-v-08335c20></iconpark-icon></div> <div class="login-btn-section" data-v-08335c20><button type="button" class="el-button login-btn Register-btn el-button--default" data-v-08335c20><!----><!----><span>注册</span></button> <button type="button" class="el-button login-btn el-button--primary" data-v-08335c20><!----><!----><span> 登录 </span></button></div></div></div></div> <div class="top-line" data-v-08335c20><div class="app-width marginAuto xy-center jf-start" data-v-08335c20><div class="select xy-between b-c-fff pointer" data-v-08335c20><span data-v-08335c20>所有产品</span><i class="el-icon-caret-bottom down" data-v-08335c20></i> <!----></div> <div class="navs xy-start" data-v-08335c20><div class="n-item" data-v-08335c20><a href="/helpcenter/detail" target="_self" class="f-c-fff font-size16 nuxt-link-active" data-v-08335c20> 使用帮助 </a></div><div class="n-item b-c-root" data-v-08335c20><a href="/helpcenter/detail/question" target="_self" class="f-c-fff font-size16 nuxt-link-active" data-v-08335c20> 常见问题 </a></div><div class="n-item" data-v-08335c20><a href="/helpcenter/detail/cooperation" target="_self" class="f-c-fff font-size16" data-v-08335c20> 合作与服务 </a></div></div></div></div></div> <div class="content app-width marginAuto" data-v-ec050714><div class="details xy-start" data-v-13be723b data-v-ec050714 data-v-ec050714><ul class="left" data-v-13be723b></ul> <div class="right auto-grow" data-v-13be723b><div class="r-top" data-v-13be723b><p class="title" data-v-13be723b></p> <p class="time" data-v-13be723b></p></div> <div class="full-width" data-v-13be723b>undefined</div></div></div></div> <div class="footer b-c-fff" data-v-4ffdf0d8 data-v-ec050714><div class="main app-width marginAuto" data-v-4ffdf0d8><div class="footer-css" data-v-4ffdf0d8><div class="app-width xy-between al-start" data-v-4ffdf0d8><div style="margin-right: 17rem" data-v-4ffdf0d8></div> <div class="xy-start" data-v-4ffdf0d8><div style="margin-right: 9.5rem" data-v-4ffdf0d8><div class="FW600 footer-title" data-v-4ffdf0d8>关于维普</div> <div class="FW400 font-size13 f-c-533" style="margin-bottom: 1.3rem" data-v-4ffdf0d8><div data-v-4ffdf0d8><a href="/aboutus" target="_blank" data-warden-title="母版页-公司介绍" data-warden-event-id="公司介绍" class="link_item" data-v-4ffdf0d8><span data-v-4ffdf0d8>公司介绍</span></a></div></div><div class="FW400 font-size13 f-c-533" style="margin-bottom: 1.3rem" data-v-4ffdf0d8><div data-v-4ffdf0d8><a href="/aboutus/ps" target="_blank" data-warden-title="母版页-产品服务" data-warden-event-id="产品服务" class="link_item" data-v-4ffdf0d8><span data-v-4ffdf0d8>产品服务</span></a></div></div><div class="FW400 font-size13 f-c-533" style="margin-bottom: 1.3rem" data-v-4ffdf0d8><div data-v-4ffdf0d8><a href="/aboutus/contact" target="_blank" data-warden-title="母版页-联系我们" data-warden-event-id="联系我们" class="link_item" data-v-4ffdf0d8><span data-v-4ffdf0d8>联系我们</span></a></div></div></div><div style="margin-right: 9.5rem" data-v-4ffdf0d8><div class="FW600 footer-title" data-v-4ffdf0d8>问题帮助</div> <div class="FW400 font-size13 f-c-533" style="margin-bottom: 1.3rem" data-v-4ffdf0d8><div data-v-4ffdf0d8><a href="/helpcenter/detail" target="_blank" data-warden-title="母版页-使用帮助" data-warden-event-id="使用帮助" class="link_item nuxt-link-active" data-v-4ffdf0d8><span data-v-4ffdf0d8>使用帮助</span></a></div></div><div class="FW400 font-size13 f-c-533" style="margin-bottom: 1.3rem" data-v-4ffdf0d8><div data-v-4ffdf0d8><a href="/helpcenter/nav/question" target="_blank" data-warden-title="母版页-常见问题" data-warden-event-id="常见问题" class="link_item" data-v-4ffdf0d8><span data-v-4ffdf0d8>常见问题</span></a></div></div><div class="FW400 font-size13 f-c-533" style="margin-bottom: 1.3rem" data-v-4ffdf0d8><div data-v-4ffdf0d8><a href="/helpcenter/detail/question?vip-p=1592069940263915520" aria-current="page" target="_blank" data-warden-title="母版页-文献相关术语解释" data-warden-event-id="文献相关术语解释" class="link_item nuxt-link-exact-active nuxt-link-active" data-v-4ffdf0d8><span data-v-4ffdf0d8>文献相关术语解释</span></a></div></div></div><div style="margin-right: 9.5rem" data-v-4ffdf0d8><div class="FW600 footer-title" data-v-4ffdf0d8>合作与服务</div> <div class="FW400 font-size13 f-c-533" style="margin-bottom: 1.3rem" data-v-4ffdf0d8><div data-v-4ffdf0d8><a href="/aboutus/cc" target="_blank" data-warden-title="母版页-版权合作" data-warden-event-id="版权合作" class="link_item" data-v-4ffdf0d8><span data-v-4ffdf0d8>版权合作</span></a></div></div><div class="FW400 font-size13 f-c-533" style="margin-bottom: 1.3rem" data-v-4ffdf0d8><div data-v-4ffdf0d8><a href="/aboutus/as" target="_blank" data-warden-title="母版页-广告服务" data-warden-event-id="广告服务" class="link_item" data-v-4ffdf0d8><span data-v-4ffdf0d8>广告服务</span></a></div></div><div class="FW400 font-size13 f-c-533" style="margin-bottom: 1.3rem" data-v-4ffdf0d8><div data-v-4ffdf0d8><a href="/aboutus/fl" target="_blank" data-warden-title="母版页-友情链接" data-warden-event-id="友情链接" class="link_item" data-v-4ffdf0d8><span data-v-4ffdf0d8>友情链接</span></a></div></div></div><div style="margin-right: 9.5rem" data-v-4ffdf0d8><div class="FW600 footer-title" data-v-4ffdf0d8>客服咨询</div> <div class="FW400 font-size13 f-c-533" style="margin-bottom: 1.3rem" data-v-4ffdf0d8><div data-v-4ffdf0d8><span data-warden-title="母版页-投稿相关:023-63416211" data-warden-event-id="投稿相关:023-63416211" class="link_item" data-v-4ffdf0d8><span data-v-4ffdf0d8>投稿相关:023-63416211</span></span></div></div><div class="FW400 font-size13 f-c-533" style="margin-bottom: 1.3rem" data-v-4ffdf0d8><div data-v-4ffdf0d8><span data-warden-title="母版页-撤稿相关:023-67396862" data-warden-event-id="撤稿相关:023-67396862" class="link_item" data-v-4ffdf0d8><span data-v-4ffdf0d8>撤稿相关:023-67396862</span></span></div></div><div class="FW400 font-size13 f-c-533" style="margin-bottom: 1.3rem" data-v-4ffdf0d8><div data-v-4ffdf0d8><span data-warden-title="母版页-查重相关:023-63506028" data-warden-event-id="查重相关:023-63506028" class="link_item" data-v-4ffdf0d8><span data-v-4ffdf0d8>查重相关:023-63506028</span></span></div></div></div></div> <a href="https://xyt.xcc.cn/getpcInfo?sn=1770979616500989952&language=CN&certType=8&url=www.cqvip.com" target="_blank" class="certificateCSS" data-v-4ffdf0d8><div class="certifiCatePostion" data-v-4ffdf0d8></div> <embed src="https://program.xinchacha.com/web/1770979616500989952=www.cqvip.com.svg" width="103" height="38" type="image/svg+xml" pluginspage="//www.adobe.com/svg/viewer/install/" data-v-4ffdf0d8></a></div></div></div> <div class="footerv b-c-fff FW400 fontSize14 yx-center" data-v-4b88fe38 data-v-4ffdf0d8><div data-v-4b88fe38> 重庆维普资讯有限公司 <a href="https://beian.miit.gov.cn/#/Integrated/recordQuery" target="_blank" data-v-4b88fe38>渝B2-20050021-1</a> <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=50019002500403&from=index" target="_blank" data-v-4b88fe38>渝公网备 50019002500403</a></div> <div class="center" data-v-4b88fe38><a target="_blank" href="https://www.12377.cn" class="archivalInformation" data-v-4b88fe38>违法和不良信息举报中心</a> 举报邮箱:jubao@cqvip.com <span style="margin-top: 10px" data-v-4b88fe38>互联网算法推荐专项举报:sfjubao@cqvip.com 网络暴力专项举报: bljubao@cqvip.com</span></div> <div data-v-4b88fe38> 网络出版:(署)网出证(渝)字第014号 出版物经营许可证:新出发2018批字第006号 </div></div></div> <div class="yx-start broad-side" data-v-fc887c5e data-v-ec050714><div data-warden-title="母版页-在线咨询" data-warden-event-id="muban" class="s-btn deliver" data-v-fc887c5e><a id="cqvip-qq" data-v-fc887c5e><iconpark-icon name="zaixianzixun" size="40" fill="" data-v-fc887c5e></iconpark-icon></a></div> <span data-v-fc887c5e><div role="tooltip" id="el-popover-4011" aria-hidden="true" class="el-popover el-popper bs-connect-popover" style="width:undefinedpx;display:none;"><!----> <ul class="yx-between al-start full-height" data-v-fc887c5e><li class="xy-start" data-v-fc887c5e><iconpark-icon name="dianhua-8d41lf4c" size="25" style="margin-right:5px;" data-v-fc887c5e></iconpark-icon> <div style="margin-top:5px;" data-v-fc887c5e><p data-v-fc887c5e>客服热线</p> <p class="dom-hover f-c-8b9" data-v-fc887c5e>400-638-5550</p></div></li> <li class="xy-start" data-v-fc887c5e><iconpark-icon name="youxiang" size="25" style="margin-right:5px;" data-v-fc887c5e></iconpark-icon> <div style="margin-top:5px;" data-v-fc887c5e><p data-v-fc887c5e>客服邮箱</p> <p class="dom-hover f-c-8b9" data-v-fc887c5e>service@cqvip.com</p></div></li></ul></div><span class="el-popover__reference-wrapper"><div data-warden-title="母版页-电话邮箱" data-warden-event-id="muban" class="s-btn deliver" data-v-fc887c5e><iconpark-icon name="dianhuayouxiang" size="40" fill="" data-v-fc887c5e></iconpark-icon></div></span></span> <div data-warden-title="母版页-意见反馈" data-warden-event-id="muban" class="s-btn deliver deliver-no-before" data-v-fc887c5e><iconpark-icon name="yijianfankui-dfpaf3kk" size="40" fill="" data-v-fc887c5e></iconpark-icon></div> <!----> <div class="el-dialog__wrapper" style="display:none;" data-v-fc887c5e><div role="dialog" aria-modal="true" aria-label="意见反馈" class="el-dialog feed-dialog njnj" style="margin-top:15vh;width:612px;"><div class="el-dialog__header"><span class="el-dialog__title">意见反馈</span><button type="button" aria-label="Close" class="el-dialog__headerbtn"><i class="el-dialog__close el-icon el-icon-close"></i></button></div><!----><div class="el-dialog__footer"><span class="dialog-footer xy-center" data-v-fc887c5e><button type="button" class="el-button close-btn margin-auto el-button--primary" data-v-fc887c5e><!----><!----><span>提交</span></button></span></div></div></div></div></div> <!----> <!----> <div class="el-dialog__wrapper" style="display:none;" data-v-0909ff08><div role="dialog" aria-modal="true" aria-label="dialog" class="el-dialog account-migration" style="margin-top:15vh;"><div class="el-dialog__header"><div style="text-align:center;font-size:1.6rem;" data-v-0909ff08> 关于旧版官网用户迁移的说明 </div><button type="button" aria-label="Close" class="el-dialog__headerbtn"><i class="el-dialog__close el-icon el-icon-close"></i></button></div><!----><div class="el-dialog__footer"><div class="dialog-footer" style="width:100%;display:flex;justify-content:center;" data-v-0909ff08><button type="button" class="el-button s-btn el-button--default" data-v-0909ff08><!----><!----><span>暂不迁移</span></button> <button type="button" class="el-button s-btn el-button--primary" data-v-0909ff08><!----><!----><span> 确认迁移 </span></button></div></div></div></div></div></div></div><script>window.__NUXT__=(function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,_,$,aa,ab,ac,ad,ae,af,ag,ah,ai,aj,ak,al,am,an,ao,ap,aq,ar,as,at,au,av,aw,ax,ay,az,aA,aB,aC,aD,aE){return {layout:"empty",data:[{routeQuery:"?vip-p=1592069940263915520",seo:{name:"帮助中心-维普官网"}},{}],fetch:{},error:a,state:{currentUser:{},protocol:"http:",token:o,uuid:"SVz2YBqU",baseConfig:{seo:{title:"维普网",description:"维普网 作品发布 论文写作 资料下载 在线发表 期刊杂志 文章下载 作品店铺 作品经纪人 期刊数据库",keywords:"维普官方网站-国内大型中文期刊文献服务平台,提供各类学术论文、各类范文、中小学课件、教学资料等文献下载。网站主营业务包括论文检测服务、优先出版服务、论文选题下载,在线分享下载等",seoCode:o}},pageCache:{},systemImageConfig:[{imagePrefix:["\u002Fvip-web"],imagesHost:"https:\u002F\u002Fdc-cqvip.oss-cn-hangzhou.aliyuncs.com"}],keepInclude:[],keepExclude:[],routeStack:[],userChooseType:{label:f,value:g},types:[],env:"zs",configs:[{name:h,children:[{id:"1623509772991074304",name:"论文检测系统",createDate:t,state:b,stateName:c,address:"https:\u002F\u002Fwwwv3.cqvip.com\u002Fproduct\u002Fthesisdetection",memberName:d,modifyDate:u,remark:a,type:b,typeName:h},{id:"1604665334311292928",name:"维普智立方",createDate:e,state:b,stateName:c,address:"http:\u002F\u002Fzlf.cqvip.com\u002Findex.aspx?returnUrl=",memberName:d,modifyDate:a,remark:"知识资源服务平台",type:b,typeName:h},{id:"1604664575817551872",name:"考试服务平台",createDate:e,state:b,stateName:c,address:"http:\u002F\u002Fvers.cqvip.com\u002Fview\u002Fprofessional\u002Findex.aspx",memberName:d,modifyDate:t,remark:a,type:b,typeName:h},{id:"1604663902879223808",name:"机构智库",createDate:e,state:b,stateName:c,address:"http:\u002F\u002Fwww.irtree.com\u002F",memberName:d,modifyDate:a,remark:"科技信息基础设施服务",type:b,typeName:h},{id:"1604663483176194048",name:"期刊大全",createDate:e,state:b,stateName:c,address:"http:\u002F\u002Fqikan.cqvip.com\u002F",memberName:d,modifyDate:u,remark:o,type:b,typeName:h},{id:"1604656189365424128",name:"科技查新",createDate:e,state:b,stateName:c,address:"\u002Fproduct\u002Fnoveltysearch\u002Fhome",memberName:d,modifyDate:"2023-03-01",remark:"为委托方在科研立项、科技成果评价、新产品开发、高新企业认定等提供鉴证的情报咨询服务。",type:b,typeName:h}]},{name:i,children:[{id:"1650424262080729088",name:"AI综述助手使用指南",createDate:T,state:b,stateName:c,address:"\u002Fhelpcenter\u002Fdetail?vip-p=1575400107732504577&issue=1645663842887405568",memberName:d,modifyDate:a,remark:a,type:j,typeName:i},{id:"1604688102859870208",name:"文献相关术语解释",createDate:e,state:b,stateName:c,address:"\u002Fhelpcenter\u002Fdetail\u002Fquestion?vip-p=1592069940263915520",memberName:d,modifyDate:T,remark:a,type:j,typeName:i},{id:"1604687502554304512",name:"搜索检索服务使用帮助",createDate:e,state:b,stateName:c,address:"\u002Fhelpcenter\u002Fdetail?vip-p=1599629475971207168",memberName:d,modifyDate:u,remark:a,type:j,typeName:i},{id:"1604671885667340288",name:"优先出版平台常见问题",createDate:e,state:b,stateName:c,address:"\u002Fhelpcenter\u002Fdetail\u002Fquestion?vip-p=1592081536709169152",memberName:d,modifyDate:a,remark:a,type:j,typeName:i},{id:"1604671577067229184",name:"中文期刊服务常见问题",createDate:e,state:b,stateName:c,address:"\u002Fhelpcenter\u002Fdetail\u002Fquestion?vip-p=1592073039158317056",memberName:d,modifyDate:a,remark:a,type:j,typeName:i},{id:"1604669407051780096",name:"论文检测系统常见问题",createDate:e,state:b,stateName:c,address:"\u002Fhelpcenter\u002Fdetail\u002Fquestion?vip-p=1592069282324418560",memberName:d,modifyDate:u,remark:a,type:j,typeName:i}]},{name:p,children:[{id:"1623513194112880640",name:"版权合作",createDate:t,state:b,stateName:c,address:"\u002Faboutus\u002Fcc",memberName:d,modifyDate:a,remark:a,type:q,typeName:p},{id:"1623512854370062336",name:"广告服务",createDate:t,state:b,stateName:c,address:"\u002Faboutus\u002Fas",memberName:d,modifyDate:a,remark:a,type:q,typeName:p},{id:"1604674887081922560",name:"联系我们",createDate:e,state:b,stateName:c,address:"\u002Faboutus\u002Fcontact",memberName:d,modifyDate:U,remark:a,type:q,typeName:p},{id:"3",name:"关于我们",createDate:"2022-09-21",state:b,stateName:c,address:"\u002Faboutus",memberName:d,modifyDate:U,remark:"关于我们介绍",type:q,typeName:p}]},{name:v,children:[{id:"1783002183000788992",name:"版权合作:(023)63416211",createDate:I,state:b,stateName:c,address:w,memberName:J,modifyDate:a,remark:a,type:K,typeName:v},{id:"1783002145533071360",name:"查重相关:(023)63506028",createDate:I,state:b,stateName:c,address:w,memberName:J,modifyDate:a,remark:a,type:K,typeName:v},{id:"1783001945137614848",name:"网站相关:(023)67882682",createDate:I,state:b,stateName:c,address:w,memberName:J,modifyDate:a,remark:a,type:K,typeName:v}]}],serverTime:1732721070718,appCode:101,authEnv:"pro",localData:{},isMirgrationDialog:V,searchPageSize:W,expressionField:{"0":{value:[{value:g,label:f},{value:x,label:y},{value:r,label:s},{value:z,label:A},{value:l,label:m},{value:n,label:k},{value:L,label:M},{value:N,label:O},{value:P,label:X},{value:B,label:C},{value:D,label:E},{value:F,label:G},{value:Q,label:R}],label:"通用"},"1":{value:[{value:g,label:f},{value:x,label:y},{value:r,label:s},{value:z,label:A},{value:l,label:m},{value:n,label:k},{value:L,label:M},{value:"CA",label:"通讯作者"},{value:N,label:O},{value:Q,label:R},{value:B,label:C},{value:D,label:E},{value:F,label:G},{value:P,label:X},{value:"JISSN",label:"国际刊号(ISSN)"},{value:"JCN",label:"国内刊号(CN)"},{value:"JJC",label:"栏目信息"}],label:H},"2":{value:[{value:g,label:f},{value:x,label:y},{value:r,label:s},{value:z,label:A},{value:l,label:m},{value:n,label:k},{value:"TSO",label:"学位授予单位"},{value:"TT",label:"导师"},{value:B,label:C},{value:D,label:E},{value:F,label:G}],label:Y},"3":{value:[{value:g,label:f},{value:x,label:y},{value:r,label:s},{value:z,label:A},{value:l,label:m},{value:n,label:k},{value:L,label:M},{value:N,label:O},{value:Q,label:R},{value:"CN",label:"会议名称"},{value:"CFO",label:"主办单位"},{value:B,label:C},{value:D,label:E},{value:F,label:G}],label:Z},"5":{value:[{value:g,label:f},{value:"PT",label:"专利名称"},{value:l,label:m},{value:"PFA",label:"申请(专利权)人"},{value:"PA",label:"发明人"},{value:"PPN",label:"申请号"},{value:"PPO",label:"公开(公告)号"},{value:"IPC",label:"国际分类号"}],label:_},"6":{value:[{value:g,label:f},{value:"ST",label:"标准名称"},{value:"SNO",label:"标准号"},{value:"SR",label:"文摘"},{value:"SZO",label:"中国标准分类号(CCS)"},{value:"SOO",label:"国际标准分类号(ICS)"},{value:"SA",label:"起草人"},{value:"SO",label:"起草单位"},{value:"SFO",label:"发布单位"}],label:$},"18":{value:[{value:g,label:f},{value:r,label:s},{value:n,label:k},{value:l,label:m},{value:"NNN",label:"报纸名称"},{value:"NSN",label:"国内统一刊号"}],label:aa}},isShowAd:V,type:{typeMapping:{"1":H,"2":Y,"3":Z,"4":"报告","5":_,"6":$,"7":"成果","8":"法律法规","18":aa,"51":"政策"},tmpType:[b,j,q,W,6,18],collectShowName:{BDHX:ab,ZKYM:"中科院分区",EAPJ:"卓越期刊",RCCSE:"武大RCCSE",JCR:"JCR分区"},searchModeMap:{"1":{name:f,value:g},"2":{name:S,value:ac},"3":{name:S,value:ac},"4":{name:k,value:n},"5":{name:H,value:P},"6":{name:o,value:o}},conditionFilterMap:{Y:"年份",O:S,A:k,S:f,C:"学科",J:H,type:"文献类型",language:"中外文",thesisType:"论文级别",standardType:"标准类型"},allFields:{Y:[],C:[],S:[],O:[],A:[]},gch:[ad,ae,af,ag,ah,ai,aj,ak,"72081X",al,am,an,ao,ap,"72182X",aq,ar,as,at],eJournal:[47654,55260,52810,73073,6669,74357,37113,au,72327,av,80246,5889,75190,66108,18857,1268,42986,aw,67942,64811,17207,42082,ax,ay,11000,71048,81583,16335,18421,30390,ax,av,aw,ay,76445,au,81109,1018908,1034638,1104687],onlinePlatform:["71889X","71890X",ai,ae,ad,ag,al,ak,ao,at,"72003X","71899X",am,an,ap,aq,ar,as,"59321X","90705X",az,"59863X","59864X","72193X","72192X","59865X","72127X",af,ah,"72040X","71888X","72004X",aj,az,"70135X","96723A","80163A","59477X","70277A","83282A","86373X","90633X","80285B","83058A","87688A","59684X","82465B","91359A","95540A","96539A","91078X","90321B","73324A","96780X","83424A","59597X","95975B","96132X","82551X","98562X","96554B","71115X","83080X","81689X","87567X","59261X","90810X","59620X","90615X","90919X","89687X","97700X","81955X","83587A","91032X","92972X","81946X","61161X","92348X","91121A","91239X","92741C","84496X","90098X","85113B","93456A","91346A","96642A","72016X","93886X","80912X","81644A","96872X","97898X","96262X","90723X","96265X","96027X","96266X","95409A","90516X","91042X","95587X","97599X"],collectOptions:[{name:ab,value:"BDHX"},{name:aA,value:aA},{name:aB,value:aB},{name:aC,value:aC},{name:aD,value:aD},{name:aE,value:aE}]},loginAddress:"https:\u002F\u002Faccountv3.cqvip.com",codeUUid:"4a79e527715578cb2c5c1d8c8b8746e0"},serverRendered:true,routePath:"\u002Fhelpcenter\u002Fdetail\u002Fquestion",config:{_app:{basePath:w,assetsPath:"\u002F_nuxt\u002F",cdnURL:a}}}}(null,1,"正常","龙猫","2022-12-19","主题","U","核心产品","支持",2,"作者","R","摘要","A","","关于",3,"T","篇名","2023-02-09","2023-03-02","在线客服","\u002F","M","篇关摘","K","关键词","C","中图分类号","E","学科分类号","D","DOI","期刊","2024-04-24","admin",4,"F","第一作者","S","作者单位","J","FU","基金","机构","2023-04-24","2022-12-20",false,5,"刊名","学位","会议","专利","标准","报纸","北大核心","O","71994X","71995X","71996X","71997X","71998X","71999X","72000X","72001X","72129X","72149X","72150X","72176X","72177X","72191X","72203X","72208X","72524X",73915,24067,55683,16812,65725,"59389X","SCI","EI","SSCI","CSCD","CSSCI"));</script><script src="/_nuxt/4401dd3.js" defer></script><script src="/_nuxt/96d1023.js" defer></script><script src="/_nuxt/34a3510.js" defer></script><script src="/_nuxt/dbc32d8.js" defer></script><script src="/_nuxt/a27c0d7.js" defer></script><script src="/_nuxt/c02798f.js" defer></script> </body> </html>