|
@@ -3,6 +3,113 @@
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
+.in-iframe .dataMart {
|
|
|
+ padding: 24px;
|
|
|
+}
|
|
|
+.in-iframe .dataMart .middle {
|
|
|
+ margin-top: 16px;
|
|
|
+ background: #fff;
|
|
|
+ border-radius: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.in-iframe .dataMart .list_container {
|
|
|
+ padding: 24px 32px 80px;
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+.in-iframe .dataMart .list_container .list_content {
|
|
|
+ width: auto;
|
|
|
+}
|
|
|
+.in-iframe .dataMart .list_container .cornerMark {
|
|
|
+ border-radius: 8px 0px 16px 0px;
|
|
|
+}
|
|
|
+.in-iframe .dataMart .list_container .list .item {
|
|
|
+ border: 1px solid #ECECEC;
|
|
|
+ border-radius: 8px;
|
|
|
+}
|
|
|
+.in-iframe .dataMart .middle .tabs_box {
|
|
|
+ position: relative;
|
|
|
+ padding: 0 32px;
|
|
|
+ justify-content: flex-start;
|
|
|
+ height: 53px;
|
|
|
+ width: auto;
|
|
|
+ line-height: 53px;
|
|
|
+ border-bottom: 1px solid #ECECEC;
|
|
|
+}
|
|
|
+.in-iframe .dataMart .middle .tabs_box .keys_desc {
|
|
|
+ position: absolute;
|
|
|
+ right: 32px;
|
|
|
+}
|
|
|
+.in-iframe .dataMart .middle .tabs_box>div {
|
|
|
+ margin-left: 16px;
|
|
|
+ width: 904px;
|
|
|
+ height: 100%;
|
|
|
+ justify-content: normal;
|
|
|
+}
|
|
|
+.in-iframe .dataMart .middle .tabs_box>div a {
|
|
|
+ line-height: 53px;
|
|
|
+ padding: 0;
|
|
|
+ margin: 0 16px;
|
|
|
+}
|
|
|
+.in-iframe .dataMart .middle .tabs_box>div .active {
|
|
|
+ border-bottom: 2px solid #2ABED1;
|
|
|
+ color: #2ABED1;
|
|
|
+ border-radius: initial;
|
|
|
+ background-color: unset;
|
|
|
+}
|
|
|
+.header-in-frame {
|
|
|
+ position: relative;
|
|
|
+ padding: 24px 0 24px 32px;
|
|
|
+ height: 130px;
|
|
|
+ background: url(/images/dataSmt/in-frame-bg.png) no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.dataMart .header.header-in-frame .header-in-frame-right {
|
|
|
+ position: absolute;
|
|
|
+ right: 0;
|
|
|
+ top: 0;
|
|
|
+ width: 620px;
|
|
|
+ height: 130px;
|
|
|
+ background: url(/images/dataSmt/in-frame-bg-right.png) no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ pointer-events: none;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.header-in-frame .jy-dataMart-search {
|
|
|
+ position: unset;
|
|
|
+ width: 1200px;
|
|
|
+ transform: none;
|
|
|
+ background: transparent;
|
|
|
+ z-index: 1;
|
|
|
+}
|
|
|
+.header-in-frame .jy-dataMart-search .ser {
|
|
|
+ width: 692px;
|
|
|
+ height: 42px;
|
|
|
+ border: 2px solid #2ABED1;
|
|
|
+}
|
|
|
+
|
|
|
+.header-in-frame .jy-dataMart-search .btn {
|
|
|
+ width: 128px;
|
|
|
+ height: 42px;
|
|
|
+ background: #2CB7CA;
|
|
|
+ font-size: 18px;
|
|
|
+}
|
|
|
+
|
|
|
+.header-in-frame .jy-dataMart-search .search {
|
|
|
+ margin: unset;
|
|
|
+}
|
|
|
+
|
|
|
+.dataMart .header-in-frame .hotkeywords {
|
|
|
+ position: relative;
|
|
|
+ margin-top: 0;
|
|
|
+ margin: unset;
|
|
|
+ height: 40px;
|
|
|
+}
|
|
|
+.dataMart .header-in-frame .hotkeywords .content {
|
|
|
+ line-height: 39px;
|
|
|
+}
|
|
|
+
|
|
|
.dataMart .header img {
|
|
|
width: 100%;
|
|
|
}
|
|
@@ -484,4 +591,38 @@ color: #1D1D1D;
|
|
|
.dataMart .dataMart_dialog .content .table_box{
|
|
|
height: 400px;
|
|
|
}
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 1248px) {
|
|
|
+ .dataMart {
|
|
|
+ overflow: hidden;
|
|
|
+ }
|
|
|
+ .dataMart .tabs_box {
|
|
|
+ width: 1012px;
|
|
|
+ }
|
|
|
+ .in-iframe .dataMart .middle .tabs_box>div {
|
|
|
+ margin-left: 0;
|
|
|
+ width: auto;
|
|
|
+ }
|
|
|
+ .dataMart .tabs_box div a {
|
|
|
+ padding: 8px 16px;
|
|
|
+ }
|
|
|
+ .dataMart .list_container {
|
|
|
+ width: auto;
|
|
|
+ margin: 20px auto 0;
|
|
|
+ }
|
|
|
+ .dataMart .list_container .list_content {
|
|
|
+ width: auto;
|
|
|
+ }
|
|
|
+ .dataMart .list_container .list_content .list .item {
|
|
|
+ margin-right: 20px;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ width: 296px;
|
|
|
+ }
|
|
|
+ .dataMart .list_container .list_content .list .item:nth-child(3n) {
|
|
|
+ margin-right: 0;
|
|
|
+ }
|
|
|
+ .dataMart .dataMart_pagination {
|
|
|
+ transform: translateX(-12px);
|
|
|
+ }
|
|
|
}
|