| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362 |
- .mainIndex .indexTopbar {
- height:30px;
- background:#9ab13d;
- border-bottom:1px solid #859b2e
- }
- .mainIndex .indexTopbar .loginInfo {
- height:30px;
- line-height:30px;
- width:960px;
- text-align:right;
- margin:0 auto
- }
- .mainIndex .indexTopbar .loginInfo a {
- color:#fff;
- text-decoration:none;
- padding:5px 10px
- }
- .mainIndex .indexTopbar .loginInfo a:hover {
- color:#fff;
- background:#859b2e
- }
- .mainIndex h1.mainLogo {
- margin:65px auto 50px;
- width:315px;
- height:55px;
- background:url(zhzdjgLogo.png) no-repeat 0 0;
- text-indent:-9999px
- }
- .mainIndex .mainSearch {
- width:510px;
- margin:0 auto;
- }
- .mainIndex .mainSearch p{
- margin:0 0 5px 0
- }
- .mainIndex .mainSearch p b {
- color:#f99e1c;
- margin:0 5px;
- font-size:22px;
- font-family: Constantia,Georgia;
- }
- .mainIndex .mainSearch .searchInput {
- background:url(searchImg.png) repeat-x 0 -42px;
- height:42px;
- width:327px;
- display:inline-block;
- *display:inline;
- zoom:1
- }
- .mainIndex .mainSearch .searchInput .leftRadius{
- background:url(searchImg.png) repeat-x 0 0;
- height:42px;
- width:5px;
- float:left
- }
- .mainIndex .mainSearch .searchInput input {
- height:38px;
- line-height:38px;
- border:none;
- margin:1px 0 0 0;
- font-size:18px;
- color:#666;
- width:315px;
- border-color:#fff
- }
- .mainIndex .mainSearch a {
- width:85px;
- height:42px;
- display:inline-block;
- *display:inline;
- zoom:1;
- background-image:url(searchImg.png);
- text-indent:-9999px;
- vertical-align: top;
- cursor:pointer
- }
- .mainIndex .mainSearch a.searchBtn {
- background-position:0 -84px
- }
- .mainIndex .mainSearch a.searchBtn:hover {
- background-position:0 -126px
- }
- .mainIndex .mainSearch a.searchBtn:active{
- background-position:0 -84px;
- }
- .mainIndex .mainSearch a.askBtn {
- background-position:0 -168px
- }
- .mainIndex .mainSearch a.askBtn:hover {
- background-position:0 -210px
- }
- .mainIndex .mainSearch a.askBtn:active {
- background-position:0 -168px
- }
- .mainIndex .mainNews {
- width:700px;
- margin:60px auto 0;
- position:relative
- }
- .mainIndex .mainNews .askPrice,.mainIndex .mainNews .askPay {
- width:340px
- }
- .mainIndex .mainNews h3 {
- color:#006602;
- font-size:14px;
- margin:0 0 10px 0
- }
- .mainIndex .mainNews li {
- height:35px;
- }
- .mainIndex .mainNews li .apDate {
- float:right;
- color:#ccc
- }
- .mainIndex .mainNews li a {
- margin:0 5px 0 0
- }
- .mainIndex .mainNews li b{
- color:#ff6403;
- margin:0 0 0 5px
- }
- .mainIndex .mainNews .moneyBtn {
- width:152px;
- height:80px;
- background:url(moneyBtn.png) no-repeat;
- position:absolute;
- top:-60px;
- right:-70px;
- text-indent:-9999px
- }
- .mainIndex .mainNews .moneyBtn:hover {
- background-position:0 -80px;
- }
- /**/
- .searchResults {
- font-size:14px;
- padding:8px 5px
- }
- .searchResults b {
- color:#f90000
- }
- .searchRecent {
- background:#edf7c2;
- padding:8px 5px
- }
- .searchRecent a {
- margin:0 15px 0 0
- }
- .moreSearch,.searchTab {
- margin-top:10px;
- padding:15px 10px;
- width:950px
- }
- .searchTab a{
- margin-right: 10px;
- padding: 0 3px
- }
- .searchTab a.now{
- background-color:#F99B1D;
- color:#fff;
- }
- .moreSearch .searchForm,.moreSearch .searchBtn {
- vertical-align:middle;
- display:inline-block;
- *display:inline;
- zoom:1;
- margin:0 15px 0 0
- }
- .searchResList {
- margin:20px auto;
- padding:8px 5px
- }
- /**/
- .warpPrice {
- margin-top:20px;
- padding:0 5px 5px 5px
- }
- .warpPrice .sideBar{
- width:190px
- }
- .sideBar .firMenu {
- padding:0 0 0 5px;
- overflow-y: auto;
- }
- .sideBar .firMenu dd a span {
- font-weight:600;
- padding:0 0 0 10px;
- display:inline-block;
- *display:inline;
- zoom:1;
- cursor:pointer;
- color:#666
- }
- .sideBar .firMenu dd a span:hover {
- color:#336699
- }
- .sideBar .firMenu dd a span.now {
- color:#ff6501
- }
- .sideBar .firMenu dd span {
- background:url(menuIco.png) no-repeat 0 4px;
- padding:0 0 0 10px
- }
- .sideBar .firMenu .secMenu {
- padding:0 0 0 12px;
- margin:3px 0
- }
- .sideBar .firMenu .secMenu span {
- cursor:pointer;
- display:inline-block;
- *display:inline;
- zoom:1;
- font-weight:normal;
- }
- .sideBar .firMenu .secMenu span:hover {
- color:#336699
- }
- .sideBar .firMenu .unfold {
- background:url(menuIco.png) no-repeat 0 -30px
- }
- .sideBar .firMenu .secMenu .thrMenu {
- padding:0 0 0 10px
- }
- .sideBar .firMenu .secMenu .thrMenu li {
- height:22px;
- line-height:22px
- }
- .sideBar .areaBtn {
- position:absolute;
- z-index:0
- }
- .sideBar .areaBtn .areaProvince .areaBmark {
- background:#fff;
- position:absolute;
- bottom:0;
- z-index:-1;
- height:200px;
- width:350px;
- left:0
- }
- .sideBar .areaBtn .areaProvince{
- position:absolute;
- width:380px;
- background:#fff;
- border:1px solid #c2c2c2;
- padding:0 15px 10px 15px;
- top:32px;
- left:0;
- z-index:-1;
- display:none
- }
- .sideBar .areaBtn .areaProvince dt{
- font-weight:600;
- margin:5px 0 0 0;
- color:#b94a01
- }
- .sideBar .areaBtn .areaProvince dd{
- display:inline-block;
- *display:inline;
- zoom:1
- }
- .sideBar .areaBtn .areaProvince dd a{
- display:inline-block;
- *display:inline;
- zoom:1;
- padding:3px 5px;
- margin:0 3px 0 0
- }
- .sideBar .areaBtn .areaProvince dd a:hover {
- background:#E9F2CA
- }
- .sideBar .areaBtn .areaProvince .allDateBtn{
- display:inline-block;
- *display:inline;
- zoom:1;
- width:100%;
- text-align:center;
- background:#cd4900;
- padding:8px 0;
- color:#fff;
- font-size:14px;
- margin:10px 0 0 0;
- font-weight:600
- }
- .sideBar .areaBtn .areaProvince .allDateBtn:hover{
- background:#0072bc
- }
- .sideBar .areaBtn a.selectProvince {
- display:inline-block;
- color:#ff6501;
- font-weight:600;
- padding:0 0 0 10px;
- width:166px;
- height:33px;
- line-height:33px;
- background:url(areaBtn.png) no-repeat;
- z-index:10
- }
- .sideBar .areaBtnFocus a.selectProvince{
- background-position:0 -33px;
- color:#bd4a00
- }
- .sideBar .areaBtnFocus a.selectProvince span {
- display:none
- }
- .sideBar .areaBtnFocus .areaProvince {display:block}
- .sideBar h3.cityTitle {margin:40px 0 0 0;font-weight:600}
- .sideBar .cityList {margin:5px 0 5px}
- .sideBar .cityList li{
- width:88px;
- float:left;
- text-align:center;
- margin:1px 0
- }
- .sideBar .cityList li a {
- display:inline-block;
- *display:inline;
- zoom:1;
- padding:3px 5px;
- }
- .sideBar .cityList li a:hover {
- background:#E9F2CA
- }
- .sideBar .cityList li a.now {
- background:#B0C270;
- color:#fff
- }
- .sideBar .monthList li{
- margin:5px 0;
- text-align:center;
- display:inline-block;
- *display:inline;
- zoom:1;
- width:86px
- }
- .sideBar .monthTips {
- margin:5px;
- background:#FFFBCC;
- border:1px solid #E6DB55;
- color:#666452;
- padding:5px
- }
- .warpPrice .mainContent {
- margin:0 0 0 200px
- }
- .warpPrice .mainCrumb .feedbackBtn{
- position:absolute;
- width:200px;
- height:32px;
- background:url(feedbackBtn.png) no-repeat;
- right:0
- }
- .warpPrice .mainContent .feedbackBtn:hover{
- background-position:0 -32px
- }
- .mainCrumb {
- margin:0 0 15px 0;
- position:relative
- }
- .warpPrice .selection {
- margin:0 0 15px 0
- }
- .warpPrice .selection h3 {
- padding:5px 8px;
- background:#f0f0f0;
- margin:1px
- }
- .warpPrice .selection table {
- margin:8px
- }
- .warpPrice .selection table th{
- padding:0 10px
- }
- .warpPrice .selection table td{
- padding:0 5px;
- height:22px
- }
- .warpPrice .selection table td a {
- padding:3px 5px
- }
- .warpPrice .selection table td a:hover{
- background:#e9f2ca
- }
- .warpPrice .selection table a.cur {
- background:#647B97;
- color:#fff
- }
- .warpPrice .priceList {
- padding:1px;
- background:#fff
- }
- .warpPrice .priceList .priceListTips {
- margin:5px;
- background:#DBE3FF url(information.png) no-repeat 10px 6px;
- border:1px solid #A2B4EE;
- color:#585B66
- }
- .warpPrice .priceList .priceListTips div{
- padding: 5px 10px 5px 36px;
- line-height:1.5em
- }
- .suppliersAd {
- margin:20px 0 0 0
- }
- .suppliersAd ul {
- margin:0 0 0 5px
- }
- .suppliersAd li {
- float:left;
- overflow:hidden;
- margin:0 2px 2px 0
- }
- .suppliersAd li a{
- display:block;
- background:#ECEFF4;
- height:25px;
- line-height:25px;
- text-align:center;
- width:220px;
- color:#666
- }
- .suppliersAd li a:hover{
- background:#DBE1EA;
- color:#666
- }
- .suppliersAd li a.addBtn {
- color:#e46822;
- }
- .suppliersAd li a.addBtn:hover {
- color:#e46822
- }
- .warpPrice .priceList .empypItem{
- text-align:center;
- margin:250px 0
- }
- /**/
- .askCostIndex {
- width:960px;
- margin:0 auto
- }
- .askCostIndex .askCostContent {
- padding:5px;
- margin:20px 0 0 0;
- }
- .askCostContent .sideBar {
- width:234px
- }
- .askCostContent .mainContent {
- margin:0 245px 0 0
- }
- .sideBar a.postAskBtn {
- display:inline-block;
- *display:inline;
- zoom:1;
- width:100%;
- background:#CD4900;
- color:#fff;
- font-size:18px;
- text-align:center;
- padding:8px 0;
- margin:0 0 10px 0;
- }
- .sideBar a.postAskBtn:hover{
- background:#0072BC;
- }
- .sideBar .askStep {
- background:#ECEFF4;
- padding:3px;
- margin:0 0 15px 0
- }
- .sideBar .askStep .askStepBd {
- border:1px solid #DBE1EA;
- background:#fff
- }
- .sideBar .askStep h3 {
- color:#647B97;
- margin:5px 0 5px 10px;
- font-size:14px
- }
- .askCostList {
- margin:0 0 20px 0
- }
- .askCostList .listTab {
- border-bottom:1px solid #647B97
- }
- .listTab .tabItem li{
- float:left;
- height:30px
- }
- .listTab .tabItem li a {
- height:30px;
- width:106px;
- display:block;
- line-height:30px;
- text-align:center;
- margin:0 0 0 10px;
- color:#333;
- background:#ddd
- }
- .listTab .tabItem li a:hover{
- color:#0072bc;
- background:#f2f2f2
- }
- .listTab .tabItem li a.now{
- background:#647B97;
- color:#fff;
- font-weight:600;
- cursor:default
- }
- .askCostList .listItem .listBar li {
- display:inline-block;
- *display:inline;
- zoom:1
- }
- .askCostList .listItem .listBar{
- background:#f2f2f0;
- padding:5px 10px
- }
- .askCostList .listTable table {width:100%;_width:99%}
- .askCostList .listTable th{
- padding:10px 0 10px 10px;
- background:#f5f5f5
- }
- .askCostList .listTable td{
- padding:15px 0 15px 10px;
- border-bottom:1px dashed #DBE1EA;color:#333
- }
- .askCostList .listTable tr.focus td{background:#ECEFF4;
- font-weight:600}
- .askCostList .listTable tr.focus td a {font-weight:600}
- .sideBar .recentList {
- padding:5px
- }
- .sideBar .recentList li {
- margin:0 0 10px 0;
- line-height:14px
- }
- .askCostPage {
- margin-top:20px
- }
- .askCostPage .askBox {background:#ECEFF4}
- .askCostPage .askBox .boxStyleBd {border-color:#DBE1EA}
- .askCostPage .sideBar {width:170px}
- .askCostPage .askCostPageContent {
- margin:0 180px 0 0
- }
- .askCostPage .askCostItem {
- padding:5px;
- position:relative
- }
- .askCostItem .title {
- line-height:32px
- }
- .askCostItem .title h2 {
- font-size:24px;
- margin:0 5px;
- overflow:hidden
- }
- .askCostItem .detail {
- margin:10px 0 10px 0
- }
- .askCostItem .detail td{
- padding:10px 0
- }
- .askBox .askCostItem .detail{
- border-bottom:1px dashed #DBE1EA
- }
- .askCostItem .askState {
- margin:0 0 5px 0;
- padding:10px 0 0 0
- }
- .askCostItem .askStateBar {
- height:16px;
- width:238px
- }
- .askCostItem .askStateBar span {
- background:url(askStateBarBg.png) no-repeat;
- display:block;
- height:16px;
- width:100%
- }
- .askCostItem .askState .askStateBar span.sBar_wait {background-position:0 -16px}
- .askCostItem .askState .askStateBar span.sBar_done {background-position:0 -32px}
- .askCostItem .askState p span {
- display:inline-block;
- *display:inline;
- zoom:1;
- width:110px;
- vertical-align:middle
- }
- .offerCostList{
- position: relative;
- }
- .offerCostList h1{
- padding:5px 8px;
- font-size:16px
- }
- .offerCostList table {
- width:100%
- }
- .offerCostList table th {
- background:#f0f0f0;
- padding:5px
- }
- .offerCostList table td {
- padding:15px 5px;
- border-bottom:1px dashed #DBE1EA;
- }
- .offerCostList td a.setBest{
- position:absolute;
- right:3px;
- background:#0072BC;
- padding:3px 8px;
- color:#fff;
- z-index: 999;
- display: none
- }
- .offerCostList td a.setBest:hover{
- background:#CD4900
- }
- .offerCostList b.colOrange{font-size:16px}
- .askCostPageContent .askCostTips {
- background:#FEFBCE;
- border:1px solid #e7da57;
- color:#666;
- padding:10px;
- margin:5px 170px 5px 0;
- position: relative;
- }
- .askCostPageContent .askCostTips b{
- color:#DEA807
- }
- .askCostPageContent .askCostTips .repBtn{
- position: absolute;
- right:-170px;
- top:0;
- width:140px;
- padding:10px;
- background:#0072BC;
- color:#fff;
- text-align:center
- }
- .askCostPageContent .askCostTips .repBtn:hover{
- background:#CD4900
- }
- .askCostPageContent .askCostPost{
- border:3px solid #ECEFF4;
- margin:0 0 5px 0
- }
- .askCostPageContent .askCostPost .warp{
- border:1px solid #DBE1EA;
- padding:10px;
- position: relative;
- }
- .askCostPageContent .askCostPost dt{
- border-bottom:1px dashed #DBE1EA;
- text-align:center;
- padding:0 0 10px 0;
- margin:0 0 10px 0;
- font-weight:600;
- font-size:18px;
- }
- .askCostPageContent .askCostPost dd{
- padding:5px 0;
- font-weight:600;
- font-size:14px
- }
- .askCostPageContent .askCostPost .repSub{
- position: absolute;
- right:15px;
- bottom:15px;
- width:140px;
- padding:10px;
- background:#0072BC;
- color:#fff;
- text-align:center
- }
- .askCostPageContent .askCostPost .repSub:hover{
- background:#CD4900
- }
- .allDatePrice {
- margin-top:20px;
- width:1050px;
- position:relative
- }
- .allDatePrice .allAreaTab {
- z-index:10;
- background:#0072bc;
- width:100%;
- margin:0 0 0 30px;
- padding:0 0 0 10px;
- height:32px
- }
- .allDatePrice .allAreaTab h2{
- display:inline-block;
- *display:inline;
- zoom:1;
- height:30px;
- line-height:30px;
- font-size:14px;
- color:#fff;
- font-weight:600;
- margin:0 10px 0 0
- }
- .allDatePrice .allAreaTab a{
- cursor:pointer;
- display:inline-block;
- *display:inline;
- zoom:1;
- height:30px;
- line-height:30px;
- margin:0 1px;
- padding:0 25px;
- color:#fff
- }
- .allDatePrice .allAreaTab a:hover{
- background:#0084d9;
- font-weight:600
- }
- .allDatePrice .areaItem{
- padding:0 0 0 30px;
- position:relative;
- background:#ff6501;
- margin:0 0 30px 0;
- *width:1020px
- }
- .allDatePrice .areaItem h2.areaTitle {
- width:30px;
- font-size:24px;
- left:3px;
- position:absolute;
- color:#fff;
- top:5px
- }
- .allDatePrice .provinceItem {
- padding:0 0 0 30px;
- position:relative;
- background:#4b4b4b;
- margin:0 0 2px 0;
- *width:990px;
- border-radius:5px 0 0 5px
- }
- .allDatePrice .provinceItem h2.provinceTitle {
- width:30px;
- font-size:18px;
- left:5px;
- position:absolute;
- color:#fff;
- top:5px
- }
- .allDatePrice .cityItem {
- background:#fff
- }
- .allDatePrice .cityItem h2.cityTitle {
- font-size:16px;
- line-height:30px;
- height:30px;
- color:#333;
- padding:0 30px 0 10px;
- background:#f1f1f1;
- border-right:2px solid #4B4B4B
- }
- .allDatePrice .datePrice ul {
- border-bottom:1px solid #f1f1f1;
- padding:5px 0px
- }
- .allDatePrice .datePrice li{
- float:left;
- height:20px;
- line-height:20px;
- margin:0 0 0 8px;
- *margin:0 0 0 4px
- }
- /*ϵͳ֪ͨ*/
- .centerIndex .myMsgBar{
- padding:10px 15px
- }
- .centerIndex .myMsgBar .msgNum {
- margin:0 20px 0 0
- }
- .centerIndex .myMsgList {
- margin:0 0 20px 0
- }
- .centerIndex .myMsgList .msgEntry {
- padding:15px;
- border-bottom:1px dashed #d2d2d2
- }
- .centerIndex .myMsgList .todayMsg{
- background:#fbfef0
- }
- .centerIndex .JgMsg a{
- margin:0 10px
- }
- .centerIndex .sysMsg .msgEntry {
- cursor:pointer
- }
- .centerIndex .sysMsg .sysMsgDetail {
- display:none;
- overflow:hidden
- }
- /*ϵͳ֪ͨ*/
- .myHome .userIcon{
- width:16px;
- height:16px;
- display:inline-block;
- *display:inline;
- zoom:1;
- margin:0 5px 0 0;
- overflow:hidden;
- line-height:45px
- }
- .myHome .userIcon b{
- display:block;
- width:16px;
- height:16px;
- background:url(userIco.png) no-repeat 0 0
- }
- .myHome .userLv_01 b{background-position:0 -80px}
- .myHome .userLv_02 b{background-position:-16px -80px}
- .myHome .userLv_03 b{background-position:0 -96px}
- .myHome .userLv_04 b{background-position:-16 -96px}
- .myHome .userLv_05 b{background-position:0 -112px}
- .myHome .userLv_06 b{background-position:-16px -112px}
- .myHome .userLv_07 b{background-position:0 -128px}
- .myHome .userLv_08 b{background-position:-16px -128px}
- .myHome .userLv_09 b{background-position:0 -144px}
- .myHome .userLv_10 b{background-position:-16px -144px}
- .myHome .userLv_11 b{background-position:0 -160px}
- .myHome .userLv_12 b{background-position:-16px -160px}
- .myHome .userLv_13 b{background-position:0 -176px}
- .myHome .userProf b{background-position:0 -32px}
- .myHome .userProf b.Enb{background-position:-16px -32px}
- .myHome .userEmail b{background-position:0 -48px}
- .myHome .userEmail b.Enb{background-position:-16px -48px}
- .myHome .userPhone b{background-position:0 -64px}
- .myHome .userPhone b.Enb{background-position:-16px -64px}
- .myHome .userYear b{background-position:0 0}
- .myHome .userSup b{background-position:-16px -176px}
- .myHome .userGold b{background-position:0 -192px}
- .myHome .sideBar {
- width:230px;
- _width:229px;
- position:relative
- }
- .myHome .sideBar .userAvtra {
- margin:20px 0 20px 0;
- text-align:center
- }
- .myHome .sideBar .userAvtra {
- margin:20px 0 0 0;
- text-align:center
- }
- .myHome .sideBar .userAvtra img {
- background:#F2F2F2;
- border: 1px solid #E0E0E0;
- margin: 0 0 5px;
- padding: 10px;
- }
- .myHome .sideBar .userAvtra p {
- font-size:14px;
- margin:0 0 8px 0;
- text-align: center
- }
- .myHome .sideBar .userAvtra .myOver b {
- font-size:18px
- }
- .myHome .sideBar .userAvtra .myOver .button {
- margin:10px 0 20px 85px
- }
- .myHome .sideBar p.userBadge {
- margin:0 0 10px 0
- }
- .myHome .sideBar .myMenu {
- margin:20px 0 0 0
- }
- .myHome .sideBar .myMenu .myMenuEntry{
- margin:1px 0
- }
- .myHome .sideBar .myMenu .myMenuEntry a.fir{
- display:inline-block;
- *display:inline;
- zoom:1;
- height:36px;
- line-height:36px;
- padding:0 0 0 36px;
- color:#666;
- font-size:14px;
- width:194px
- }
- .myHome .sideBar .myMenu .myMenuEntry a.fir:hover{
- background:#f1f1f1
- }
- .myHome .sideBar .myMenu .now a.fir{
- background-color:#ECEFF4;
- font-weight:600;
- color:#647B97
- }
- .myHome .sideBar .myMenu .now a.fir:hover{
- background-color:#ECEFF4;
- color:#647B97;
- cursor:default
- }
- .myHome .homeContent {
- margin:20px 0 0 230px;
- border:1px solid #ededed;
- -moz-box-shadow:2px 2px 2px #f2f2f2;
- -webkit-box-shadow:2px 2px 2px #f2f2f2;
- box-shadow:2px 2px 2px #f2f2f2;
- _width:718px;
- _float:left;
- _margin-left:0;
- background:#fff
- }
- .myHome .homeContent .centerTab {
- margin:1px;
- background:#f1f1f1 url(centertabbg.png) repeat-x left bottom
- }
- .myHome .homeContent .centerTab ul{
- width:100%
- }
- .myHome .homeContent .centerTab li {
- float:left
- }
- .myHome .homeContent .centerTab li a {
- display:inline-block;
- *display:inline;
- zoom:1;
- padding:0 40px;
- height:35px;
- line-height:36px;
- color:#999;
- border-bottom:1px solid #e1e1e1;
- font-size:14px;
- text-shadow:1px 1px 0 #fff
- }
- .myHome .homeContent .centerTab li a:hover{
- color:#333;
- background:#f8f8f8;
- height:35px;
- border-bottom:1px solid #869F2A
- }
- .myHome .homeContent .centerTab li a.now {
- background:#fff;
- border-bottom:1px solid #fff;
- border-right:1px solid #e1e1e1;
- margin:0 0 -1px 0;
- color:#647B97;
- font-weight:600
- }
- .myHome .homeContent .userItem .userEntry {
- padding:10px 20px 20px;
- margin:10px 0;
- border-bottom:1px dashed #dcdcdc
- }
- .myHome .homeContent .userItem .noPadding {padding:10px 1px 20px 1px}
- .myHome .homeContent .userItem .noLine {border:none}
- .myHome .homeContent .userItem .userEntry .orgBar {
- display:inline-block;
- *display:inline;
- zoom:1;
- width:200px;
- vertical-align: top;
- background:#ccc;
- height:14px;
- margin:0 10px
- }
- .myHome .homeContent .userItem .userEntry .orgBar:hover{
- background:#999
- }
- .myHome .homeContent .userItem .userEntry .orgBar .barWidth{
- width:70%;
- background:#f9a119;
- display:inline-block;
- *display:inline;
- zoom:1;
- height:14px;
- background: -moz-linear-gradient(top, #ffc20f, #f79b1c);
- background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffc20f), to(#f79b1c));
- }
- .myHome .homeContent .userItem .userEntry h2{
- color:#333;
- font-weight:600;
- margin:0 0 10px 0
- }
- .myHome .centerFormItem {
- padding:20px 30px
- }
- .myHome .userEntry .haveNotSub {
- margin:120px 0
- }
- .myHome .userEntry .haveNotSub .fL {
- margin:15px 10px 0 0
- }
- .myHome .userEntry .haveNotSub .askSubItem,.myHome .userEntry .haveNotSub .costSubItem {
- width:440px;
- margin:0 auto;
- height:51px;
- padding:0 0 0 55px;
- background:url(usercentericon.png) no-repeat -10px 0;
- color:#999
- }
- .myHome .userEntry .haveNotSub .askSubItem b{
- color:#b72928
- }
- .myHome .userEntry .haveNotSub .costSubItem {
- background-position:-10px -51px;
- }
- .myHome .userEntry .haveNotSub .costSubItem b{
- color:#376d00
- }
- .myHome .userEntry .mySubcost h3{
- color: #016502;
- font-size: 14px;
- margin: 5px 0 5px 10px
- }
- .centerFormItem table thead th {
- font-size:18px;
- font-weight:600
- }
- .centerFormItem table th {font-weight:normal;padding:0 10px 0 0}
- .centerFormItem table th b {color:#f90000;font-size:14px}
- .centerFormItem table td{
- padding:15px 0;
- }
- .centerFormItem p.tips {
- background:#FEFBCE;
- border: 1px solid #E7DA57;
- color: #666563;
- display:block;
- padding:3px 5px
- }
- .inputText {
- background: url(globalIcon.png) repeat-x scroll 0 -596px #FFFFFF;
- border-color: #898989 #D0D0D0 #D0D0D0 #898989;
- border-style: solid;
- border-width: 1px;
- font-size: 12px;
- height: 18px;
- padding: 2px 0 2px 5px;
- color:#999;
- line-height:18px;
- border-radius: 3px 3px 3px 3px;
- -webkit-border-radius: 3px 3px 3px 3px;
- -moz-border-radius: 3px 3px 3px 3px
- }
- .inputText:focus{
- border-color:#ff6501;
- background:#fff;
- color:#333;
- font-weight:600
- }
- .centerFormItem input {
- vertical-align:middle;
- margin: 0 5px 0 0;
- }
- .centerFormItem select,.centerPriceItem select{
- background: none repeat scroll 0 0 #F9F9F9;
- border-color: #898989 #D0D0D0 #D0D0D0 #898989;
- border-style: solid;
- border-width: 1px;
- color: #666;
- padding: 2px;
- vertical-align: middle;
- }
- .centerFormItem .inputErro,.centerFormItem .erroTips {
- border-color:#f90000;
- color:#f90000
- }
- .myHome .rssPriceList {
- margin:0 0 0 20px
- }
- .myHome .rssPriceList .rssTips {
- background:#FFFBCC;
- border:1px solid #E6DB55;
- color:#666452;
- margin:0 20px 10px 0;
- padding:5px 8px
- }
- .myHome .rssPriceList dt {
- display:block;
- width:100%;
- font-size:14px;
- margin:0 0 10px 0;
- padding:20px 0 0 0;
- font-weight:600
- }
- .myHome .rssPriceList dd {
- width:140px;
- float:left;
- margin:0 0 20px 0
- }
- .loginContent {
- margin:20px 0 0 0
- }
- .loginContent .loginHead {
- color:#fff
- }
- .loginContent .loginHead:hover {
- color:#999
- }
- .loginContent .loginHead a{
- background: url(zhzdjgLogo.png) no-repeat scroll 0 0 transparent;
- height: 55px;
- display:inline-block;
- *display:inline;
- zoom:1;
- width:315px;
- text-indent:-9999px
- }
- .loginContent .loginItem{
- background:url(loginBg.jpg) no-repeat right center
- }
- .loginContent .loginItem h2 {
- font-size:18px;
- font-weight:600
- }
- .loginContent .loginSlidebar {
- padding: 40px 0 0 40px;
- width: 280px;
- }
- .loginContent .loginSlidebar p{
- margin:0 0 30px 0
- }
- .loginContent .loginForm {
- margin:0 320px 0 0;
- border-right:1px dashed #E2E2E2;
- padding:20px 0 150px 0
- }
- .loginContent .loginForm .inputText {
- width:300px;
- font-size:14px;
- height:30px;
- line-height:30px;
- border-radius: 3px 3px 3px 3px;
- -moz-border-radius: 3px 3px 3px 3px;
- -webkit-border-radius: 3px 3px 3px 3px;
- border-color: #898989 #D0D0D0 #D0D0D0 #898989;
- border-style:solid;
- border-width:1px;
- padding:2px;
- background:#FFFFFF url(globalTable.png) repeat-x scroll 0 -90px
- }
- .loginContent .loginForm .inputText:focus {
- border:1px solid #ff6501;
- background:#fff;
- color:#333;
- font-weight:600
- }
- .loginContent .loginForm .inputDis {
- background:#f2f2f2
- }
- .loginContent .loginForm dt {
- font-size:14px;
- margin:20px 0 5px
- }
- .loginContent .loginForm dd .submitSus{
- color:#59A855
- }
- .loginContent .loginForm .colGray {
- color:#999
- }
- .warpCompany {
- margin-top:20px;
- }
- .warpCompany .companySecCate{
- margin:0 300px 0 0;
- }
- .warpCompany .sideBar{
- width:290px;
- }
- .sideBar .cbCompany li{
- margin:15px 5px;
- line-height:14px;
- color:#333;
- }
- .sideBar .cbCompany li p{
- width:260px;
- overflow: hidden;
- height:14px;
- }
- .sideBar .cbCompany li p a{
- color:#999;
- }
- .sideBar .cbCompany li p a:hover{
- color:#336699
- }
- .companySecCate dl{
- padding:0 0 20px 0;
- margin:0 0 20px 0;
- border-bottom:1px dashed #CCC;
- }
- .companySecCate dt{
- border-left:2px solid #647B97;
- padding:0 0 0 5px;
- margin:0 0 10px 0
- }
- .companySecCate dt a{
- font-weight:600;
- font-size:14px;
- color:#666
- }
- .companySecCate dt a:hover{
- color:#336699
- }
- .companySecCate dd{
- float:left;
- margin:0 10px 5px 0;
- border-right:1px solid #ddd;
- padding:0 10px 0 0;
- }
- .companySecCate .openAll{
- text-align:center;
- background:#eee;
- padding:5px 0;
- }
- .companyAllCate table{
- margin:0 0 10px 0;
- }
- .companyAllCate th{
- font-size:16px;
- width:18px;
- background:#ECEFF4;
- color:#647B97;
- text-align:center;
- }
- .companyAllCate td{
- padding:15px 15px 0;
- }
- .companyAllCate .allCateDl{
- padding:0 0 20px 0;
- margin:0 0 20px 0;
- border-bottom:1px dashed #CCC;
- }
- .companyAllCate .allCateDl dt{
- font-weight:600;
- margin:0 0 10px 0;
- font-size:14px;
- }
- .companyAllCate .allCateDl dt a{
- color:#666;
- font-weight:600;
- font-size:14px;
- }
- .companyAllCate .allCateDl dt a:hover{
- color:#336699
- }
- .companyAllCate .allCateDl dd{
- float:left;
- margin:0 10px 5px 0;
- border-right:1px solid #ddd;
- padding:0 10px 0 0;
- }
- .warpCompany .clistSidebar {
- width:150px;
- padding:0 0 100px 0;
- }
- .clistSidebar .cateToolbar dd{
- padding:5px;
- position:relative;
- }
- .clistSidebar .cateToolbar .secCate{
- position: absolute;
- left:130px;
- width:150%;
- top:0;
- display:none;
- padding:3px;
- background:#DBE1EA
- }
- .clistSidebar .cateToolbar.bottom {
- border-top:1px solid #bbb;
- }
- .clistSidebar .cateToolbar.bottom .secCate{
- top:inherit;
- bottom:0;
- }
- .clistSidebar .cateToolbar .secCate.bottom{
- top:inherit;
- bottom:0;
- }
- .clistSidebar .cateToolbar dd:hover{
- background:#DBE1EA;
- }
- .clistSidebar .cateToolbar dd:hover .secCate{
- display:block;
- }
- .clistSidebar .cateToolbar .secCate li{
- padding:3px 5px;
- background:#fff
- }
- .warpCompany .companyList {
- margin:0 0 0 160px;
- }
- .warpCompany .companyList td{
- padding:15px 0;
- border-bottom:1px solid #F0F0F0;
- }
- .warpCompany .companyList td.name{
- font-size:14px;
- text-align:left
- }
- .cateSelect .tab {
- margin:10px 0 0 0;
- background:#ECEFF4;
- padding:0 0 0 10px;
- }
- .cateSelect .tab a{
- padding:5px;
- display:inline-block;
- }
- .cateSelect .tab a.now{
- border:1px solid #647B97;
- border-bottom:1px solid #fff;
- background:#fff;
- }
- .cateSelect .item{
- border-top:1px solid #647B97;
- margin:-1px 0 0 0;
- padding:5px;
- }
- .cateSelect .item dd{
- border:1px solid #DBE1EA;
- float:left;
- margin:5px;
- padding:5px;
- }
- span.ccTab{
- padding:5px;
- margin:5px;
- border:1px solid #647B97;
- background:#ECEFF4;
- }
- span.ccTab a{
- color:#f90000;
- margin:0 0 0 5px;
- }
- .newAskIndex .mainBanner{
- height:440px;
- background:#f99b1d;
- }
- .mainBanner .item {
- height:440px;
- background: url(mainbanner.png) no-repeat
- }
- .newAskIndex .newAskNav {
- margin:20px auto 0;
- }
- .newAskNav .navItem {
- width:470px;
- background:#DBE1EA
- }
- .newAskNav .navItem h2 {
- background:#647B97;
- color:#fff;
- padding:8px 10px;
- font-size:28px;
- }
- .newAskNav .navItem.ask h2 {
- background: #FF6501
- }
|