|
@@ -14,12 +14,14 @@ li {
|
|
/* 声明字体*/
|
|
/* 声明字体*/
|
|
|
|
|
|
body {
|
|
body {
|
|
- font-family: Source Han Sans CN Bold, Source Han Sans CN Bold-Bold;
|
|
|
|
|
|
+ font-family: Microsoft YaHei Regular;
|
|
margin: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
padding: 0;
|
|
background: url(../images/bg.png) no-repeat #000;
|
|
background: url(../images/bg.png) no-repeat #000;
|
|
background-size: cover;
|
|
background-size: cover;
|
|
line-height: 1.15;
|
|
line-height: 1.15;
|
|
|
|
+ height: 100vh;
|
|
|
|
+ /* min-height: 600px; */
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
@@ -33,31 +35,38 @@ header {
|
|
height: 2.025rem;
|
|
height: 2.025rem;
|
|
background: url(../images/header-bg.png) no-repeat top center;
|
|
background: url(../images/header-bg.png) no-repeat top center;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
|
+ min-width: 1024px;
|
|
|
|
+ padding-top: .6rem;
|
|
}
|
|
}
|
|
|
|
|
|
header h1 {
|
|
header h1 {
|
|
/* color: #ffffff; */
|
|
/* color: #ffffff; */
|
|
font-size: .6rem;
|
|
font-size: .6rem;
|
|
text-align: center;
|
|
text-align: center;
|
|
- line-height: 2.025rem;
|
|
|
|
|
|
+ /* line-height: 2.025rem; */
|
|
/* background-image: -webkit-linear-gradient(0deg, #1298f5 0%, #e0eaff 100%); */
|
|
/* background-image: -webkit-linear-gradient(0deg, #1298f5 0%, #e0eaff 100%); */
|
|
- background-image: -webkit-linear-gradient(bottom, #1298f5, #fff);
|
|
|
|
|
|
+ /* background-image: -webkit-linear-gradient(bottom, red, #fd8403, yellow);
|
|
|
|
+ -webkit-background-clip: text;
|
|
|
|
+ -webkit-text-fill-color: transparent; */
|
|
|
|
+ background-image: -webkit-linear-gradient(bottom, #07DCEE, #fff);
|
|
-webkit-background-clip: text;
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
-webkit-text-fill-color: transparent;
|
|
color: #9abcff;
|
|
color: #9abcff;
|
|
|
|
+ font-family: Source Han Sans CN Bold;
|
|
}
|
|
}
|
|
|
|
|
|
header .showTime {
|
|
header .showTime {
|
|
position: absolute;
|
|
position: absolute;
|
|
right: 1rem;
|
|
right: 1rem;
|
|
- top: 0;
|
|
|
|
|
|
+ top: .38rem;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
- line-height: 0.9375rem;
|
|
|
|
|
|
+ /* line-height: 0.9375rem; */
|
|
color: rgba(255, 255, 255, 0.7);
|
|
color: rgba(255, 255, 255, 0.7);
|
|
font-size: 0.25rem;
|
|
font-size: 0.25rem;
|
|
background-image: -webkit-linear-gradient(bottom, #1298f5, #fff);
|
|
background-image: -webkit-linear-gradient(bottom, #1298f5, #fff);
|
|
-webkit-background-clip: text;
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
-webkit-text-fill-color: transparent;
|
|
|
|
+ font-family: Microsoft YaHei Bold;
|
|
}
|
|
}
|
|
|
|
|
|
.time-icon {
|
|
.time-icon {
|
|
@@ -69,18 +78,26 @@ header .showTime {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.mainbox.home {
|
|
|
|
+ font-family: Microsoft YaHei Bold;
|
|
|
|
+}
|
|
|
|
+
|
|
.mainbox {
|
|
.mainbox {
|
|
display: flex;
|
|
display: flex;
|
|
min-width: 1024px;
|
|
min-width: 1024px;
|
|
max-width: 1920px;
|
|
max-width: 1920px;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
- padding: 1.25rem 4.375rem 0;
|
|
|
|
|
|
+ padding-bottom: 20px;
|
|
|
|
+ /* padding: 1.25rem 4.375rem 0; */
|
|
|
|
+ /* height: calc(100% - 2.025rem); */
|
|
|
|
+ /* min-height: calc(600px - 2.025rem); */
|
|
}
|
|
}
|
|
|
|
|
|
.mainbox .column {
|
|
.mainbox .column {
|
|
flex: 1;
|
|
flex: 1;
|
|
text-align: center;
|
|
text-align: center;
|
|
color: #fff;
|
|
color: #fff;
|
|
|
|
+ padding: 5%;
|
|
/* background: pink; */
|
|
/* background: pink; */
|
|
}
|
|
}
|
|
|
|
|
|
@@ -90,7 +107,6 @@ header .showTime {
|
|
align-items: center;
|
|
align-items: center;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
width: 3.425rem;
|
|
width: 3.425rem;
|
|
- height: 3.9rem;
|
|
|
|
opacity: 1;
|
|
opacity: 1;
|
|
background: rgba(255, 255, 255, 0.00);
|
|
background: rgba(255, 255, 255, 0.00);
|
|
border-radius: 23px;
|
|
border-radius: 23px;
|
|
@@ -98,7 +114,12 @@ header .showTime {
|
|
background: rgba(255, 255, 255, 0.00);
|
|
background: rgba(255, 255, 255, 0.00);
|
|
box-shadow: inset 0px -56px 99px 2px #03369F;
|
|
box-shadow: inset 0px -56px 99px 2px #03369F;
|
|
position: relative;
|
|
position: relative;
|
|
- margin-bottom: .975rem;
|
|
|
|
|
|
+ height: 60%;
|
|
|
|
+ /* height: 3.9rem; */
|
|
|
|
+ /*
|
|
|
|
+ margin-bottom: .975rem; */
|
|
|
|
+ /* */
|
|
|
|
+ margin-bottom: .8rem;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -111,7 +132,9 @@ header .showTime {
|
|
}
|
|
}
|
|
|
|
|
|
.mainbox .column .panel img {
|
|
.mainbox .column .panel img {
|
|
- margin-bottom: .5rem
|
|
|
|
|
|
+ margin-bottom: .5rem;
|
|
|
|
+ max-width: .625rem;
|
|
|
|
+ max-height: .625rem;
|
|
}
|
|
}
|
|
|
|
|
|
.mainbox .column .panel p {
|
|
.mainbox .column .panel p {
|
|
@@ -151,26 +174,22 @@ header .showTime {
|
|
|
|
|
|
/* 搜素区域 */
|
|
/* 搜素区域 */
|
|
|
|
|
|
-.filterSec {
|
|
|
|
- position: absolute;
|
|
|
|
- top: 0;
|
|
|
|
- right: 0.375rem;
|
|
|
|
- line-height: 0.9375rem;
|
|
|
|
- font-size: 0.3rem;
|
|
|
|
- color: rgba(255, 255, 255, 0.7);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
|
|
|
|
/* 搜索区域样式 */
|
|
/* 搜索区域样式 */
|
|
|
|
|
|
.filterSec {
|
|
.filterSec {
|
|
position: absolute;
|
|
position: absolute;
|
|
|
|
+ top: 0;
|
|
|
|
+ right: 0.375rem;
|
|
bottom: -0.0625rem;
|
|
bottom: -0.0625rem;
|
|
left: 0.425rem;
|
|
left: 0.425rem;
|
|
|
|
+ line-height: 0.9375rem;
|
|
|
|
+ font-size: 0.3rem;
|
|
background-image: -webkit-linear-gradient(bottom, #1298f5, #fff);
|
|
background-image: -webkit-linear-gradient(bottom, #1298f5, #fff);
|
|
-webkit-background-clip: text;
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
-webkit-text-fill-color: transparent;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
|
|
+ color: #1298f5
|
|
}
|
|
}
|
|
|
|
|
|
.filterSec select,
|
|
.filterSec select,
|
|
@@ -198,7 +217,9 @@ header .showTime {
|
|
color: #fff;
|
|
color: #fff;
|
|
margin-top: .325rem;
|
|
margin-top: .325rem;
|
|
position: relative;
|
|
position: relative;
|
|
- height: calc(11rem)
|
|
|
|
|
|
+ /* height: calc(11rem) */
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: calc(100% - .325rem)
|
|
}
|
|
}
|
|
|
|
|
|
.gas-container h3 {
|
|
.gas-container h3 {
|
|
@@ -302,7 +323,8 @@ header .showTime {
|
|
}
|
|
}
|
|
|
|
|
|
.fireTabs table td {
|
|
.fireTabs table td {
|
|
- padding: .75rem .4375rem
|
|
|
|
|
|
+ /* padding: .75rem .4375rem */
|
|
|
|
+ padding: 4% 0;
|
|
}
|
|
}
|
|
|
|
|
|
.fireTabs table p {
|
|
.fireTabs table p {
|
|
@@ -327,9 +349,9 @@ header .showTime {
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
width: calc(100% - .5rem);
|
|
width: calc(100% - .5rem);
|
|
display: flex;
|
|
display: flex;
|
|
- padding: .55rem;
|
|
|
|
- height: 10.425rem;
|
|
|
|
- margin-bottom: 0.325rem;
|
|
|
|
|
|
+ /* padding: .55rem .55rem .2rem; */
|
|
|
|
+ padding: 0;
|
|
|
|
+ height: 10rem;
|
|
}
|
|
}
|
|
|
|
|
|
.eleFire-data .column {
|
|
.eleFire-data .column {
|
|
@@ -339,7 +361,8 @@ header .showTime {
|
|
.eleFire-data .column .panel {
|
|
.eleFire-data .column .panel {
|
|
height: calc(50% - .325rem);
|
|
height: calc(50% - .325rem);
|
|
/* border: 1px solid pink; */
|
|
/* border: 1px solid pink; */
|
|
- margin-bottom: .55rem;
|
|
|
|
|
|
+ /* margin-bottom: .55rem; */
|
|
|
|
+ margin: .3rem .5rem;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
@@ -433,10 +456,10 @@ header .showTime {
|
|
.gas-container>.timeItem {
|
|
.gas-container>.timeItem {
|
|
width: 3.925rem;
|
|
width: 3.925rem;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
- height: 1rem;
|
|
|
|
- line-height: 1rem;
|
|
|
|
|
|
+ height: .9rem;
|
|
|
|
+ line-height: .9rem;
|
|
text-align: center;
|
|
text-align: center;
|
|
- margin: 0 0.3125rem 0.45rem;
|
|
|
|
|
|
+ margin: 0 0.3125rem 1.3%;
|
|
color: #fff;
|
|
color: #fff;
|
|
font-size: 0.325rem;
|
|
font-size: 0.325rem;
|
|
background: rgba(18, 87, 201, 0.26);
|
|
background: rgba(18, 87, 201, 0.26);
|