| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- .card {
- height: auto;
- margin: 30rpx 20rpx 0rpx 20rpx;
- background-color: #ffffff;
- box-shadow: 5rpx 5rpx 8rpx 0rpx rgba(0,0,0,0.16);
- border-radius: 20rpx;
- padding-top: 20rpx;
- }
- .publisher-name {
- font-size: 30rpx;
- }
- .title {
- font-size: 24rpx;
- margin-bottom: 10rpx;
- }
- .top {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- margin: 0rpx 30rpx 0rpx 30rpx;
- }
- .bottom{
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- margin: 20rpx 30rpx 0rpx 30rpx;
- padding-bottom: 20rpx;
- }
- .profile {
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .detail {
- font-size: 24rpx;
- }
|