|
@@ -147,32 +147,32 @@ watch(
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
.top-area {
|
|
|
- height: 183px;
|
|
|
+ height: 24%;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
margin-bottom: 10px;
|
|
|
- padding: 0px 15px;
|
|
|
- box-sizing: border-box;
|
|
|
+
|
|
|
|
|
|
.top-box {
|
|
|
position: relative;
|
|
|
- width: 480px;
|
|
|
- height: 160px;
|
|
|
+ width: 32%;
|
|
|
+ height: 88%;
|
|
|
background: url('../../../../../assets//images/fire/fc-t.png') no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
|
|
|
.top-title {
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
- top: 6px;
|
|
|
+ top: 4%;
|
|
|
transform: translate(-50%, 0);
|
|
|
}
|
|
|
|
|
|
.top-content {
|
|
|
position: absolute;
|
|
|
- top: 33px;
|
|
|
+ top: 20%;
|
|
|
left: 0;
|
|
|
width: 100%;
|
|
|
- height: calc(100% - 33px);
|
|
|
+ height: 80%;
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
align-items: flex-start;
|
|
@@ -184,10 +184,11 @@ watch(
|
|
|
width: 50%;
|
|
|
height: 50%;
|
|
|
background: url('../../../../../assets/images/fire/content-item.png') no-repeat center;
|
|
|
+ background-size: 72% 54%;
|
|
|
|
|
|
.item-label {
|
|
|
position: absolute;
|
|
|
- left: 54px;
|
|
|
+ left: 20%;
|
|
|
top: 50%;
|
|
|
transform: translate(0, -44%);
|
|
|
font-size: 12px;
|
|
@@ -195,7 +196,7 @@ watch(
|
|
|
|
|
|
.item-value {
|
|
|
position: absolute;
|
|
|
- right: 54px;
|
|
|
+ right: 21%;
|
|
|
top: 50%;
|
|
|
transform: translate(0, -32%);
|
|
|
font-size: 12px;
|
|
@@ -205,7 +206,7 @@ watch(
|
|
|
|
|
|
.item-value1 {
|
|
|
position: absolute;
|
|
|
- right: 54px;
|
|
|
+ right: 21%;
|
|
|
top: 50%;
|
|
|
transform: translate(0, -32%);
|
|
|
font-size: 12px;
|
|
@@ -215,7 +216,7 @@ watch(
|
|
|
|
|
|
.item-value2 {
|
|
|
position: absolute;
|
|
|
- right: 54px;
|
|
|
+ right: 21%;
|
|
|
top: 50%;
|
|
|
transform: translate(0, -32%);
|
|
|
font-size: 12px;
|
|
@@ -225,7 +226,7 @@ watch(
|
|
|
|
|
|
.item-value3 {
|
|
|
position: absolute;
|
|
|
- right: 54px;
|
|
|
+ right: 21%;
|
|
|
top: 50%;
|
|
|
transform: translate(0, -32%);
|
|
|
font-size: 12px;
|
|
@@ -235,7 +236,7 @@ watch(
|
|
|
|
|
|
.item-value4 {
|
|
|
position: absolute;
|
|
|
- right: 54px;
|
|
|
+ right: 21%;
|
|
|
top: 50%;
|
|
|
transform: translate(0, -32%);
|
|
|
font-size: 12px;
|
|
@@ -245,7 +246,7 @@ watch(
|
|
|
|
|
|
.item-value5 {
|
|
|
position: absolute;
|
|
|
- right: 54px;
|
|
|
+ right: 21%;
|
|
|
top: 50%;
|
|
|
transform: translate(0, -32%);
|
|
|
font-size: 12px;
|
|
@@ -255,7 +256,7 @@ watch(
|
|
|
|
|
|
.item-value6 {
|
|
|
position: absolute;
|
|
|
- right: 54px;
|
|
|
+ right: 21%;
|
|
|
top: 50%;
|
|
|
transform: translate(0, -32%);
|
|
|
font-size: 12px;
|
|
@@ -268,25 +269,24 @@ watch(
|
|
|
}
|
|
|
|
|
|
.center-area {
|
|
|
- height: 258px;
|
|
|
+ height: 34%;
|
|
|
margin-bottom: 20px;
|
|
|
background: url('../../../../../assets/images/fire/bj1.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
.center-t {
|
|
|
height: 50%;
|
|
|
- // padding: 0px 80px;
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
align-items: center;
|
|
|
background: url('../../../../../assets/images/fire/dz.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
- // box-sizing: border-box;
|
|
|
|
|
|
.t-box {
|
|
|
- width: 218px;
|
|
|
- height: 97px;
|
|
|
+ width: 14%;
|
|
|
+ height: 75%;
|
|
|
background: url('../../../../../assets/images/fire/dz1.png') no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
|
|
|
.box-label {
|
|
|
text-align: center;
|
|
@@ -296,44 +296,38 @@ watch(
|
|
|
|
|
|
.center-b {
|
|
|
height: 50%;
|
|
|
- // padding: 0px 80px;
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
align-items: center;
|
|
|
- // box-sizing: border-box;
|
|
|
|
|
|
.b-box {
|
|
|
- width: 218px;
|
|
|
- height: 97px;
|
|
|
+ width: 14%;
|
|
|
+ height: 75%;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
|
|
|
.box-label {
|
|
|
- width: 169px;
|
|
|
- height: 42px;
|
|
|
- line-height: 42px;
|
|
|
- text-align: center;
|
|
|
- margin-bottom: 5px;
|
|
|
+ width: 78%;
|
|
|
+ height: 44%;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
color: #3df6ff;
|
|
|
font-family: 'douyuFont';
|
|
|
background: url('../../../../../assets/images/fire/dz2.png') no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.bot-area {
|
|
|
- height: calc(100% - 471px);
|
|
|
+ height: calc(100% - 58% - 30px);
|
|
|
background: url('../../../../../assets/images/fire/bj1.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
- .bot-area1 {
|
|
|
- height: calc(100% - 278px);
|
|
|
- background: url('../../../../../assets/images/fire/bj1.png') no-repeat;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
}
|
|
|
</style>
|