footer.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. @charset "utf-8";
  2. img{border:0 none;}
  3. .footer-wapper{
  4. position:fixed;
  5. bottom:15px;
  6. right:0;
  7. }
  8. .footer-wapper .f-left{
  9. float:left;
  10. width: 170px;
  11. height: 147px;
  12. padding-top: 30.5px;
  13. }
  14. .footer-wapper .f-left .left-img{
  15. width: 52px;
  16. height:44px;
  17. margin: 0 auto;
  18. display: block;
  19. border: none;
  20. }
  21. .footer-wapper a{
  22. border:none;
  23. }
  24. .footer-wapper .f-left .title-a{
  25. display: inline;
  26. width: 104px;
  27. height: 26px;
  28. margin:0 auto;
  29. font-family: MicrosoftYaHei;
  30. font-size: 26px;
  31. font-weight: normal;
  32. font-stretch: normal;
  33. line-height: 55px;
  34. letter-spacing: 0px;
  35. color: #ffffff;
  36. display: block;
  37. }
  38. .footer-wapper .f-right{
  39. float:right;
  40. margin-right: 45px;
  41. }
  42. .footer-wapper .f-right a{
  43. width: 104px;
  44. height: 26px;
  45. font-family: MicrosoftYaHei;
  46. font-size: 26px;
  47. font-weight: normal;
  48. font-stretch: normal;
  49. line-height: 20px;
  50. letter-spacing: 0px;
  51. color: #ffffff;
  52. }
  53. .time_clock{
  54. position:fixed;
  55. right:65px;
  56. top:60px;
  57. }
  58. .time_clock #countdown{
  59. position:relative;
  60. top:0;
  61. left:0;
  62. color:#004faa;
  63. font-size:50px;
  64. font-weight:600;
  65. background-color:transparent;
  66. width:100px;
  67. height:100px;
  68. border-radius:100px;
  69. line-height:100px;
  70. }