demandCourses.wxss 676 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. page {
  2. background-color: #f2f2f2;
  3. }
  4. .video_box {
  5. display: flex;
  6. width: 750rpx;
  7. flex-wrap: wrap;
  8. }
  9. .video {
  10. width: 340rpx;
  11. height: 286rpx;
  12. margin-left: 20rpx;
  13. position: relative;
  14. border-radius: 20rpx;
  15. margin-top: 20rpx;
  16. }
  17. .spbj {
  18. width: 100%;
  19. height: 286rpx;
  20. border-radius: 20rpx;
  21. position: relative;
  22. }
  23. .grayblock {
  24. width: 100%;
  25. height: 80rpx;
  26. background-color: rgba(255, 255, 255, 0.7);
  27. position: absolute;
  28. bottom: 0rpx;
  29. border-radius: 0 0 20rpx 20rpx;
  30. text-indent: 10rpx;
  31. }
  32. .show_text {
  33. font-size: 22rpx;
  34. margin-top: 10rpx;
  35. }
  36. .qb {
  37. width: 23rpx;
  38. height: 25rpx;
  39. margin-left: 10rpx;
  40. margin-top: 5rpx;
  41. float: left;
  42. }