* Finish task #9102.

This commit is contained in:
hufangzhou
2021-01-28 16:06:09 +08:00
parent e5742b0206
commit d1a4c28e5f
9 changed files with 58 additions and 22 deletions
+7 -1
View File
@@ -13,7 +13,13 @@
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<?php if($lang->navGroup->doc == 'doc'):?>
<style>#mainHeader{height: 0px;}</style>
<style>
#subHeader {margin-top: -50px; background-color: rgba(0,0,0,0);}
#pageActions .btn-link { color: #84a2e2; font-size: 14px; line-height: 18px; border: #84a2e2 1px solid;}
.header-angle-btn {padding: 0;}
.header-angle-btn .btn{padding: 6px 12px;}
.header-angle-btn+.header-angle-btn::after, .header-angle-btn+.header-angle-btn::before {top: -40px;}
</style>
<?php endif;?>
<?php echo css::internal($keTableCSS);?>
<style>.detail-content .file-image {padding: 0 50px 0 10px;}</style>