|
|
@@ -0,0 +1,146 @@
|
|
|
+.recent-chart-card {
|
|
|
+ width: 207px;
|
|
|
+ text-align: center;
|
|
|
+ margin: 5px;
|
|
|
+ padding: 0;
|
|
|
+
|
|
|
+ .ant-card-head {
|
|
|
+ min-height: 20px;
|
|
|
+ cursor: default;
|
|
|
+ .ant-card-head-title {
|
|
|
+ font-size: 14px;
|
|
|
+ padding: 6px 0;
|
|
|
+ .anticon {
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .ant-card-cover {
|
|
|
+ height: 200px;
|
|
|
+ .cover-body {
|
|
|
+ padding: 10px;
|
|
|
+ .thumb {
|
|
|
+ height: 132px;
|
|
|
+ .deny-body {
|
|
|
+ height: 100%;
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ position: absolute;
|
|
|
+ text-align: center;
|
|
|
+ justify-content: center;
|
|
|
+ flex-direction: column;
|
|
|
+ z-index: 1;
|
|
|
+ .deny-tip {
|
|
|
+ height: 40px;
|
|
|
+ line-height: 40px;
|
|
|
+ background: rgba(218, 218, 218, 0.5);
|
|
|
+ border: 2px solid #aaaaaa;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ cursor: pointer;
|
|
|
+ canvas {
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ .table-default {
|
|
|
+ background-image: url(/images/table-default.png);
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ background-position: center;
|
|
|
+ background-size: contain;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ .chart-default {
|
|
|
+ background-image: url(/images/chart-default.png);
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ background-position: center;
|
|
|
+ background-size: contain;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ cursor: pointer;
|
|
|
+ opacity: .3;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .desc {
|
|
|
+ text-align: left;
|
|
|
+ height: 41px;
|
|
|
+ }
|
|
|
+ .footer {
|
|
|
+ margin-top: 6px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ant-row-flex-bottom {
|
|
|
+ cursor: default;
|
|
|
+ .anticon {
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.recent-dashboard-card {
|
|
|
+ width: 507px;
|
|
|
+ text-align: center;
|
|
|
+ margin: 5px;
|
|
|
+ padding: 0;
|
|
|
+
|
|
|
+ .ant-card-head {
|
|
|
+ min-height: 20px;
|
|
|
+ cursor: default;
|
|
|
+ .ant-card-head-title {
|
|
|
+ font-size: 14px;
|
|
|
+ padding: 6px 0;
|
|
|
+ .anticon {
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .ant-card-cover {
|
|
|
+ height: 247px;
|
|
|
+ .cover-body {
|
|
|
+ padding: 10px;
|
|
|
+ .thumb {
|
|
|
+ height: 182px;
|
|
|
+ cursor: pointer;
|
|
|
+ canvas {
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ .table-default {
|
|
|
+ background-image: url(/images/table-default.png);
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ background-position: center;
|
|
|
+ background-size: contain;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ .dashboard-default {
|
|
|
+ background-image: url(/images/dashboard-default.png);
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ background-position: center;
|
|
|
+ background-size: contain;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ cursor: pointer;
|
|
|
+ opacity: .3;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .desc {
|
|
|
+ text-align: left;
|
|
|
+ height: 41px;
|
|
|
+ }
|
|
|
+ .footer {
|
|
|
+ margin-top: 6px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ant-row-flex-bottom {
|
|
|
+ cursor: default;
|
|
|
+ .anticon {
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|