announce.wxss 438 B

123456789101112131415161718192021222324
  1. .info-content {
  2. padding: 0 10rpx;
  3. width: 100%;
  4. display: inline-block;
  5. margin-bottom: 20rpx;
  6. }
  7. .info-content .info-bg {
  8. background-color: #fff;
  9. position: relative;
  10. width: 100%;
  11. height: 100%;
  12. }
  13. .info-content .info-label {
  14. width: 100%;
  15. height: 100rpx;
  16. line-height: 100rpx;
  17. padding: 0 24rpx;
  18. white-space: nowrap;
  19. text-overflow: ellipsis;
  20. overflow: hidden;
  21. font-weight: bold;
  22. }