gpt4 book ai didi

css - 谷歌 gmail 通知器 css

转载 作者:行者123 更新时间:2023-11-28 09:27:28 24 4
gpt4 key购买 nike

发送消息或丢弃邮件时,顶部会出现一个黄色框,其中显示消息“您的消息已被丢弃。撤消丢弃”。我想要完全相同的 Google css 样式。欢迎任何示例和建议。谢谢

请引用下面的图片和链接

Print screen

最佳答案

另一个例子(直接来自 gmail css)

http://jsfiddle.net/VVbZZ/1/

CSS:

.notification-container {
left: 0;
top: 0;
margin: 0;
font-family: arial, sans-serif;
font-weight: bold;
visibility: hidden;
z-index: 8;
position: absolute;
text-align: center;
width: 100%;
height: 100%;
}
.notification-message {
position: relative;
display: inline-block;
visibility: visible;
font-size: 80%;
padding: 6px 10px;
background-color: #f9edbe;
border: 1px solid #f0c36d;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

html:

<div class="notification-container">
<div class="notification-message">
<span>Loading... <a href="damn.com">Click to learn more</a></span>
</div>
</div>

结果:

enter image description here

关于css - 谷歌 gmail 通知器 css,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19512507/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com