📄 mylogin.css
字号:
/* CSS Document */
body { margin-top:2px;
text-align:center;
font: 12px arial,verdana,sans-serif;
color:#333;
}
a img { border:none;}
/*===表单样式====*/
#AdminLogin {
width:444px;
padding-left:20px;
padding-top:20px;
}
html/**/ >body #AdminLogin {padding-top:20px;}
form {
margin: 0;
padding: 0;
height:115px;
}
fieldset {
border: none;
}
legend {
padding: 15px 20px auto 20px;
color: #036;
background: transparent;
font-size: 1.3em;
font-weight: bold;
}
html/**/ >body legend{padding: 25px 20px auto 20px;}
label {
float: left;
width: 100px;
padding: 0 1em;
text-align: right;
}
fieldset div {
margin-bottom: .5em;
padding: 0;
display: block;
}
fieldset div input, fieldset div textarea {
width: 150px;
border-top: 1px solid #555;
border-left: 1px solid #555;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 1px;
color: #333;
}
.checkCode {
width:104px;
border-top: 1px solid #555;
border-left: 1px solid #555;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 1px;
color: #333;
}
#fm-submit {
padding-top: 5;
padding-right:80px;
}
#fm-submit input {
border:none;
width:70px;
height:21px;
float:right;
}
input:focus, textarea:focus {
background: #efefef;
color: #0B6B9D;
border:1px solid #999;
}
#formContent {
width:332px;
float:left;
margin-top:20px;
}
#formPic {
width:90px;
float:left;
}
.username{
background-image:url(username.gif);
background-position: 1px 1px;
background-repeat:no-repeat;
padding-left:20px;
height:20px;
FONT-SIZE: 12px;
}
.password{
background-image:url(password.gif);
background-position: 1px 1px;
background-repeat:no-repeat;
padding-left:20px;
height:20px;
FONT-SIZE: 12px;
}
#wrapper {width:999px; height:548px; background:#1E9DBD url(login_01.jpg) repeat-x top left; margin:0 auto;}
#footer { width:999px; height:52px; clear:both; background:#1E9DBD url(login_24.jpg) repeat-x top left; margin:0 auto;}
#help { clear:both; width:855px; margin-top:0;}
html/**/ >body #help{ margin-top:12px;}
#help img { float:right;}
#copyright {
width:855px;
margin:0 auto;
background: url(copyright.jpg) no-repeat left top; height:52px;
}
#main{
width:855px;
margin: 0 auto;
}
#controlpanel {
background: url(controlpanel.jpg) no-repeat left 3px; height:72px;
}
#controlbottom {
background: #1E90FF url(controlbottom.jpg) no-repeat left top; height:73px;
}
#formMain {
width:495px;
height:293px;
margin:0 auto;
background : url(leftFormL.jpg) no-repeat left top ;
}
#rightForm {
background : url(rightForm.jpg) no-repeat right top ;height:293px;
}
#MainForm {
float:left;
}
#explanation {
clear:both;
height:100px;
}
p {margin:0; padding:0;}
.loginTitle { text-align:left; padding-left:5px; font-size:14px; font-weight:900;color:#f90;}
.loginContent { text-index:24px; color:#333; text-align:left; padding-left:5px; line-height:24px;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -