html Ubuntu Notify使用HTML / CSS3发送气泡

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html Ubuntu Notify使用HTML / CSS3发送气泡相关的知识,希望对你有一定的参考价值。

.notify-send {
  background: black;
  opacity: .9;
  border-radius: 5px;
  width: 300px;
  position: fixed;
  top: 20px;
  right: 35px;
  padding: 20px;
  box-shadow: 2px 2px 5px #222;
  -webkit-transition: -webkit-filter 200ms ease-in, opacity 200ms ease-in;

  &:hover {
    -webkit-filter: blur(2px);
    opacity: .3;
  }

  p {
    margin: 0;
    font-size: .9em;
    color: white;
    font-family: Ubuntu;
  }
}
<div class="notify-send">
<p><b>Title</b><br>Here is my message</p>

以上是关于html Ubuntu Notify使用HTML / CSS3发送气泡的主要内容,如果未能解决你的问题,请参考以下文章

wait(),notify(),notifyAll()的理解与使用

wait() notify()搭配synchronize的使用

练习题之Wait/Notify

Object.wait()与Object.notify()的用法

java wait 与 notify sleep

wait()和notify()