菜单页面嵌入

This commit is contained in:
2023-05-08 15:39:30 +08:00
parent 0ad2d6fffd
commit f5c03864d9
43 changed files with 825 additions and 42 deletions

View File

@@ -39,13 +39,22 @@
background-color: #e5e5e5;
}
.body-conatiner
_fj()
_wh(100%, calc(100% - 61px))
.side-bar-container
_wh(120px, 100%)
border-right solid 1px #e6e6e6
.main-container
_wh(calc(100% - 120px), 100%)
.site_container
_wh(100%, calc(100% - 82px))
overflow hidden
.left_side
_wh(2.72rem, 100%)
.right_side
_wh(calc(100% - 2.72rem), 100%)
_wh(100%, 100%)
.filter-table
width 100%

View File

@@ -15,10 +15,6 @@ time, mark, audio, video, input, button {
padding: 0;
border: none;
outline: none;
/* font-size: 0.14rem;
line-height: inherit;
color: #464646;
font-weight: normal; */
}
/* HTML5 display-role reset for older browsers */
@@ -56,7 +52,6 @@ table {
/* custom */
a,a:link,a:visited,a:active {
color: #7e8c8d;
text-decoration: none;
-webkit-backface-visibility: hidden;
}