tv.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. body{
  2. position:fixed;
  3. top: 0;
  4. left: 0;
  5. width:100%;
  6. height:100%;
  7. min-width: 1000px;
  8. z-index:-10;
  9. zoom: 1;
  10. background-color: #fff;
  11. background-repeat: no-repeat;
  12. background-size: cover;
  13. -webkit-background-size: cover;
  14. -o-background-size: cover;
  15. background-position: center 0;
  16. font-size: 16px;
  17. color: #000000;
  18. }
  19. .top{
  20. height: 15%;
  21. /*line-height:100px;*/
  22. background-color:#fff;
  23. line-height:10%;
  24. }
  25. .top span{
  26. color: #247add;
  27. font-size: 40px;
  28. }
  29. .container {
  30. width: 100%;
  31. overflow:hidden;
  32. height:90%;
  33. background: url("../../images/hardware/tv/new_bg.jpg") no-repeat center bottom;
  34. background-size:100% 100%;
  35. }
  36. .container .left,
  37. .container .right {
  38. float: left;
  39. }
  40. .container .left {
  41. padding-left:1%;
  42. width: 46%;
  43. }
  44. .container .right {
  45. width: 46%;
  46. padding-left: 2%;
  47. }
  48. .col1{
  49. color: red;
  50. font-size: 25px;
  51. }
  52. *{margin:0;padding:0;}
  53. ul{list-style:none;}
  54. /* #marquee1{top:80px;left:50px;width:auto;height:350px;overflow:hidden}
  55. #marquee1 ul li{float:left; padding:0 1px;} */
  56. #marquee2{width:85%;height:45px;overflow:hidden;}
  57. #marquee2 ul li{float:left; padding:0 10px; line-height:45px;}
  58. #marquee4{width:auto;height:500px; overflow:hidden;}
  59. #marquee4 ul li{float:left; padding:10px; line-height:20px;}
  60. .container_title{
  61. width:100%;
  62. text-align:center;
  63. font-size:30px;
  64. line-height:35px;
  65. color:#255abd;
  66. margin:5px 0;
  67. border-bottom:2px solid #255abd;
  68. }
  69. @-webkit-keyframes rowup {
  70. 0% {
  71. -webkit-transform: translate3d(0, 0, 0);
  72. transform: translate3d(0, 0, 0);
  73. }
  74. 100% {
  75. -webkit-transform: translate3d(0, -312px, 0);
  76. transform: translate3d(0, -312px, 0);
  77. }
  78. }
  79. @keyframes rowup {
  80. 0% {
  81. -webkit-transform: translate3d(0, 0, 0);
  82. transform: translate3d(0, 0, 0);
  83. }
  84. 100% {
  85. -webkit-transform: translate3d(0, -312px, 0);
  86. transform: translate3d(0, -312px, 0);
  87. }
  88. }
  89. @-webkit-keyframes rowup2 {
  90. 0% {
  91. -webkit-transform: translate3d(0, 0, 0);
  92. transform: translate3d(0, 0, 0);
  93. }
  94. 100% {
  95. -webkit-transform: translate3d(0, -312px, 0);
  96. transform: translate3d(0, -312px, 0);
  97. }
  98. }
  99. @keyframes rowup2 {
  100. 0% {
  101. -webkit-transform: translate3d(0, 0, 0);
  102. transform: translate3d(0, 0, 0);
  103. }
  104. 100% {
  105. -webkit-transform: translate3d(0, -312px, 0);
  106. transform: translate3d(0, -312px, 0);
  107. }
  108. }
  109. .list{
  110. /*width: 400px;*/
  111. /*border: 1px solid #999;*/
  112. /*margin-top: 20px;*/
  113. position: relative;
  114. /*height: 200px;*/
  115. overflow: hidden;
  116. }
  117. .list .rowup{
  118. -webkit-animation: 80s rowup linear infinite normal;
  119. animation: 80s rowup linear infinite normal;
  120. position: relative;
  121. }
  122. .listcontents{
  123. /*width: 400px;*/
  124. /*border: 1px solid #999;*/
  125. /*margin-top: 20px;*/
  126. position: relative;
  127. /*height: 200px;*/
  128. overflow: hidden;
  129. }
  130. .listcontents .rowup2{
  131. -webkit-animation: 80s rowup2 linear infinite normal;
  132. animation: 80s rowup2 linear infinite normal;
  133. position: relative;
  134. }
  135. .cc{
  136. /* font-size: 24px; */
  137. }
  138. @-webkit-keyframes move
  139. {
  140. 0%{
  141. left:0;
  142. }
  143. 100%
  144. {
  145. left:-200px;
  146. }
  147. }
  148. #wrapc{ height:60px;line-height:60px;font-weight:bold; position:relative; overflow:hidden;}
  149. #companyname{ position:absolute;left:0;top:0;margin:0;padding:0; -webkit-animation:30s move infinite linear; width:300%;}
  150. #companyname li{ list-style:none; text-align:center; float:left;line-height:55px;}