demandCourses.wxss 713 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .xczs {
  2. width: 720rpx;
  3. margin-left: 20rpx;
  4. /* height: 250rpx; */
  5. /* border: 1px solid yellow; */
  6. margin-top: 20rpx;
  7. margin-bottom: 20rpx;
  8. display: flex;
  9. display: block;
  10. }
  11. .zb1 {
  12. width: 338rpx;
  13. height: 283rpx;
  14. margin-right: 20rpx;
  15. margin-bottom: 10rpx;
  16. border-radius: 10rpx;
  17. overflow: hidden;
  18. float: left;
  19. position: relative;
  20. }
  21. .show1 {
  22. width: 338rpx;
  23. height: 283rpx;
  24. }
  25. .show_text {
  26. font-size: 22rpx;
  27. margin-top: 10rpx;
  28. }
  29. .grayblock {
  30. width: 100%;
  31. height: 80rpx;
  32. background-color: rgba(255, 255, 255, 0.7);
  33. position: absolute;
  34. bottom: 0;
  35. text-indent: 10rpx;
  36. }
  37. .qb {
  38. width: 23rpx;
  39. height: 25rpx;
  40. margin-left: 10rpx;
  41. margin-top: 5rpx;
  42. float: left;
  43. }