Não pode escolher mais do que 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- #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;
- }
|