.wraper {
width: 100%;
height: 100%;
overflow: hidden;
display: -webkit-box;
-moz-box-orient: vertical;
-webkit-box-orient: vertical;
}
.header,.footer{
width: 100%;
height: 120rpx;
line-height: 120rpx;
font-family: Monaco; font-size: 9pt;">#fff;
text-align: center;
}
.section {
display: -webkit-box;
width: 100%;
-webkit-box-flex: 1;
}
.left {
-webkit-box-flex: 1;
width: 400rpx;
overflow: auto;
font-family: Monaco; font-size: 9pt;">#fff;
}
.right {
-webkit-box-flex: 1;
overflow: auto;
}
.row {
width: 100%;
height: 90rpx;
border-top: 1rpx solid #ccc;
}