bdtime.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .dbtimeContainer{
  2. display: inline-block;
  3. vertical-align: top;
  4. width: 191px;
  5. height: 59px;
  6. background: url(../img/time.png) no-repeat;
  7. background-size: 100% 100%;
  8. }
  9. .dbtimeContainer .standardTime{
  10. color: #fff;
  11. text-align: center;
  12. }
  13. .dbtimeContainer .standardTime .title{
  14. font-family: 'SimHei';
  15. font-size: 12px;
  16. margin: 6px 0 0 25px;
  17. }
  18. .dbtimeContainer .standardTime .title .date{
  19. font-size: 13px;
  20. margin-left: 10px;
  21. }
  22. .dbtimeContainer .standardTime .time{
  23. margin: 5px 0 0 65px;
  24. transform: scale(0.9);
  25. -ms-transform: scale(0.9);
  26. }
  27. .dbtimeContainer .standardTime .time span{
  28. display: inline-block;
  29. width: 16.5px;
  30. height: 24px;
  31. }
  32. .dbtimeContainer .standardTime .time .n0{
  33. background: url(../img/numbers.png) -148px 0 no-repeat;
  34. }
  35. .dbtimeContainer .standardTime .time .n1{
  36. background: url(../img/numbers.png) 6px 0 no-repeat;
  37. }
  38. .dbtimeContainer .standardTime .time .n2{
  39. background: url(../img/numbers.png) -11px 0 no-repeat;
  40. }
  41. .dbtimeContainer .standardTime .time .n3{
  42. background: url(../img/numbers.png) -29px 0 no-repeat;
  43. }
  44. .dbtimeContainer .standardTime .time .n4{
  45. background: url(../img/numbers.png) -46px 0 no-repeat;
  46. }
  47. .dbtimeContainer .standardTime .time .n5{
  48. background: url(../img/numbers.png) -63px 0 no-repeat;
  49. }
  50. .dbtimeContainer .standardTime .time .n6{
  51. background: url(../img/numbers.png) -80px 0 no-repeat;
  52. }
  53. .dbtimeContainer .standardTime .time .n7{
  54. background: url(../img/numbers.png) -96px 0 no-repeat;
  55. }
  56. .dbtimeContainer .standardTime .time .n8{
  57. background: url(../img/numbers.png) -113px 0 no-repeat;
  58. }
  59. .dbtimeContainer .standardTime .time .n9{
  60. background: url(../img/numbers.png) -130px 0 no-repeat;
  61. }
  62. .dbtimeContainer .standardTime .time .mao{
  63. background: url(../img/mao.png) 0 9px no-repeat;
  64. width: 6px;
  65. }