announce.wxss 443 B

1234567891011121314151617181920212223242526
  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. .info-content .info-date {
  14. display: inline;
  15. line-height: 100rpx;
  16. padding: 0 24rpx;
  17. white-space: nowrap;
  18. text-overflow: ellipsis;
  19. overflow: hidden;
  20. font-weight: bold;
  21. }
  22. .info-content .info-date {
  23. float: right;
  24. }