index.module.less 890 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .authorName{
  2. height: 1.8rem;
  3. }
  4. .title{
  5. width: 280px;
  6. margin: 0 auto;
  7. :global{
  8. .van-notice-bar{
  9. height: 30px;
  10. line-height: 30px;
  11. padding: 0;
  12. font-weight: 600;
  13. font-size: 22px;
  14. color: #FFFFFF;
  15. .van-notice-bar__wrap{
  16. justify-content: center;
  17. }
  18. }
  19. }
  20. }
  21. .authorCon{
  22. display: flex;
  23. justify-content: flex-end;
  24. padding-right: 30px;
  25. .author{
  26. width: 210px;
  27. :global{
  28. .van-notice-bar{
  29. height: 20px;
  30. padding: 0;
  31. font-weight: 400;
  32. font-size: 13px;
  33. color: #FFFFFF;
  34. line-height: 20px;
  35. .van-notice-bar__wrap{
  36. justify-content: flex-end;
  37. }
  38. }
  39. }
  40. }
  41. }