1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099 |
- /* 西文字体 */
- span.duokan-western {
- font-family: "DK-SERIF", "Palatino";
- }
- /* 符号字体 */
- span.duokan-symbol {
- font-family: "DK-SYMBOL", "Symbol";
- }
- /* 文字不换行(古诗) */
- span.duokan-text-nowrap {
- white-space: nowrap;
- }
- /* 段首大字2行高 */
- span.duokan-dropcaps-two {
- float: left;
- font-size: 2em;
- duokan-drop-caps-style: duokan-two-line-caps;
- margin-bottom: -0.25em;
- }
- /* 段首大字3行高 */
- span.duokan-dropcaps-three {
- float: left;
- font-size: 3em;
- duokan-drop-caps-style: duokan-three-line-caps;
- margin-bottom: -0.15em;
- }
- /* 代码中文样式 */
- span.duokan-code-cn {
- font-family: "DK-KAITI", "方正楷体", "华文楷体", "楷体";
- }
- /* 超链接 */
- a.duokan-hyperlink {
- color: blue;
- font-style: italic;
- text-decoration: underline;
- }
- /* 默认有序列表 */
- ol.duokan-olist {
- font-family: "DK-KAITI", "方正楷体", "华文楷体", "楷体";
- font-size: 16px;
- }
- /* 无序号有序列表 */
- ol.duokan-olist-noindex {
- font-family: "DK-KAITI", "方正楷体", "华文楷体", "楷体";
- font-size: 16px;
- list-style-type: none;
- }
- /* 默认无序列表 */
- ul.duokan-ulist {
- font-family: "DK-KAITI", "方正楷体", "华文楷体", "楷体";
- font-size: 16px;
- list-style-type: disc;
- }
- /* 无序号无序列表 */
- ul.duokan-ulist-noindex {
- font-family: "DK-KAITI", "方正楷体", "华文楷体", "楷体";
- font-size: 16px;
- list-style-type: none;
- }
- /* 二级列表 */
- ul.list-sub2 {
- font-family: "DK-KAITI", "方正楷体", "华文楷体", "楷体";
- font-size: 16px;
- list-style-type: circle;
- margin-left: 1em;
- margin-top: 1em;
- }
- /* 三级列表 */
- ul.list-sub3 {
- font-family: "DK-KAITI", "方正楷体", "华文楷体", "楷体";
- font-size: 16px;
- list-style-type: square;
- margin-left: 2em;
- margin-top: 1em;
- }
- /* 图片左绕排50%宽度 */
- div.duokan-float-left {
- width: 50%;
- float: left;
- margin-right: 0.5em;
- margin-bottom: 0.5em;
- text-align: center;
- }
- /* 图片左绕排15%宽度*/
- div.duokan-float-left30 {
- width: 25%;
- float: left;
- margin-right: 0em;
- margin-bottom: 0em;
- text-align: left;
- }
- /* 图片右绕排50%宽度 */
- div.duokan-float-right {
- width: 50%;
- float: right;
- margin-left: 0.5em;
- margin-bottom: 0em;
- text-align: center;
- }
- /* 图片右绕排30%宽度-细高图 */
- div.duokan-float-right30 {
- width: 30%;
- float: right;
- margin-left: 0.5em;
- margin-bottom: 0.5em;
- text-align: center;
- }
- /* 图片居中80%宽度 */
- div.duokan-center80 {
- width: 80%;
- margin: 1em auto 1em auto;
- text-align: center;
- }
- /* 图片居中60%宽度 */
- div.duokan-center60 {
- width: 60%;
- margin: 1em auto 1em auto;
- text-align: center;
- }
- /* 图片居中30%宽度 */
- div.duokan-center30 {
- width: 30%;
- margin: 1em auto 1em auto;
- text-align: center;
- }
- /* 图片-无图说 */
- img.duokan-image {
- width: 100%;
- }
- /* 图片-有图说 */
- img.duokan-image-note {
- width: 100%;
- font-size: 16px;
- margin-bottom: 0.5em;
- }
- /* 图说楷体居左顶格 */
- p.duokan-note {
- font-family: "DK-KAITI", "方正楷体", "华文楷体", "楷体";
- font-size: 14px;
- text-indent: 0em;
- duokan-text-indent: 0em;
- text-align: justify;
- }
- /* 图说楷体居中 */
- p.duokan-note-center {
- font-family: "DK-KAITI", "方正楷体", "华文楷体", "楷体";
- font-size: 14px;
- text-align: center;
- margin-bottom: 0;
- }
- /* 图说楷体居右 */
- p.duokan-note-right {
- font-family: "DK-KAITI", "方正楷体", "华文楷体", "楷体";
- font-size: 14px;
- text-align: right;
- }
- /* 表格 */
- table.duokan-tablebody {
- font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
- font-weight: normal;
- font-size: 14px;
- margin-top: 1em;
- margin-bottom: 2em;
- margin-left: auto;
- margin-right: auto;
- }
- /* 并列图表格样式 */
- table.duokan-gallery-image {
- font-size: 1em;
- width: 100%;
- margin: 1em auto 1em auto;
- border-spacing: 0.3em 0.3em;
- }
- /* 并列图单元格样式 */
- td.duokan-gallery-cell {
- text-indent: 0em;
- duokan-text-indent: 0em;
- }
- /* 格内图样式 */
- div.duokan-in-cell {
- width: 100%;
- }
- /* 代码样式 */
- pre.duokan-code {
- font-family: "DK-CODE", "Inconsolata";
- font-size: 14px;
- }
- /* 文段内-部分代码字体 */
- span.duokan-nowestern-code-span {
- font-family: "DK-CODE", "Inconsolata";
- color: #91531d;
- }
- /* 文段内-部分代码字体-加粗 */
- span.duokan-nowestern-code-span-b {
- font-family: "DK-CODE", "Inconsolata";
- color: #91531d;
- font-weight: bold;
- }
- /* 文段内-部分代码字体-斜体 */
- span.duokan-nowestern-code-span-i {
- font-family: "DK-CODE", "Inconsolata";
- color: #91531d;
- font-style: italic;
- }
- /* 文段内-部分代码字体-粗体斜体 */
- span.duokan-nowestern-code-span-b-i {
- font-family: "DK-CODE", "Inconsolata";
- color: #91531d;
- font-weight: bold;
- font-style: italic;
- }
- /* 代码块-部分加粗 */
- span.code-b {
- font-weight: bold;
- color: #91531d;
- }
- /* 代码块-部分斜体加粗 */
- span.code-italic-b {
- font-style: italic;
- font-weight: bold;
- color: #91531d;
- }
- /* 代码块-部分注释色 */
- span.note {
- color: #008000;
- }
- /* 代码块-部分注释色加粗 */
- span.note-b {
- color: #008000;
- font-weight: bold;
- }
- /* 版权信息页标题 */
- h4.duokan-copyright-title {
- font-size: 22px;
- font-family: "DK-XIAOBIAOSONG", "方正小标宋简体";
- font-weight: normal;
- text-align: center;
- margin-top: 2em;
- margin-bottom: 0.5em;
- color: #000000;
- }
- /* 版权信息页正文 */
- p.duokan-copyright-bodytext {
- text-align: center;
- font-family: "DK-SONGTI", "方正宋三简体","方正书宋","宋体";
- font-size: 12px;
- text-indent: 0em;
- duokan-text-indent: 0em;
- margin-bottom: 0em;
- color: #000000;
- }
- /* 拼音样式 */
- ruby {
- ruby-align: center;
- margin-right: 0.5em;
- }
- /* 拼音尾字样式 */
- ruby.duokan-rubylast {
- margin-right: 0em;
- }
- /* 拼音文字样式 */
- ruby > rt {
- font-family: "DK-SYMBOL", "Symbol";
- font-size: 0.5em;
- }
- /* 一级标题小标宋居中 */
- h1.auxiliary-title1 {
- font-family: "DK-XIAOBIAOSONG", "方正小标宋简体";
- font-size: 28px;
- text-align: center;
- color: #91531d;
- font-weight: normal;
- margin-top: 2.5em;
- margin-bottom: 2.5em;
- }
- /* 二级标题 */
- h2.chapter-title2 {
- font-family: "DK-XIAOBIAOSONG", "方正小标宋简体";
- font-size: 26px;
- text-indent: 0em;
- duokan-text-indent: 0em;
- color: #91531d;
- font-weight: normal;
- margin-top: 2em;
- margin-bottom: 1.8em;
- }
- /* 三级标题 */
- h3.chapter-title3 {
- font-family: "DK-XIAOBIAOSONG", "方正小标宋简体";
- font-size: 22px;
- text-indent: 0em;
- duokan-text-indent: 0em;
- color: #91531d;
- font-weight: normal;
- margin-top: 2em;
- margin-bottom: 1.8em;
- }
- /* 内文四级标题 */
- h4.chapter-title4 {
- font-size: 20px;
- font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
- font-weight: normal;
- duokan-text-indent: 0em;
- text-indent: 4em;
- margin-top: 2em;
- margin-bottom: 1.8em;
- color: #91531d;
- }
- /* 内文五级标题 */
- h5.chapter-title5 {
- font-size: 18px;
- font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
- font-weight: normal;
- duokan-text-indent: 0em;
- text-indent: 0em;
- border-left: solid 5px #d9d9d9;
- padding-left: 0.7em;
- margin-top: 2em;
- margin-bottom: 1.8em;
- color: #91531d;
- }
- /* 内文六级标题 */
- h6.chapter-title6 {
- font-size: 16px;
- font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
- font-weight: normal;
- duokan-text-indent: 0em;
- text-indent: 0em;
- margin-top: 2em;
- margin-bottom: 1.8em;
- margin-left: 2em;
- color: #91531d;
- }
- /* 章前语区域 */
- div.chapter-pre-div {
- font-size: 16px;
- padding: 1em;
- margin: 3em 0em 1em 0em;
- border-left: solid 1px #e0e0e0;
- }
- /* 章前语楷体 */
- p.chapter-pre-text {
- font-family: "DK-KAITI", "方正楷体","华文楷体","楷体";
- font-size: 16px;
- text-indent: 2em;
- duokan-text-indent: 2em;
- }
- /* 正文宋体 */
- p.bodycontent-text-songti {
- font-family: "DK-SONGTI", "方正宋三简体", "方正书宋", "宋体";
- font-size: 16px;
- duokan-text-indent: 2em;
- text-indent: 2em;
- }
- /* 正文宋体-强制左对齐 */
- p.bodycontent-text-left {
- font-family: "DK-SONGTI", "方正宋三简体", "方正书宋", "宋体";
- font-size: 16px;
- text-align: left;
- duokan-text-indent: 2em;
- text-indent: 2em;
- }
- /* 正文宋体-强制左对齐顶格 */
- p.bodycontent-text-left0 {
- font-family: "DK-SONGTI", "方正宋三简体", "方正书宋", "宋体";
- font-size: 16px;
- text-align: left;
- duokan-text-indent: 0em;
- text-indent: 0em;
- }
- /* 引文黑体标题居中 */
- p.reference-title {
- font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
- font-size: 16px;
- text-align: center;
- }
- /* 引文楷体 */
- p.reference-text {
- font-family: "DK-KAITI", "方正楷体","华文楷体","楷体";
- font-size: 16px;
- text-indent: 2em;
- duokan-text-indent: 2em;
- }
- /* 引文楷体顶格 */
- p.letter-head {
- font-family: "DK-KAITI", "方正楷体", "华文楷体", "楷体";
- font-size: 16px;
- duokan-text-indent: 0em;
- text-indent: 0em;
- }
- /* 署名楷体居右 */
- p.signature {
- font-family: "DK-KAITI", "方正楷体", "华文楷体", "楷体";
- font-size: 16px;
- text-align: right;
- }
- /* 诗集编号小标宋居中 */
- h4.num-tilte {
- font-family: "DK-XIAOBIAOSONG", "方正小标宋简体";
- font-weight: normal;
- font-size: 18px;
- margin-bottom: 5em;
- color: #91531d;
- text-align: center;
- margin-top: 2em;
- }
- /* 部分斜体 */
- span.xieti {
- font-style: italic;
- }
- /* 部分斜体加粗 */
- span.italic-b {
- font-style: italic;
- font-weight: bold;
- }
- /* 部分加粗 */
- span.bold {
- font-weight: bold;
- }
- /* 部分楷体 */
- span.kaiti {
- font-family: "DK-KAITI","方正楷体","华文楷体","楷体";
- }
- /* 部分楷体加粗 */
- span.kaiti-jiacu {
- font-family: "DK-KAITI","方正楷体","华文楷体","楷体";
- font-weight: bold;
- }
- /* 部分黑体加粗 */
- span.heiti {
- font-family: "DK-DENGXIAN";
- font-weight: bold;
- }
- /* 楷体自然段 */
- p.kaiti-duan {
- font-family: "DK-KAITI", "方正楷体","华文楷体","楷体";
- font-size: 16px;
- text-indent: 2em;
- duokan-text-indent: 2em;
- }
- /* 楷体加粗自然段 */
- p.kaiti-duan-jiacu {
- font-family: "DK-KAITI", "方正楷体","华文楷体","楷体";
- font-size: 16px;
- text-indent: 2em;
- duokan-text-indent: 2em;
- font-weight: bold;
- }
- /* 黑体加粗自然段 */
- p.heiti-duan {
- font-family: "DK-DENGXIAN";
- font-weight: bold;
- font-size: 16px;
- text-indent: 2em;
- duokan-text-indent: 2em;
- }
- /* 下划线 */
- span.xiahuaxian {
- text-decoration: underline;
- }
- /* 音频 */
- audio.yinpin {
- height: 1.2em;
- vertical-align: duokan-middle-line;
- }
- /* 视频 */
- video.shipin {
- width: 100%;
- margin: 1em auto 1em auto;
- text-align: center;
- }
- /* 1字高图标 */
- img.formula-1em {
- height: 1em;
- vertical-align: duokan-middle-line;
- }
- /* 1.5字高图标 */
- img.formula-1-5em {
- height: 1.5em;
- vertical-align: duokan-middle-line;
- }
- /* 2字高图标 */
- img.formula-2em {
- height: 2em;
- vertical-align: duokan-middle-line;
- }
- /* 3.5字高图标 */
- img.formula-3-5em {
- height: 3.5em;
- vertical-align: duokan-middle-line;
- }
- /* 填充的点着重号 */
- span.emphasis-filled-dot {
- text-emphasis: filled dot;
- }
- /* 上标字体 */
- span.math-super {
- font-size: 0.7em;
- vertical-align: super;
- }
- /* 下标字体 */
- span.math-sub {
- font-size: 0.7em;
- vertical-align: sub;
- }
- /* 上标倾斜字体 */
- span.math-super-italic {
- font-size: 0.7em;
- font-style: italic;
- vertical-align: super;
- }
- /* 下标倾斜字体 */
- span.math-sub-italic {
- font-size: 0.7em;
- font-style: italic;
- vertical-align: sub;
- }
- /* 多看注 */
- img.duokan-footnote {
- width: 0.8em;
- }
- /* 版权信息页标题 */
- h4.copyright-title {
- font-family: "DK-KAITI", "方正楷体", "华文楷体", "楷体";
- font-size: 20px;
- font-weight: normal;
- text-align: center;
- margin-bottom: 0em;
- margin-top: 70%;
- color: #000000;
- }
- /* 版权信息页内容 */
- p.copyright-text {
- font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
- font-size: 16px;
- font-weight: normal;
- duokan-text-indent: 2em;
- text-indent: 2em;
- }
- /* 一级标题/卷首语二级标题 */
- h4.chapter-1-title {
- font-family: "DK-XIAOBIAOSONG", "方正小标宋简体";
- font-size: 28px;
- font-weight: normal;
- duokan-text-indent: 0em;
- text-indent: 0em;
- }
- /* 一级标题副标题 */
- span.chapter-1-title-continue {
- font-family: "DK-KAITI", "方正楷体", "华文楷体", "楷体";
- font-size: 20px;
- font-weight: normal;
- color: #4e6873;
- }
- /* 作者姓名 */
- h6.chapter-title-tow {
- font-family: "DK-XIAOBIAOSONG", "方正小标宋简体";
- font-size: 20px;
- font-weight: normal;
- duokan-text-indent: 0em;
- text-indent: 0em;
- }
- /* 菜名标题/卷首语标题/结束语标题 */
- h6.chapter-title-dish {
- font-family: "DK-FANGSONG", "方正仿宋", "华文仿宋", "仿宋";
- font-size: 34px;
- font-weight: normal;
- vertical-align: bottom;
- color: #747668;
- margin-bottom: 1em;
- duokan-text-indent: 0em;
- text-indent: 0em;
- }
- /* 菜名标题副标题 */
- span.chapter-title-dish-2 {
- font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
- font-size: 16px;
- font-weight: normal;
- }
- /* 用料标题/食材类型标题 */
- h6.chapter-2-title-tow {
- font-family: "DK-KAITI", "方正楷体", "华文楷体", "楷体";
- font-size: 24px;
- font-weight: bold;
- color: #747668;
- duokan-text-indent: 0em;
- text-indent: 0em;
- }
- /* 一汤一品/tips */
- h6.chapter-3-title {
- font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
- font-size: 18px;
- font-weight: normal;
- duokan-text-indent: 0em;
- text-indent: 0em;
- }
- /* 一汤一品文段蓝灰色 */
- p.preface-text {
- font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
- font-size: 16px;
- font-weight: normal;
- color: #4e6873;
- duokan-text-indent: 0em;
- text-indent: 0em;
- }
- /* 正文黑体 */
- p.bodycontent-text {
- font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
- font-size: 16px;
- font-weight: normal;
- duokan-text-indent: 2em;
- text-indent: 2em;
- }
- /* 正文黑体顶格 */
- p.bodycontent-text-noindent {
- font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
- font-size: 16px;
- font-weight: normal;
- duokan-text-indent: 0em;
- text-indent: 0em;
- }
- /* 正文仿宋 */
- p.bodycontent-text-FS {
- font-family: "DK-FANGSONG", "方正仿宋", "华文仿宋", "仿宋";
- font-size: 16px;
- font-weight: normal;
- duokan-text-indent: 2em;
- text-indent: 2em;
- }
- /* 邮件地址 */
- h6.mail-text {
- font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
- font-size: 16px;
- font-weight: normal;
- duokan-text-indent: 0em;
- text-indent: 0em;
- }
- /* 材料内容 */
- p.material-text {
- font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
- font-size: 16px;
- font-weight: normal;
- color: #828468;
- margin-top: 0.5em;
- duokan-text-indent: 0em;
- text-indent: 0em;
- }
- /* 材料解释内容 */
- p.material-text-1 {
- font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
- font-size: 16px;
- font-weight: normal;
- margin-top: 0.5em;
- margin-bottom: 2.5em;
- duokan-text-indent: 0em;
- text-indent: 0em;
- }
- /* 段首大字所在文段 */
- p.preface-text-first {
- font-family: "DK-FANGSONG", "方正仿宋", "华文仿宋", "仿宋";
- font-size: 16px;
- font-weight: normal;
- duokan-text-indent: 0em;
- text-indent: 0em;
- }
- /* 段首大字 */
- span.appendix-text {
- font-family: "DK-FANGSONG", "方正仿宋", "华文仿宋", "仿宋";
- font-size: 34px;
- }
- /* 做法序号 */
- span.chapter-title-FS-1 {
- font-family: "DK-XIHEITI", "方正兰亭刊黑简体";
- font-size: 32px;
- font-weight: normal;
- color: #828468;
- }
- /* 文字亮褐色 */
- span.highlight {
- color: #ab842e;
- }
- /* 文字蓝灰色 */
- span.highlight-2 {
- color: #b3c4e2;
- }
- /* 材料解释内容褐色底色 */
- span.bodytext-bgcolor {
- font-size: 22px;
- font-weight: normal;
- background-color: #ab842e;
- color: #fcfdfe;
- }
- /* 署名图文段 */
- p.bodyverse-reference-inscription {
- font-family: "DK-KAITI", "方正楷体", "华文楷体", "楷体";
- font-size: 16px;
- font-weight: normal;
- text-align: right;
- }
- /* 背景色块文字 */
- p.bodycontent-box2 {
- font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
- font-size: 16px;
- font-weight: normal;
- color: #fcfdfe;
- duokan-text-indent: 0em;
- text-indent: 0em;
- }
- /* 一汤一品灰线框 */
- div.wenchinese-box {
- font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
- font-size: 16px;
- font-weight: normal;
- width:100%;
- padding-left: 1em;
- border-left: solid 2px #747668;
- margin-top: 2em;
- margin-bottom: 2em;
- }
- /* 灰绿色背景色块 */
- div.text-box {
- font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
- font-size: 16px;
- font-weight: normal;
- background-color: #698692;
- width:100%;
- padding: 0.4em 0.4em 0.4em 0.4em;
- margin: 2.5em 0em 2em 0em;
- }
- /* 做法标题 */
- p.testbody-text {
- font-family: "DK-KAITI", "方正楷体", "华文楷体", "楷体";
- font-size: 24px;
- font-weight: bold;
- color: #747668;
- text-align: left;
- duokan-text-indent: 0em;
- text-indent: 0em;
- }
- /* 做法文段 */
- p.secondcolumn-firstrow {
- font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
- font-size: 16px;
- font-weight: normal;
- vertical-align: top;
- padding-top: 0.8em;
- padding-bottom: 0.8em;
- margin-top: 0em;
- margin-left: 3em;
- text-indent: -2em;
- duokan-text-indent: -2em;
- }
- /* 图注主标题 */
- p.image-maintitle-text {
- font-size: 14px;
- font-family: "DK-XIHEITI", "方正兰亭刊黑简体";
- text-align: center;
- }
- /* 图片居右绕排40%宽度 */
- div.body-imagediv-right-40 {
- float: right;
- font-size: 16px;
- margin-left: 0.5em;
- width: 40%;
- clear:both;
- }
- /* 图片居左绕排40%宽度 */
- div.body-imagediv-left-40 {
- float: left;
- font-size: 16px;
- margin-top: 0em;
- margin-right:0.5em;
- width: 40%;
- clear:both;
- }
- /* 图片独占居左 */
- div.duokan-center {
- font-size: 16px;
- margin: 1em 0em 1em 0em;
- text-align: left;
- width: 100%;
- }
- /* 顶部装饰图 */
- div.bodycontent-box-1 {
- font-size: 16px;
- margin: 0em 0em 1em 0em;
- width: 100%;
- }
- /* 图片无图注100%宽度 */
- img.bodycontent-alone-1 {
- font-size: 16px;
- width: 100%;
- margin-bottom: 0.5em;
- margin-top: 0;
- }
- /* 图片无图注50%宽度 */
- img.bodycontent-alone-3 {
- font-size: 16px;
- width: 50%;
- }
- /* 序言签名图6字宽度 */
- img.bodycontent-title-after {
- font-size: 16px;
- width: 3.5em;
- }
- /* 随文图箭头2.5字宽度 */
- img.bodycontent-title-after-1 {
- font-size: 16px;
- vertical-align: duokan-middle-line;
- width: 2.5em;
- }
- /* 随文图标1.5字宽度 */
- img.bodycontent-title-after-2 {
- font-size: 16px;
- vertical-align: duokan-middle-line;
- width: 1.5em;
- }
- /* 横竖图三张连续框 */
- div.body-gallery1 {
- width: 100%;
- margin-top: 0.5em;
- text-align: center;
- margin-bottom: 0.5em;
- }
- /* 列单兰亭黑 */
- ul.bodycontent-triangle-circle_HJ {
- font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
- font-size: 16px;
- font-weight: normal;
- list-style-type: square;
- margin-left: -1.15em;
- duokan-text-indent: 0em;
- text-indent: 0em;
- }
- img.dobby-imageclip-1{
- position: duokan-image-relative;
- clip: rect(0px, 400px, 261px, 0px);
- }
- /* 默认图注样式居中 */
- p.duokan-note2 {
- font-family: "DK-KAITI", "方正楷体", "华文楷体", "楷体";
- font-size: 14px;
- text-align: center;
- }
- /* 默认图注样式居右 */
- p.duokan-note3 {
- font-family: "DK-KAITI", "方正楷体", "华文楷体", "楷体";
- font-size: 14px;
- text-align: right;
- }
- /* 出版说明 */
- h1.auxiliary-title1_1 {
- font-family: "DK-XIAOBIAOSONG", "方正小标宋简体";
- font-size: 20px;
- text-align: left;
- color: #C88F4C;
- font-weight: normal;
- margin-top: 1.5em;
- margin-bottom: 2.5em;
- border-top: solid;
- border-bottom: solid;
- border-color: #C88F4C;
- border-width: 1px;
- padding: 3px 0px 3px 0px;
- width: 80px;
- }
- /* 序言 */
- h1.auxiliary-title1_xuyan {
- font-family: "DK-XIAOBIAOSONG", "方正小标宋简体";
- font-size: 20px;
- text-align: left;
- color: #C88F4C;
- font-weight: normal;
- margin-top: 1.5em;
- margin-bottom: 2.5em;
- border-top: solid;
- border-bottom: solid;
- border-color: #C88F4C;
- border-width: 1px;
- padding: 3px 0px 3px 0px;
- width: 40px;
- }
- /* 正文兰亭刊黑 */
- p.bodycontent-text-songti_1 {
- font-family: "DK-XIHEITI", "方正兰亭刊黑简体";
- font-size: 16px;
- duokan-text-indent: 2em;
- text-indent: 2em;
- }
- /* 一级标题小标宋居中1 */
- h1.auxiliary-title1_2 {
- font-family: "DK-XIAOBIAOSONG", "方正小标宋简体";
- font-size: 22px;
- text-align: center;
- color: #C88F4C;
- font-weight: normal;
- margin-top: 0em;
- margin-bottom: 1.5em;
- }
- #b {
- background-color: #C88F4C;
- }
- /* 引文仿宋 */
- p.bodycontent-text-FS_1 {
- font-family: "DK-FANGSONG", "方正仿宋", "华文仿宋", "仿宋";
- font-size: 16px;
- font-weight: normal;
- duokan-text-indent: 2em;
- text-indent: 2em;
- color: #000000;
- }
- /* 引文仿宋署名居右 */
- p.bodycontent-text-FS_2 {
- font-family: "DK-FANGSONG", "方正仿宋", "华文仿宋", "仿宋";
- font-size: 16px;
- font-weight: normal;
- text-align: right;
- color: #000000;
- }
- .border-top {
- border-top: 1px solid #000000;
- padding: 0em 0em 1em 0em;
- margin-top: 1.5em;
- margin-left:0em;
- margin-right:0em
- }
- .border-bottom {
- border-top: 1px solid #000000;
- padding: 1em;
- margin-bottom: 1em;
- margin-left:0em;
- margin-right:0em
- }
- /* 大标题 */
- h4.duokan-copyright-title_1 {
- font-size: 22px;
- font-family: "DK-XIHEITI", "方正兰亭刊黑简体";
- font-weight: normal;
- text-align: left;
- color: #000000;
- padding: 0.5em 0.5em 0.5em 0.5em;
- }
- /* 部分小标宋 */
- span.kaiti_1 {
- font-family: "DK-XIAOBIAOSONG", "方正小标宋简体";
- font-size: 18px;
- color: #000000;
- }
- /* 内文四级标题2 */
- h4.chapter-title4_1 {
- font-size: 20px;
- font-family: "DK-XIAOBIAOSONG", "方正小标宋简体";
- font-weight: normal;
- margin-top: 1.5em;
- margin-bottom: 1.5em;
- color: #C88F4C;
- }
- #b1 {
- background-image: url(../Images/t1.png);
- background-repeat: no-repeat;
- background-position: top left;
- background-attachment: fixed;
- background-size: contain;
- padding:0.8em 0 0.1em 3.1em;
- }
- #b2 {
- background-image: url(../Images/t2.png);
- background-repeat: no-repeat;
- background-position: bottom right;
- background-attachment: fixed;
- background-size:66px 50px;
- }
- /* 部分兰亭黑 */
- span.kaiti_2 {
- font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
- font-size: 16px;
- color: #C88F4C;
- }
- /* 正文黑体_1 */
- p.bodycontent-text_1 {
- font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
- font-size: 16px;
- font-weight: normal;
- duokan-text-indent: 2em;
- text-indent: 2em;
- color: #008000;
- }
- /* 代码块-部分斜体加粗_1 */
- span.code-italic-b_1 {
- font-style: italic;
- text-align: center;
- font-weight: bold;
- color: #FF0000;
- font-family: "DK-SERIF", "Palatino";
- }
- /* 正文 */
- p.bodycontent-text-songti_2 {
- font-size: 16px;
- duokan-text-indent: 2em;
- text-indent: 2em;
- }
- /* 引文仿宋顶格 */
- p.bodycontent-text-FS_3 {
- font-family: "DK-FANGSONG", "方正仿宋", "华文仿宋", "仿宋";
- font-size: 16px;
- font-weight: normal;
- duokan-text-indent: em;
- text-indent: em;
- color: #000000;
- }
- /* 引文仿宋署名居右1 */
- p.bodycontent-text-FS_4 {
- font-family: "DK-FANGSONG", "方正仿宋", "华文仿宋", "仿宋";
- font-size: 16px;
- font-weight: normal;
- color: #000000;
- text-align: right;
- }
- /* 一级标题小标宋居中4 */
- h1.auxiliary-title1_3 {
- font-family: "DK-SERIF", "Palatino";
- font-size: 20px;
- text-align: center;
- color: #696969;
- font-weight: normal;
- margin-top: 0em;
- margin-bottom: 0.8em;
- }
- /* 一级标题小标宋居中5 */
- h1.auxiliary-title1_4 {
- font-family: "DK-XIAOBIAOSONG", "方正小标宋简体";
- font-size: 20px;
- text-align: center;
- color: #C88F4C;
- font-weight: normal;
- margin-top: 0em;
- margin-bottom: 0.5em;
- }
- /* 正文宋体2 */
- p.bodycontent-text-songti_3 {
- font-family: "DK-SONGTI", "方正宋三简体", "方正书宋", "宋体";
- font-size: 15px;
- duokan-text-indent: 2em;
- text-indent: 2em;
- }
- /* 一级标题小标宋居中6 */
- h1.auxiliary-title1_5 {
- font-family: "DK-XIAOBIAOSONG", "方正小标宋简体";
- font-size: 20px;
- text-align: center;
- color: #000000;
- font-weight: normal;
- margin-top: 0.5em;
- margin-bottom: 0.5em;
- }
- /* 译后记 */
- h1.auxiliary-title1_xuyan_1 {
- font-family: "DK-XIAOBIAOSONG", "方正小标宋简体";
- font-size: 20px;
- text-align: left;
- color: #C88F4C;
- font-weight: normal;
- margin-top: 1.5em;
- margin-bottom: 2.5em;
- border-top: solid;
- border-bottom: solid;
- border-color: #C88F4C;
- border-width: 1px;
- padding: 3px 0px 3px 0px;
- width: 60px;
- }
- /* 60%字宽度 */
- img.bodycontent-title-after1 {
- width: 60%;
- margin: 0em auto 1em auto;
- text-align: center;
- }
|