orderList.wxss 487 B

123456789101112131415161718192021222324252627282930
  1. /* newsShop/pages/orderList/orderList.wxss */
  2. .header{
  3. text-align: center;
  4. }
  5. .header-item{
  6. color:#000;
  7. border-bottom-style: solid;
  8. border-bottom-width: 4rpx;
  9. border-bottom-color:#fff;
  10. }
  11. .order-image{
  12. width:150rpx;
  13. height:150rpx;
  14. background:#eeedf2;
  15. }
  16. .order-image image{
  17. width:100%;
  18. height:100%;
  19. }
  20. .order-btn{
  21. height:66rpx;
  22. line-height:66rpx;
  23. }
  24. .btn{
  25. border:2rpx solid #e0e0e0;
  26. height:inherit;
  27. padding:0rpx 20rpx;
  28. border-radius:20rpx;
  29. margin:0 10rpx;
  30. }