| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- .card {
- margin: 4rpx 0rpx;
- padding: 20rpx;
- background-color: #ffffff;
- }
- .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: bolder;
- }
- .sub-title {
- font-size: 25rpx;
- margin-left: 70rpx;
- margin-bottom: 20rpx;
- margin-right: 20rpx;
- }
- .line {
- width: 700rpx;
- height: 1rpx;
- margin-top: 20rpx;
- }
- .like {
- height: 40rpx;
- width: 40rpx;
- }
|