| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- .card{
- height: auto;
- width: 700rpx;
- margin-top: 20rpx;
- }
- .publisherAvatar{
- width: 50rpx;
- height: 50rpx;
- border-radius: 30rpx;
- margin-left: 10rpx;
- margin-right: 10rpx;
- }
- .profile{
- display: flex;
- flex-direction: row;
- }
- .publisherName{
- font-size: 30rpx;
- align-self: center;
- margin-right: 10rpx;
- }
- .title{
- font-size: 30rpx;
- margin-left: 78rpx;
- margin-bottom: 10rpx;
- font-weight: 800;
- }
- .subTitle{
- font-size: 25rpx;
- margin-left: 78rpx;
- margin-bottom: 20rpx;
- margin-right: 20rpx;
- }
- .line{
- width: 700rpx;
- height: 1rpx;
- margin-top: 20rpx;
- }
|