index.less 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. .video {
  2. .myvideo {
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .title {
  7. padding: 0 20rpx;
  8. font-weight: 700;
  9. }
  10. .desc {
  11. overflow: hidden;
  12. text-overflow: ellipsis;
  13. white-space: nowrap;
  14. font-weight: 500;
  15. color: #a8a7a7;
  16. }
  17. }
  18. .video_two {
  19. display: flex;
  20. flex-wrap: wrap;
  21. justify-content: space-between;
  22. .myvideo {
  23. width: 100%;
  24. height: 100%;
  25. }
  26. .title {
  27. padding: 0 20rpx;
  28. font-weight: 700;
  29. }
  30. .desc {
  31. overflow: hidden;
  32. text-overflow: ellipsis;
  33. white-space: nowrap;
  34. font-weight: 500;
  35. color: #a8a7a7;
  36. }
  37. }
  38. // .video_cover {
  39. // width: 100%;
  40. // height: 100%;
  41. // position: relative;
  42. // }
  43. // .video_play_icon {
  44. // position: absolute;
  45. // left: 50%;
  46. // top: 50%;
  47. // transform: translate(-50%, -50%);
  48. // width: 40px;
  49. // height: 40px;
  50. // z-index: 5
  51. // }
  52. // .video_bg_black {
  53. // position: absolute;
  54. // left: 0;
  55. // top: 0;
  56. // bottom: 0;
  57. // right: 0;
  58. // background: rgba(0, 0, 0, .5);
  59. // }
  60. // .video_cover_txt {
  61. // display: flex;
  62. // justify-content: flex-end;
  63. // align-items: center;
  64. // text-align: right;
  65. // color: #fff;
  66. // font-size: 28rpx;
  67. // margin-top: 35rpx;
  68. // height: 90rpx;
  69. // }
  70. // .video_icon_lock {
  71. // width: 30rpx;
  72. // height: auto;
  73. // margin: 0 30rpx;
  74. // }
  75. // .video_txt {
  76. // margin: 10rpx auto;
  77. // }
  78. .playImg {
  79. position: fixed;
  80. top: 50%;
  81. left: 50%;
  82. transform: translate(-50%, -50%);
  83. width: 94rpx;
  84. height: 94rpx;
  85. }