|
|
@@ -36,6 +36,62 @@
|
|
|
<style lang="less" scoped>
|
|
|
@import '@/design/theme.less';
|
|
|
@import '@/design/theme.less';
|
|
|
+ @{theme-green} {
|
|
|
+ .gallery {
|
|
|
+ // --image-gallery_center: url(/@/assets/images/themify/deepblue/home-container/configurable/gallery_center.png);
|
|
|
+ // --image-gallery_1: url(/@/assets/images/themify/deepblue/home-container/configurable/gallery_1.png);
|
|
|
+ // --image-deco_2: url(/@/assets/images/themify/deepblue/home-container/configurable/deco_2.png);
|
|
|
+ // --image-deco_3: url(/@/assets/images/themify/deepblue/home-container/configurable/deco_3.png);
|
|
|
+ // --image-deco_4: url(/@/assets/images/themify/deepblue/home-container/configurable/deco_4.png);
|
|
|
+ // --image-img-2: url(/@/assets/images/themify/deepblue/home-container/configurable/firehome/img-2.png);
|
|
|
+ // --image-img-1: url(/@/assets/images/themify/deepblue/home-container/configurable/firehome/img-1.png);
|
|
|
+ --image-img-8: url(/@/assets/images/themify/green/home-container/configurable/dusthome/img-8.png);
|
|
|
+ --image-sbzs: url(/@/assets/images/themify/green/home-container/configurable/dusthome/sbzs.png);
|
|
|
+ --image-pwkqs: url(/@/assets/images/themify/green/home-container/configurable/dusthome/pwkqs.png);
|
|
|
+ --image-lwsl: url(/@/assets/images/themify/green/home-container/configurable/dusthome/lwsl.png);
|
|
|
+ --image-dwsl: url(/@/assets/images/themify/green/home-container/configurable/dusthome/dwsl.png);
|
|
|
+ // --image-img-1: url(/@/assets/images/themify/deepblue/home-container/configurable/firehome/img-1.png);
|
|
|
+ // --image-img-7: url(/@/assets/images/themify/deepblue/home-container/configurable/dusthome/img-7.png);
|
|
|
+ // --image-img-4: url(/@/assets/images/themify/deepblue/home-container/configurable/firehome/img-4.png);
|
|
|
+ // --image-bottom1: url('/@/assets/images/themify/deepblue/vent/alarm/bottom1.png');
|
|
|
+ // --image-center-bg: url('/@/assets/images/themify/deepblue/vent/alarm/center-bg.png');
|
|
|
+ // --image-warning-icon-bg1: url(/@/assets/images/themify/deepblue/vent/alarm/warning-icon-bg1.png);
|
|
|
+ // --image-warning-icon-bg-a1: url(/@/assets/images/themify/deepblue/vent/alarm/warning-icon-bg-a1.png);
|
|
|
+ // --image-data-bg: url(/@/assets/images/themify/deepblue/vent/alarm/data-bg.png);
|
|
|
+ // --image-icon-vent: url(/@/assets/images/themify/deepblue/vent/alarm/icon-vent.svg);
|
|
|
+ // --image-icon-bg: url(/@/assets/images/themify/deepblue/vent/alarm/icon-bg.png);
|
|
|
+ // --image-icon-device: url(/@/assets/images/themify/deepblue/vent/alarm/icon-device.svg);
|
|
|
+ // --image-icon-dust: url(/@/assets/images/themify/deepblue/vent/alarm/icon-dust.svg);
|
|
|
+ // --image-icon-gas: url(/@/assets/images/themify/deepblue/vent/alarm/icon-gas.svg);
|
|
|
+ --image-gallery_I_2: url(/@/assets/images/themify/deepblue/home-container/configurable/dusthome/gallery_I_2.png);
|
|
|
+ --image-gallery_I_1: url(/@/assets/images/themify/green/home-container/configurable/dusthome/gallery_I_1.png);
|
|
|
+ }
|
|
|
+ // type E图片样式调整
|
|
|
+ .gallery > .gallery-item_E:nth-child(2) {
|
|
|
+ background-image: var(--image-sbzs);
|
|
|
+ .gallery-item__label {
|
|
|
+ background-image: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .gallery > .gallery-item_E:nth-child(3) {
|
|
|
+ background-image: var(--image-pwkqs);
|
|
|
+ .gallery-item__label {
|
|
|
+ background-image: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .gallery > .gallery-item_E:nth-child(4) {
|
|
|
+ background-image: var(--image-lwsl);
|
|
|
+ .gallery-item__label {
|
|
|
+ background-image: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .gallery > .gallery-item_E:nth-child(5) {
|
|
|
+ background-image: var(--image-dwsl);
|
|
|
+ .gallery-item__label {
|
|
|
+ background-image: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
@{theme-deepblue} {
|
|
|
.gallery {
|
|
|
--image-gallery_center: url(/@/assets/images/themify/deepblue/home-container/configurable/gallery_center.png);
|