order.wxss 348 B

1234567891011121314151617181920212223
  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. }
  19. .content{
  20. background:#fff;
  21. width:100%;
  22. height:100rpx;
  23. }