|
@@ -233,9 +233,11 @@ watch(() => props.listData, (val) => {
|
|
|
|
|
|
.card-b {
|
|
|
position: relative;
|
|
|
- width: 25%;
|
|
|
+ width: 23%;
|
|
|
height: 128px;
|
|
|
+ margin: 0px 15px 15px 15px;
|
|
|
background: url('../../../../../assets/images/fire/bot-area.png') no-repeat center;
|
|
|
+ background-size: 100% 100%;
|
|
|
|
|
|
.item-l {
|
|
|
position: absolute;
|
|
@@ -264,46 +266,90 @@ watch(() => props.listData, (val) => {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .item-r {
|
|
|
- position: absolute;
|
|
|
- right: 32px;
|
|
|
- top: 50%;
|
|
|
- transform: translate(0, -50%);
|
|
|
- width: 220px;
|
|
|
- height: 128px;
|
|
|
- padding: 5px 0px;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: space-around;
|
|
|
- box-sizing: border-box;
|
|
|
-
|
|
|
- .content-r {
|
|
|
+ @media screen and (max-width:1920px) {
|
|
|
+ .item-r {
|
|
|
+ position: absolute;
|
|
|
+ left:132px;
|
|
|
+ top: 50%;
|
|
|
+ transform: translate(0, -50%);
|
|
|
+ height: 128px;
|
|
|
+ padding: 5px 0px;
|
|
|
display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: space-around;
|
|
|
+ box-sizing: border-box;
|
|
|
+
|
|
|
+ .content-r {
|
|
|
+ display: flex;
|
|
|
|
|
|
- span {
|
|
|
- font-size: 14px;
|
|
|
+ span {
|
|
|
+ font-size: 14px;
|
|
|
|
|
|
- &:first-child {
|
|
|
- display: inline-block;
|
|
|
- width: 68px;
|
|
|
+ &:first-child {
|
|
|
+ display: inline-block;
|
|
|
+ width: 68px;
|
|
|
+ }
|
|
|
+
|
|
|
+ &:last-child {
|
|
|
+ display: inline-block;
|
|
|
+ width: calc(100% - 68px);
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
- &:last-child {
|
|
|
- display: inline-block;
|
|
|
- width: calc(100% - 68px);
|
|
|
+ .status-f {
|
|
|
+ color: #ff0000;
|
|
|
}
|
|
|
- }
|
|
|
|
|
|
- .status-f {
|
|
|
- color: #ff0000;
|
|
|
+ .status-l {
|
|
|
+ color: #3df6ff;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
- .status-l {
|
|
|
- color: #3df6ff;
|
|
|
- }
|
|
|
+
|
|
|
}
|
|
|
+ }
|
|
|
|
|
|
|
|
|
+ @media screen and (min-width: 1921px) and (max-width:2560px) {
|
|
|
+ .item-r {
|
|
|
+ position: absolute;
|
|
|
+ left: 138px;
|
|
|
+ top: 50%;
|
|
|
+ transform: translate(0, -50%);
|
|
|
+ width: calc(100% - 138px);
|
|
|
+ height: 128px;
|
|
|
+ padding: 5px 0px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: space-around;
|
|
|
+ box-sizing: border-box;
|
|
|
+
|
|
|
+ .content-r {
|
|
|
+ display: flex;
|
|
|
+
|
|
|
+ span {
|
|
|
+ font-size: 14px;
|
|
|
+
|
|
|
+ &:first-child {
|
|
|
+ display: inline-block;
|
|
|
+ width: 68px;
|
|
|
+ }
|
|
|
+
|
|
|
+ &:last-child {
|
|
|
+ display: inline-block;
|
|
|
+ width: calc(100% - 68px);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .status-f {
|
|
|
+ color: #ff0000;
|
|
|
+ }
|
|
|
+
|
|
|
+ .status-l {
|
|
|
+ color: #3df6ff;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -346,9 +392,11 @@ watch(() => props.listData, (val) => {
|
|
|
|
|
|
.card-b {
|
|
|
position: relative;
|
|
|
- width: 25%;
|
|
|
+ width: 23%;
|
|
|
height: 128px;
|
|
|
+ margin: 0px 15px 15px 15px;
|
|
|
background: url('../../../../../assets/images/fire/bot-area.png') no-repeat center;
|
|
|
+ background-size: 100% 100%;
|
|
|
|
|
|
.item-l {
|
|
|
position: absolute;
|
|
@@ -377,45 +425,89 @@ watch(() => props.listData, (val) => {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .item-r {
|
|
|
- position: absolute;
|
|
|
- right: 32px;
|
|
|
- top: 50%;
|
|
|
- transform: translate(0, -50%);
|
|
|
- width: 220px;
|
|
|
- height: 128px;
|
|
|
- padding: 5px 0px;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: space-around;
|
|
|
- box-sizing: border-box;
|
|
|
-
|
|
|
- .content-r {
|
|
|
+ @media screen and (max-width:1920px) {
|
|
|
+ .item-r {
|
|
|
+ position: absolute;
|
|
|
+ left:132px;
|
|
|
+ top: 50%;
|
|
|
+ transform: translate(0, -50%);
|
|
|
+ height: 128px;
|
|
|
+ padding: 5px 0px;
|
|
|
display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: space-around;
|
|
|
+ box-sizing: border-box;
|
|
|
+
|
|
|
+ .content-r {
|
|
|
+ display: flex;
|
|
|
|
|
|
- span {
|
|
|
- font-size: 14px;
|
|
|
+ span {
|
|
|
+ font-size: 14px;
|
|
|
|
|
|
- &:first-child {
|
|
|
- display: inline-block;
|
|
|
- width: 68px;
|
|
|
+ &:first-child {
|
|
|
+ display: inline-block;
|
|
|
+ width: 68px;
|
|
|
+ }
|
|
|
+
|
|
|
+ &:last-child {
|
|
|
+ display: inline-block;
|
|
|
+ width: calc(100% - 68px);
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
- &:last-child {
|
|
|
- display: inline-block;
|
|
|
- width: calc(100% - 68px);
|
|
|
+ .status-f {
|
|
|
+ color: #ff0000;
|
|
|
}
|
|
|
- }
|
|
|
|
|
|
- .status-f {
|
|
|
- color: #ff0000;
|
|
|
+ .status-l {
|
|
|
+ color: #3df6ff;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
- .status-l {
|
|
|
- color: #3df6ff;
|
|
|
- }
|
|
|
+
|
|
|
}
|
|
|
+ }
|
|
|
|
|
|
+ @media screen and (min-width: 1921px) and (max-width:2560px) {
|
|
|
+ .item-r {
|
|
|
+ position: absolute;
|
|
|
+ left: 138px;
|
|
|
+ top: 50%;
|
|
|
+ transform: translate(0, -50%);
|
|
|
+ width: calc(100% - 138px);
|
|
|
+ height: 128px;
|
|
|
+ padding: 5px 0px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: space-around;
|
|
|
+ box-sizing: border-box;
|
|
|
+
|
|
|
+ .content-r {
|
|
|
+ display: flex;
|
|
|
+
|
|
|
+ span {
|
|
|
+ font-size: 14px;
|
|
|
+
|
|
|
+ &:first-child {
|
|
|
+ display: inline-block;
|
|
|
+ width: 68px;
|
|
|
+ }
|
|
|
+
|
|
|
+ &:last-child {
|
|
|
+ display: inline-block;
|
|
|
+ width: calc(100% - 68px);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .status-f {
|
|
|
+ color: #ff0000;
|
|
|
+ }
|
|
|
+
|
|
|
+ .status-l {
|
|
|
+ color: #3df6ff;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
}
|
|
|
|