210 lines
3.9 KiB
CSS
210 lines
3.9 KiB
CSS
![]() |
.thrBar {
|
|||
|
border-bottom: solid 1px #c0bfbf;
|
|||
|
background-color: #F6F6F6;
|
|||
|
}
|
|||
|
|
|||
|
.topbar {
|
|||
|
width: 1200px;
|
|||
|
padding: 0px 2px;
|
|||
|
margin: auto;
|
|||
|
height: 27px;
|
|||
|
line-height: 24px;
|
|||
|
}
|
|||
|
|
|||
|
.topbar .left {
|
|||
|
float: left;
|
|||
|
color: #666666;
|
|||
|
width: 300px;
|
|||
|
}
|
|||
|
|
|||
|
.topbar .left a {
|
|||
|
text-decoration: none;
|
|||
|
color: #808182;
|
|||
|
}
|
|||
|
|
|||
|
.homepagelogo {
|
|||
|
width: 24px;
|
|||
|
height: 24px;
|
|||
|
line-height: 24px;
|
|||
|
padding: 1px 1px;
|
|||
|
float: left;
|
|||
|
display: inline;
|
|||
|
}
|
|||
|
|
|||
|
.homepage {
|
|||
|
width: 60px;
|
|||
|
height: 24px;
|
|||
|
line-height: 24px;
|
|||
|
padding: 1px 1px;
|
|||
|
float: left;
|
|||
|
display: inline;
|
|||
|
}
|
|||
|
|
|||
|
.phone_num {
|
|||
|
float: left;
|
|||
|
padding: 1px 3px;
|
|||
|
color: #808182;
|
|||
|
line-height: 24px;
|
|||
|
}
|
|||
|
|
|||
|
.userinfoPre, .accountinfo {
|
|||
|
float: left;
|
|||
|
line-height: 27px;
|
|||
|
position: relative;
|
|||
|
top: 1px;
|
|||
|
}
|
|||
|
|
|||
|
.userinfo {
|
|||
|
float: left;
|
|||
|
line-height: 24px;
|
|||
|
}
|
|||
|
|
|||
|
.userinfo .tt {
|
|||
|
border: solid 1px #F5F5F5;
|
|||
|
color: #4d16ff;
|
|||
|
position: relative;
|
|||
|
top: 0px;
|
|||
|
cursor: pointer;
|
|||
|
padding: 0 3px;
|
|||
|
}
|
|||
|
|
|||
|
.userinfo .dropbox {
|
|||
|
position: absolute;
|
|||
|
border: solid 1px #C3C3C3;
|
|||
|
padding: 5px;
|
|||
|
padding-top: 10px;
|
|||
|
background-color: White;
|
|||
|
display: none;
|
|||
|
}
|
|||
|
|
|||
|
.userinfo .dropbox .limg {
|
|||
|
float: left;
|
|||
|
}
|
|||
|
|
|||
|
.userinfo .dropbox .limg img {
|
|||
|
width: 64px;
|
|||
|
height: 64px;
|
|||
|
}
|
|||
|
|
|||
|
.userinfo .dropbox .rct {
|
|||
|
width: 170px;
|
|||
|
margin-left: 70px;
|
|||
|
font-weight: normal;
|
|||
|
}
|
|||
|
|
|||
|
.userinfo.act .tt {
|
|||
|
z-index: 100;
|
|||
|
background-color: White;
|
|||
|
padding-bottom: 1px;
|
|||
|
top: 1px;
|
|||
|
border: solid 1px #C3C3C3;
|
|||
|
border-bottom: none;
|
|||
|
}
|
|||
|
|
|||
|
.userinfo.act .dropbox {
|
|||
|
display: block;
|
|||
|
z-index: 99;
|
|||
|
}
|
|||
|
|
|||
|
.dropchara {
|
|||
|
display: inline-block;
|
|||
|
width: 11px;
|
|||
|
height: 10px;
|
|||
|
background: url(/images/Portal/dropdown.gif) no-repeat center;
|
|||
|
}
|
|||
|
|
|||
|
.topbar .right {
|
|||
|
float: right;
|
|||
|
margin-top: 1px;
|
|||
|
display: inline;
|
|||
|
color: #808182;
|
|||
|
}
|
|||
|
|
|||
|
.topbar .right ul {
|
|||
|
display: inline;
|
|||
|
}
|
|||
|
|
|||
|
.topbar .right ul li {
|
|||
|
float: left;
|
|||
|
display: inline;
|
|||
|
}
|
|||
|
|
|||
|
.topbar .right ul li.line {
|
|||
|
padding: 0;
|
|||
|
color: #c0bfbf;
|
|||
|
}
|
|||
|
|
|||
|
.topbar .right a {
|
|||
|
text-decoration: none;
|
|||
|
color: Gray;
|
|||
|
padding: 5px 4px;
|
|||
|
}
|
|||
|
|
|||
|
.topbar .right a:hover {
|
|||
|
color: #808182;
|
|||
|
}
|
|||
|
|
|||
|
.topbar .right .myaccount {
|
|||
|
position: relative;
|
|||
|
display: inline-block;
|
|||
|
width: 82px;
|
|||
|
height: 28px;
|
|||
|
border: 0;
|
|||
|
color: #808182;
|
|||
|
}
|
|||
|
|
|||
|
.topbar .right .myaccount .aMyAccount {
|
|||
|
border: solid 1px #F5F5F5;
|
|||
|
position: relative;
|
|||
|
top: 0;
|
|||
|
padding: 0 3px;
|
|||
|
cursor: pointer;
|
|||
|
z-index: 50;
|
|||
|
}
|
|||
|
|
|||
|
.topbar .right .myaccount_list {
|
|||
|
display: none;
|
|||
|
position: absolute;
|
|||
|
}
|
|||
|
|
|||
|
.topbar .right .active .myaccount_list {
|
|||
|
display: block;
|
|||
|
position: absolute;
|
|||
|
left: 0px;
|
|||
|
width: 95px;
|
|||
|
top: 25px;
|
|||
|
border: 1px solid #C3C3C3;
|
|||
|
background-color: #ffffff;
|
|||
|
z-index: 160;
|
|||
|
}
|
|||
|
|
|||
|
.topbar .right .active .myaccount_list a {
|
|||
|
display: block;
|
|||
|
white-space: nowrap;
|
|||
|
height: 20px;
|
|||
|
}
|
|||
|
|
|||
|
.topbar .right .active .myaccount_list a:hover {
|
|||
|
background-color: #e6e6e6;
|
|||
|
height: 20px;
|
|||
|
}
|
|||
|
|
|||
|
.topbar .right .active .aMyAccount {
|
|||
|
background-color: #ffffff;
|
|||
|
width: 63px;
|
|||
|
border-left: 1px solid #C3C3C3;
|
|||
|
border-right: 1px solid #C3C3C3;
|
|||
|
border-top: 1px solid #C3C3C3;
|
|||
|
}
|
|||
|
|
|||
|
#right_menu {
|
|||
|
margin: 0px;
|
|||
|
}
|
|||
|
|
|||
|
#right_menu li {
|
|||
|
line-height: 24px;
|
|||
|
}
|
|||
|
|
|||
|
.top-nologin {
|
|||
|
}
|