123456789101112131415161718 |
- #countdown{
- display: block;
- position: relative;
- width: 100%;
- height: 20px;
- font-size: 14px;
- color: #666666;
- line-height: 20px;
- }
- .hh,.mm,.ss,.ms{
- display: inline-block;
- width: 20px;
- height: 20px;
- line-height: 20px;
- /* color: #333333;
- font-size: 12px; */
- text-align: center;
- }
|