You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
zhishifufei_php/public/kefu-assets/components/pc/order-detail/index.css

43 lines
765 B

.order_detail .msg-box {
border-bottom: 1px solid #e8eaed;
}
.order_detail .msg-box .box-title {
padding-top: 20px;
font-size: 16px;
color: #333;
}
.order_detail .msg-box .msg-wrapper {
margin-top: 15px;
padding-bottom: 10px;
}
.order_detail .msg-box .msg-wrapper .msg-item {
display: flex;
}
.order_detail .msg-box .msg-wrapper .msg-item .item {
flex: 1;
margin-bottom: 15px;
}
.order_detail .msg-box .msg-wrapper .msg-item .item span {
color: #333;
}
.order_detail .msg-box:first-child .box-title {
padding-top: 0;
}
.order_detail .product_info {
display: flex;
align-items: center;
}
.order_detail .product_info img {
width: 36px;
height: 36px;
border-radius: 4px;
margin-right: 10px;
}