.body
{
background-repeat
:
no-repeat
;
background-color
:
#9CDCF9
;
}
.divMain
{
position
:
absolute
;
left
:
25%
;
right
:
25%
;
width
:
50%
;
top
:
20%
;
height
:
60%
;
bottom
:
20%
;
height
:
420px
;
text-align
:
center
;
}
.divClient
{
position
:
relative
;
left
:
0px
;
top
:
0px
;
width
:
681px
;
height
:
259px
;
font-size
:
12px
;
color
:
#007AB5
;
}
.divBottom
{
position
:
relative
;
left
:
0px
;
top
:
0px
;
width
:
681px
;
height
:
161px
;
background-image
: Url(/Public/Images/login_
4
.gif);
background-repeat
:
no-repeat
;
}
.divLeft
{
position
:
absolute
;
left
:
0px
;
top
:
0px
;
width
:
353px
;
height
:
259px
;
background-image
: Url(/Public/Images/login_
1
.gif);
background-repeat
:
no-repeat
;
}
.divCenter
{
position
:
absolute
;
left
:
353px
;
top
:
0px
;
width
:
195px
;
height
:
259px
;
background-image
: Url(/Public/Images/login_
2
.gif);
background-repeat
:
no-repeat
;
}
.divRight
{
position
:
absolute
;
left
:
548px
;
top
:
0px
;
width
:
133px
;
height
:
259px
;
background-image
: Url(/Public/Images/login_
3
.gif);
background-repeat
:
no-repeat
;
}
.divCompanyInfo
{
position
:
absolute
;
top
:
90%
;
right
:
10%
;
color
:
#05B8E4
;
text-align
:
right
;
}
.divCompanyInfo
{
position
:
absolute
;
top
:
90%
;
right
:
10%
;
color
:
#05B8E4
;
text-align
:
right
;
}
.divCompanyInfo
{
position
:
absolute
;
top
:
90%
;
right
:
10%
;
color
:
#05B8E4
;
text-align
:
right
;
}
.text
{
background-image
: Url(/Public/Images/login_
6
.gif);
background-repeat
:
repeat-x
;
background-color
:
#FFFFFF
;
border
:
solid
1px
#27B3FE
;
height
:
18px
;
}
.button
{
background-image
: Url(/Public/Images/login_
5
.gif);
background-repeat
:
no-repeat
;
width
:
69px
;
height
:
24px
}
浏览器不兼容~
width:100% 改成这样
并在 ,head 里面 加上 <meta name="viewport" content="initial-scale=1, maximum-scale=1">