From cd594c29a07140764b9f319f79baa65cfc92975c Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期四, 09 三月 2023 16:53:34 +0800 Subject: [PATCH] # --- src/main/webapp/static/css/api_index/api_index.css | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 56 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/css/api_index/api_index.css b/src/main/webapp/static/css/api_index/api_index.css index e69de29..07f55c7 100644 --- a/src/main/webapp/static/css/api_index/api_index.css +++ b/src/main/webapp/static/css/api_index/api_index.css @@ -0,0 +1,56 @@ +html,body,div { + height: 100%; + color: #2c3e50; +} +* { + margin: 0; +} +body { + display: grid; + /*grid-template-columns:2fr 10fr ;*/ +} +/*澶撮儴*/ +.header { + position: fixed; + left: 0; + top: 0; + height: 60px; + width: 100%; + border-bottom: 1px solid #eaecef; + z-index: 999; + background-color: #ffffff; +} + + + +/*渚ц竟鏍�*/ +.siderbar { + position: fixed; + top: 60px; + left: 0; + width: 200px; + border-right: 1px solid #eaecef; + display: inline-block; + float: left; +} + + +.main { + width: auto; + display: inline-block; + float: right; + margin-top: 3.6rem; +} +.main-box { + max-width: 740px; + margin: 0 auto; + padding: 2rem 2.5rem; + /*border: 1px solid #eaecef;*/ +} +h2 { + border-bottom: 1px solid #eaecef; + padding-bottom: 4.8px; +} +h1,h2,h3,h4,h5,h6,p { + margin: 30px auto; +} \ No newline at end of file -- Gitblit v1.9.1