加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
style.css 887 Bytes
一键复制 编辑 原始数据 按行查看 历史
Albert钟 提交于 2022-09-18 09:06 . 曲线优化
body {
overflow-x: hidden;
overflow-y: hidden;
}
#leftbox {
position: fixed;
bottom: 0;
left: 0;
margin: auto;
}
#toolbox {
position: fixed;
bottom: 0;
left: 0;
right: 0;
display: table;
margin: auto;
}
.btn {
background-color: #f0f8ffdd !important;
height: 50px !important;
width: 6% !important;
border-radius: 5px 5px 0px 0px !important;
margin: 0px 3px !important;
}
#opt-menu {
margin-top: -70px;
background-color: #f0f8ffdd;
}
#brush-menu {
margin-top: -130px;
background-color: #f0f8ffdd;
width: 200px;
height: 170px;
padding: 35px 30px;
}
.btn:hover {
background-color: #fefefedd !important;
}
label {
display: inline-block;
}
input[type=color] {
margin-top: 10px;
float: right;
padding: 0px;
display: inline-block;
height: 30px;
width: 50px;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化