@import '../../c/config'; @import '../../c/function'; @import './c/common'; .g-r { text-align: center; margin: 40px 19px 20px; width: calc(100vw - 60px); height: calc(100vh - 140px); .title { padding: 10px; font-size: 22px; font-family: PingFang SC; font-weight: 800; color: #ffffff; display: flex; align-items: center; img { display: block; margin-right: 5px; } span { display: block; } } .tb { position: relative; height: calc(100vh - 220px); overflow-y: auto; @include scrollBar; .m-pagination { position: absolute; box-sizing: border-box; right: 0; bottom: 0; width: 100%; height: 40px; display: flex; justify-content: flex-end; /deep/ .el-pagination.is-background .el-pager li:not(.disabled).active { background: #0266d1; color: #000d3f; } /deep/ .el-pagination .el-pager li { background: #002e74; } /deep/ .el-pagination .btn-prev { background: #002e74; } /deep/ .el-pagination .btn-next { background: #002e74; } } } }