1 Star 0 Fork 0

guitao/apiTestPage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.css 2.40 KB
一键复制 编辑 原始数据 按行查看 历史
guitao 提交于 2021-12-20 21:34 . add register page
html,
body {
margin: 0;
width: 100%;
height: 100%;
}
.container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background-color: #85FFBD;
background-image: linear-gradient(45deg, #85FFBD 0%, #FFFB7D 100%);
}
.login-form {
position: relative;
min-width: 500px;
background-color: rgb(255, 255, 255, 0.5);
height: 300px;
overflow: hidden;
box-shadow: rgb(0 0 0 / 15%) 0px 2px 15px;
border-radius: 4px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.form-item {
margin-bottom: 20px;
display: flex;
}
.form-item .label {
display: inline-block;
width: 120px;
padding-right: 20px;
text-align: right;
line-height: 1.5715;
}
.form-item input {
box-sizing: border-box;
margin: 0;
font-variant: tabular-nums;
list-style: none;
font-feature-settings: "tnum";
position: relative;
display: inline-block;
width: 100%;
min-width: 0;
padding: 4px 11px;
color: #000000d9;
font-size: 14px;
line-height: 1.5715;
background-color: #fff;
background-image: none;
border: 1px solid #d9d9d9;
border-radius: 2px;
transition: all .3s;
}
.form-item input:hover {
border-color: #40a9ff;
border-right-width: 1px !important;
}
.form-item input:focus {
border-color: #40a9ff;
box-shadow: 0 0 0 2px #40a9ff;
border-right-width: 1px !important;
outline: 0;
}
.form-item button {
line-height: 1.5715;
position: relative;
display: inline-block;
font-weight: 400;
white-space: nowrap;
text-align: center;
background-image: none;
border: 1px solid transparent;
box-shadow: 0 2px #00000004;
cursor: pointer;
transition: all .3s cubic-bezier(.645, .045, .355, 1);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
touch-action: manipulation;
height: 32px;
padding: 4px 15px;
font-size: 14px;
border-radius: 2px;
color: #000000d9;
border-color: #d9d9d9;
background: #fff;
}
.form-item button.primary-btn {
border-color: #40a9ff;
background: #40a9ff;
text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
box-shadow: 0 2px #0000000b;
color: #fff;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/A8888888/api-test-page.git
git@gitee.com:A8888888/api-test-page.git
A8888888
api-test-page
apiTestPage
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385