严智鑫
2025-03-14 cb7d1e60a0100179414cf9c406f6b936696dbee5
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
.portal{
    padding:0;
    margin:0;
    border:1px solid #99BBE8;
    overflow:auto;
}
.portal-noborder{
    border:0;
}
.portal-panel{
    margin-bottom:10px;
}
.portal-column-td{
    vertical-align:top;
}    
.portal-column{
    padding:10px 0 10px 10px;
    overflow:hidden;
}
.portal-column-left{
    padding-left:10px;
}
.portal-column-right{
    padding-right:10px;
}
.portal-proxy{
    opacity:0.6;
    filter:alpha(opacity=60);
}
.portal-spacer{
    border:3px dashed #eee;
    margin-bottom:10px;
}