|
@@ -177,7 +177,15 @@
|
|
|
<style lang="less" scoped>
|
|
|
@import '/@/design/vent/modal.less';
|
|
|
@ventSpace: zxm;
|
|
|
+
|
|
|
+ @{theme-deepblue} {
|
|
|
+ .scene-box {
|
|
|
+ --image-border: url('/@/assets/images/themify/deepblue/fire/border.png');
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
.scene-box {
|
|
|
+ --image-border: url('/@/assets/images/fire/border.png');
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
margin-top: 20px;
|
|
@@ -198,11 +206,14 @@
|
|
|
position: relative;
|
|
|
background: #6195af1a;
|
|
|
width: calc(100% + 10px);
|
|
|
- top: 0px;
|
|
|
+ top: 5px;
|
|
|
left: -10px;
|
|
|
- border: 1px solid #00fffd22;
|
|
|
- padding: 10px 0;
|
|
|
+ // border: 1px solid #00fffd22;
|
|
|
+ padding: 10px 20px;
|
|
|
box-shadow: 0 0 20px #44b4ff33 inset;
|
|
|
+ background: var(--image-border) no-repeat center;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ height: 692px;
|
|
|
}
|
|
|
}
|
|
|
.device-button-group {
|
|
@@ -218,7 +229,7 @@
|
|
|
height: 2px;
|
|
|
top: 30px;
|
|
|
left: -10px;
|
|
|
- border-bottom: 1px solid #0efcff;
|
|
|
+ // border-bottom: 1px solid #0efcff;
|
|
|
}
|
|
|
.device-button {
|
|
|
padding: 4px 15px;
|