zhao
2021-06-04 c7ec496f9e41c2227103b3ef776e4a3f91bce6b2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
.beg-layout-container{
    /*min-width: 1024px;*/
}
.beg-layout-container .beg-layout-main{
    position: absolute;
}
.beg-layout-container .beg-layout-header{
    background-color: #FFFFFF;
    height: 55px;
    position: fixed;
    width: 100%;
    min-width: 800px;
    border-bottom: 5px solid #1AA094;
}
.beg-layout-container .beg-layout-header .beg-layout-logo{
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
.beg-layout-container .beg-layout-header .beg-layout-side-toggle{
    position: absolute;
    cursor: pointer;
    z-index: 19940201;
    left: 200px;
    color: white;
    text-align: center;
    width: 30px;
    height: 30px;
    background-color: #1AA094;
    line-height: 30px;
    top: 25%;
}
.beg-layout-container .beg-layout-header .beg-layout-side-toggle:hover{
    background-color: #5FB878;
}
.beg-layout-container .beg-layout-header .beg-layout-menu{
    top: 0;
    left:230px;
}
.beg-layout-header .beg-layout-menu .beg-layout-nav{
    background: none;
}
.beg-layout-header .beg-layout-menu .beg-layout-nav .layui-nav-item{
    line-height: 60px;
}
.beg-layout-header .beg-layout-menu .beg-layout-nav .layui-nav-item .layui-nav-more{
    top:27px
}
.beg-layout-header .beg-layout-menu .beg-layout-nav .layui-nav-item .layui-nav-mored{
    top:20px
}
.beg-layout-header .beg-layout-menu .beg-layout-nav .layui-this{
    color: #FFFFFF;
    background-color: #4E5465;
}
.beg-layout-header .beg-layout-menu .beg-layout-nav .layui-this:after,.beg-layout-header .layui-nav-bar{
    background-color: #4E5465;
}
.beg-layout-header .beg-layout-menu .beg-layout-nav .layui-nav-item a{
    color: #393D49;
}
.beg-layout-header .beg-layout-menu .beg-layout-nav .layui-this a{
    color: #FFFFFF;
}
.beg-layout-header .beg-layout-menu .beg-layout-nav .layui-nav-item a:hover{
    color: #FFFFFF;
    background-color: #4E5465;
}
.beg-layout-header .beg-layout-panel{
    right: 10px;
}
.beg-layout-header .beg-layout-panel .beg-layout-nav{
    background: none;    
}
.beg-layout-header .beg-layout-panel .beg-layout-nav a{
    color: #393D49;
}
.beg-layout-header .beg-layou-head{
    
}
.beg-layout-header .beg-layou-head img{
    width: 40px; height: 40px; border-radius: 100%;    
}
 
.beg-layout-container .beg-layout-side{
    background-color: #393D49;
    color: #FFFFFF;
    top: 60px;
}
.beg-layout-container .beg-layout-body{
    top: 60px;
    height: auto;
}
.beg-layout-container .beg-layout-body .layout-nav-card cite{
    font-style: normal;
    padding-left: 5px;    
}
.beg-layout-body iframe{
    width: 100%;
    border: 0;
    height: 99.5%;
}
.beg-layout-container .beg-layout-footer{
    line-height: 44px;
    text-align: center;
}
 
.layout-tab-contextmenu {width: 135px; background-color: #CCCCCC;position: absolute; z-index: 19940201;display: none;}
.layout-tab-contextmenu .layui-nav{
    padding: 5px 3px;
}
.layout-tab-contextmenu .layui-nav .layui-nav-item{
    line-height: 27px;width: 100%;
}
.layout-tab-contextmenu .layui-nav .layui-nav-item:hover{
    background-color: #5FB878;
}
.layout-tab-contextmenu .layui-nav .layui-nav-item a{
    text-align: left;
}
 
.layout-tab-contextmenu .layui-nav .layui-this:after, .layout-tab-contextmenu  .layui-nav-bar { 
    transition: none; -webkit-transition:none; background: none; 
    }
.admin-contextmenu{
    position: absolute;line-height: 36px;padding: 5px 0;
    border: 1px solid #d2d2d2;background-color: white;z-index: 19940201;border-radius: 2px;white-space: nowrap;top:30px;
    /*width: 100px;height: 200px; */
}
.admin-contextmenu ul li{
    padding: 0 15px;
}
.admin-contextmenu ul li:hover{
    background-color: #eee;
    cursor: pointer;
}
 
@media screen and (max-width: 1024px) {
    .beg-layout-menu cite{
        display: none;
    }
    
}