1234567891011121314151617181920212223242526272829303132333435363738394041 |
- .authorName{
- height: 1.8rem;
- }
- .title{
- width: 280px;
- margin: 0 auto;
- :global{
- .van-notice-bar{
- height: 30px;
- line-height: 30px;
- padding: 0;
- font-weight: 600;
- font-size: 22px;
- color: #FFFFFF;
- .van-notice-bar__wrap{
- justify-content: center;
- }
- }
- }
- }
- .authorCon{
- display: flex;
- justify-content: flex-end;
- padding-right: 30px;
- .author{
- width: 210px;
- :global{
- .van-notice-bar{
- height: 20px;
- padding: 0;
- font-weight: 400;
- font-size: 13px;
- color: #FFFFFF;
- line-height: 20px;
- .van-notice-bar__wrap{
- justify-content: flex-end;
- }
- }
- }
- }
- }
|