|
@@ -34,11 +34,10 @@ body {
|
|
|
background-size: cover;
|
|
|
/* 行高是字体1.15倍 */
|
|
|
line-height: 1.15;
|
|
|
- height: 100vh;
|
|
|
+ /* height: 100vh; */
|
|
|
min-height: 600px;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
header {
|
|
|
position: relative;
|
|
|
/* height: 1.25rem; */
|
|
@@ -54,7 +53,9 @@ header {
|
|
|
min-width: 1024px;
|
|
|
max-width: 1920px;
|
|
|
padding: 0.125rem 0.125rem 0;
|
|
|
- height: calc(100vh - 1.125rem)
|
|
|
+ height: calc(100vh - 1.125rem);
|
|
|
+ color: #fff;
|
|
|
+ min-height: 650px;
|
|
|
}
|
|
|
|
|
|
.mainbox .column {
|
|
@@ -103,8 +104,11 @@ header {
|
|
|
height: 3.875rem;
|
|
|
border: 1px solid rgba(25, 186, 139, 0.17);
|
|
|
/* background: rgba(255, 255, 255, 0.04) url(../images/line\(1\).png); */
|
|
|
- padding: 0 .225rem 0.5rem;
|
|
|
+ padding: 0 .275rem 0.2rem;
|
|
|
margin-bottom: .225rem;
|
|
|
+ padding-top: .825rem;
|
|
|
+ background-size: cover;
|
|
|
+ background-repeat: no-repeat;
|
|
|
}
|
|
|
|
|
|
.panel.statisTop {
|
|
@@ -310,4 +314,114 @@ header {
|
|
|
}
|
|
|
|
|
|
|
|
|
+/* 首页样式 */
|
|
|
+
|
|
|
+p {
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.mb-10 {
|
|
|
+ margin-bottom: .1875rem;
|
|
|
+}
|
|
|
+
|
|
|
+.text-blue {
|
|
|
+ color: #0DF4FE
|
|
|
+}
|
|
|
+
|
|
|
+.text-yellow {
|
|
|
+ color: #FEB70D
|
|
|
+}
|
|
|
+
|
|
|
+.text-orange {
|
|
|
+ color: #FE5C0D
|
|
|
+}
|
|
|
+
|
|
|
+.statisSec ul {
|
|
|
+ display: flex;
|
|
|
+ width: 100%;
|
|
|
+ /* width: calc(100% - .75rem); */
|
|
|
+ margin: 0 auto;
|
|
|
+ text-align: center;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ margin-bottom: 0.2rem;
|
|
|
+}
|
|
|
+
|
|
|
+.statisSec .statisTop ul {
|
|
|
+ height: 29%;
|
|
|
+}
|
|
|
+
|
|
|
+.statisSec ul li {
|
|
|
+ flex: 1;
|
|
|
+ font-size: 0.2125rem;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
+
|
|
|
+.statisSec ul li div p:first-child {
|
|
|
+ margin-bottom: .06rem
|
|
|
+}
|
|
|
+
|
|
|
+.num {
|
|
|
+ font-size: .35rem;
|
|
|
+ font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
|
|
|
+}
|
|
|
+
|
|
|
+.statisTop {
|
|
|
+ background-image: url(../images/statisTop-bg.png);
|
|
|
+}
|
|
|
+
|
|
|
+.statisTop>ul:first-child {
|
|
|
+ background-image: url(../images/statisTop1.png)
|
|
|
+}
|
|
|
+
|
|
|
+.statisTop>ul:nth-child(2) {
|
|
|
+ background-image: url(../images/statisTop2.png)
|
|
|
+}
|
|
|
+
|
|
|
+.statisTop>ul:nth-child(3) {
|
|
|
+ background-image: url(../images/statisTop3.png)
|
|
|
+}
|
|
|
+
|
|
|
+.statisBottom {
|
|
|
+ background-image: url(../images/statisTop-bg.png);
|
|
|
+}
|
|
|
+
|
|
|
+.statisSec .statisBottom ul {
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.statisSec .statisBottom ul li {
|
|
|
+ position: relative;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ background-position: center center;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-image: url(../images/bg-blue.png);
|
|
|
+}
|
|
|
+
|
|
|
+.statisSec .statisBottom ul li:nth-child(2) {
|
|
|
+ background-image: url(../images/bg-yellow.png);
|
|
|
+}
|
|
|
+
|
|
|
+.statisSec .statisBottom ul li:nth-child(3) {
|
|
|
+ background-image: url(../images/bg-orange.png);
|
|
|
+}
|
|
|
+
|
|
|
+.statisSec .statisBottom ul li:nth-child(2) {
|
|
|
+ margin: 0 .125rem;
|
|
|
+}
|
|
|
+
|
|
|
+.statisSec .statisBottom .num {
|
|
|
+ font-size: .3rem
|
|
|
+}
|
|
|
+
|
|
|
+.timeEle {
|
|
|
+ position: absolute;
|
|
|
+ width: 100%;
|
|
|
+ line-height: 2.4;
|
|
|
+ /* background: #30cfff61; */
|
|
|
+ bottom: 0
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
/* ming end */
|