teacher-home.module.less 958 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .teacher-record {
  2. min-height: 100vh;
  3. background-color: #F8F9FC;
  4. position: relative;
  5. overflow: hidden;
  6. :global {
  7. .van-nav-bar{
  8. transition: all .3s;
  9. }
  10. .van-tab {
  11. margin-top: 12px;
  12. margin-bottom: 5px;
  13. padding: 0 14px;
  14. }
  15. .van-tab--active {
  16. font-size: 16px !important;
  17. color: #333333;
  18. }
  19. .van-button--plain.van-button--primary {
  20. background-color: transparent;
  21. }
  22. }
  23. .homeContaiter{
  24. min-height: calc(100vh - var(--van-tabs-line-height) - var(--van-nav-bar-height));
  25. }
  26. }
  27. .bgImg{
  28. position: absolute;
  29. top: 0;
  30. left: 0;
  31. width: 100%;
  32. height: 188px;
  33. object-fit: cover;
  34. }
  35. .bg{
  36. position: absolute;
  37. top: 0;
  38. left: 0;
  39. width: 100%;
  40. height: 188px;
  41. background-color: rgba(0, 0, 0, .6);
  42. backdrop-filter: blur(10px);
  43. -webkit-backdrop-filter: blur(10px);
  44. }
  45. .teacherHeader {
  46. position: relative;
  47. z-index: 10;
  48. }