showWork.css 1.3 KB

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