代码修改后的版本,全部提交
This commit is contained in:
124
Mtxfw.VipSite/Css/gl.css
Normal file
124
Mtxfw.VipSite/Css/gl.css
Normal file
@@ -0,0 +1,124 @@
|
||||
html
|
||||
{
|
||||
|
||||
}
|
||||
body
|
||||
{
|
||||
font-size: 12px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
border: 0;
|
||||
text-align:center;
|
||||
background-color: #b6efb2; /*<2A><><EFBFBD>屳<EFBFBD><E5B1B3>ɫ*/
|
||||
}
|
||||
* { margin:0; padding:0; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
|
||||
*:focus {outline: none;}
|
||||
form
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.clear
|
||||
{
|
||||
clear: both;
|
||||
line-height: 1px;
|
||||
}
|
||||
#userlogin
|
||||
{
|
||||
margin:100px auto;
|
||||
padding-bottom:20px;
|
||||
width: 330px;
|
||||
overflow:hidden;
|
||||
text-align:left;
|
||||
-moz-border-radius:5px;
|
||||
-webkit-border-radius:5px;
|
||||
border-radius:5px;
|
||||
background-color: rgba(255,255,255,0.8);
|
||||
*background-color:#fff;
|
||||
}
|
||||
#userlogin li
|
||||
{
|
||||
float:left;
|
||||
width: 300px;
|
||||
line-height:25px;
|
||||
height:25px;
|
||||
margin:15px 15px;
|
||||
list-style-type:none;
|
||||
}
|
||||
#userlogin li.loginfont
|
||||
{
|
||||
margin:0;
|
||||
width: 330px;
|
||||
font-size:32px;
|
||||
text-align:center;
|
||||
line-height:60px;
|
||||
height:60px;
|
||||
background-color:#176003;
|
||||
color:#fff;
|
||||
}
|
||||
#userlogin li label
|
||||
{
|
||||
float:left;
|
||||
width:80px;
|
||||
line-height:25px;
|
||||
display:inline-block;
|
||||
color:#000;
|
||||
font-size:14px;
|
||||
font-weight:bold;
|
||||
}
|
||||
#userlogin li input
|
||||
{
|
||||
float:left;
|
||||
height:25px;
|
||||
width:210px;
|
||||
overflow:hidden;
|
||||
border: 1px solid #ccc;
|
||||
line-height:25px;
|
||||
text-indent:3px;
|
||||
|
||||
}
|
||||
#userlogin li input#txt_Code
|
||||
{
|
||||
width:50px;
|
||||
}
|
||||
|
||||
#userlogin li input.btn
|
||||
{
|
||||
width:294px;
|
||||
height:40px;
|
||||
background-color:#2baa09;
|
||||
-moz-border-radius:5px;
|
||||
-webkit-border-radius:5px;
|
||||
border-radius:5px;
|
||||
color:#fff;
|
||||
font-size:18px;
|
||||
line-height:40px;
|
||||
}
|
||||
#userlogin li input.btn:hover
|
||||
{
|
||||
background-color:#35d50a;
|
||||
}
|
||||
#userlogin li #loginold:link,#userlogin li #loginold:visited
|
||||
{
|
||||
border:0;
|
||||
height:25px;
|
||||
display:block;
|
||||
text-align:center;
|
||||
text-indent:0;
|
||||
overflow:hidden;
|
||||
color:#ff0000;
|
||||
text-decoration:none;
|
||||
background:#FDAB1A url(/images/btn1.gif) no-repeat 0px 0px;
|
||||
}
|
||||
#userlogin #Login_after li
|
||||
{
|
||||
line-height:25px;
|
||||
height:25px;
|
||||
margin:10px 5px;
|
||||
text-align:center;
|
||||
font-size:14px;
|
||||
font-weight:bold;
|
||||
color:#000;
|
||||
list-style-type:none;
|
||||
}
|
||||
Reference in New Issue
Block a user