|
@@ -365,6 +365,44 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ .list-item_F {
|
|
|
+ // height: 155px;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ // background-size: auto 100%;
|
|
|
+ background-position: center;
|
|
|
+ background-image: @vent-gas-list-item-bg-img;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ // justify-content: space-between;
|
|
|
+ // text-align: center;
|
|
|
+ padding: 0 5%;
|
|
|
+ margin-top: 5px;
|
|
|
+ height: 50px;
|
|
|
+
|
|
|
+ .list-item__title_F {
|
|
|
+ flex-basis: 25%;
|
|
|
+ }
|
|
|
+ .list-item__content_F {
|
|
|
+ flex-basis: 25%;
|
|
|
+ }
|
|
|
+ .list-item__label::after {
|
|
|
+ content: ':';
|
|
|
+ }
|
|
|
+ .list-item__value {
|
|
|
+ font-size: 18px;
|
|
|
+ margin-left: 5px;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ .list-item__content_F {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+ .list-item__info {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
// .list-item__title_B_O2 {
|
|
|
// background-image: url(/@/assets/images/home-container/configurable/firehome/O₂.png);
|
|
|
// }
|