From e6a6fb8d27b14581ae771325c1b99ee26d6618dd Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 19 三月 2020 18:19:06 +0800 Subject: [PATCH] 2020-03-19 --- src/tabviews/zshare/normalTable/index.scss | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 50 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/normalTable/index.scss b/src/tabviews/zshare/normalTable/index.scss index 53cb0f4..b3e2535 100644 --- a/src/tabviews/zshare/normalTable/index.scss +++ b/src/tabviews/zshare/normalTable/index.scss @@ -40,6 +40,56 @@ z-index: 1; word-wrap: break-word; word-break: break-word; + + .content-fence { + position: relative; + width: 100%; + word-wrap: break-word; + word-break: break-word; + + .content-fence-top { + position: relative; + word-wrap: break-word; + word-break: break-word; + width: 100%; + text-align: center; + margin-bottom: 5px; + + img { + max-width: 100%; + } + img + img { + margin-left: 10px; + } + } + .content-fence-bottom { + position: relative; + word-wrap: break-word; + word-break: break-word; + width: 100%; + } + .content-fence-left { + position: relative; + display: inline-block; + word-wrap: break-word; + word-break: break-word; + width: calc(50% - 5px); + + img { + max-width: 100%; + } + img + img { + margin-top: 10px; + } + } + .content-fence-right { + position: relative; + float: right; + word-wrap: break-word; + word-break: break-word; + width: calc(50% - 5px); + } + } } .picture-col { img { -- Gitblit v1.8.0