itemmyNews.wxss 744 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .card {
  2. height: auto;
  3. margin: 30rpx 20rpx 0rpx 20rpx;
  4. background-color: #ffffff;
  5. box-shadow: 5rpx 5rpx 8rpx 0rpx rgba(0,0,0,0.16);
  6. border-radius: 20rpx;
  7. padding-top: 20rpx;
  8. }
  9. .publisher-name {
  10. font-size: 30rpx;
  11. }
  12. .title {
  13. font-size: 24rpx;
  14. margin-bottom: 10rpx;
  15. }
  16. .top {
  17. display: flex;
  18. flex-direction: row;
  19. justify-content: space-between;
  20. align-items: center;
  21. margin: 0rpx 30rpx 0rpx 30rpx;
  22. }
  23. .bottom{
  24. display: flex;
  25. flex-direction: row;
  26. justify-content: space-between;
  27. align-items: center;
  28. margin: 20rpx 30rpx 0rpx 30rpx;
  29. padding-bottom: 20rpx;
  30. }
  31. .profile {
  32. display: flex;
  33. flex-direction: row;
  34. align-items: center;
  35. }
  36. .detail {
  37. font-size: 24rpx;
  38. }