You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
169 lines
2.9 KiB
169 lines
2.9 KiB
@charset "utf-8";
|
|
|
|
/**---------------------------------------------------------
|
|
*function:长春市教育装备挂图作战系统登录界面
|
|
*author:许伟杰
|
|
*date:2021.12.24
|
|
----------------------------------------------------------*/
|
|
html {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
position: static;
|
|
background: url(../img/bg_tk.jpg) 0% 0% / cover no-repeat;
|
|
}
|
|
|
|
.all-content {
|
|
width: 100%;
|
|
height: 680px;
|
|
margin: auto;
|
|
}
|
|
|
|
.content {
|
|
width: 1150px;
|
|
height: 600px;
|
|
margin: auto;
|
|
/* background: #fff; */
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 45%;
|
|
/* margin-left: -600px; */
|
|
transform: translate(-50%, -50%);
|
|
border-radius: 20px;
|
|
-webkit-border-radius: 20px;
|
|
-moz-border-radius: 20px;
|
|
-ms-border-radius: 20px;
|
|
-o-border-radius: 20px;
|
|
/* filter: alpha(opacity=70);
|
|
opacity: 0.7; */
|
|
}
|
|
|
|
.left-img {
|
|
margin: 80px 0 0px 60px;
|
|
float: left;
|
|
}
|
|
|
|
.content-name {
|
|
font-size: 28px;
|
|
}
|
|
|
|
.right-content {
|
|
width: 390px;
|
|
margin: 120px 0 0 120px;
|
|
float: left;
|
|
}
|
|
|
|
.right-content form {
|
|
margin: 60px 0 0 0;
|
|
}
|
|
|
|
/* 用户名 */
|
|
.user-name,
|
|
.vcode,
|
|
.password-li {
|
|
border-bottom: 1px solid #aaaaaa;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
}
|
|
|
|
.vcode-li {
|
|
margin: 15px 0 0 0;
|
|
position: relative;
|
|
}
|
|
|
|
.vcode-img {
|
|
position: absolute;
|
|
right: 10px;
|
|
}
|
|
|
|
.password-li {
|
|
margin: 15px 0 0 0;
|
|
|
|
}
|
|
|
|
.user-name-li input ,
|
|
.vcode-li input ,
|
|
.password-li input {
|
|
width: 350px;
|
|
border: 0px;
|
|
margin: 0 0 0 10px;
|
|
color: #5e5e5e;
|
|
background: none;
|
|
}
|
|
|
|
.password-li input {
|
|
margin: 0 0 0 10px;
|
|
}
|
|
|
|
.verification-password {
|
|
margin: 15px 0 0 0;
|
|
}
|
|
|
|
.verification-left {
|
|
width: 190px;
|
|
border-bottom: 1px solid #aaaaaa;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
color: #535353;
|
|
float: left;
|
|
}
|
|
|
|
.verification-left span {
|
|
float: left;
|
|
}
|
|
|
|
.verification-left input {
|
|
width: 120px;
|
|
float: left;
|
|
line-height: 48px;
|
|
border: none;
|
|
color: #5e5e5e;
|
|
background: none;
|
|
}
|
|
|
|
.verification-right {
|
|
float: left;
|
|
}
|
|
|
|
.verification-right img {
|
|
width: 102px;
|
|
height: 42px;
|
|
margin: 0 0 0 10px;
|
|
}
|
|
|
|
.verification-right span {
|
|
font-size: 18px;
|
|
cursor: pointer;
|
|
color: #11b8bf;
|
|
margin: 0 0 0 10px;
|
|
}
|
|
|
|
|
|
.input-button {
|
|
width: 390px;
|
|
height: 56px;
|
|
/* background: url(../img/submit-line.jpg) repeat-y center; */
|
|
border: 0px;
|
|
cursor: pointer;
|
|
color: #fff;
|
|
border-radius: 6px;
|
|
-webkit-border-radius: 6px;
|
|
-moz-border-radius: 6px;
|
|
-ms-border-radius: 6px;
|
|
-o-border-radius: 6px;
|
|
margin: 64px 0 0 0;
|
|
}
|
|
|
|
.footer {
|
|
left: 0;
|
|
bottom: 0;
|
|
color: #fff;
|
|
width: 100%;
|
|
position: absolute;
|
|
text-align: center;
|
|
padding-bottom: 15px;
|
|
text-shadow: #000 0.1em 0.1em 0.1em;
|
|
font-size: 14px;
|
|
} |