|
|
|
@ -12,27 +12,31 @@ body,html{ |
|
|
|
|
position: relative; |
|
|
|
|
} |
|
|
|
|
.monitor .top{ |
|
|
|
|
height:20%; |
|
|
|
|
/* height:20%; */ |
|
|
|
|
height: calc(20vh); |
|
|
|
|
width: calc(100% - 2px); |
|
|
|
|
border:1px solid red; |
|
|
|
|
/* border:1px solid red; */ |
|
|
|
|
background-color: #fff; |
|
|
|
|
position: relative; |
|
|
|
|
/* padding:20px; */ |
|
|
|
|
} |
|
|
|
|
.order{ |
|
|
|
|
position: absolute; |
|
|
|
|
border:2px solid #000; |
|
|
|
|
bottom: 0; |
|
|
|
|
bottom: calc(10% + 10px); |
|
|
|
|
display: flex; |
|
|
|
|
width: 100%; |
|
|
|
|
/* width: 100%; */ |
|
|
|
|
justify-content: space-between; |
|
|
|
|
left:calc(10% + 20px); |
|
|
|
|
right:calc(10% + 20px); |
|
|
|
|
z-index:0; |
|
|
|
|
} |
|
|
|
|
.order .orderItem{ |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
align-items: center; |
|
|
|
|
width: 5%; |
|
|
|
|
border: 1px solid red; |
|
|
|
|
/* margin-left:10%; */ |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
.order .orderItem span{ |
|
|
|
|
margin-bottom: 7px; |
|
|
|
@ -48,18 +52,28 @@ body,html{ |
|
|
|
|
height: calc(100% - 40px); |
|
|
|
|
justify-content: space-between; |
|
|
|
|
align-items: center; |
|
|
|
|
padding: 20px 0px; |
|
|
|
|
padding: 20px; |
|
|
|
|
position: relative; |
|
|
|
|
z-index:2 |
|
|
|
|
} |
|
|
|
|
#top1>:first-child{ |
|
|
|
|
|
|
|
|
|
margin-left:0 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#top1 .carInfo{ |
|
|
|
|
width:10%; |
|
|
|
|
|
|
|
|
|
height:calc(50% - 20px); |
|
|
|
|
/* height: 50px; */ |
|
|
|
|
background: #ECF3F7; |
|
|
|
|
border-radius: 10px; |
|
|
|
|
border: 1px dashed #6271FE; |
|
|
|
|
/* margin-top:20px; */ |
|
|
|
|
margin-left:1.25%; |
|
|
|
|
margin-right:1.25%; |
|
|
|
|
width:calc(10% - 2px); |
|
|
|
|
margin-left:5%; |
|
|
|
|
|
|
|
|
|
/* margin-left:1.25%; |
|
|
|
|
margin-right:1.25%; */ |
|
|
|
|
/* width: calc((100% - 2px) / 7); */ |
|
|
|
|
position: relative; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
@ -81,14 +95,21 @@ body,html{ |
|
|
|
|
#top1 .empty{ |
|
|
|
|
|
|
|
|
|
/* margin-top:20px; */ |
|
|
|
|
margin-left:1.25%; |
|
|
|
|
margin-right:1.25%; |
|
|
|
|
width:10%; |
|
|
|
|
/* margin-left:1.25%; |
|
|
|
|
margin-right:1.25%; */ |
|
|
|
|
/* width:10%; */ |
|
|
|
|
width:calc(10% - 2px); |
|
|
|
|
margin-left:5%; |
|
|
|
|
/* flex: 0 0 14.28%; */ |
|
|
|
|
height:calc(50% - 20px); |
|
|
|
|
/* height: 50px; */ |
|
|
|
|
background: #ECF3F7; |
|
|
|
|
border-radius: 10px; |
|
|
|
|
border: 1px dashed #6271FE; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
#top1 > :nth-child(8){ |
|
|
|
|
margin-left:0 !important; |
|
|
|
|
} |
|
|
|
|
.bottom{ |
|
|
|
|
flex:1; |
|
|
|
@ -196,6 +217,7 @@ body,html{ |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
margin:15% 60px 15% 24px; |
|
|
|
|
flex-wrap: wrap; |
|
|
|
|
} |
|
|
|
|
.center .progressContainer>span{ |
|
|
|
|
display: inline-block; |
|
|
|
@ -223,6 +245,7 @@ body,html{ |
|
|
|
|
height: 20px; |
|
|
|
|
overflow: hidden; |
|
|
|
|
border-radius: 3px; |
|
|
|
|
min-width: 40%; |
|
|
|
|
} |
|
|
|
|
#progress-bar { |
|
|
|
|
width: 0; |
|
|
|
@ -235,6 +258,7 @@ body,html{ |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
margin:0 8px; |
|
|
|
|
flex-wrap: wrap; |
|
|
|
|
} |
|
|
|
|
.center .content .carItem{ |
|
|
|
|
|
|
|
|
@ -245,6 +269,7 @@ body,html{ |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
width: 13%; |
|
|
|
|
min-width: calc(8vw); |
|
|
|
|
} |
|
|
|
|
.center .content .carItem .numContent{ |
|
|
|
|
height: 70px; |
|
|
|
|