7 Star 0 Fork 0

墨酒醉清风/shenzhou

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
log.css 2.01 KB
一键复制 编辑 原始数据 按行查看 历史
叶落无痕 提交于 2024-09-08 08:32 . v6
@charset "UTF-8";
*{
margin:0px;
padding:0px;
}
body{
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
height:100vh;
background: url(1.jpg) no-repeat;
background-size:cover;
}
.box{
border-radius:20px;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
width:350px;
height:380px;
border-top:1px solid rgba(255,255,255,0.5);
border-left:1px solid rgba(255,255,255,0.5);
border-bottom:1px solid rgba(255,255,255,0.2);
border-right:1px solid rgba(255,255,255,0.2);
backdrop-filter:blur(10px);
background:rgba(50,50,50,0.2);
}
.box >h2 {
color: rgba(255,255,255,0.9);
margin-bottom:20px;
}
.box .input-box{
display:flex;
flex-direction:column;
justify-content:center;
align-items:start;
margin-bottom:15px;
}
.box .input-box > label {
margin-bottom:5px;
color: rgba(255,255,255,0.9);
font-size:13px;
}
.box .input-box > input{
color: rgba(255,255,255,0.9);
font-size:14px;
height:35px;
width:250px;
background:rgba(255,255,255,0.3);
border: 1px solid rgba(255,255,255,0.5);
border-radius: 5px;
transition:0.2s;
outline:none;
padding:0 10px;
letter-spacing:1px;
}
.box .input-box > input:focus{
border: 1px solid rgba(255,255,255,0.8);
}
.box a {
font-size:14px;
text-decoration: none;
color: rgba(255,255,255,0.9);
transition:0.2s;
width:250px;
text-align:end;
}
.box .btn-box > a:hover {
color: rgba(255,255,255,1);
}
.box .btn-box > div {
display:flex;
flex-direction:row;
justify-content:center;
align-items:start;
margin-top:25px;
}
.box .btn-box > div > button {
width:120px;
height:35px;
border: 1px solid rgba(197,81,58,0.8);
background:rgba(197,81,58,0.5);
color:rgba(255,255,255,0.9);
border-radius: 5px;
transition:0.2s;
}
.box .btn-box > div > button:nth-of-type(2) {
margin-left: 10px;
}
.box .btn-box > a:hover {
border: 1px solid rgba(248,108,76,0.8);
background:rgba(248,108,76,0.5);
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/ink-wine-and-refreshing-breeze/shenzhou.git
git@gitee.com:ink-wine-and-refreshing-breeze/shenzhou.git
ink-wine-and-refreshing-breeze
shenzhou
shenzhou
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385