加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
abc.css 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
0101博弈乌云 提交于 2024-03-14 07:52 . init
/* 快捷菜单样式 */
#caidan {
position: absolute;
/* background-color: #af9c9c; */
padding: 5px;
/* border: 1px solid #ccc; */
/* cursor: pointer; */
color: white;
box-shadow: #00000080 0 10px 30px;
z-index: 9999;
border-radius: 3px;
padding: 5px 4px;
background-color: #0b0b0bcc;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
border: 1px solid rgba(11, 11, 11, .2);
}
/* 导航栏样式 */
#daohanglan {
background-color: lightgrey;
color: rgb(128, 26, 0);
font-size: 15px;
font-family: consolas;
position: fixed;
/* left: 0; */
height: 100%;
/* height: 40px; */
max-width: 50%;
z-index: 5000;
text-align: left;
}
/* 提示样式 */
#show {
color: red;
font-size: 15px;
/* display: block; */
}
/* 快捷菜单悬浮 */
#myTable td:hover {
background-color: lightgrey;
border-radius: 2px;
margin: 4px 0;
}
/* 隐藏类 */
.hidden {
display: none;
}
/* 位置切换类 */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化