48 lines
863 B
CSS
48 lines
863 B
CSS
|
|
@charset "utf-8";
|
||
|
|
html,body{
|
||
|
|
height:100%;
|
||
|
|
}
|
||
|
|
#left {
|
||
|
|
float: left;
|
||
|
|
width: 30%;
|
||
|
|
height:100%;
|
||
|
|
border-right-width: 1%;
|
||
|
|
border-top-style: none;
|
||
|
|
border-right-style: none;
|
||
|
|
border-bottom-style: none;
|
||
|
|
border-right-style: solid;
|
||
|
|
border-right-color: #CCC;
|
||
|
|
}
|
||
|
|
#left #leftInnert {
|
||
|
|
margin: 10px;
|
||
|
|
}
|
||
|
|
#right {
|
||
|
|
float: left;
|
||
|
|
width: 68%;
|
||
|
|
height:100%;
|
||
|
|
}
|
||
|
|
#right iframe{
|
||
|
|
width:100%;
|
||
|
|
}
|
||
|
|
#left .sortTitle {
|
||
|
|
font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
|
||
|
|
font-size: 16px;
|
||
|
|
line-height: 40px;
|
||
|
|
color: #333333;
|
||
|
|
height: 40px;
|
||
|
|
text-align: left;
|
||
|
|
text-indent: 20px;
|
||
|
|
border-bottom-width: 1px;
|
||
|
|
border-top-style: none;
|
||
|
|
border-right-style: none;
|
||
|
|
border-bottom-style: solid;
|
||
|
|
border-left-style: none;
|
||
|
|
border-bottom-color: #CCCCCC;
|
||
|
|
}
|
||
|
|
#left .sortTitle:before{
|
||
|
|
content: "\e675";
|
||
|
|
font-size: 22px;
|
||
|
|
margin-right:5px;
|
||
|
|
font-family: iconfont;
|
||
|
|
}
|