| 123456789101112131415161718192021222324252627282930313233343536 |
- .card{
- height: auto;
- width: 700rpx;
- margin-top: 20rpx;
- }
- .publisher-avatar{
- width: 50rpx;
- height: 50rpx;
- border-radius: 30rpx;
- margin-right: 20rpx;
- }
- .profile{
- width: 700rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .publisher-name{
- font-size: 35rpx;
- align-self: center;
- display: flex;
- }
- .line{
- width: 700rpx;
- height: 1rpx;
- margin-top: 20rpx;
- }
- .like{
- width: 50rpx;
- height: 50rpx;
- }
|