|
@@ -562,7 +562,7 @@ watch(
|
|
|
--image-time: url('/@/assets/images/fire/wy-time.png');
|
|
|
--image-time1: url('/@/assets/images/fire/wy-time2.png');
|
|
|
--image-title: url('/@/assets/images/fire/wy-title.png');
|
|
|
- --image-bj1: url('/@/assets/images/fire/wy-bj.png');
|
|
|
+ --image-bj2: url('/@/assets/images/fire/wy-bj.png');
|
|
|
--image-max: url('/@/assets/images/fire/max.svg');
|
|
|
--image-min: url('/@/assets/images/fire/min.svg');
|
|
|
--image-pj: url('/@/assets/images/fire/pj.svg');
|
|
@@ -771,7 +771,7 @@ watch(
|
|
|
flex-direction: column;
|
|
|
width: 32%;
|
|
|
height: 100%;
|
|
|
- background: var(--image-bj1) no-repeat center;
|
|
|
+ background: var(--image-bj2) no-repeat center;
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
&:nth-child(2) {
|
|
@@ -939,7 +939,7 @@ watch(
|
|
|
flex-direction: column;
|
|
|
width: calc(50% - 10px);
|
|
|
height: calc(50% - 10px);
|
|
|
- background: var(--image-bj1) no-repeat center;
|
|
|
+ background: var(--image-bj2) no-repeat center;
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
&:nth-child(1) {
|
|
@@ -1108,7 +1108,7 @@ watch(
|
|
|
flex-direction: column;
|
|
|
width: calc(50% - 10px);
|
|
|
height: calc(50% - 10px);
|
|
|
- background: var(--image-bj1) no-repeat center;
|
|
|
+ background: var(--image-bj2) no-repeat center;
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
&:nth-child(1) {
|