|
@@ -0,0 +1,281 @@
|
|
|
+.zoombox {
|
|
|
+ position: fixed;
|
|
|
+ z-index: 99999;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ bottom: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ background-color: #14111f;
|
|
|
+}
|
|
|
+
|
|
|
+.page {
|
|
|
+ overflow: hidden;
|
|
|
+ background-image: url(../images/bg.png);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ color: #ffffff;
|
|
|
+ width: 1920px;
|
|
|
+ height: 810px;
|
|
|
+}
|
|
|
+
|
|
|
+.header {
|
|
|
+ width: calc(100% - 50px);
|
|
|
+ height: 75px;
|
|
|
+ position: relative;
|
|
|
+ color: #ffffff;
|
|
|
+ background-image: url(../images/header.png);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ padding: 0 25px;
|
|
|
+ margin-top: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.header-box {
|
|
|
+ height: 75px;
|
|
|
+ line-height: 75px;
|
|
|
+ font-size: 22px;
|
|
|
+}
|
|
|
+
|
|
|
+.header-box .header-left {
|
|
|
+ width: 505px;
|
|
|
+ height: 75px;
|
|
|
+ line-height: 75px;
|
|
|
+ display: inline-block;
|
|
|
+ text-align: right;
|
|
|
+}
|
|
|
+
|
|
|
+.header-box .header-left span {
|
|
|
+ font-size: 20px;
|
|
|
+ font-family: Source Han Sans CN;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #FFFFFF;
|
|
|
+ margin-left: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.header-box .title {
|
|
|
+ width: 860px;
|
|
|
+ height: 75px;
|
|
|
+ line-height: 75px;
|
|
|
+ display: inline-block;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 32px;
|
|
|
+ font-family: Source Han Sans CN;
|
|
|
+ font-weight: 800;
|
|
|
+ color: #FFFFFF;
|
|
|
+}
|
|
|
+
|
|
|
+.header-right {
|
|
|
+ width: 505px;
|
|
|
+ height: 75px;
|
|
|
+ line-height: 75px;
|
|
|
+ display: inline-block;
|
|
|
+ font-size: 20px;
|
|
|
+ font-family: Source Han Sans CN;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #FFFFFF;
|
|
|
+}
|
|
|
+
|
|
|
+.main {
|
|
|
+ width: calc(1920px - 50px);
|
|
|
+ height: 690px;
|
|
|
+ margin: 10px 25px 20px 25px;
|
|
|
+}
|
|
|
+
|
|
|
+.main .monitor-video {
|
|
|
+ width: 243px;
|
|
|
+ height: 690px;
|
|
|
+ display: inline-block;
|
|
|
+ background: url(../images/monitor-bg.png);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.main .monitor-left {
|
|
|
+ float: left !important;
|
|
|
+}
|
|
|
+
|
|
|
+.main .monitor-right {
|
|
|
+ // float: right !important;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.main .monitor-video .header-box {
|
|
|
+ height: 40px;
|
|
|
+ line-height: 40px;
|
|
|
+ padding-left: 20px;
|
|
|
+ font-size: 15px;
|
|
|
+ font-family: Source Han Sans CN;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #FFFFFF;
|
|
|
+}
|
|
|
+
|
|
|
+.main .monitor-video .content-box {
|
|
|
+ width: calc(100% - 10px);
|
|
|
+ height: 637px;
|
|
|
+ padding: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.main .monitor-video .content-box .img {
|
|
|
+ width: 100%;
|
|
|
+ height: 125px;
|
|
|
+ margin-bottom: 2px;
|
|
|
+}
|
|
|
+
|
|
|
+.main .monitor-video .content-box .img img {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.main .main-box {
|
|
|
+ display: inline-block;
|
|
|
+ float: left;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.main .main-box1 {
|
|
|
+ width: 364px;
|
|
|
+ height: 419px;
|
|
|
+ margin: 0 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.main .main-box1 .one {
|
|
|
+ width: 100%;
|
|
|
+ height: 200px;
|
|
|
+ background-image: url(../images/one.png);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ margin-bottom: 9px;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.main .main-box1 .one .main-left {
|
|
|
+ width: 50%;
|
|
|
+ height: 100%;
|
|
|
+ display: inline-block;
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+
|
|
|
+.main .main-box1 .one .main-left .title {
|
|
|
+ width: 100%;
|
|
|
+ height: 40px;
|
|
|
+ line-height: 40px;
|
|
|
+ font-size: 18px;
|
|
|
+ font-family: Source Han Sans CN;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #FFFFFF;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.main .main-box1 .one .main-left .data {
|
|
|
+ width: 100%;
|
|
|
+ height: calc(100% - 40px);
|
|
|
+}
|
|
|
+
|
|
|
+.main .main-box1 .one .main-right {
|
|
|
+ width: 50%;
|
|
|
+ height: 100%;
|
|
|
+ display: inline-block;
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+
|
|
|
+.main .main-box1 .one .main-right .title {
|
|
|
+ width: 100%;
|
|
|
+ height: 40px;
|
|
|
+ line-height: 40px;
|
|
|
+ font-size: 18px;
|
|
|
+ font-family: Source Han Sans CN;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #FFFFFF;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.main .main-box1 .one .main-right .data {
|
|
|
+ width: 100%;
|
|
|
+ height: calc(100% - 40px);
|
|
|
+}
|
|
|
+
|
|
|
+.main .main-box1 .two {
|
|
|
+ width: 100%;
|
|
|
+ height: 203px;
|
|
|
+ background-image: url(../images/one.png);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.main .main-box2 {
|
|
|
+ width: 624px;
|
|
|
+ height: 419px;
|
|
|
+}
|
|
|
+
|
|
|
+.main .main-box2 .there {
|
|
|
+ width: 100%;
|
|
|
+ height: 74px;
|
|
|
+ background-image: url(../images/there.png);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ margin-bottom: 8px;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.main .main-box2 .fore {
|
|
|
+ width: 100%;
|
|
|
+ height: 330px;
|
|
|
+ position: relative;
|
|
|
+ /* background-image: url(../images/screen-tem11/one.png);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%; */
|
|
|
+}
|
|
|
+
|
|
|
+.main .main-box3 {
|
|
|
+ width: 364px;
|
|
|
+ height: 419px;
|
|
|
+ margin: 0 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.main .main-box3 .five {
|
|
|
+ width: 100%;
|
|
|
+ height: 201px;
|
|
|
+ background-image: url(../images/one.png);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ margin-bottom: 9px;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.main .main-box3 .six {
|
|
|
+ width: 100%;
|
|
|
+ height: 203px;
|
|
|
+ background-image: url(../images/one.png);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.main-box4 {
|
|
|
+ width: 335px;
|
|
|
+ height: 268px;
|
|
|
+ background-image: url(../images/seven.png);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ margin: 0 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.main-box5 {
|
|
|
+ width: 683px;
|
|
|
+ height: 268px;
|
|
|
+ background-image: url(../images/eight.png);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.main-box6 {
|
|
|
+ width: 334px;
|
|
|
+ height: 268px;
|
|
|
+ background-image: url(../images/nine.png);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ margin: 0 8px;
|
|
|
+}
|