|
@@ -20,651 +20,694 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
<script lang="ts" setup>
|
|
|
-withDefaults(
|
|
|
- defineProps<{
|
|
|
- listConfig: {
|
|
|
- value: string;
|
|
|
- color: string;
|
|
|
- label: string;
|
|
|
- info: string;
|
|
|
- }[];
|
|
|
- /** A B C D E F G */
|
|
|
- type: string;
|
|
|
- }>(),
|
|
|
- {
|
|
|
- listConfig: () => [],
|
|
|
- type: 'A',
|
|
|
- }
|
|
|
-);
|
|
|
+ withDefaults(
|
|
|
+ defineProps<{
|
|
|
+ listConfig: {
|
|
|
+ value: string;
|
|
|
+ color: string;
|
|
|
+ label: string;
|
|
|
+ info: string;
|
|
|
+ }[];
|
|
|
+ /** A B C D E F G */
|
|
|
+ type: string;
|
|
|
+ }>(),
|
|
|
+ {
|
|
|
+ listConfig: () => [],
|
|
|
+ type: 'A',
|
|
|
+ }
|
|
|
+ );
|
|
|
|
|
|
-// defineEmits(['click']);
|
|
|
+ // defineEmits(['click']);
|
|
|
</script>
|
|
|
<style lang="less" scoped>
|
|
|
-@import '/@/design/theme.less';
|
|
|
-@import '/@/design/theme.less';
|
|
|
-/* Timeline 相关的样式 */
|
|
|
+ @import '/@/design/theme.less';
|
|
|
+ @import '/@/design/theme.less';
|
|
|
+ /* Timeline 相关的样式 */
|
|
|
|
|
|
-@{theme-deepblue} {
|
|
|
- .list {
|
|
|
- --image-list_bg_default: url(/@/assets/images/themify/deepblue/home-container/configurable/list_bg_default.png);
|
|
|
- --image-triangle_icon: url(/@/assets/images/themify/deepblue/home-container/configurable/triangle_icon.png);
|
|
|
- --image-list_bg_b: url(/@/assets/images/themify/deepblue/home-container/configurable/list_bg_b.png);
|
|
|
- --image-deco_1: url(/@/assets/images/themify/deepblue/home-container/configurable/deco_1.png);
|
|
|
- --image-list_bg_c: url(/@/assets/images/themify/deepblue/home-container/configurable/list_bg_c.png);
|
|
|
- --image-list_bg_defflip: url(/@/assets/images/themify/deepblue/home-container/configurable/list_bg_defflip.png);
|
|
|
- --image-list_bg_d: url(/@/assets/images/themify/deepblue/home-container/configurable/list_bg_d.png);
|
|
|
+ @{theme-deepblue} {
|
|
|
+ .list {
|
|
|
+ --image-list_bg_default: url(/@/assets/images/themify/deepblue/home-container/configurable/list_bg_default.png);
|
|
|
+ --image-triangle_icon: url(/@/assets/images/themify/deepblue/home-container/configurable/triangle_icon.png);
|
|
|
+ --image-list_bg_b: url(/@/assets/images/themify/deepblue/home-container/configurable/list_bg_b.png);
|
|
|
+ --image-deco_1: url(/@/assets/images/themify/deepblue/home-container/configurable/deco_1.png);
|
|
|
+ --image-list_bg_c: url(/@/assets/images/themify/deepblue/home-container/configurable/list_bg_c.png);
|
|
|
+ --image-list_bg_defflip: url(/@/assets/images/themify/deepblue/home-container/configurable/list_bg_defflip.png);
|
|
|
+ --image-list_bg_d: url(/@/assets/images/themify/deepblue/home-container/configurable/list_bg_d.png);
|
|
|
--image-list_bg_s: url(/@/assets/images/themify/deepblue/home-container/configurable/list_bg_s.png);
|
|
|
- --image-list_bg_e: url(/@/assets/images/themify/deepblue/home-container/configurable/list_bg_e.png);
|
|
|
- --image-list: url(/@/assets/images/themify/deepblue/home-container/configurable/firehome/list.png);
|
|
|
- --image-list_bg_h: url(/@/assets/images/themify/deepblue/home-container/configurable/list_bg_h.png);
|
|
|
- --image-list_bg_i: url('/@/assets/images/themify/deepblue/home-container/configurable/list_bg_i.png');
|
|
|
- --image-list_bg_r: url(/@/assets/images/themify/deepblue/home-container/configurable/list_bg_r.png);
|
|
|
+ --image-list_bg_e: url(/@/assets/images/themify/deepblue/home-container/configurable/list_bg_e.png);
|
|
|
+ --image-list: url(/@/assets/images/themify/deepblue/home-container/configurable/firehome/list.png);
|
|
|
+ --image-list_bg_h: url(/@/assets/images/themify/deepblue/home-container/configurable/list_bg_h.png);
|
|
|
+ --image-list_bg_i: url('/@/assets/images/themify/deepblue/home-container/configurable/list_bg_i.png');
|
|
|
+ --image-list_bg_r: url(/@/assets/images/themify/deepblue/home-container/configurable/list_bg_r.png);
|
|
|
+ }
|
|
|
}
|
|
|
-}
|
|
|
-
|
|
|
-.list {
|
|
|
- --image-list_bg_default: url(/@/assets/images/home-container/configurable/list_bg_default.png);
|
|
|
- --image-triangle_icon: url(/@/assets/images/home-container/configurable/triangle_icon.png);
|
|
|
- --image-list_bg_b: url(/@/assets/images/home-container/configurable/list_bg_b.png);
|
|
|
- --image-deco_1: url(/@/assets/images/home-container/configurable/deco_1.png);
|
|
|
- --image-list_bg_c: url(/@/assets/images/home-container/configurable/list_bg_c.png);
|
|
|
- --image-list_bg_defflip: url(/@/assets/images/home-container/configurable/list_bg_defflip.png);
|
|
|
- --image-list_bg_d: url(/@/assets/images/home-container/configurable/list_bg_d.png);
|
|
|
- --image-list_bg_s: url(/@/assets/images/home-container/configurable/list_bg_s.png);
|
|
|
- --image-list_bg_e: url(/@/assets/images/home-container/configurable/list_bg_e.png);
|
|
|
- --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_r: url(/@/assets/images/home-container/configurable/list_bg_r.png);
|
|
|
- --image-list_bg_r_icon1: url(/@/assets/images/home-container/configurable/list_bg_r_icon1.png);
|
|
|
- --image-list_bg_r_icon2: url(/@/assets/images/home-container/configurable/list_bg_r_icon2.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');
|
|
|
- --image-linear-gradient-3: linear-gradient(to right, #39deff15, #3977e500);
|
|
|
- --image-list_icon_l1: url('/@/assets/images/home-container/configurable/minehome/list-icon-wd.png');
|
|
|
- --image-list_icon_l2: url('/@/assets/images/home-container/configurable/minehome/list-icon-CO.png');
|
|
|
- --image-list_icon_l3: url('/@/assets/images/home-container/configurable/minehome/list-icon-yw.png');
|
|
|
- --image-list_icon_l4: url('/@/assets/images/home-container/configurable/minehome/list-icon-hy.png');
|
|
|
- --image-list_icon_m1: url('/@/assets/images/home-container/configurable/minehome/list-icon-co1.png');
|
|
|
- --image-list_icon_m2: url('/@/assets/images/home-container/configurable/minehome/list-icon-co2.png');
|
|
|
- --image-list_icon_m3: url('/@/assets/images/home-container/configurable/minehome/list-icon-ch4.png');
|
|
|
- --image-list_icon_m4: url('/@/assets/images/home-container/configurable/minehome/list-icon-c2h2.png');
|
|
|
- --image-list_icon_m5: url('/@/assets/images/home-container/configurable/minehome/list-icon-o2.png');
|
|
|
- --image-list_icon_m6: url('/@/assets/images/home-container/configurable/minehome/list-icon-c2h4.png');
|
|
|
- --image-list_icon_m7: url('/@/assets/images/home-container/configurable/minehome/list-icon-n2.png');
|
|
|
- --image-list_icon_m8: url('/@/assets/images/home-container/configurable/minehome/list-icon-h2.png');
|
|
|
- --image-list_bg_l1: url('/@/assets/images/home-container/configurable/minehome/list-bg-l1.png');
|
|
|
- --image-list_bg_l2: url('/@/assets/images/home-container/configurable/minehome/list-bg-l2.png');
|
|
|
- --image-list_bg_m1: url('/@/assets/images/home-container/configurable/minehome/list-bg-m1.png');
|
|
|
- --image-list_bg_m2: url('/@/assets/images/home-container/configurable/minehome/list-bg-m2.png');
|
|
|
- padding: 5px 20px;
|
|
|
- position: relative;
|
|
|
- background-repeat: no-repeat;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- background-size: 100% 100%;
|
|
|
- background-image: var(--image-list_bg_default);
|
|
|
-}
|
|
|
|
|
|
-.list_A {
|
|
|
- padding-left: 5px;
|
|
|
-}
|
|
|
-.list-item__content_A {
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-image: @vent-gas-list-item-bg-img;
|
|
|
- // padding: 5px 10px;
|
|
|
- display: flex;
|
|
|
-}
|
|
|
-.list-item__icon_A {
|
|
|
- background-repeat: no-repeat;
|
|
|
- width: 25px;
|
|
|
- height: 29px;
|
|
|
- background-image: var(--image-triangle_icon);
|
|
|
-}
|
|
|
+ .list {
|
|
|
+ --image-list_bg_default: url(/@/assets/images/home-container/configurable/list_bg_default.png);
|
|
|
+ --image-triangle_icon: url(/@/assets/images/home-container/configurable/triangle_icon.png);
|
|
|
+ --image-list_bg_b: url(/@/assets/images/home-container/configurable/list_bg_b.png);
|
|
|
+ --image-deco_1: url(/@/assets/images/home-container/configurable/deco_1.png);
|
|
|
+ --image-list_bg_c: url(/@/assets/images/home-container/configurable/list_bg_c.png);
|
|
|
+ --image-list_bg_defflip: url(/@/assets/images/home-container/configurable/list_bg_defflip.png);
|
|
|
+ --image-list_bg_d: url(/@/assets/images/home-container/configurable/list_bg_d.png);
|
|
|
+ --image-list_bg_s: url(/@/assets/images/home-container/configurable/list_bg_s.png);
|
|
|
+ --image-list_bg_e: url(/@/assets/images/home-container/configurable/list_bg_e.png);
|
|
|
+ --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_r: url(/@/assets/images/home-container/configurable/list_bg_r.png);
|
|
|
+ --image-list_bg_r_icon1: url(/@/assets/images/home-container/configurable/list_bg_r_icon1.png);
|
|
|
+ --image-list_bg_r_icon2: url(/@/assets/images/home-container/configurable/list_bg_r_icon2.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');
|
|
|
+ --image-linear-gradient-3: linear-gradient(to right, #39deff15, #3977e500);
|
|
|
+ --image-list_icon_l1: url('/@/assets/images/home-container/configurable/minehome/list-icon-wd.png');
|
|
|
+ --image-list_icon_l2: url('/@/assets/images/home-container/configurable/minehome/list-icon-CO.png');
|
|
|
+ --image-list_icon_l3: url('/@/assets/images/home-container/configurable/minehome/list-icon-yw.png');
|
|
|
+ --image-list_icon_l4: url('/@/assets/images/home-container/configurable/minehome/list-icon-hy.png');
|
|
|
+ --image-list_icon_m1: url('/@/assets/images/home-container/configurable/minehome/list-icon-co1.png');
|
|
|
+ --image-list_icon_m2: url('/@/assets/images/home-container/configurable/minehome/list-icon-co2.png');
|
|
|
+ --image-list_icon_m3: url('/@/assets/images/home-container/configurable/minehome/list-icon-ch4.png');
|
|
|
+ --image-list_icon_m4: url('/@/assets/images/home-container/configurable/minehome/list-icon-c2h2.png');
|
|
|
+ --image-list_icon_m5: url('/@/assets/images/home-container/configurable/minehome/list-icon-o2.png');
|
|
|
+ --image-list_icon_m6: url('/@/assets/images/home-container/configurable/minehome/list-icon-c2h4.png');
|
|
|
+ --image-list_icon_m7: url('/@/assets/images/home-container/configurable/minehome/list-icon-n2.png');
|
|
|
+ --image-list_icon_m8: url('/@/assets/images/home-container/configurable/minehome/list-icon-h2.png');
|
|
|
+ --image-list_bg_l1: url('/@/assets/images/home-container/configurable/minehome/list-bg-l1.png');
|
|
|
+ --image-list_bg_l2: url('/@/assets/images/home-container/configurable/minehome/list-bg-l2.png');
|
|
|
+ --image-list_bg_m1: url('/@/assets/images/home-container/configurable/minehome/list-bg-m1.png');
|
|
|
+ --image-list_bg_m2: url('/@/assets/images/home-container/configurable/minehome/list-bg-m2.png');
|
|
|
+ --image-list_bg_n1: url('/@/assets/images/home-container/configurable/minehome/list-bg-n1.png');
|
|
|
+ --image-list_bg_n2: url('/@/assets/images/home-container/configurable/minehome/list-bg-n2.png');
|
|
|
+ --image-list_bg_n3: url('/@/assets/images/home-container/configurable/minehome/list-bg-n3.png');
|
|
|
+ --image-list_bg_n4: url('/@/assets/images/home-container/configurable/minehome/list-bg-n4.png');
|
|
|
+ padding: 5px 20px;
|
|
|
+ position: relative;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ background-image: var(--image-list_bg_default);
|
|
|
+ }
|
|
|
|
|
|
-.list-item__content_B {
|
|
|
- background-repeat: no-repeat;
|
|
|
- padding: 5px 10px 10px 10px;
|
|
|
- display: flex;
|
|
|
- background-position: left bottom;
|
|
|
- background-size: 100% auto;
|
|
|
- background-image: var(--image-list_bg_b);
|
|
|
-}
|
|
|
-.list__image_B {
|
|
|
- width: 77px;
|
|
|
- height: 77px;
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-image: var(--image-deco_1);
|
|
|
- background-size: auto;
|
|
|
- margin-right: 20px;
|
|
|
-}
|
|
|
+ .list_A {
|
|
|
+ padding-left: 5px;
|
|
|
+ }
|
|
|
+ .list-item__content_A {
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-image: @vent-gas-list-item-bg-img;
|
|
|
+ // padding: 5px 10px;
|
|
|
+ display: flex;
|
|
|
+ }
|
|
|
+ .list-item__icon_A {
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ width: 25px;
|
|
|
+ height: 29px;
|
|
|
+ background-image: var(--image-triangle_icon);
|
|
|
+ }
|
|
|
|
|
|
-.list_C {
|
|
|
- background: none;
|
|
|
-}
|
|
|
-.list-item__content_C {
|
|
|
- height: 60px;
|
|
|
- background-repeat: no-repeat;
|
|
|
- padding: 25px 50px 0 50px;
|
|
|
- display: flex;
|
|
|
- background-position: center;
|
|
|
- background-size: 100% 100%;
|
|
|
- background-image: var(--image-list_bg_c);
|
|
|
- margin-bottom: 10px;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-.list-item__content_C > div {
|
|
|
- flex-basis: 33.3%;
|
|
|
-}
|
|
|
+ .list-item__content_B {
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ padding: 5px 10px 10px 10px;
|
|
|
+ display: flex;
|
|
|
+ background-position: left bottom;
|
|
|
+ background-size: 100% auto;
|
|
|
+ background-image: var(--image-list_bg_b);
|
|
|
+ }
|
|
|
+ .list__image_B {
|
|
|
+ width: 77px;
|
|
|
+ height: 77px;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-image: var(--image-deco_1);
|
|
|
+ background-size: auto;
|
|
|
+ margin-right: 20px;
|
|
|
+ }
|
|
|
|
|
|
-.list_D {
|
|
|
- background-image: var(--image-list_bg_defflip);
|
|
|
-}
|
|
|
-.list__wrapper_D {
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
-}
|
|
|
-.list-item__icon_D {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-.list-item_D {
|
|
|
- flex-basis: 25%;
|
|
|
- height: 60px;
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-position: center;
|
|
|
- background-size: auto 100%;
|
|
|
- background-image: var(--image-list_bg_d);
|
|
|
- text-align: center;
|
|
|
- margin-bottom: 10px;
|
|
|
-}
|
|
|
+ .list_C {
|
|
|
+ background: none;
|
|
|
+ }
|
|
|
+ .list-item__content_C {
|
|
|
+ height: 60px;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ padding: 25px 50px 0 50px;
|
|
|
+ display: flex;
|
|
|
+ background-position: center;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ background-image: var(--image-list_bg_c);
|
|
|
+ margin-bottom: 10px;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ .list-item__content_C > div {
|
|
|
+ flex-basis: 33.3%;
|
|
|
+ }
|
|
|
|
|
|
-.list-item__content_D {
|
|
|
- line-height: 30px;
|
|
|
-}
|
|
|
-.list-item__value_D {
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
+ .list_D {
|
|
|
+ background-image: var(--image-list_bg_defflip);
|
|
|
+ }
|
|
|
+ .list__wrapper_D {
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ }
|
|
|
+ .list-item__icon_D {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ .list-item_D {
|
|
|
+ flex-basis: 25%;
|
|
|
+ height: 60px;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center;
|
|
|
+ background-size: auto 100%;
|
|
|
+ background-image: var(--image-list_bg_d);
|
|
|
+ text-align: center;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ }
|
|
|
|
|
|
-.list_S {
|
|
|
- background: none;
|
|
|
-}
|
|
|
-.list__wrapper_S {
|
|
|
- display: grid;
|
|
|
- grid-template-columns: repeat(2, 1fr); /* 2列均等 */
|
|
|
- gap: 10px;
|
|
|
-}
|
|
|
-.list-item_S {
|
|
|
- height: 45px;
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-position: center;
|
|
|
- background-size: 100% 100%;
|
|
|
- background-image: var(--image-list_bg_s);
|
|
|
- text-align: center;
|
|
|
- padding: 0 7px;
|
|
|
-}
|
|
|
-.list-item__content_S {
|
|
|
- display: flex;
|
|
|
-}
|
|
|
-.list-item__value_S {
|
|
|
- font-family: 'douyuFont';
|
|
|
- font-size: 13px;
|
|
|
- color: @vent-gas-primary-text;
|
|
|
- padding-top: 3px;
|
|
|
-}
|
|
|
-.list_E {
|
|
|
- background-image: var(--image-list_bg_defflip);
|
|
|
-}
|
|
|
-.list__wrapper_E {
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
-}
|
|
|
-.list-item__icon_E {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-.list-item_E {
|
|
|
- flex-basis: 25%;
|
|
|
- height: 70px;
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-position: center;
|
|
|
- background-size: auto 100%;
|
|
|
- background-image: var(--image-list_bg_e);
|
|
|
- text-align: center;
|
|
|
- margin: 5px 0px;
|
|
|
- padding-top: 32px;
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
+ .list-item__content_D {
|
|
|
+ line-height: 30px;
|
|
|
+ }
|
|
|
+ .list-item__value_D {
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
|
|
|
-.list_F {
|
|
|
- background: none;
|
|
|
-}
|
|
|
-.list-item__content_F {
|
|
|
- height: 40px;
|
|
|
- background-repeat: no-repeat;
|
|
|
- padding: 0 50px 0 50px;
|
|
|
- display: flex;
|
|
|
- background-position: center;
|
|
|
- background-size: 100% auto;
|
|
|
- background-image: var(--image-list);
|
|
|
- margin-top: 10px;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-.list-item__content_F > div {
|
|
|
- flex-basis: 33.3%;
|
|
|
-}
|
|
|
+ .list_S {
|
|
|
+ background: none;
|
|
|
+ }
|
|
|
+ .list__wrapper_S {
|
|
|
+ display: grid;
|
|
|
+ grid-template-columns: repeat(2, 1fr); /* 2列均等 */
|
|
|
+ gap: 10px;
|
|
|
+ }
|
|
|
+ .list-item_S {
|
|
|
+ height: 45px;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ background-image: var(--image-list_bg_s);
|
|
|
+ text-align: center;
|
|
|
+ padding: 0 7px;
|
|
|
+ }
|
|
|
+ .list-item__content_S {
|
|
|
+ display: flex;
|
|
|
+ }
|
|
|
+ .list-item__value_S {
|
|
|
+ font-family: 'douyuFont';
|
|
|
+ font-size: 13px;
|
|
|
+ color: @vent-gas-primary-text;
|
|
|
+ padding-top: 3px;
|
|
|
+ }
|
|
|
+ .list_E {
|
|
|
+ background-image: var(--image-list_bg_defflip);
|
|
|
+ }
|
|
|
+ .list__wrapper_E {
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ }
|
|
|
+ .list-item__icon_E {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ .list-item_E {
|
|
|
+ flex-basis: 25%;
|
|
|
+ height: 70px;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center;
|
|
|
+ background-size: auto 100%;
|
|
|
+ background-image: var(--image-list_bg_e);
|
|
|
+ text-align: center;
|
|
|
+ margin: 5px 0px;
|
|
|
+ padding-top: 32px;
|
|
|
+ font-size: 12px;
|
|
|
+ }
|
|
|
|
|
|
-.list_G {
|
|
|
- background: none;
|
|
|
-}
|
|
|
-.list__wrapper_G {
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
- justify-content: space-between;
|
|
|
-}
|
|
|
-.list-item_G {
|
|
|
- width: 130px;
|
|
|
- height: 80px;
|
|
|
- align-items: center;
|
|
|
- text-align: center;
|
|
|
- border: 1px solid rgba(25, 237, 255, 0.4);
|
|
|
- box-shadow: inset 0 0 10px rgba(0, 197, 255, 0.6);
|
|
|
- background: rgba(0, 0, 0, 0.1);
|
|
|
- margin: 5px 10px;
|
|
|
-}
|
|
|
-.list-item__content_G {
|
|
|
- position: relative;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-.list-item__content_G > .list-item__label {
|
|
|
- width: 60px;
|
|
|
- height: 100%;
|
|
|
- left: 0;
|
|
|
- position: absolute;
|
|
|
- font-size: 20px;
|
|
|
- line-height: 80px;
|
|
|
-}
|
|
|
-.list-item__content_G > .list-item__info {
|
|
|
- width: 70px;
|
|
|
- height: 30px;
|
|
|
- line-height: 30px;
|
|
|
- right: 0;
|
|
|
- position: absolute;
|
|
|
-}
|
|
|
-.list-item__content_G > .list-item__value {
|
|
|
- width: 70px;
|
|
|
- height: 50px;
|
|
|
- line-height: 50px;
|
|
|
- top: 30px;
|
|
|
- right: 0;
|
|
|
- position: absolute;
|
|
|
- text-shadow: 0 0 25px #00fbfe;
|
|
|
- background: linear-gradient(0deg, #45d3fd, #45d3fd, #61ddb1, #61ddb1);
|
|
|
- font-style: normal;
|
|
|
- background-size: cover;
|
|
|
- font-family: electronicFont;
|
|
|
- font-size: 30px;
|
|
|
- -webkit-background-clip: text;
|
|
|
- background-clip: text;
|
|
|
- -webkit-text-fill-color: transparent;
|
|
|
- font-family: Arial, Helvetica, sans-serif;
|
|
|
- font-size: 18px;
|
|
|
- color: aliceblue;
|
|
|
-}
|
|
|
+ .list_F {
|
|
|
+ background: none;
|
|
|
+ }
|
|
|
+ .list-item__content_F {
|
|
|
+ height: 40px;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ padding: 0 50px 0 50px;
|
|
|
+ display: flex;
|
|
|
+ background-position: center;
|
|
|
+ background-size: 100% auto;
|
|
|
+ background-image: var(--image-list);
|
|
|
+ margin-top: 10px;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ .list-item__content_F > div {
|
|
|
+ flex-basis: 33.3%;
|
|
|
+ }
|
|
|
|
|
|
-.list_H {
|
|
|
- background: none;
|
|
|
-}
|
|
|
-.list-item__content_H {
|
|
|
- height: 50px;
|
|
|
- background-repeat: no-repeat;
|
|
|
- padding: 20px 50px 0 50px;
|
|
|
- display: flex;
|
|
|
- background-position: bottom;
|
|
|
- background-size: 100% auto;
|
|
|
- background-image: var(--image-list_bg_h);
|
|
|
- margin-bottom: 10px;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-.list-item__content_H > div {
|
|
|
- flex-basis: 33.3%;
|
|
|
-}
|
|
|
+ .list_G {
|
|
|
+ background: none;
|
|
|
+ }
|
|
|
+ .list__wrapper_G {
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ justify-content: space-between;
|
|
|
+ }
|
|
|
+ .list-item_G {
|
|
|
+ width: 130px;
|
|
|
+ height: 80px;
|
|
|
+ align-items: center;
|
|
|
+ text-align: center;
|
|
|
+ border: 1px solid rgba(25, 237, 255, 0.4);
|
|
|
+ box-shadow: inset 0 0 10px rgba(0, 197, 255, 0.6);
|
|
|
+ background: rgba(0, 0, 0, 0.1);
|
|
|
+ margin: 5px 10px;
|
|
|
+ }
|
|
|
+ .list-item__content_G {
|
|
|
+ position: relative;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .list-item__content_G > .list-item__label {
|
|
|
+ width: 60px;
|
|
|
+ height: 100%;
|
|
|
+ left: 0;
|
|
|
+ position: absolute;
|
|
|
+ font-size: 20px;
|
|
|
+ line-height: 80px;
|
|
|
+ }
|
|
|
+ .list-item__content_G > .list-item__info {
|
|
|
+ width: 70px;
|
|
|
+ height: 30px;
|
|
|
+ line-height: 30px;
|
|
|
+ right: 0;
|
|
|
+ position: absolute;
|
|
|
+ }
|
|
|
+ .list-item__content_G > .list-item__value {
|
|
|
+ width: 70px;
|
|
|
+ height: 50px;
|
|
|
+ line-height: 50px;
|
|
|
+ top: 30px;
|
|
|
+ right: 0;
|
|
|
+ position: absolute;
|
|
|
+ text-shadow: 0 0 25px #00fbfe;
|
|
|
+ background: linear-gradient(0deg, #45d3fd, #45d3fd, #61ddb1, #61ddb1);
|
|
|
+ font-style: normal;
|
|
|
+ background-size: cover;
|
|
|
+ font-family: electronicFont;
|
|
|
+ font-size: 30px;
|
|
|
+ -webkit-background-clip: text;
|
|
|
+ background-clip: text;
|
|
|
+ -webkit-text-fill-color: transparent;
|
|
|
+ font-family: Arial, Helvetica, sans-serif;
|
|
|
+ font-size: 18px;
|
|
|
+ color: aliceblue;
|
|
|
+ }
|
|
|
|
|
|
-.list-item__icon_R {
|
|
|
- width: 24px;
|
|
|
- height: 25px;
|
|
|
- background-image: var(--image-list_bg_r_icon1);
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-position: center;
|
|
|
- background-size: contain;
|
|
|
- margin-bottom: 5px;
|
|
|
- position: absolute;
|
|
|
- left: 35px;
|
|
|
-}
|
|
|
-.list-item_R:last-of-type .list-item__icon_R{
|
|
|
- background-image: var(--image-list_bg_r_icon2);
|
|
|
-}
|
|
|
-.list-item__content_R {
|
|
|
- height: 52px;
|
|
|
- background-repeat: no-repeat;
|
|
|
- padding:0 30px;
|
|
|
- display: flex;
|
|
|
- background-position: bottom;
|
|
|
- background-size: 100% 100%;
|
|
|
- background-image: var(--image-list_bg_r);
|
|
|
- text-align: center;
|
|
|
- align-items: center;
|
|
|
- .list-item__label {
|
|
|
- font-size: 15px;
|
|
|
+ .list_H {
|
|
|
+ background: none;
|
|
|
+ }
|
|
|
+ .list-item__content_H {
|
|
|
+ height: 50px;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ padding: 20px 50px 0 50px;
|
|
|
+ display: flex;
|
|
|
+ background-position: bottom;
|
|
|
+ background-size: 100% auto;
|
|
|
+ background-image: var(--image-list_bg_h);
|
|
|
+ margin-bottom: 10px;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ .list-item__content_H > div {
|
|
|
+ flex-basis: 33.3%;
|
|
|
}
|
|
|
- .list-item__value_R {
|
|
|
- font-family: 'douyuFont';
|
|
|
- font-size: 15px;
|
|
|
- padding-top: 5px;
|
|
|
- color: #00bfff;
|
|
|
- }
|
|
|
-}
|
|
|
-.list-item__content_R > div {
|
|
|
- flex-basis: 33.3%;
|
|
|
-}
|
|
|
|
|
|
-.list_fireList {
|
|
|
- background: none;
|
|
|
-}
|
|
|
-.list__wrapper_fireList {
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
- justify-content: flex-start;
|
|
|
- margin-left: 86px;
|
|
|
-}
|
|
|
-.list-item_fireList {
|
|
|
- width: 167px;
|
|
|
- height: 58px;
|
|
|
- align-items: center;
|
|
|
- text-align: center;
|
|
|
- background-image: var(--image-list_bg_i);
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-size: auto 100%;
|
|
|
- margin: 5px 10px;
|
|
|
-}
|
|
|
-.list-item__content_fireList {
|
|
|
- position: relative;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-.list-item__content_fireList > .list-item__label {
|
|
|
- width: 60px;
|
|
|
- height: 100%;
|
|
|
- left: 0;
|
|
|
- position: absolute;
|
|
|
- font-size: 20px;
|
|
|
- line-height: 63px;
|
|
|
- color: #009bff;
|
|
|
-}
|
|
|
-.list-item__content_fireList > .list-item__info {
|
|
|
- height: 50%;
|
|
|
- left: 70px;
|
|
|
- position: absolute;
|
|
|
-}
|
|
|
-.list-item__content_fireList > .list-item__value {
|
|
|
- top: 50%;
|
|
|
- height: 50%;
|
|
|
- left: 70px;
|
|
|
- position: absolute;
|
|
|
- font-size: 18px;
|
|
|
-}
|
|
|
-.list_I {
|
|
|
- background: none;
|
|
|
-}
|
|
|
-.list__wrapper_I {
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
- justify-content: flex-start;
|
|
|
-}
|
|
|
-.list-item_I {
|
|
|
- width: 160px;
|
|
|
- height: 63px;
|
|
|
- align-items: center;
|
|
|
- text-align: center;
|
|
|
- background-image: var(--image-list_bg_i);
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-size: auto 100%;
|
|
|
- margin: 5px 10px;
|
|
|
-}
|
|
|
-.list-item__content_I {
|
|
|
- position: relative;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-.list-item__content_I > .list-item__label {
|
|
|
- width: 60px;
|
|
|
- height: 100%;
|
|
|
- left: 0;
|
|
|
- position: absolute;
|
|
|
- font-size: 20px;
|
|
|
- line-height: 63px;
|
|
|
- color: #009bff;
|
|
|
-}
|
|
|
-.list-item__content_I > .list-item__info {
|
|
|
- height: 50%;
|
|
|
- left: 70px;
|
|
|
- position: absolute;
|
|
|
-}
|
|
|
-.list-item__content_I > .list-item__value {
|
|
|
- top: 50%;
|
|
|
- height: 50%;
|
|
|
- left: 70px;
|
|
|
- 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_K {
|
|
|
- background: unset;
|
|
|
- padding: 0 5px 0 10px;
|
|
|
-}
|
|
|
-.list__wrapper_K {
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-.list-item__content_K {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
- padding: 5px;
|
|
|
- margin: 4px 0;
|
|
|
- background-image: var(--image-linear-gradient-3);
|
|
|
+ .list-item__icon_R {
|
|
|
+ width: 24px;
|
|
|
+ height: 25px;
|
|
|
+ background-image: var(--image-list_bg_r_icon1);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center;
|
|
|
+ background-size: contain;
|
|
|
+ margin-bottom: 5px;
|
|
|
+ position: absolute;
|
|
|
+ left: 35px;
|
|
|
+ }
|
|
|
+ .list-item_R:last-of-type .list-item__icon_R {
|
|
|
+ background-image: var(--image-list_bg_r_icon2);
|
|
|
+ }
|
|
|
+ .list-item__content_R {
|
|
|
+ height: 52px;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ padding: 0 30px;
|
|
|
+ display: flex;
|
|
|
+ background-position: bottom;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ background-image: var(--image-list_bg_r);
|
|
|
+ text-align: center;
|
|
|
+ align-items: center;
|
|
|
+ .list-item__label {
|
|
|
+ font-size: 15px;
|
|
|
+ }
|
|
|
+ .list-item__value_R {
|
|
|
+ font-family: 'douyuFont';
|
|
|
+ font-size: 15px;
|
|
|
+ padding-top: 5px;
|
|
|
+ color: #00bfff;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .list-item__content_R > div {
|
|
|
+ flex-basis: 33.3%;
|
|
|
+ }
|
|
|
|
|
|
- .list-item__value {
|
|
|
- flex-basis: unset;
|
|
|
+ .list_fireList {
|
|
|
+ background: none;
|
|
|
}
|
|
|
- .list-item__label {
|
|
|
- flex-basis: unset;
|
|
|
+ .list__wrapper_fireList {
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ justify-content: flex-start;
|
|
|
+ margin-left: 86px;
|
|
|
}
|
|
|
- .list-item__info {
|
|
|
- display: none;
|
|
|
+ .list-item_fireList {
|
|
|
+ width: 167px;
|
|
|
+ height: 58px;
|
|
|
+ align-items: center;
|
|
|
+ text-align: center;
|
|
|
+ background-image: var(--image-list_bg_i);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: auto 100%;
|
|
|
+ margin: 5px 10px;
|
|
|
+ }
|
|
|
+ .list-item__content_fireList {
|
|
|
+ position: relative;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .list-item__content_fireList > .list-item__label {
|
|
|
+ width: 60px;
|
|
|
+ height: 100%;
|
|
|
+ left: 0;
|
|
|
+ position: absolute;
|
|
|
+ font-size: 20px;
|
|
|
+ line-height: 63px;
|
|
|
+ color: #009bff;
|
|
|
+ }
|
|
|
+ .list-item__content_fireList > .list-item__info {
|
|
|
+ height: 50%;
|
|
|
+ left: 70px;
|
|
|
+ position: absolute;
|
|
|
+ }
|
|
|
+ .list-item__content_fireList > .list-item__value {
|
|
|
+ top: 50%;
|
|
|
+ height: 50%;
|
|
|
+ left: 70px;
|
|
|
+ position: absolute;
|
|
|
+ font-size: 18px;
|
|
|
+ }
|
|
|
+ .list_I {
|
|
|
+ background: none;
|
|
|
+ }
|
|
|
+ .list__wrapper_I {
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ justify-content: flex-start;
|
|
|
+ }
|
|
|
+ .list-item_I {
|
|
|
+ width: 160px;
|
|
|
+ height: 63px;
|
|
|
+ align-items: center;
|
|
|
+ text-align: center;
|
|
|
+ background-image: var(--image-list_bg_i);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: auto 100%;
|
|
|
+ margin: 5px 10px;
|
|
|
}
|
|
|
-}
|
|
|
+ .list-item__content_I {
|
|
|
+ position: relative;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .list-item__content_I > .list-item__label {
|
|
|
+ width: 60px;
|
|
|
+ height: 100%;
|
|
|
+ left: 0;
|
|
|
+ position: absolute;
|
|
|
+ font-size: 20px;
|
|
|
+ line-height: 63px;
|
|
|
+ color: #009bff;
|
|
|
+ }
|
|
|
+ .list-item__content_I > .list-item__info {
|
|
|
+ height: 50%;
|
|
|
+ left: 70px;
|
|
|
+ position: absolute;
|
|
|
+ }
|
|
|
+ .list-item__content_I > .list-item__value {
|
|
|
+ top: 50%;
|
|
|
+ height: 50%;
|
|
|
+ left: 70px;
|
|
|
+ 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_K {
|
|
|
+ background: unset;
|
|
|
+ padding: 0 5px 0 10px;
|
|
|
+ }
|
|
|
+ .list__wrapper_K {
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .list-item__content_K {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ padding: 5px;
|
|
|
+ margin: 4px 0;
|
|
|
+ background-image: var(--image-linear-gradient-3);
|
|
|
|
|
|
-.list_L {
|
|
|
- background: none;
|
|
|
- padding: 5px 10px;
|
|
|
-}
|
|
|
-.list-item_L {
|
|
|
- width: 100%;
|
|
|
- height: 37px;
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-size: auto 100%;
|
|
|
- margin-bottom: 8px;
|
|
|
-}
|
|
|
-/* 奇数项背景图 */
|
|
|
-.list-item_L:nth-child(odd) {
|
|
|
- background-image: var(--image-list_bg_l1);
|
|
|
-}
|
|
|
+ .list-item__value {
|
|
|
+ flex-basis: unset;
|
|
|
+ }
|
|
|
+ .list-item__label {
|
|
|
+ flex-basis: unset;
|
|
|
+ }
|
|
|
+ .list-item__info {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
-/* 偶数项背景图 */
|
|
|
-.list-item_L:nth-child(even) {
|
|
|
- background-image: var(--image-list_bg_l2);
|
|
|
-}
|
|
|
-.list-item__icon_L {
|
|
|
- background-repeat: no-repeat;
|
|
|
- width: 16px;
|
|
|
- height: 20px;
|
|
|
- margin-left: 15px;
|
|
|
- background-position: center;
|
|
|
- background-size: contain;
|
|
|
-}
|
|
|
-/* 四个图标样式 */
|
|
|
-.list-item_L:nth-child(1) .list-item__icon_L {
|
|
|
- background-image: var(--image-list_icon_l1);
|
|
|
-}
|
|
|
+ .list_L {
|
|
|
+ background: none;
|
|
|
+ padding: 5px 10px;
|
|
|
+ }
|
|
|
+ .list-item_L {
|
|
|
+ width: 100%;
|
|
|
+ height: 37px;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: auto 100%;
|
|
|
+ margin-bottom: 8px;
|
|
|
+ }
|
|
|
+ /* 奇数项背景图 */
|
|
|
+ .list-item_L:nth-child(odd) {
|
|
|
+ background-image: var(--image-list_bg_l1);
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 偶数项背景图 */
|
|
|
+ .list-item_L:nth-child(even) {
|
|
|
+ background-image: var(--image-list_bg_l2);
|
|
|
+ }
|
|
|
+ .list-item__icon_L {
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ width: 16px;
|
|
|
+ height: 20px;
|
|
|
+ margin-left: 15px;
|
|
|
+ background-position: center;
|
|
|
+ background-size: contain;
|
|
|
+ }
|
|
|
+ /* 四个图标样式 */
|
|
|
+ .list-item_L:nth-child(1) .list-item__icon_L {
|
|
|
+ background-image: var(--image-list_icon_l1);
|
|
|
+ }
|
|
|
|
|
|
-.list-item_L:nth-child(2) .list-item__icon_L {
|
|
|
- background-image: var(--image-list_icon_l2);
|
|
|
-}
|
|
|
+ .list-item_L:nth-child(2) .list-item__icon_L {
|
|
|
+ background-image: var(--image-list_icon_l2);
|
|
|
+ }
|
|
|
|
|
|
-.list-item_L:nth-child(3) .list-item__icon_L {
|
|
|
- background-image: var(--image-list_icon_l3);
|
|
|
-}
|
|
|
+ .list-item_L:nth-child(3) .list-item__icon_L {
|
|
|
+ background-image: var(--image-list_icon_l3);
|
|
|
+ }
|
|
|
|
|
|
-.list-item_L:nth-child(4) .list-item__icon_L {
|
|
|
- background-image: var(--image-list_icon_l4);
|
|
|
-}
|
|
|
-.list-item__content_L {
|
|
|
- display: flex;
|
|
|
- text-align: center;
|
|
|
- align-items: center;
|
|
|
- .list-item__value_L {
|
|
|
- font-family: 'douyuFont';
|
|
|
+ .list-item_L:nth-child(4) .list-item__icon_L {
|
|
|
+ background-image: var(--image-list_icon_l4);
|
|
|
+ }
|
|
|
+ .list-item__content_L {
|
|
|
+ display: flex;
|
|
|
+ text-align: center;
|
|
|
+ align-items: center;
|
|
|
+ .list-item__value_L {
|
|
|
+ font-family: 'douyuFont';
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .list-item__content_L > div {
|
|
|
+ flex-basis: 33.3%;
|
|
|
}
|
|
|
|
|
|
-}
|
|
|
-.list-item__content_L > div {
|
|
|
- flex-basis: 33.3%;
|
|
|
-}
|
|
|
+ .list_M {
|
|
|
+ background: none;
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+ .list__wrapper_M {
|
|
|
+ display: grid;
|
|
|
+ grid-template-columns: 1fr 1fr; /* 两列均等 */
|
|
|
+ gap: 18px; /* 统一间距 */
|
|
|
+ }
|
|
|
+ .list-item_M {
|
|
|
+ height: 37px;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
+ .list-item_M:nth-child(1),
|
|
|
+ .list-item_M:nth-child(4),
|
|
|
+ .list-item_M:nth-child(5),
|
|
|
+ .list-item_M:nth-child(8) {
|
|
|
+ background-image: var(--image-list_bg_m1);
|
|
|
+ }
|
|
|
|
|
|
+ .list-item_M:nth-child(2),
|
|
|
+ .list-item_M:nth-child(3),
|
|
|
+ .list-item_M:nth-child(6),
|
|
|
+ .list-item_M:nth-child(7) {
|
|
|
+ background-image: var(--image-list_bg_m2);
|
|
|
+ }
|
|
|
+ .list-item_M:nth-child(7),
|
|
|
+ .list-item_M:nth-child(8) {
|
|
|
+ margin-bottom: 0;
|
|
|
+ }
|
|
|
+ .list-item__icon_M {
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ height: 16px;
|
|
|
+ margin-left: 5px;
|
|
|
+ background-position: center;
|
|
|
+ background-size: auto 100%;
|
|
|
+ display: inline-block;
|
|
|
+ width: 40px;
|
|
|
+ }
|
|
|
+ /* 八个图标样式 */
|
|
|
+ .list-item_M:nth-child(1) .list-item__icon_M {
|
|
|
+ background-image: var(--image-list_icon_m1);
|
|
|
+ }
|
|
|
+ .list-item_M:nth-child(2) .list-item__icon_M {
|
|
|
+ background-image: var(--image-list_icon_m2);
|
|
|
+ }
|
|
|
+ .list-item_M:nth-child(3) .list-item__icon_M {
|
|
|
+ background-image: var(--image-list_icon_m3);
|
|
|
+ }
|
|
|
+ .list-item_M:nth-child(4) .list-item__icon_M {
|
|
|
+ background-image: var(--image-list_icon_m4);
|
|
|
+ }
|
|
|
+ .list-item_M:nth-child(5) .list-item__icon_M {
|
|
|
+ background-image: var(--image-list_icon_m5);
|
|
|
+ }
|
|
|
+ .list-item_M:nth-child(6) .list-item__icon_M {
|
|
|
+ background-image: var(--image-list_icon_m6);
|
|
|
+ }
|
|
|
+ .list-item_M:nth-child(7) .list-item__icon_M {
|
|
|
+ background-image: var(--image-list_icon_m7);
|
|
|
+ }
|
|
|
+ .list-item_M:nth-child(8) .list-item__icon_M {
|
|
|
+ background-image: var(--image-list_icon_m8);
|
|
|
+ }
|
|
|
|
|
|
-.list_M {
|
|
|
- background: none;
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
-.list__wrapper_M {
|
|
|
- display: grid;
|
|
|
- grid-template-columns: 1fr 1fr; /* 两列均等 */
|
|
|
- gap: 18px; /* 统一间距 */
|
|
|
-}
|
|
|
-.list-item_M {
|
|
|
- height: 37px;
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-size: 100% 100%;
|
|
|
-}
|
|
|
-.list-item_M:nth-child(1),
|
|
|
-.list-item_M:nth-child(4),
|
|
|
-.list-item_M:nth-child(5),
|
|
|
-.list-item_M:nth-child(8) {
|
|
|
- background-image: var(--image-list_bg_m1);
|
|
|
-}
|
|
|
+ .list-item__content_M {
|
|
|
+ display: flex;
|
|
|
+ text-align: center;
|
|
|
+ align-items: center;
|
|
|
|
|
|
-.list-item_M:nth-child(2),
|
|
|
-.list-item_M:nth-child(3),
|
|
|
-.list-item_M:nth-child(6),
|
|
|
-.list-item_M:nth-child(7) {
|
|
|
- background-image: var(--image-list_bg_m2);
|
|
|
-}
|
|
|
-.list-item_M:nth-child(7),
|
|
|
-.list-item_M:nth-child(8) {
|
|
|
- margin-bottom: 0;
|
|
|
-}
|
|
|
-.list-item__icon_M {
|
|
|
- background-repeat: no-repeat;
|
|
|
- height: 16px;
|
|
|
- margin-left: 5px;
|
|
|
- background-position: center;
|
|
|
- background-size: auto 100%;
|
|
|
- display: inline-block;
|
|
|
- width: 40px;
|
|
|
-}
|
|
|
-/* 八个图标样式 */
|
|
|
-.list-item_M:nth-child(1) .list-item__icon_M {
|
|
|
- background-image: var(--image-list_icon_m1);
|
|
|
-}
|
|
|
-.list-item_M:nth-child(2) .list-item__icon_M {
|
|
|
- background-image: var(--image-list_icon_m2);
|
|
|
-}
|
|
|
-.list-item_M:nth-child(3) .list-item__icon_M {
|
|
|
- background-image: var(--image-list_icon_m3);
|
|
|
-}
|
|
|
-.list-item_M:nth-child(4) .list-item__icon_M {
|
|
|
- background-image: var(--image-list_icon_m4);
|
|
|
-}
|
|
|
-.list-item_M:nth-child(5) .list-item__icon_M {
|
|
|
- background-image: var(--image-list_icon_m5);
|
|
|
-}
|
|
|
-.list-item_M:nth-child(6) .list-item__icon_M {
|
|
|
- background-image: var(--image-list_icon_m6);
|
|
|
-}
|
|
|
-.list-item_M:nth-child(7) .list-item__icon_M {
|
|
|
- background-image: var(--image-list_icon_m7);
|
|
|
-}
|
|
|
-.list-item_M:nth-child(8) .list-item__icon_M {
|
|
|
- background-image: var(--image-list_icon_m8);
|
|
|
-}
|
|
|
+ .list-item__value_M {
|
|
|
+ font-family: 'douyuFont';
|
|
|
+ font-size: 12px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .list_N {
|
|
|
+ background: none;
|
|
|
+ padding: 5px 10px;
|
|
|
+ }
|
|
|
+ .list-item_N {
|
|
|
+ width: 100%;
|
|
|
+ height: 42px;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ margin-bottom: 15px;
|
|
|
+ }
|
|
|
+ /* 四个背景样式 */
|
|
|
+ .list-item_N:nth-child(1) {
|
|
|
+ background-image: var(--image-list_bg_n1);
|
|
|
+ }
|
|
|
|
|
|
-.list-item__content_M {
|
|
|
- display: flex;
|
|
|
- text-align: center;
|
|
|
- align-items: center;
|
|
|
+ .list-item_N:nth-child(2) {
|
|
|
+ background-image: var(--image-list_bg_n2);
|
|
|
+ .list-item__value_N {
|
|
|
+ color: #27cab7;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- .list-item__value_M {
|
|
|
- font-family: 'douyuFont';
|
|
|
- font-size: 12px;
|
|
|
+ .list-item_N:nth-child(3) {
|
|
|
+ background-image: var(--image-list_bg_n3);
|
|
|
}
|
|
|
|
|
|
-}
|
|
|
+ .list-item_N:nth-child(4) {
|
|
|
+ background-image: var(--image-list_bg_n4);
|
|
|
+ color: #27cab7;
|
|
|
+ }
|
|
|
+ .list-item__content_N {
|
|
|
+ display: flex;
|
|
|
+ text-align: center;
|
|
|
+ align-items: center;
|
|
|
+ .list-item__value_N {
|
|
|
+ font-family: 'douyuFont';
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .list-item__content_N > div:last-child {
|
|
|
+ flex-basis: 60%;
|
|
|
+ }
|
|
|
|
|
|
-.list-item__label {
|
|
|
- flex-basis: 55%;
|
|
|
-}
|
|
|
-.list-item__info {
|
|
|
- flex-grow: 1;
|
|
|
-}
|
|
|
-.list-item__value {
|
|
|
- flex-basis: 30%;
|
|
|
-}
|
|
|
-.list-item__value_red {
|
|
|
- color: red;
|
|
|
-}
|
|
|
-.list-item__value_orange {
|
|
|
- color: orange;
|
|
|
-}
|
|
|
-.list-item__value_yellow {
|
|
|
- color: yellow;
|
|
|
-}
|
|
|
-.list-item__value_green {
|
|
|
- color: yellowgreen;
|
|
|
-}
|
|
|
-.list-item__value_blue {
|
|
|
- color: @vent-table-action-link;
|
|
|
-}
|
|
|
-.list-item__value_white {
|
|
|
- color: white;
|
|
|
-}
|
|
|
-.gallery-item__value_lightblue {
|
|
|
- color: @vent-configurable-home-light-border;
|
|
|
-}
|
|
|
+ .list-item__label {
|
|
|
+ flex-basis: 55%;
|
|
|
+ }
|
|
|
+ .list-item__info {
|
|
|
+ flex-grow: 1;
|
|
|
+ }
|
|
|
+ .list-item__value {
|
|
|
+ flex-basis: 30%;
|
|
|
+ }
|
|
|
+ .list-item__value_red {
|
|
|
+ color: red;
|
|
|
+ }
|
|
|
+ .list-item__value_orange {
|
|
|
+ color: orange;
|
|
|
+ }
|
|
|
+ .list-item__value_yellow {
|
|
|
+ color: yellow;
|
|
|
+ }
|
|
|
+ .list-item__value_green {
|
|
|
+ color: yellowgreen;
|
|
|
+ }
|
|
|
+ .list-item__value_blue {
|
|
|
+ color: @vent-table-action-link;
|
|
|
+ }
|
|
|
+ .list-item__value_white {
|
|
|
+ color: white;
|
|
|
+ }
|
|
|
+ .gallery-item__value_lightblue {
|
|
|
+ color: @vent-configurable-home-light-border;
|
|
|
+ }
|
|
|
</style>
|