index.module.less 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .authorName{
  2. height: 1.8rem; // 与smoothAnimationBox高度对应
  3. }
  4. .title{
  5. width: 280px;
  6. margin: 0 auto;
  7. &.isScroll{
  8. :global{
  9. .van-notice-bar .van-notice-bar__wrap{
  10. justify-content: initial;
  11. }
  12. }
  13. }
  14. :global{
  15. .van-notice-bar{
  16. height: 30px;
  17. line-height: 30px;
  18. padding: 0;
  19. font-weight: 600;
  20. font-size: 22px;
  21. color: #FFFFFF;
  22. .van-notice-bar__wrap{
  23. justify-content: center;
  24. }
  25. }
  26. }
  27. }
  28. .authorCon{
  29. display: flex;
  30. justify-content: flex-end;
  31. padding-right: 30px;
  32. .author{
  33. width: 210px;
  34. :global{
  35. .van-notice-bar{
  36. height: 20px;
  37. padding: 0;
  38. font-weight: 400;
  39. font-size: 13px;
  40. color: #FFFFFF;
  41. line-height: 20px;
  42. .van-notice-bar__wrap{
  43. justify-content: flex-end;
  44. }
  45. }
  46. }
  47. }
  48. }
  49. .blackTitle {
  50. :global{
  51. .van-notice-bar{
  52. color: #000 !important;
  53. }
  54. }
  55. }