Files
Pichome/admin/login/images/adminlogin.css
2024-04-30 22:55:18 +08:00

227 lines
4.7 KiB
CSS

input:-webkit-autofill {
box-shadow: 0 0 0px 1000px white inset !important;
}
body,html{
height:100%;
overflow: hidden;
margin: 0;
padding: 0;
}
.mainContainer {
position: absolute;
height: 100%;
width: 100%;
z-index: 10;
}
.loginContainer {
height: 100%;
width: 100%
}
.loginContainer tr td{
padding:0 10px;
}
.logintips {
color: red;
line-height: 30px;
padding: 20px;
width: 400px;
border-radius: 20px;
border: 1px solid #e3e3e3;
-webkit-box-shadow: 0 5px 15px RGBA(0,0,0,.3);
-moz-box-shadow: 0 5px 15px RGBA(0,0,0,.3);
box-shadow: 0 5px 15px RGBA(0,0,0,.3);
font-size: 20px;
line-height: 2.5;
text-shadow: 1px 1px 1px RGBA(0,0,0,.3);
background: RGBA(255,255,255,.8);
}
#loginform {
width: 400px;
margin: 0;
text-align: center;
}
.login h4 {
height: 35px;
margin-bottom: 10px;
}
.avatarContainer {
margin-bottom: 50px;
margin-top: 20px;
overflow: hidden;
text-align: center;
}
.avatarContainer img {
max-width: 100%;
max-height: 128px;
}
.avatarContainer .maintitle{
font-size:20px;
font-weight: 700;
padding-top:20px;
}
#admin_password_Container {
padding: 30px 0 30px 0;
}
#admin_password_Container .input-black {
margin-bottom: 10px;
}
.loginformContainer {
padding: 30px;
text-align: center;
background-color: #FFF;
border-radius: 20px;
border: 1px solid #e3e3e3;
-webkit-box-shadow: 0 5px 15px RGBA(0,0,0,.3);
-moz-box-shadow: 0 5px 15px RGBA(0,0,0,.3);
box-shadow: 0 5px 15px RGBA(0,0,0,.3);
}
.loginformContainer .username {
font-size: 16px;
font-weight: bold;
text-align: center;
margin: 10px 0 0;
min-height: 1em;
}
.loginformContainer .email {
color: #404040;
line-height: 2;
margin-bottom: 0;
font-size: 14px;
}
input[type="password"], input[type="text"] {
height: 40px;
width: 100%;
direction: ltr;
font-size: 14px;
outline: none;
}
input[type="password"]:focus, input[type="text"]:focus {
box-shadow: none;
outline: none;
}
.wrapper-placeholder {
text-align: left
}
.Topcarousel {
display: inline-block;
width: 100px;
height: 100px;
border-radius: 50%;
line-height: 100px;
font-size: 45px;
color: #fff;
}
:root {
--btn-primary-background-color: #A85E39;
--btn-primary-border-color: transparent;
--btn-primary-background-color-hover: rgba(202, 132, 108, 0.7);
--btn-primary-border-color-hover: transparent;
--default-color-border: #e1e1e1;
--input-border-color-focus: #CA846C;
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.btn-primary {
color: #fff;
background-color: #0072ef;
border-color: #0072ef;
}
.btn-primary:hover{
background-color: #79bbff;
border-color: #79bbff;
}
.btn-block {
display: block;
width: 100%;
}
.btn {
transition-property: all;
transition-duration: .3s;
padding: 0.45rem 2.152rem;
font-size: 0.92rem;
font-weight: bold;
border-radius: 5px;
}
.btn-lg {
padding: 12px 20px;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control {
background-color: transparent;
border-style: solid;
border-width: 0 0 1px 0;
border-color: #e1e1e1;
box-shadow: none;
border-radius: 0;
}
.loginContainer .copyright {
width:400px;
margin: 20px 0 0 0;
line-height: 1.5;
font-size:12px;
color:#FFF;
text-shadow:1px 1px 1px RGBA(0,0,0,.5);
}
.loginContainer .copyright a{
color:#FFF;
text-decoration: none;
}
.loginContainer .copyright a:hover{
color:#FFF;
text-decoration: underline;
}
@media (max-width: 414px){
#loginform {
width: 100%;
}
.loginContainer .copyright {
width:100%;
}
}