Pear-Admin-Layui/admin/css/other/login.css

89 lines
1.7 KiB
CSS
Raw Normal View History

2020-07-16 05:30:01 +00:00
.layui-form {
2020-08-15 04:45:41 +00:00
width: 320px !important;
margin: auto !important;
margin-top: 160px !important;
2020-07-16 05:30:01 +00:00
}
.layui-form button {
2020-08-15 04:45:41 +00:00
width: 100% !important;
height: 44px !important;
line-height: 44px !important;
font-size: 16px !important;
background-color: #5FB878 !important;
font-weight: 550 !important;
2020-07-16 05:30:01 +00:00
}
.layui-form-checked[lay-skin=primary] i {
border-color: #5FB878 !important;
2020-08-15 04:45:41 +00:00
background-color: #5FB878 !important;
color: #fff !important;
2020-07-16 05:30:01 +00:00
}
.layui-tab-content {
2020-08-15 04:45:41 +00:00
margin-top: 15px !important;
padding-left: 0px !important;
padding-right: 0px !important;
2020-07-16 05:30:01 +00:00
}
.layui-form-item {
2020-08-15 04:45:41 +00:00
margin-top: 20px !important;
2020-07-16 05:30:01 +00:00
}
.layui-input {
2020-08-15 04:45:41 +00:00
height: 44px !important;
line-height: 44px !important;
padding-left: 15px !important;
border-radius: 3px !important;
2020-07-16 05:30:01 +00:00
}
.layui-input:focus {
box-shadow: 0px 0px 3px 1px #5FB878 !important;
}
.logo {
2020-08-15 04:45:41 +00:00
width: 60px !important;
margin-top: 10px !important;
margin-bottom: 10px !important;
margin-left: 20px !important;
2020-07-16 05:30:01 +00:00
}
.title {
2020-08-15 04:45:41 +00:00
font-size: 30px !important;
font-weight: 550 !important;
margin-left: 20px !important;
2020-07-16 05:30:01 +00:00
color: #5FB878 !important;
2020-08-15 04:45:41 +00:00
display: inline-block !important;
height: 60px !important;
line-height: 60px !important;
margin-top: 10px !important;
position: absolute !important;
2020-07-16 05:30:01 +00:00
}
.desc {
2020-08-15 04:45:41 +00:00
width: 100% !important;
text-align: center !important;
color: gray !important;
height: 60px !important;
line-height: 60px !important;
2020-07-16 05:30:01 +00:00
}
body {
2021-03-10 14:01:30 +00:00
background-repeat:no-repeat;
2020-07-16 05:30:01 +00:00
background-color: whitesmoke;
2021-03-10 14:01:30 +00:00
background-size: 100%;
2020-08-11 11:34:44 +00:00
height: 100%;
2021-03-10 14:01:30 +00:00
}
2020-08-15 04:45:41 +00:00
.code {
2020-12-10 09:47:21 +00:00
float: left;
2020-08-15 04:45:41 +00:00
margin-right: 13px;
2020-12-10 09:47:21 +00:00
margin: 0px !important;
2020-08-15 04:45:41 +00:00
border: #e6e6e6 1px solid;
2020-12-10 09:47:21 +00:00
display: inline-block!important;
2020-08-15 04:45:41 +00:00
}
.codeImage {
2020-12-10 09:47:21 +00:00
float: right;
2020-08-15 04:45:41 +00:00
height: 42px;
border: #e6e6e6 1px solid;
2021-03-10 14:01:30 +00:00
}