@import "~@less/mixin.less"; .mainHistory { position: fixed; margin-left: -500px; left: 50%; width: 1000px; top: 7%; bottom: 7%; height: 86%; background-color: #fff; z-index: 242; overflow: hidden; .close { position: absolute; top: 0; right: 0; cursor: pointer; } .mainHistoryLeft { width: 300px; height: 100%; background: #d2d1d1; position: relative; float: left; .title { height: 80px; line-height: 80px; padding: 0 20px; position: absolute; top: 0; left: 0; width: 100%; background: #d2d1d1; } .his { font-size: 18px; } .sort { float: right; cursor: pointer; img { vertical-align: middle; width: 15px; height: 15px; } } .lists { padding-top: 80px; box-sizing: border-box; overflow-y: auto; height: 100%; span { display: inline-block; max-width: 130px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } li { height: 54px; line-height: 54px; padding: 0 10px; font-size: 14px; cursor: pointer; border: 1px solid transparent; } li:hover { border: 1px solid #66afe9; border: 1px solid #66afe9\0; } .time { float: right; } .bgc { background-color: #fff; } .quote { width: 50px; height: 22px; line-height: 22px; border-radius: 15px; border: 0 none; color: #fff; background-color: @template-color; float: right; margin-top: 16px; font-size: 12px; // display: none; outline: none; margin-left: 10px; } .quoteShow { display: block; } .quoteHide { display: none; } } } .mainHistoryRight { // margin-left: 300px; // position: absolute; overflow: auto; height: 100%; padding-top: 40px; // top: 42px; float: left; } .closeHis { width: 700px; height: 40px; margin-left: 300px; position: absolute; z-index: 9999; // border-bottom: 1px solid #EAEDF1; } }