拓恒河湖长制全民护河平台WEB端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 lines
1.7KB

  1. /* package_first/pages/LearningVideo/index.wxss */
  2. .LearningVideo_container{
  3. height: 100vh;
  4. background: #F2F6F9;
  5. padding: 0 30rpx 0 29rpx;
  6. }
  7. .part{
  8. padding: 32rpx 10rpx 31rpx 30rpx;
  9. height: 283rpx;
  10. background: #FFFFFF;
  11. box-shadow: 0px 0px 14px 2px rgba(43,93,184,0.09);
  12. border-radius: 20px;
  13. display: flex;
  14. margin-bottom: 21rpx;
  15. margin-top: 2rpx;
  16. }
  17. .sutdy_picture{
  18. width: 296rpx;
  19. height: 220rpx;
  20. background-color: black;
  21. background: #B5B5B5;
  22. border-radius: 10rpx;
  23. }
  24. .cotent{
  25. padding: 20rpx 10rpx 0 23rpx;
  26. position: relative;
  27. }
  28. .title{
  29. display: flex;
  30. flex-wrap: wrap;
  31. justify-content:space-between;
  32. }
  33. .title_text{
  34. width: 224rpx;
  35. font-size: 32rpx;
  36. font-family: Source Han Sans CN;
  37. font-weight: 500;
  38. color: #000000;
  39. overflow: hidden;
  40. text-overflow: ellipsis;
  41. white-space: nowrap;
  42. }
  43. .item__tag{
  44. width: 84rpx;
  45. height: 34rpx;
  46. border-radius: 4rpx;
  47. font-size: 24rpx;
  48. font-family: Source Han Sans CN;
  49. font-weight: 400;
  50. color: #FFFFFF;
  51. line-height: 36rpx;
  52. text-align: center;
  53. }
  54. .title_content{
  55. width: 328rpx;
  56. height: 160rpx;
  57. font-size: 28rpx;
  58. font-family: Source Han Sans CN;
  59. font-weight: 400;
  60. color: #767881;
  61. line-height: 45rpx;
  62. padding-top: 24rpx;
  63. display: -webkit-box;
  64. -webkit-box-orient: vertical;
  65. -webkit-line-clamp: 3;
  66. text-overflow:ellipsis;
  67. overflow: hidden;
  68. }
  69. .is--sutdy{
  70. background: #006DF7;
  71. }
  72. .no--sutdy{
  73. background: #EBAC14;
  74. }
  75. .sutdying{
  76. background-color: #1BE9BC;
  77. }
  78. .bottom{
  79. font-size: 26rpx;
  80. font-family: Source Han Sans CN;
  81. font-weight: 400;
  82. color: #C5C5C5;
  83. line-height: 36rpx;
  84. text-align: center;
  85. margin-top: 27rpx;
  86. }