exhibitionList.css 563 B

12345678910111213141516171819202122232425262728293031
  1. /* 头部广告 */
  2. .advImg{
  3. background: url(../imgs/productAdv.jpg) no-repeat center;
  4. background-size: cover;
  5. }
  6. .videoList{
  7. overflow: hidden;
  8. }
  9. .videoList >li{
  10. float: left;
  11. width: 269px;
  12. margin: 0px 17px 0px 0;
  13. }
  14. .videoList >li:nth-child(4n+4) {
  15. margin-right:0;
  16. }
  17. .videoImg img{
  18. width: 268px;
  19. height: 215px;
  20. }
  21. .videoMsg h2{
  22. color: #262626;
  23. font-size: 16px;
  24. line-height: 60px;
  25. font-weight: 700;
  26. text-align: center;
  27. overflow: hidden;
  28. white-space: nowrap;
  29. text-overflow: ellipsis;
  30. width: 80%;
  31. }