index.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. .order-card {
  2. margin-top: 20px;
  3. background-color: white;
  4. }
  5. .order-card-top {
  6. height: 30px;
  7. padding: 5px 10px;
  8. }
  9. .order-card-content {
  10. height: 100px;
  11. background-color: #f5f5f9;
  12. display: flex;
  13. padding: 5px 0;
  14. }
  15. .order-product-img {
  16. background-repeat: no-repeat;
  17. background-size: cover;
  18. width: 90px;
  19. margin-left: 5px;
  20. height: 100%;
  21. }
  22. .order-card-bottom {
  23. display: flex;
  24. justify-content: flex-end;
  25. align-items: baseline;
  26. height: 35px;
  27. line-height: 35px;
  28. }
  29. .order-card-pay {
  30. display: inline-block;
  31. font-size: 18px;
  32. font-weight: 500;
  33. color: black;
  34. margin-right: 10px;
  35. }
  36. .order-card-count {
  37. display: inline-block;
  38. }
  39. .order-card-button-group {
  40. display: flex;
  41. justify-content: flex-end;
  42. align-items: center;
  43. border-top: 1px solid #F3F3F3;
  44. height: 45px;
  45. line-height: 45px;
  46. padding: 5px 10px 5px 0;
  47. }
  48. .order-card-button-group>a:hover {
  49. }
  50. .order-button {
  51. border-radius: 50px;
  52. background-color: white;
  53. height: 30px;
  54. width: 75px;
  55. border: 1px solid #F3F3F3 !important;
  56. }
  57. .pay-button {
  58. border: 1px solid #f44 !important;
  59. color: #f44;
  60. }
  61. .ship-button {
  62. }
  63. .cancel-button {
  64. border: 1px solid #f44 !important;
  65. color: #f44;
  66. width: 85px;
  67. }
  68. .unbox-button {
  69. width: 85px;
  70. }
  71. .judge-button {
  72. }
  73. .more-button {
  74. }