.report-media { height: 100%; display: flex; display: -webkit-flex; justify-content: space-between; align-items: stretch; } .report-media-left { width: 220px; background-color: #fff; flex: none; padding: 10px; border-right: 1px solid #eee; overflow: auto; } .report-media-left::-webkit-scrollbar-track-piece { background: rgba(51, 51, 51, 0.2); border-radius: 20px; } .report-media-left::-webkit-scrollbar { width: 5px; height: 5px; } .report-media-left::-webkit-scrollbar-thumb { background: rgba(136, 136, 136, 0.4); border-radius: 20px; } .report-media-left::-webkit-scrollbar-thumb:hover { background: #b6b6b6; } .report-media-body { position: relative; } .report-media-body .qoth-wdk-autoheight { left: 0; top: 90px; } .report-media-body .qoth-wdk-autoheight::-webkit-scrollbar-track-piece { background: rgba(51, 51, 51, 0.2); border-radius: 20px; } .report-media-body .qoth-wdk-autoheight::-webkit-scrollbar { width: 5px; height: 5px; } .report-media-body .qoth-wdk-autoheight::-webkit-scrollbar-thumb { background: rgba(136, 136, 136, 0.4); border-radius: 20px; } .report-media-body .qoth-wdk-autoheight::-webkit-scrollbar-thumb:hover { background: #b6b6b6; } .report-hidden-details { border: none; background: none; font-size: 12px; color: #aaa; float: right; font-weight: normal; } .report-hidden-details i { font-size: 12px; } .report-hidden-details:hover { color: #076de0; } .report-search { border: 1px solid #ccc; border-radius: 5px; position: relative; height: 32px; transition: box-shadow 0.2s; } .report-search:hover { box-shadow: 0 3px 6px #ccc; } .report-search input { padding: 0 25px 0 10px; border: none; background: none; height: 100%; width: 100%; } .report-search i { cursor: pointer; font-size: 14px; color: #444; position: absolute; right: 8px; top: 5px; } .report-search i:hover { color: #076de0; } .report-details { font-size: 13px; line-height: 1.6; color: #888; } .report-details > h4 { font-size: 13px; color: #333; font-weight: bold; } .report-details > h5 { font-weight: bold; font-size: 15px; color: #444; } .report-details p a { color: #348ef8; } .report-details p a:hover { color: #076de0; } .report-details p a.report-current { color: #333; pointer-events: none; } .report-hidden-text { display: inline-block; vertical-align: bottom; width: 88px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .report-img { background-color: #F9FAFA; border-radius: 10px; padding: 30px 0; text-align: center; margin: 20px 0; } .report-media-right { width: 200px; flex: none; padding: 10px; border-left: 1px solid #eee; }