.recordsbox { width: 100%; height: 100%; display: flex; flex-direction: column; } .search { box-sizing: border-box; padding: 0 36px; width: 100%; height: 32px; margin-top: 14px; form { width: 100%; height: 32px; display: flex; justify-content: space-around; .searchParams { width: 22%; } .btn { width: 5%; } nz-select { color: rgba(145, 204, 255, 0.95); } nz-range-picker { background-color: rgba(0, 0, 0, 0); width: 97%; } } } .content { flex: 1; display: flex; flex-direction: column; overflow: hidden; .title { margin: 13px 0; width: 100%; height: 64px; box-sizing: border-box; padding: 0 28px; } .chartsbox { width: 100%; display: flex; justify-content: center; .chart { width: 97%; height: 360px; border: 0px; box-shadow: 0 0 26px 0px #1a7fd7 inset; box-sizing: border-box; padding: 18px 26px; display: flex; div { display: flex; flex-direction: column; span { font-family: titlefont; display: flex; align-items: center; height: 28px; color: #bee1ff; font-size: 16px; } div { flex: 1; } .piechart {} .barchart { // border: 1px solid rgba(145, 204, 255, 0.95); } } .leftbox { width: 360px; position: relative; .centerContent { position: absolute; top: 42%; left: 11%; width: 170px; div { text-align: center; } .numname { font-family: titlefont; color: #bee1ff; } .num { color: #FFFFFF; font-size: 42px; text-shadow: 0px 0px 16px #3A9AFF; font-weight: bold; height: 49px; line-height: 50px; } } } .rightbox { flex: 1; position: relative; .btnbox { position: absolute; right: 5px; top: 5px; display: flex; flex-direction: row; z-index: 999; button { border: 1px solid #91CCFF; color: #91CCFF; border-radius: 0px; box-shadow: 0 0 5px 0 #2399FF inset; background: none; } .rankingBtn { margin-right: 16px; } .selectedbtn { background: linear-gradient(180deg, #000D21 0%, #001331 27%, #2399FF 100%); color: white; } } } } } .tablebox { flex: 1; display: flex; flex-direction: column; align-items: center; overflow: hidden; .table { color: white; flex: 1; width: 96%; display: flex; flex-direction: column; overflow: hidden; .th { height: 38px; line-height: 38px; background: rgba(35, 153, 255, 0.2); border: 1px solid rgba(35, 217, 255, 0.4); box-shadow: 0 0 3px 0 rgba(35, 217, 255, 0.4) inset; color: #23D9FF; } .tbody { flex: 1; overflow-y: auto; .tr { height: 38px; line-height: 38px; border-bottom: 1px solid #0d3761; div { color: #91CCFF; .look { color: #36A2FF; cursor: pointer; } } } } } .pagination { margin: 15px 0; display: flex; align-items: center; justify-content: center; } ::-webkit-scrollbar { width: 0px; } } }