save
This commit is contained in:
parent
ed15bce85b
commit
e0e0aa90a8
@ -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>
|
||||
|
@ -93,6 +93,9 @@ button {
|
||||
background-color: #36b368 !important;
|
||||
}
|
||||
|
||||
a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/** 左侧菜单 Start **/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user