From 6623f323f79ba74e136eb40477bcd0d601e9e0c9 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期六, 11 五月 2024 10:26:45 +0800 Subject: [PATCH] 分页 --- src/books/childHealth/assets/main.less | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 56 insertions(+), 3 deletions(-) diff --git a/src/books/childHealth/assets/main.less b/src/books/childHealth/assets/main.less index 0a808dc..e0fccc2 100644 --- a/src/books/childHealth/assets/main.less +++ b/src/books/childHealth/assets/main.less @@ -164,7 +164,7 @@ } .img { - text-align: center; + text-align: center !important; font-family: "STKaiti"; font-size: 1em; text-indent: 0em; @@ -181,7 +181,7 @@ padding: 0px; } .center { - text-align: center; + text-align: center !important; margin-left: 0%; margin-right: 0%; text-indent: 0em; @@ -331,6 +331,9 @@ .tl { text-align: left !important; } + .tl-ri { + text-align: right !important; + } .tl-ju { text-align: justify; } @@ -423,6 +426,9 @@ .t0 { text-indent: 0; } + .t2 { + text-indent: 2em; + } .m0-t0 { margin: 0; text-indent: 0 !important; @@ -486,7 +492,7 @@ display: flex; justify-content: flex-end; align-items: flex-end; - margin-bottom: 45px; + margin-bottom: 28px; } .page-header-text { color: #616161; @@ -522,6 +528,9 @@ .mb-80 { margin-bottom: 80px !important; } + .mr-20 { + margin-right: 20px; + } .ml-30 { margin-left: 30px; } @@ -530,6 +539,50 @@ font-family: "STKaiti"; line-height: 1.5em; } + .dl-bl { + display: inline-block; + } + .mt-10 { + margin-top:10px + } + .w100 { + width: 100% !important; + } + .primary-color { + color: #15c0f2; + } + .video-border { + border:1px dotted #15c0f2 + } + .fm-st { + font-family: "STKaiti"; + } + .btn { + cursor: pointer; + width: 30px; + } + .table-br-color { + border-color:#e9e9e9 + } + .span-border { + margin-left: -13px; + display: block; + width: 104%; + margin-top: 20px; + border-bottom: 2px dotted #1eb9ee; + border-radius: 10px; + } + .wh-no { + white-space: nowrap; + } + .annotation-border { + margin: 20px 0; + width: 150px; + border: 1px solid #00aeef; + } + .word-break-all { + word-break: break-all; + } } body { -- Gitblit v1.9.1