orders.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. .body {
  2. background-color: #ffffff;
  3. }
  4. .empty-box {
  5. padding: 20px;
  6. justify-content: center;
  7. text-align: center;
  8. }
  9. .line-1-txt {
  10. text-align: center;
  11. }
  12. .line-2-txt {
  13. text-align: center;
  14. color: #9e9e9e;
  15. }
  16. .btn-cz {
  17. width: 80px;
  18. text-align: center;
  19. color: #fff;
  20. background-color: #FF9800;
  21. text-align: center;
  22. border-radius: 100px;
  23. padding: 3px 15px;
  24. }
  25. .btn-box {
  26. background-color: #fff;
  27. width: 100%;
  28. text-align: center;
  29. display: block;
  30. margin-top: 5px;
  31. }
  32. .jilu-box {
  33. display: flex;
  34. flex-direction: column;
  35. justify-content: center;
  36. border-radius: 0px;
  37. background: #FFFFFF;
  38. }
  39. .jilu-item {
  40. margin-top: 10px;
  41. display: flex;
  42. flex-direction: column;
  43. border-bottom: solid 1rpx #d4d4d4;
  44. }
  45. .jilu-item:first{
  46. margin-top: 0px;
  47. }
  48. .jilu-item-box{
  49. display: flex;
  50. justify-content: space-between;
  51. }
  52. .jilu-txt {
  53. color: #9e9e9e;
  54. margin-top: 6rpx;
  55. }
  56. .lines{
  57. display: flex;
  58. flex-direction: column;
  59. justify-content: flex-end;
  60. }
  61. .jilu-items{
  62. display: flex;
  63. flex-direction: row;
  64. justify-content: center;
  65. }
  66. .pay-icon{
  67. margin-top: 15px;
  68. margin-right: 10px;
  69. align-items: center;
  70. width: 30px;
  71. height: 30px;
  72. }