|
@@ -136,14 +136,16 @@
|
|
|
.list-item_B {
|
|
|
// height: 155px;
|
|
|
background-repeat: no-repeat;
|
|
|
- background-size: 100% auto;
|
|
|
+ // background-size: 100% 100%;
|
|
|
+ // background-size: auto 100%;
|
|
|
+ background-size: 87% auto;
|
|
|
background-position: center;
|
|
|
- background-image: url(/@/assets/images/home-container/configurable/firehome/fiber-jc.png);
|
|
|
+ background-image: url(/@/assets/images/home-container/configurable/firehome/img-7.png);
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
text-align: center;
|
|
|
- padding-right: 50px;
|
|
|
+ padding: 0 10%;
|
|
|
margin-top: 15px;
|
|
|
height: 40px;
|
|
|
|
|
@@ -160,12 +162,29 @@
|
|
|
align-items: center;
|
|
|
}
|
|
|
.list-item__title_B {
|
|
|
- flex-basis: 24%;
|
|
|
+ width: 40px;
|
|
|
+ text-align: center;
|
|
|
+ // height: 30px;
|
|
|
+ // background-size: auto 80%;
|
|
|
+ // background-position: center;
|
|
|
+ // background-repeat: no-repeat;
|
|
|
}
|
|
|
.list-item__info {
|
|
|
display: none;
|
|
|
}
|
|
|
}
|
|
|
+ // .list-item__title_B_O2 {
|
|
|
+ // background-image: url(/@/assets/images/home-container/configurable/firehome/O₂.png);
|
|
|
+ // }
|
|
|
+ // .list-item__title_B_CH4 {
|
|
|
+ // background-image: url(/@/assets/images/home-container/configurable/firehome/CH₄.png);
|
|
|
+ // }
|
|
|
+ // .list-item__title_B_CO {
|
|
|
+ // background-image: url(/@/assets/images/home-container/configurable/firehome/CO.png);
|
|
|
+ // }
|
|
|
+ // .list-item__title_B_CO2 {
|
|
|
+ // background-image: url(/@/assets/images/home-container/configurable/firehome/CO₂.png);
|
|
|
+ // }
|
|
|
|
|
|
// .list-item__label {
|
|
|
// flex-basis: 55%;
|