#below_right {
|
position: absolute;
|
width: 240px;
|
background-color: #196CAD;
|
top: 50px;
|
right: 0px;
|
z-index: 500;
|
background-color: #0D64A9;
|
}
|
/* 鏀舵斁鍙充笅淇℃伅鍐呭 */
|
#below_change {
|
position: absolute;
|
right: 242px;
|
width: 20px;
|
height: 20px;
|
background: url('../images/smallright.png') no-repeat;
|
z-index: 100;
|
}
|
#below_changes {
|
position: absolute;
|
right: 484px;
|
width: 20px;
|
height: 20px;
|
background: url('../images/smallright.png') no-repeat;
|
z-index: 100;
|
}
|
#below_bar {
|
position: absolute;
|
right: 723px;
|
width: 60px;
|
height: 60px;
|
background: url('../images/right.png') no-repeat;
|
z-index: 100;
|
top:319px;
|
|
}
|
/* 鐗堟潈 */
|
#below_copyright {
|
position: absolute;
|
bottom: 0px;
|
height: 24px;
|
width: 340px;
|
background-color: #2FA2F7;
|
-moz-box-shadow: 10px 10px 5px #888888; /* 鑰佺殑 Firefox */
|
box-shadow: 5px 5px 5px #888888; /* 瀹炵幇杈规闃村奖 */
|
padding-top: 3px;
|
text-align: center;
|
color: white;
|
font-size: 14px;
|
font-weight: bold;
|
line-height: 24px;
|
border-radius: 0px 35px 0px 0px; /* 瀹炵幇鍦嗚 */
|
/* text-shadow: 1px 1px 1px white;瀛椾綋闃村奖 */
|
-moz-border-radius: 0px 35px 0px 0px; /* 鑰佺殑 Firefox */
|
z-index: 500;
|
}
|
input{
|
outline:none;
|
}
|
.h1{
|
width: 90%;
|
height: 25px;
|
line-height: 25px;
|
color: #000;
|
background-color: #ffffffe6;
|
text-align: center;
|
border-bottom: 1px solid #ccc;
|
margin: 0px auto;
|
}
|