Commit 8ef24967 by 朱继来

详情页调整

parent a9fa7310
/* 订单信息 */ /* 订单信息 */
.order-details .order-info { .order-details .order-info {
width: 33%; width: 100%;
display: inline-block; display: inline-block;
} }
.order-details .table { .order-details .table {
...@@ -9,10 +9,14 @@ ...@@ -9,10 +9,14 @@
/* 订单信息右侧 */ /* 订单信息右侧 */
.order-details .order-right { .order-details .order-right {
width: 66%; width: 100%;
display: inline-block; display: inline-block;
} }
.changeBtn {
float: right;
}
.order-details .order-total { .order-details .order-total {
text-align: right; text-align: right;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment