notice.less 302 B

1234567891011121314
  1. .dplayer-notice {
  2. opacity: 0;
  3. position: absolute;
  4. bottom: 60px;
  5. left: 20px;
  6. font-size: 14px;
  7. border-radius: 2px;
  8. background: rgba(28, 28, 28, 0.9);
  9. padding: 7px 20px;
  10. transition: all .3s ease-in-out;
  11. overflow: hidden;
  12. color: #fff;
  13. pointer-events: none;
  14. }