This commit is contained in:
walkor 2022-12-05 15:44:23 +08:00
parent ed15bce85b
commit e0e0aa90a8
2 changed files with 7 additions and 3 deletions

View File

@ -9,13 +9,14 @@
<style>
html,body{background-color: whitesmoke}
.layui-fluid{margin-top: 15px;}
.content{min-height: 796px;}
.content{min-height: 1200px;}
.nav{text-align: center;}
.nav button{margin-bottom: 3px;width: 100%;margin-top: 3px;margin-bottom: 3px;border-radius: 1px;}
.nav button:hover{background-color: #5FB878;border: 1px solid #5FB878;color: white;}
.layui-card-body .layui-btn+.layui-btn{margin-left: 0px;}
.code-show{min-height: 454px;}
.js-show{min-height: 200px;}
.code-show{min-height: 700px;}
.js-show{min-height: 360px;}
.layui-card-body {padding: 10px;}
</style>
</head>
<body>

View File

@ -93,6 +93,9 @@ button {
background-color: #36b368 !important;
}
a {
cursor: pointer;
}
/** 左侧菜单 Start **/