|
@@ -6,13 +6,13 @@
|
|
|
.card-container {
|
|
|
width: 470px;
|
|
|
height: 472px;
|
|
|
- width: px2rem(470px * 2);
|
|
|
- height: px2rem(770px / 2 * 2);
|
|
|
+ width: px2rem(424px*2);
|
|
|
+ height: px2rem(304px*2);
|
|
|
background-position: top center;
|
|
|
background-size: cover;
|
|
|
z-index: 1;
|
|
|
box-sizing: border-box;
|
|
|
- padding: px2rem(60px * 2) px2rem(30px * 2) px2rem(25px * 2);
|
|
|
+ padding: px2rem(60px * 2) px2rem(18px * 2) px2rem(25px * 2);
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
color: #fff;
|
|
@@ -36,13 +36,15 @@
|
|
|
background-image: url('../../assets/card-bg/frame_information.png');
|
|
|
}
|
|
|
&-bg-incident-info {
|
|
|
- height: px2rem(468px * 2);
|
|
|
+ height: px2rem(476px * 2);
|
|
|
+ margin-right: px2rem(10px * 2);
|
|
|
background-image: url('../../assets/card-bg/frame_sjxx@2x.png');
|
|
|
}
|
|
|
&-bg-command-chain {
|
|
|
+ margin-right: px2rem(10px * 2);
|
|
|
background-image: url('../../assets/card-bg/frame_zhtx@2x.png');
|
|
|
// margin-top: px2rem(-63px * 2);
|
|
|
- height: px2rem(302px * 2);
|
|
|
+ height: px2rem(304px * 2);
|
|
|
margin-top: px2rem(20px * 2);
|
|
|
}
|
|
|
&-bg-incident-plan {
|
|
@@ -56,20 +58,20 @@
|
|
|
background-image: url('../../assets/card-bg/frame_yjya@2x.png');
|
|
|
}
|
|
|
&-bg-wz-all {
|
|
|
- margin-right: px2rem(20px *2);
|
|
|
- margin-top: px2rem(20px *2);
|
|
|
- height: px2rem(302px * 2);
|
|
|
+ margin-right: px2rem(10px *2);
|
|
|
+ margin-top: px2rem(15px *2);
|
|
|
+ height: px2rem(375px * 2);
|
|
|
background-image: url('../../assets/card-bg/frame_kywz@2x.png');
|
|
|
}
|
|
|
&-bg-em-ex {
|
|
|
- margin-right: px2rem(20px *2);
|
|
|
- height: px2rem(468px * 2);
|
|
|
+ margin-right: px2rem(10px *2);
|
|
|
+ height: px2rem(420px * 2);
|
|
|
background-image: url('../../assets/card-bg/frame_czfa@2x.png');
|
|
|
}
|
|
|
&-bg-accident-scene {
|
|
|
background-image: url('../../assets/card-bg/frame_sgxc@2x.png');
|
|
|
- width: px2rem(472px * 2);
|
|
|
- height: px2rem(302px * 2);
|
|
|
+ width: px2rem(424px * 2);
|
|
|
+ height: px2rem(304px * 2);
|
|
|
margin-top: px2rem(20px * 2);
|
|
|
>div {
|
|
|
height: px2rem(302px * 2 - 60px * 2 - 25px * 2);
|
|
@@ -95,15 +97,15 @@
|
|
|
&-bg-execution-log {
|
|
|
width: 939px;
|
|
|
height: 554px;
|
|
|
- width: px2rem(472px * 2);
|
|
|
- height: px2rem(789px * 2);
|
|
|
+ width: px2rem(422px * 2);
|
|
|
+ height: px2rem(809px * 2);
|
|
|
background-image: url('../../assets/card-bg/frame_zxrz@2x.png');
|
|
|
}
|
|
|
&-bg-live-monitoring {
|
|
|
width: 943px;
|
|
|
height: 939px;
|
|
|
- width: px2rem(472px * 2);
|
|
|
- height: px2rem(469px * 2);
|
|
|
+ width: px2rem(424px * 2);
|
|
|
+ height: px2rem(476px * 2);
|
|
|
background-image: url('../../assets/card-bg/frame_skjc@2x.png');
|
|
|
.livec {
|
|
|
height: px2rem((469px * 2 - 60px * 2 - 25px *2)/2 - 10px*2);
|