demandCourses.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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. white-space: nowrap;
  36. overflow: hidden;
  37. text-overflow: ellipsis;
  38. }
  39. .qb {
  40. width: 23rpx;
  41. height: 25rpx;
  42. margin-left: 10rpx;
  43. margin-top: 5rpx;
  44. float: left;
  45. }
  46. .nodata {
  47. position: absolute;
  48. top: 285rpx;
  49. left: 205rpx;
  50. width: 340rpx;
  51. height: 262rpx;
  52. }
  53. .nodata_text {
  54. position: absolute;
  55. top: 550rpx;
  56. left: 310rpx;
  57. font-size: 30rpx;
  58. color: #666666;
  59. } */
  60. .class_box {
  61. width: 710rpx;
  62. margin-left: 20rpx;
  63. height: 220rpx;
  64. /* border: 1px solid red; */
  65. margin-top: 20rpx;
  66. background-color: #fff;
  67. border-radius: 5rpx;
  68. box-shadow: inset;
  69. }
  70. .scimg {
  71. width: 150rpx;
  72. height: 141rpx;
  73. float: left;
  74. margin-top: 40rpx;
  75. margin-left: 20rpx;
  76. border-radius: 5rpx;
  77. }
  78. .sctext {
  79. float: right;
  80. height: 141rpx;
  81. width: 510rpx;
  82. margin-top: 20rpx;
  83. font-size: 25rpx;
  84. /* border: 1px solid red; */
  85. }
  86. .t1 {
  87. color: #eb3f33;
  88. font-size: 28rpx;
  89. margin-top: 10rpx;
  90. font-weight: 700;
  91. }
  92. .t2 {
  93. color: #999999;
  94. font-size: 24rpx;
  95. margin-top: 10rpx;
  96. }
  97. .t3 {
  98. font-size: 24rpx;
  99. margin-top: 10rpx;
  100. }
  101. .nodata {
  102. position: absolute;
  103. top: 285rpx;
  104. left: 205rpx;
  105. width: 340rpx;
  106. height: 262rpx;
  107. }
  108. .nodata_text{
  109. position: absolute;
  110. top: 550rpx;
  111. left: 310rpx;
  112. font-size: 30rpx;
  113. color: #666666;
  114. }