拓恒河湖长制全民护河平台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.

65 lines
988B

  1. .video__header{
  2. width: 100%;
  3. }
  4. .video__header video{
  5. width: 100% !important;
  6. height: 420rpx !important;
  7. }
  8. .header__tips{
  9. background: #FFFFFF;
  10. padding: 30rpx 38rpx;
  11. font-size: 32rpx;
  12. color: #020202;
  13. display: flex;
  14. align-items: center;
  15. justify-content: space-between;
  16. }
  17. .item__tag{
  18. width: 84rpx;
  19. height: 34rpx;
  20. font-size: 24rpx;
  21. text-align: center;
  22. color: #FFFFFF;
  23. border-radius: 4rpx;
  24. }
  25. .no--study{
  26. background: #EBAC14;
  27. }
  28. .is--study{
  29. background: #1BE9BC;
  30. }
  31. .is--finish{
  32. background: #006DF7;
  33. }
  34. .video__content{
  35. background: #F6F6F6;
  36. padding: 20rpx 30rpx;
  37. }
  38. .content{
  39. padding: 36rpx 40rpx;
  40. min-height: calc(100vh - 580rpx);
  41. background: #FFFFFF;
  42. border-radius: 30rpx 30rpx 0px 0px;
  43. }
  44. .content__title{
  45. font-size: 32rpx;
  46. color: #000000;
  47. margin-bottom: 50rpx;
  48. display: inline-block;
  49. box-shadow: 0 -10rpx 0rpx 0rpx rgba(30, 121, 250, 0.5) inset;
  50. }
  51. .content__detail{
  52. font-size: 32rpx;
  53. color: #767881;
  54. line-height: 50rpx;
  55. }