|
@@ -44,9 +44,25 @@
|
|
|
</script>
|
|
|
<style lang="less" scoped>
|
|
|
@import '@/design/vent/color.less';
|
|
|
+ @import '@/design/theme.less';
|
|
|
/* Timeline 相关的样式 */
|
|
|
|
|
|
+ @{theme-deepblue} {
|
|
|
+ .list {
|
|
|
+ --image-img-3: url(/@/assets/images/home-container/configurable/firehome/img-3.png);
|
|
|
+ --image-img-7: url(/@/assets/images/home-container/configurable/firehome/img-7.png);
|
|
|
+ --image-img-8: url(/@/assets/images/home-container/configurable/firehome/img-8.png);
|
|
|
+ --image-img-9: url(/@/assets/images/home-container/configurable/firehome/img-9.png);
|
|
|
+ --image-list_bg_1: url(/@/assets/images/home-container/configurable/dusthome/list_bg_1.png);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
.list {
|
|
|
+ --image-img-3: url(/@/assets/images/home-container/configurable/firehome/img-3.png);
|
|
|
+ --image-img-7: url(/@/assets/images/home-container/configurable/firehome/img-7.png);
|
|
|
+ --image-img-8: url(/@/assets/images/home-container/configurable/firehome/img-8.png);
|
|
|
+ --image-img-9: url(/@/assets/images/home-container/configurable/firehome/img-9.png);
|
|
|
+ --image-list_bg_1: url(/@/assets/images/home-container/configurable/dusthome/list_bg_1.png);
|
|
|
padding: 5px 20px;
|
|
|
position: relative;
|
|
|
width: 100%;
|
|
@@ -57,7 +73,7 @@
|
|
|
position: relative;
|
|
|
height: 140px;
|
|
|
background-repeat: no-repeat;
|
|
|
- background-image: url(/@/assets/images/home-container/configurable/firehome/img-3.png);
|
|
|
+ background-image: var(--image-img-3);
|
|
|
background-size: auto 100%;
|
|
|
background-position: center;
|
|
|
}
|
|
@@ -140,7 +156,7 @@
|
|
|
// background-size: auto 100%;
|
|
|
background-size: 87% auto;
|
|
|
background-position: center;
|
|
|
- background-image: url(/@/assets/images/home-container/configurable/firehome/img-7.png);
|
|
|
+ background-image: var(--image-img-7);
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
@@ -192,7 +208,7 @@
|
|
|
height: 140px;
|
|
|
width: 200px;
|
|
|
background-repeat: no-repeat;
|
|
|
- background-image: url(/@/assets/images/home-container/configurable/firehome/img-8.png);
|
|
|
+ background-image: var(--image-img-8);
|
|
|
background-size: 100% 100%;
|
|
|
background-position: left center;
|
|
|
}
|
|
@@ -250,7 +266,7 @@
|
|
|
height: 110px;
|
|
|
width: 200px;
|
|
|
background-repeat: no-repeat;
|
|
|
- background-image: url(/@/assets/images/home-container/configurable/firehome/img-9.png);
|
|
|
+ background-image: var(--image-img-9);
|
|
|
background-size: 100% auto;
|
|
|
background-position: center top;
|
|
|
text-align: center;
|
|
@@ -308,7 +324,7 @@
|
|
|
height: 104px;
|
|
|
width: 188px;
|
|
|
background-repeat: no-repeat;
|
|
|
- background-image: url(/@/assets/images/home-container/configurable/dusthome/list_bg_1.png);
|
|
|
+ background-image: var(--image-list_bg_1);
|
|
|
background-size: 100% auto;
|
|
|
background-position: center top;
|
|
|
text-align: center;
|