|
@@ -43,10 +43,11 @@
|
|
|
display: -ms-flexbox;
|
|
|
display: flex;
|
|
|
-webkit-box-pack: start;
|
|
|
- -ms-flex-pack: start;
|
|
|
- justify-content: flex-start;
|
|
|
+ -ms-flex-pack: start;
|
|
|
+ justify-content: flex-start;
|
|
|
padding: 0 .4rem;
|
|
|
margin-bottom: .16rem;
|
|
|
+ height: 0.384rem;
|
|
|
}
|
|
|
#order_detail .main .lists .card .card-content .item-list label {
|
|
|
font-weight: 500;
|
|
@@ -59,10 +60,11 @@
|
|
|
display: -ms-flexbox;
|
|
|
display: flex;
|
|
|
-ms-flex-wrap: wrap;
|
|
|
- flex-wrap: wrap;
|
|
|
+ flex-wrap: wrap;
|
|
|
-webkit-box-pack: start;
|
|
|
- -ms-flex-pack: start;
|
|
|
- justify-content: flex-start;
|
|
|
+ -ms-flex-pack: start;
|
|
|
+ justify-content: flex-start;
|
|
|
+ line-height:0.384rem;
|
|
|
}
|
|
|
#order_detail .main .lists .card .card-content .item-list .item-list-parents li {
|
|
|
margin-right: 0.1rem;
|