ViewOrder.css 315 B

1234567891011121314151617181920212223242526272829303132
  1. .sp_title{
  2. font-weight: bold;
  3. }
  4. .second{
  5. color:#24a69a;
  6. }
  7. .order_dict{
  8. font-weight: bold;
  9. padding-top: 6px;
  10. padding-left: 10px;
  11. }
  12. .order_title {
  13. display: flex;
  14. justify-content: space-between;
  15. }
  16. .order_status{
  17. padding:5px;
  18. box-shadow: 5px;
  19. color:white;
  20. }
  21. .info_item{
  22. display: inline-block;
  23. }