|
@@ -402,6 +402,38 @@
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ .plan-content {
|
|
|
|
+ font-size: px2rem(18px * 2);
|
|
|
|
+ font-family: Source Han Sans CN, Source Han Sans CN-Regular;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ text-align: left;
|
|
|
|
+ color: #ffffff;
|
|
|
|
+ margin-bottom: px2rem(20px * 2);
|
|
|
|
+ .plan-c {
|
|
|
|
+ margin-left: px2rem(13px * 2);
|
|
|
|
+ margin-top: px2rem(17px * 2);
|
|
|
|
+ opacity: 0.66;
|
|
|
|
+ font-size: px2rem(16px * 2);
|
|
|
|
+ font-family: Source Han Sans CN, Source Han Sans CN-Regular;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ text-align: left;
|
|
|
|
+ color: #ffffff;
|
|
|
|
+ .plan-comm,
|
|
|
|
+ .plan-cmd {
|
|
|
|
+ margin-top: px2rem(10px * 2);
|
|
|
|
+ }
|
|
|
|
+ .plan-comm {
|
|
|
|
+ .pc {
|
|
|
|
+ color: #0ED0FF;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .pt,
|
|
|
|
+ .pc {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ vertical-align: top;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
&-bg-emergency-linkage {
|
|
&-bg-emergency-linkage {
|
|
@@ -582,21 +614,31 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .pitem1 {
|
|
|
|
|
|
+ .pitem3 {
|
|
.ptime {
|
|
.ptime {
|
|
background-image: url("../../assets/card-bg/blue@2x.png") !important;
|
|
background-image: url("../../assets/card-bg/blue@2x.png") !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .pitem2 {
|
|
|
|
|
|
+ .pitem1 {
|
|
.ptime {
|
|
.ptime {
|
|
background-image: url("../../assets/card-bg/red@2x.png") !important;
|
|
background-image: url("../../assets/card-bg/red@2x.png") !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .pitem3 {
|
|
|
|
|
|
+ .pitem2 {
|
|
.ptime {
|
|
.ptime {
|
|
background-image: url("../../assets/card-bg/yellow@2x.png") !important;
|
|
background-image: url("../../assets/card-bg/yellow@2x.png") !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ .pitem4 {
|
|
|
|
+ .ptime {
|
|
|
|
+ background-image: url("../../assets/card-bg/archive@2x.png") !important;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .pitem5 {
|
|
|
|
+ .ptime {
|
|
|
|
+ background-image: url("../../assets/card-bg/neglect@2x.png") !important;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
.pitem {
|
|
.pitem {
|
|
position: relative;
|
|
position: relative;
|
|
.pline {
|
|
.pline {
|
|
@@ -627,7 +669,8 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.pcontent {
|
|
.pcontent {
|
|
- min-height: px2rem(48px * 2 + 158px *2);
|
|
|
|
|
|
+ min-height: px2rem(48px * 2 + 8px *2);
|
|
|
|
+ padding-bottom: px2rem(28px * 2);
|
|
z-index: 1;
|
|
z-index: 1;
|
|
position: relative;
|
|
position: relative;
|
|
font-size: px2rem(18px * 2);
|
|
font-size: px2rem(18px * 2);
|
|
@@ -758,6 +801,7 @@
|
|
border-radius: px2rem(5px * 2);
|
|
border-radius: px2rem(5px * 2);
|
|
text-align: center;
|
|
text-align: center;
|
|
margin-top: px2rem(5px * 2);
|
|
margin-top: px2rem(5px * 2);
|
|
|
|
+ margin-right: px2rem(5px * 2);
|
|
color: #39d6fe;
|
|
color: #39d6fe;
|
|
img {
|
|
img {
|
|
width: px2rem(15px * 2);
|
|
width: px2rem(15px * 2);
|
|
@@ -767,11 +811,29 @@
|
|
}
|
|
}
|
|
.content {
|
|
.content {
|
|
margin-top: px2rem(20px * 2);
|
|
margin-top: px2rem(20px * 2);
|
|
- max-height: px2rem(250px * 2);
|
|
|
|
|
|
+ max-height: px2rem(230px * 2);
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
div {
|
|
div {
|
|
margin-bottom: px2rem(25px * 2);
|
|
margin-bottom: px2rem(25px * 2);
|
|
}
|
|
}
|
|
|
|
+ &::-webkit-scrollbar-thumb {
|
|
|
|
+ background: #39d6fe;
|
|
|
|
+ border-radius: 3px;
|
|
|
|
+ }
|
|
|
|
+ // &::-webkit-scrollbar-track {
|
|
|
|
+ // border-radius: 3px;
|
|
|
|
+ // background-color: #39d6fe;
|
|
|
|
+ // }
|
|
|
|
+ &::-webkit-scrollbar {
|
|
|
|
+ width: 6px;
|
|
|
|
+ background-color: rgba(0, 0, 0, 0);
|
|
|
|
+ opacity: 1;
|
|
|
|
+ }
|
|
|
|
+ // &::-webkit-scrollbar-thumb {
|
|
|
|
+ // border-radius: 10px;
|
|
|
|
+ // -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
|
|
|
|
+ // background-color: #555;
|
|
|
|
+ // }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
&-bg-accident-scene {}
|
|
&-bg-accident-scene {}
|