teacher-home.module.less 846 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. }
  24. .bgImg{
  25. position: absolute;
  26. top: 0;
  27. left: 0;
  28. width: 100%;
  29. height: 188px;
  30. object-fit: cover;
  31. }
  32. .bg{
  33. position: absolute;
  34. top: 0;
  35. left: 0;
  36. width: 100%;
  37. height: 188px;
  38. background-color: rgba(0, 0, 0, .6);
  39. backdrop-filter: blur(10px);
  40. -webkit-backdrop-filter: blur(10px);
  41. }
  42. .teacherHeader {
  43. position: relative;
  44. z-index: 10;
  45. }