You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

43 lines
651 B

  1. #topchart{
  2. width: 1200px;
  3. height: 210px;
  4. border: 1px solid lightgrey;
  5. margin-top: 40px;
  6. overflow: hidden;
  7. }
  8. #chartLeftSpan{
  9. border: 1px solid lightgrey;
  10. width: 280px;
  11. height: 208px;
  12. overflow: hidden;
  13. float: left;
  14. }
  15. #chartRightSpan{
  16. border: 1px solid lightgrey;
  17. width: 916px;
  18. height: 208px;
  19. overflow: hidden;
  20. float: left;
  21. }
  22. #orderDetail{
  23. width: 918px;
  24. height: 150px;
  25. overflow: hidden;
  26. }
  27. #orderCount{
  28. margin-top: 0px;
  29. width: 916px;
  30. height: 44px;
  31. }
  32. .notifacation{
  33. width: 160px;
  34. height: 34px;
  35. border: 1px solid lightgray;
  36. margin-top: 10px;
  37. margin-left: 20px;
  38. text-align: center;
  39. display: inline-block;
  40. line-height: 34px;
  41. }