@CHARSET "UTF-8"; body { margin: 0px; } .list { position: absolute; left: 0px; width: 20%; top: 0px; bottom: 0px; background-color: #fbfafa; font-size: 14px; } .content { position: absolute; top: 0px; bottom: 0px; left: 20%; right: 0px; font: 13px; } .list-header { height: 40px; line-height: 40px; padding-left: 30px; background-color: #e3e3e3; } .list-line { height: 30px; line-height: 30px; padding-left: 40px; cursor: pointer; } .list-line:HOVER { background-color: #f8ebeb; } .card { float: left; width: 17%; height: 150px; margin: 2% 2% 0px 0px; border: 1px solid #e3e3e3; }