announce.wxss 536 B

12345678910111213141516171819202122232425262728293031323334
  1. .info-content {
  2. width: 100%;
  3. display: inline-block;
  4. margin-bottom: 20rpx;
  5. }
  6. .info-content .info-bg {
  7. background-color: #fff;
  8. position: relative;
  9. width: 100%;
  10. height: 100%;
  11. }
  12. .info-content .info-label {
  13. width: 75%;
  14. display: inline-block;
  15. line-height: 80rpx;
  16. font-weight: bold;
  17. margin-left: 10rpx;
  18. }
  19. .info-content .info-date {
  20. display: inline-block;
  21. line-height: 80rpx;
  22. font-weight: bold;
  23. font-size: 0.8rem;
  24. color: grey;
  25. }
  26. .info-image {
  27. padding: 0;
  28. margin: 0;
  29. }
  30. .info-image image {
  31. width: 100%;
  32. }