| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .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: 30rpx;
- align-self: center;
- display: flex;
- }
- .title{
- font-size: 30rpx;
- margin-left: 70rpx;
- margin-bottom: 10rpx;
- font-weight: 800;
- }
- .sub-title{
- font-size: 25rpx;
- margin-left: 70rpx;
- margin-bottom: 20rpx;
- margin-right: 20rpx;
- }
- .line{
- width: 700rpx;
- height: 1rpx;
- margin-top: 20rpx;
- }
|