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.
|
- #topchart{
- width: 1200px;
- height: 210px;
- border: 1px solid lightgrey;
- margin-top: 40px;
- overflow: hidden;
- }
- #chartLeftSpan{
- border: 1px solid lightgrey;
- width: 280px;
- height: 208px;
- overflow: hidden;
- float: left;
- }
- #chartRightSpan{
- border: 1px solid lightgrey;
- width: 916px;
- height: 208px;
- overflow: hidden;
- float: left;
- }
- #orderDetail{
- width: 918px;
- height: 150px;
- overflow: hidden;
- }
- #orderCount{
- margin-top: 0px;
- width: 916px;
- height: 44px;
- }
- .notifacation{
- width: 160px;
- height: 34px;
- border: 1px solid lightgray;
- margin-top: 10px;
- margin-left: 20px;
- text-align: center;
- display: inline-block;
- line-height: 34px;
- }
|