itemmyNews.wxss 796 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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: flex-end;
  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. width: 100rpx;
  38. font-size: 24rpx;
  39. text-align: right;
  40. }