大数据平台的小程序版本

followVideo.wxss 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. /* pages/followVideo/followVideo.wxss */
  2. .follow {
  3. padding: 0 22rpx 22rpx 22rpx;
  4. }
  5. .btn {
  6. /* display: flex;
  7. justify-content: space-between;
  8. align-items: center; */
  9. text-align: right;
  10. position: relative;
  11. padding-bottom: 20rpx;
  12. margin-bottom: 20rpx;
  13. }
  14. .button {
  15. display: inline-block;
  16. width: 140rpx;
  17. height: 46rpx;
  18. line-height: 46rpx;
  19. border-radius: 20rpx;
  20. background: #2562FF;
  21. color: #fff;
  22. font-size: 24rpx;
  23. text-align: center;
  24. }
  25. .normal {
  26. background: transparent;
  27. color: #9480E4;
  28. }
  29. .videoItem {
  30. width: 100%;
  31. height: 264rpx;
  32. background: #F3F7F9;
  33. margin-bottom: 20rpx;
  34. }
  35. .ul {
  36. display: flex;
  37. justify-content: space-between;
  38. width: 100%;
  39. padding: 16rpx 16rpx 0 16rpx;
  40. }
  41. .li {
  42. text-align: center;
  43. color: #89899C;
  44. font-size: 24rpx;
  45. }
  46. .videoItem {
  47. display: flex;
  48. align-items: center;
  49. padding: 24rpx 16rpx;
  50. }
  51. .right {
  52. flex: 1;
  53. padding-left: 32rpx;
  54. }
  55. .video {
  56. width: 172rpx;
  57. height: 216rpx;
  58. background: url(https://kx-gw.oss-cn-beijing.aliyuncs.com/back.png) no-repeat;
  59. background-size: 100% 100%;
  60. position: relative;
  61. border-radius: 10rpx;
  62. overflow: hidden;
  63. }
  64. .videoImg {
  65. position: absolute;
  66. top: 0;
  67. left: 0;
  68. bottom: 0;
  69. right: 0;
  70. margin: auto;
  71. width: auto;
  72. height: 100%;
  73. }
  74. .desc {
  75. width: 406rpx;
  76. overflow: hidden;
  77. text-overflow: ellipsis;
  78. white-space: nowrap;
  79. padding-bottom: 12rpx;
  80. border-bottom: 2rpx dashed #89899C;
  81. color: #000;
  82. font-size: 26rpx;
  83. }
  84. .num {
  85. display: block;
  86. color: #000;
  87. font-size: 28rpx;
  88. line-height: 40rpx;
  89. font-weight: bold;
  90. margin-bottom: 6rpx;
  91. }
  92. .none {
  93. margin-top: 100rpx;
  94. width: 100%;
  95. color: #000;
  96. font-size: 24rpx;
  97. text-align: center;
  98. }
  99. .none image {
  100. width: 280rpx;
  101. height: auto;
  102. margin-bottom: 20rpx;
  103. }