|
@@ -0,0 +1,126 @@
|
|
|
+#appBody.light .static-main {
|
|
|
+ background: #fff;
|
|
|
+ border-color: #36348e;
|
|
|
+ border-radius: 12px;
|
|
|
+ flex: 0 0 130px;
|
|
|
+ margin-right: 5px;
|
|
|
+ transition: 0.25s;
|
|
|
+}
|
|
|
+#appBody.light .static-main .icon i {
|
|
|
+ background: #36348e;
|
|
|
+ border-color: #808080;
|
|
|
+ transition: 0.25s;
|
|
|
+}
|
|
|
+#appBody.light .static-main .icon i svg use {
|
|
|
+ fill: #fff;
|
|
|
+ transition: 0.25s;
|
|
|
+}
|
|
|
+#appBody.light .static-main .info .value {
|
|
|
+ color: #36348e;
|
|
|
+ transition: 0.25s;
|
|
|
+}
|
|
|
+#appBody.light .static-items {
|
|
|
+ background: #fff;
|
|
|
+ margin-right: 4px;
|
|
|
+ border-radius: 12px;
|
|
|
+ transition: 0.25s;
|
|
|
+}
|
|
|
+#appBody.light .static-items .static-items-title {
|
|
|
+ color: #36348e;
|
|
|
+ font-weight: 700;
|
|
|
+ transition: 0.25s;
|
|
|
+}
|
|
|
+#appBody.light .static-items .items .item {
|
|
|
+ margin-left: 4px;
|
|
|
+ border-radius: 12px;
|
|
|
+ background: rgba(128, 128, 128, 0.15);
|
|
|
+ transition: 0.25s;
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
+#appBody.light .static-items .items .item .title {
|
|
|
+ color: #36348e;
|
|
|
+ font-weight: 700;
|
|
|
+ transition: 0.25s;
|
|
|
+}
|
|
|
+#appBody.light .power-benchmarking-page .top .top-left .top-left-header .header-right > div.active,
|
|
|
+#appBody.light .power-benchmarking-page .top .top-left .top-left-header .header-right > div:hover {
|
|
|
+ background: rgba(54, 52, 142, 0.2);
|
|
|
+ border-color: #36348e;
|
|
|
+ color: #36348e;
|
|
|
+ transition: 0.25s;
|
|
|
+}
|
|
|
+#appBody.light .power-benchmarking-page .top .top-right .rank-title::before {
|
|
|
+ background: linear-gradient(135deg, rgba(54, 52, 142, 0.4), transparent, transparent, transparent, rgba(54, 52, 142, 0.4));
|
|
|
+}
|
|
|
+#appBody.light .power-benchmarking-page .top .top-right .rank-title {
|
|
|
+ border-color: #36348e;
|
|
|
+ color: #36348e;
|
|
|
+ transition: 0.25s;
|
|
|
+}
|
|
|
+#appBody.light .power-benchmarking-page .top .top-right .rank-title .border {
|
|
|
+ border-color: #36348e;
|
|
|
+ transition: 0.25s;
|
|
|
+}
|
|
|
+#appBody.light .power-benchmarking-page .top .top-right .rank-table.el-table thead tr th {
|
|
|
+ background: #F0F0F0;
|
|
|
+ color: #000;
|
|
|
+ font-weight: 700;
|
|
|
+ transition: 0.25s;
|
|
|
+}
|
|
|
+#appBody.light .power-benchmarking-page .top .top-right .rank-block {
|
|
|
+ border-color: #36348e;
|
|
|
+ background: rgba(54, 52, 142, 0.2);
|
|
|
+ transition: 0.25s;
|
|
|
+}
|
|
|
+#appBody.light .power-benchmarking-page .top .top-right .rank-table {
|
|
|
+ border-color: #36348e;
|
|
|
+ transition: 0.25s;
|
|
|
+}
|
|
|
+#appBody.light .top-right .el-table__body-wrapper {
|
|
|
+ background: #fff;
|
|
|
+ transition: 0.25s;
|
|
|
+}
|
|
|
+#appBody.light .main-body .el-table td,
|
|
|
+#appBody.light .main-body .custom-table.el-table td {
|
|
|
+ color: #000;
|
|
|
+ font-weight: 700;
|
|
|
+ transition: 0.25s;
|
|
|
+}
|
|
|
+#appBody.light .main-body .el-table tr:hover td,
|
|
|
+#appBody.light .main-body .custom-table.el-table tr:hover td {
|
|
|
+ color: #36348e;
|
|
|
+ font-weight: 700;
|
|
|
+ transition: 0.25s;
|
|
|
+}
|
|
|
+#appBody.light .power-benchmarking-page .top .top-right .rank-table.el-table.el-table--striped .el-table__body tr.el-table__row--striped td {
|
|
|
+ background: rgba(54, 52, 142, 0.1);
|
|
|
+ transition: 0.25s;
|
|
|
+}
|
|
|
+#appBody.light .power-benchmarking-page .top .top-right .rank-table.el-table.el-table--striped .el-table__body tr.el-table__row--striped:hover td {
|
|
|
+ background: rgba(54, 52, 142, 0.1) !important;
|
|
|
+ transition: 0.25s;
|
|
|
+}
|
|
|
+#appBody.light .top-left .el-table table {
|
|
|
+ background: #fff;
|
|
|
+ transition: 0.25s;
|
|
|
+}
|
|
|
+#appBody.light .top-left .el-table th,
|
|
|
+#appBody.light .top-left .el-table td {
|
|
|
+ font-weight: bold;
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
+#appBody.light .top-left .el-table thead tr:first-child th {
|
|
|
+ background: #F0F0F0;
|
|
|
+ color: #000;
|
|
|
+ transition: 0.25s;
|
|
|
+}
|
|
|
+#appBody.light .top-left .el-table thead tr:last-child th {
|
|
|
+ background: #F0F0F0;
|
|
|
+ color: #000;
|
|
|
+ transition: 0.25s;
|
|
|
+}
|
|
|
+#appBody.light .top-left .el-table th.light,
|
|
|
+#appBody.light .top-left .el-table td.light {
|
|
|
+ color: #36348e !important;
|
|
|
+ transition: 0.25s;
|
|
|
+}
|