4
hao
2025-04-16 c5fb1fbcbb2bf4d511773d348f9ef625855c61fc
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
.main-layout-tab {
    margin-top: 0;
}
.main-layout-tab .layui-tab-title {
    border-bottom: 1px solid #f0f0f0;
    z-index: 98;
    background: #fff;
}
.main-layout-tab.layui-tab-brief > .layui-tab-title .layui-this {
    color: #00b5f9;
}
.main-layout-tab.layui-tab-brief > .layui-tab-more li.layui-this:after,
.main-layout-tab.layui-tab-brief > .layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 3px solid #00b5f9;
}
.main-layout-tab .welcome .layui-tab-close {
    display: none;
}
.main-layout-tab .layui-tab-content {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 41px;
    z-index: 97;
    background: #f5f5f5;
    padding: 0;
    box-sizing: border-box;
}
.main-layout-tab .layui-tab-content .layui-tab-item {
    width: 100%;
    height: 100%;
    background: #fff;
}
 
.iframe {
    border: 0;
}