|
@@ -73,6 +73,7 @@
|
|
|
--image-list: url(/@/assets/images/home-container/configurable/firehome/list.png);
|
|
|
--image-list_bg_h: url(/@/assets/images/home-container/configurable/list_bg_h.png);
|
|
|
--image-list_bg_i: url('/@/assets/images/home-container/configurable/list_bg_i.png');
|
|
|
+ --image-list_bg_j: url('/@/assets/images/home-container/configurable/list_bg_j.png');
|
|
|
padding: 5px 20px;
|
|
|
position: relative;
|
|
|
background-repeat: no-repeat;
|
|
@@ -322,6 +323,26 @@
|
|
|
position: absolute;
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
+ .list_J {
|
|
|
+ background: unset;
|
|
|
+ padding: 0 5px 0 10px;
|
|
|
+ }
|
|
|
+ .list-item_J {
|
|
|
+ width: 312px;
|
|
|
+ height: 57px;
|
|
|
+ align-items: center;
|
|
|
+ text-align: center;
|
|
|
+ background-image: var(--image-list_bg_j);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: auto 100%;
|
|
|
+ margin: 5px 10px;
|
|
|
+ }
|
|
|
+ .list-item__content_J {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ padding: 0 20px 0 15px;
|
|
|
+ }
|
|
|
|
|
|
.list-item__label {
|
|
|
flex-basis: 55%;
|