Login - body{
- text-align: left;
- background-color: F6F6F6;
- background-attachment: fixed;
- }
- #imgcenter{
- position:relative;
- height: auto;
- width:50%;
- left:20%;
- top:250px;
- }
- #center{
- position:relative;
- height: auto;
- width:50%;
- left:20%;
- top:220px;
- }
- #account{
- position:relative;
- height: auto;
- left:60%;
- top:-110px;
- padding:2%;
- width:50%;
- }
- #pwd{
- position:relative;
- height: auto;
- left:60%;
- top:-100px;
- padding:2%;
- width: 50%;
- }
- #login{
- position:relative;
- height: auto;
- left:60%;
- top:-95px;
- padding:1%;
- width: 25%;
- }
- #logo{
- padding:3%;
- width: 50%;
- height: auto;
- }
- #div_forgetpwd{
- position:relative;
- height: 30%;
- left: 90%;
- top:-115px;
- width: 25%;
- font-size: 1pt;
- white-space:nowrap;
- }
- #div_forgetpwd a{
- text-decoration: none;
- margin: auto;
- }
- #div_forgetpwd a:hover{
- text-decoration: underline;
- margin: auto;
- }
- .Clew{
- position:relative;
- height: 15px;
- left:-10%;
- top:-80%;
- padding:2% 50%;
- white-space:nowrap;
- color: #FFFFD5;
- font-weight: bold;
- font-family: century gothic, arial;
- background: #FCBE47;
- border-top: 2px solid #db6e3c;
- border-bottom: 2px solid #db6e3c;
- }
- 输出至两个文本框
- if(winWidth<420||winHeight<537)
- setSizeMini();
- else if(420<=winWidth&&winWidth<=595)
- setSizeMid();
- else if(595
- set();
- else
- reSet();
- }
- findDimensions();
- //调用函数,获取数值
- window.onresize=findDimensions;
- script>