relevantvideo.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. .m_video_bj{padding-bottom:40px;background:#24282E;}
  2. .m_video_box{width:1190px;margin:auto;overflow:hidden;}
  3. .site{margin-top:15px;font-size:14px;color:#999;}
  4. .site a{font-size:14px;color:#999;}
  5. .m_video_title{margin-top:28px;font-size:28px;color:#FFF;}
  6. /*独家航拍*/
  7. .m_video{width:1190px;margin:auto;margin-top:30px;}
  8. .m_video_l{width:812px;height:510px;float:left;position:relative;}
  9. video{width:100%;height:100%;}
  10. .m_video_img{width:100%;position:absolute;top:0;left:0;height:100%;}
  11. .m_video_img img{width:100px;display:block;position:absolute;top:50%;left:50%;margin-top:-50px;margin-left:-50px;}
  12. .m_video_r{width:362px;height:510px;float:right;background:#333;}
  13. .m_video_r .title{height:52px;line-height:52px;padding:0 20px;}
  14. .m_video_r .title span{float:left;font-size:16px;color:#BBB;font-weight:600;}
  15. .m_videolist{padding:0 20px;}
  16. .m_videolist ul{height:440px;overflow:auto;}
  17. .m_videolist ul.on::-webkit-scrollbar {
  18. /*滚动条整体样式*/
  19. width : 5px; /*高宽分别对应横竖滚动条的尺寸*/
  20. height: 1px;
  21. }
  22. .m_videolist ul.on::-webkit-scrollbar-thumb {
  23. /*滚动条里面小方块*/
  24. /*border-radius: 10px;*/
  25. /*box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);*/
  26. background : #666;
  27. }
  28. .m_videolist ul.on::-webkit-scrollbar-track {
  29. /*滚动条里面轨道*/
  30. /*box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);*/
  31. /*border-radius: 10px;*/
  32. background : #222;
  33. }
  34. .m_videolist ul li{margin:auto;margin-bottom:16px;cursor:pointer;}
  35. .m_videolist ul li:last-child{margin-bottom:0;}
  36. .m_videolist_img{width:120px;height:90px;float:left;position:relative;overflow:hidden;}
  37. .m_videolist_img img{width:100%;height:100%;
  38. transition: all .5s;
  39. -moz-transition: all .5s;
  40. -webkit-transition: all .5s;
  41. -o-transition: all .5s;
  42. }
  43. .m_videolist_img i{position:absolute;bottom:4px;right:4px;background:rgba(0, 0, 0, 0.6);font-size:12px;color:#FFF;padding:3px 7px;border-radius:50px;}
  44. .m_videolist_text{width:163px;height: 90px;float:left;position:relative;margin-left:16px;}
  45. .m_videolist_text span{font-size:14px;color:#FFF;display:block;line-height:22px;}
  46. .m_videolist_text i{font-size:12px;color:#666;display:block;position:absolute;bottom:0;left:0;}
  47. .m_videolist li:hover .m_videolist_img img{
  48. transform: scale(1.1);
  49. -webkit-transform: scale(1.1);
  50. -moz-transform: scale(1.1);
  51. -o-transform: scale(1.1);
  52. }
  53. .m_videolist li:hover .m_videolist_text span{color:#DFAE5E;}
  54. .m_videolist li.on .m_videolist_text span{color:#DFAE5E;}
  55. /*热门区域视频推荐*/
  56. .m_Relevant_lp{width:1200px;margin:auto;margin-top:32px;}
  57. .m_Relevant_lp .title{border-bottom:1px solid #F0F0F0;font-size:20px;color:#333;font-weight:600;padding-bottom:16px;}
  58. .m_Relevant_lp .title i{width:5px;height:23px;display:block;float:left;margin-top:2px;margin-right:14px;
  59. background:-webkit-gradient(linear, 0 0, 0 bottom, from(#F3D5A5), to(#DFAE5E));
  60. -moz-linear-gradient(linear, 0 0, 0 bottom, from(#F3D5A5), to(#DFAE5E));
  61. -o-linear-gradient(linear, 0 0, 0 bottom, from(#F3D5A5), to(#DFAE5E));
  62. }
  63. .m_Relevant_lp .title a{float:right;font-size:14px;color:#fff;display:block;padding:8px 14px;border-radius:4px;
  64. background:-webkit-gradient(linear, 0 0, 0 bottom, from(#F3D5A5), to(#DFAE5E));
  65. -moz-linear-gradient(linear, 0 0, 0 bottom, from(#F3D5A5), to(#DFAE5E));
  66. -o-linear-gradient(linear, 0 0, 0 bottom, from(#F3D5A5), to(#DFAE5E));
  67. }
  68. .m_Relevant_lp .title a img{width:14px;margin-top:2px;margin-right:4px;}
  69. .m_Recommend{margin-top:24px;position:relative;}
  70. .m_Recommend ul{}
  71. .m_Recommend ul li{width:180px;float:left;margin-right:24px;}
  72. .m_Recommend ul li:last-child{margin-right:0;}
  73. .m_Recommend ul li .img{height:112px;position:relative;overflow:hidden;}
  74. .m_Recommend ul li .img .imgbj{width:100%;height:100%;
  75. transition: all .5s;
  76. -moz-transition: all .5s;
  77. -webkit-transition: all .5s;
  78. -o-transition: all .5s;
  79. }
  80. .m_Recommend ul li .img .Number{font-size:12px;color:#FFF;border-radius:50px;background:rgba(0, 0, 0, 0.5);padding:3px 8px;position:absolute;top:6px;right:6px;}
  81. .m_Recommend ul li .img .Number img{width:10px;margin-top:1px;margin-right:3px;}
  82. .m_Recommend ul li .img .time{position:absolute;bottom:0;left:0;width:100%;padding:24px 0 6px 0;
  83. background:-webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  84. -moz-linear-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  85. -o-linear-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  86. }
  87. .m_Recommend ul li .img .time i{display:block;padding:0 10px;font-size:12px;color:#FFF;}
  88. .m_Recommend ul li .text{font-size:14px;color:#333;line-height:22px;margin-top:7px;}
  89. .m_Recommend ul li:hover .img .imgbj{
  90. transform: scale(1.1);
  91. -webkit-transform: scale(1.1);
  92. -moz-transform: scale(1.1);
  93. -o-transform: scale(1.1);
  94. }
  95. .m_Recommend ul li:hover .text{color:#DFAE5E;}
  96. .m_Recommend .prev{;width:30px;height:44px;border-radius:2px;position:absolute;top:50%;left:0%;margin-top:-47px;background: rgba(0, 0, 0, 0.5) url(../image/videolist_10.png) no-repeat 9px 13px/ 9px 15px;display:none;}
  97. .m_Recommend .next{width:30px;height:44px;border-radius:2px;position:absolute;top:50%;right:0%;margin-top:-47px;background: rgba(0, 0, 0, 0.5) url(../image/videolist_11.png) no-repeat 12px 13px/ 9px 15px;display:none;}
  98. .m_Recommend:hover .prev{display:block;}
  99. .m_Recommend:hover .next{display:block;}