order.wxss 286 B

123456789101112131415161718
  1. .goods-img-list image{
  2. width:140rpx;
  3. height:140rpx;
  4. margin:5rpx;
  5. }
  6. .order-list{
  7. padding:20rpx;
  8. border-bottom:2rpx solid #e0e0e0;
  9. }
  10. .order-btn{
  11. width:180rpx;
  12. text-align: center;
  13. margin-left:20rpx;
  14. line-height:70rpx;
  15. height:70rpx;
  16. border-radius:6rpx;
  17. color:#fff;
  18. }