showWorkPC.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. .banner img{
  2. width: 100%;
  3. }
  4. .section{
  5. color: #fff;
  6. text-align: center;
  7. margin-top: 83px;
  8. }
  9. .section .title .desc{
  10. font-size: 30px;
  11. margin-bottom: 22px;
  12. }
  13. .section .title .info{
  14. font-size: 22px;
  15. margin-bottom: 76px;
  16. }
  17. .section .showlist{
  18. margin-bottom: 90px;
  19. /* margin-top: 0.5rem; */
  20. overflow: hidden;
  21. }
  22. .change-page{
  23. margin-bottom: 14px;
  24. text-align: right;
  25. height: 36px;
  26. }
  27. .change-page .left,.change-page .right{
  28. width: 42px;
  29. cursor: pointer;
  30. }
  31. .section .showlist .list{
  32. width: 23.75%;
  33. margin-right: 1.6%;
  34. /* height: 470px; */
  35. /* background-color:#b6885d; */
  36. float: left;
  37. position: relative;
  38. }
  39. .section .showlist .list .play{
  40. width: 30%;
  41. position: absolute;
  42. top: 50%;
  43. margin-top: -15%;
  44. left: 50%;
  45. margin-left: -15%;
  46. cursor: pointer;
  47. z-index: 3;
  48. }
  49. .section .showlist .list:hover{
  50. transform: translateY(-10px);
  51. box-shadow: 0 0 15px rgba(255,255,255,0.85);
  52. }
  53. .section .showlist .clear-right{
  54. margin-right: 0;
  55. }
  56. .list .video{
  57. width: 100%;
  58. display: block;
  59. /* height: 390px; */
  60. }
  61. .list .from{
  62. height: 80px;
  63. padding: 20px;
  64. box-sizing: border-box;
  65. font-size: 20px;
  66. color: #000;
  67. background: #fff;
  68. }
  69. .nextPage{
  70. display: none;
  71. }
  72. .beianinfo{
  73. display: inline-block;
  74. margin-left: 65px;
  75. }