123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422 |
- @charset "utf-8";
- html,body{
- font-size:12px;
- font-family: '\5fae\8f6f\96c5\9ed1','\5B8B\4F53 ',arial,sans-serif;
- width:100%;
- height:100%;
- margin:0px;
- padding:0px;
- overflow:hidden;
- behavior: url(Plugins/ie6-css.htc); /*可在IE6,7中对非<a>元素使用hover等伪类*/
- }
- /*a 链接样式*/
- a{
- color:#000;
- text-decoration:none;
- }
- a:hover {
- color:#000;
- text-decoration:underline;
- }
- a:link{
- color:#000;
- text-decoration:none;
- }
- a:active{
- color:#000;
- text-decoration:none;
- }
- a:visited{
- color:#000;
- text-decoration:none;
- }
- /*头部*/
- .head_top
- {
- margin:0;
- padding:0;
- width:100%;
- height:53px;
- border-bottom-color:#488fc1;
- border-bottom-style:solid;
- border-bottom-width:2px;
- position: relative;
- }
-
- .head_top img{
- display:block;
- margin:0px;
- padding:0px;
- width:100%;
- height:53px;
- }
-
- .head_top_logo{
- /*background: url(http://iams.gz.gmcc.net/Img/logo/logo_color_horizontal_medium.png) repeat scroll 0 0 transparent;*/
- height: 32px;
- left: 26px;
- position: absolute;
- top: 10px;
- width: 104px;
- /*IE 6.0 hack
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://iams.gz.gmcc.net/Img/logo/logo_color_horizontal_medium.png");*/
- }
-
- .head_top_split{
- background: url("images/head_top_bg_split.png") repeat scroll 0 0 transparent;
- height: 27px;
- left: 150px;
- position: absolute;
- top: 12px;
- width: 1px;
- }
-
- .head_top_title{
- background: url("images/head_top_bg_title.png") repeat scroll 0 0 transparent;
- height: 24px;
- left: 170px;
- position: absolute;
- top: 13px;
- width: 307px;
-
- /*IE 6.0 hack*/
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/head_top_bg_title.png");
- }
-
- /*头像*/
- .myface-img-div
- {
- position:absolute;
- right:152px;
- top:7px;
- text-align: center;
- border: 1px solid #000;
- -moz-box-shadow: 3px 3px 4px #000;
- -webkit-box-shadow: 3px 3px 4px #000;
- box-shadow: 3px 3px 4px #000;
- background: #fff;
- filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#000000');
- width: 36px;
- height:36px;
- }
- .head_userzone_info{
- position: absolute;
- top:0px;
- right:54px;
- width:152px;
- height:53px;
- background:url(images/user_info_bg.png) no-repeat;
- }
- .head_userzone_info span{
- color:#ffffff;
- font-size:14px;
- }
- .head_userzone_exit{
- position: absolute;
- top:0px;
- right:0px;
- background:url(images/exit_bg.png) no-repeat;
- width:54px;
- height:53px;
- }
- .exit{
- background:url(images/exit.png) no-repeat;
- width:28px;
- height:19px;
- margin-top:14px;
- margin-left:14px;
- cursor:pointer;
- /*ie6.0 hack*/
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/exit.png");
- }
- /*左侧导航栏*/
- .nav_left{
- background-color: #949CA0;
- bottom: 0;
- left: 0;
- position: absolute;
- top: 55px;
- _height:expression(document.body.offsetHeight - 55 + 'px');
- }
- #panelLeft ul{margin:0;padding:0;}
- #panelLeft ul li{list-style:none; margin:0; *display:inline; *zoom:1; padding:0; overflow:hidden; width:100%;}
- .nav_left_unclick{
- background-color:#ffffff;
- height:34px;
- line-height:34px;
- }
- .nav_left_unclick_left{
- float:left;
- background:url(images/panel_left1.png);
- width:32px;
- height:34px;
- line-height:34px;
- }
- .nav_left_unclick_left2{
- float:left;
- background:url(images/panel_left2.png);
- width:32px;
- height:34px;
- line-height:34px;
- }
- .nav_left_unclick_left3{
- float:left;
- background:url(images/panel_left3.png);
- width:32px;
- height:34px;
- line-height:34px;
- }
- .nav_left_unclick_right{
- float:left;
- height:34px;
- width:131px;
- line-height:34px;
- padding-left:6px;
- cursor:pointer;
- }
- .nav_left_unclick_right span{
- color:#000000;
- font-weight:bold;
- font-size:14px;
-
- }
- /*单击显示菜单*/
- .nav_left_click_parent{
- float:left;
- width:32px;
- }
- .nav_left_click_parent_mid{
- float:left;
- height:34px;
- line-height:34px;
- padding-left:6px;
- background-color:#949ca0;
- width:124px;
- cursor:pointer;
- }
- .nav_left_click_parent_mid span{
- color:#FFFFFF;
- font-weight:bold;
- font-size:14px;
-
- }
- .nav_left_click_parent_right{
- float:left;
- height:34px;
- line-height:34px;
- background-color:#949ca0;
- width:18px;
- }
- .nav_left_click_child{
- width:148px;
- margin-left:32px;
- background-color:#949ca0;
- }
- .nav_left_click_child_liselected{
- background-color:#97ce68;
- }
- /*左侧菜单栏子菜单鼠标移上去后变色*/
- .nav_left_click_child ul li:hover{
- background-color:#97ce68;
- }
- .nav_left_click_child ul li{
- cursor:pointer;
- }
- .nav_left_click_childpadding{
- padding-left:6px;
- }
- .nav_left_click_childtext{
- float:left;
- height:34px;
- line-height:34px;
- margin-left:6px;
- }
- .nav_left_click_childtext span{
- color:#FFFFFF;
- font-weight:bold;
- font-size:14px;
-
- }
- .home_pic{
- background:url(images/home.png);
- width:12px;
- height:11px;
- text-align:center;
- margin-top:12px;
- margin-left:10px;
-
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/home.png")
- }
- .report_pic{
- background:url(images/report.png);
- width:12px;
- height:9px;
- text-align:center;
- margin-top:12px;
- margin-left:10px;
-
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/report.png")
- }
- .help_pic{
- background:url(images/help.png);
- width:10px;
- height:10px;
- text-align:center;
- margin-top:12px;
- margin-left:10px;
-
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/help.png")
- }
- .mycenter_pic{
- background:url(images/mycenter.png);
- width:12px;
- height:12px;
- text-align:center;
- margin-top:12px;
- margin-left:10px;
-
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/mycenter.png")
- }
- .left_arrow{
- float:right;
- background:url(images/left_arrow.png) no-repeat;
- width:5px;
- height:8px;
- margin-top:13px;
- margin-right:5px;
- /*ie6.0 hack*/
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/left_arrow.png");
- }
- .down_arrow{
- float:right;
- background:url(images/down_arrow.png) no-repeat;
- width:10px;
- height:5px;
- margin-top:14.5px;
- margin-right:3px;
- /*ie6.0 hack*/
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/down_arrow.png");
- }
- .node_add{
- background:url(images/node_add.png) no-repeat;
- width:10px;
- height:10px;
- float:left;
- margin-top:12px;
- /*ie6.0 hack*/
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/node_add.png");
- }
- /*渐变*/
- .gradient{
- width:180px;
- min-height:34px;
- height:auto;
- filter:alpha(opacity=100 finishopacity=50 style=0 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4fb7e8,endcolorstr=#a8dfb7,gradientType=0);
- -ms-filter:alpha(opacity=100 finishopacity=50 style=0 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4fb7e8,endcolorstr=#a8dfb7,gradientType=0);
- background:#a8dfb7; /* 一些不支持背景渐变的浏览器 */
- /*background:-moz-linear-gradient(top, red, rgba(0, 0, 255, 0.5)); */
- background:-moz-linear-gradient(top, rgb(79,183,232), rgba(168, 223, 183, 0.5));
- background:-webkit-gradient(linear, 0 0, 0 bottom, from(rgb(79,183,232)), to(rgba(168, 223, 183, 0.5)));
- }
- .left_heng{
- background:url(images/left_heng.png) no-repeat;
- width:148px;
- height:2px;
- /*ie6.0 hack*/
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/left_heng.png");
- }
- #nav ul{list-style-type:none; margin:0;width:100%; }
- #nav ul li{float:left; width:98px; cursor:pointer; margin:0; display:inline-block; *display:inline; *zoom:1; overflow:hidden;}
- /*左侧导航栏结束*/
- /*右边内容顶部*/
- .content_nav{
- height:67px;
- background-color:#5199b8;
- }
- .content_nav_left{
- float:left;
- }
- .nav_selected{
- float:left;
- width:95px;
- height:67px;
- cursor:pointer;
- background:url(images/pick_selected.png) no-repeat;
- /*ie6.0 hack*/
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/pick_selected.png");
- }
- .nav span{
- color:#FFFFFF;
- font-weight:bold;
- font-size:14px;
-
- }
- .nav_selected span{
- color:#FFFFFF;
- font-weight:bold;
- font-size:14px;
-
- }
- .Pick_pic{
- background:url(images/Pick.png) no-repeat;
- width:28px;
- height:27px;
- /*ie6.0 hack*/
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/Pick.png");
- }
- .Reserved_pic{
- background:url(images/Reserved.png) no-repeat;
- width:28px;
- height:28px;
- /*ie6.0 hack*/
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/Reserved.png");
- }
- .review_pic{
- background:url(images/review.png) no-repeat;
- width:25px;
- height:32px;
- /*ie6.0 hack*/
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/review.png");
- }
- .Reboot_pic{
- background:url(images/Robot.png) no-repeat;
- width:30px;
- height:27px;
- /*ie6.0 hack*/
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/Robot.png");
- }
- .Approval_pic
- {
- background:url(images/Approval.png) no-repeat;
- width:29px;
- height:28px;
- /*ie6.0 hack*/
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/Approval.png");
- }
- .content_nav_right{
- position:relative;
- }
- .content_nav_right span{
- color:#FFFFFF;
- font-weight:bold;
- font-size:14px;
-
- }
- .btn-widget{
- cursor:pointer;
- width: 71px;
- height: 26px;
- line-height:26px;
- color:#fff;
- background: url('images/mobile_btn3.png') no-repeat;
- border:0;
-
- /*ie6.0 hack*/
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/mobile_btn3.png");
- }
- #mainFrame
- {
- display:block;
- margin:0px;
- padding:0px;
- position:absolute;
- left:180px;
- top:55px;
- right:0px;
- bottom:0px;
- overflow:hidden;
- z-index:4;
-
- *HEIGHT: expression(document.body.offsetHeight - 55 + 'px');
- _HEIGHT: expression((document.body.offsetHeight - 55 ) + 'px');
- _WIDTH: expression((document.body.offsetWidth - 180) + 'px');
- /*_background-color:#FFFFFF;*/
- /*_border:1px solid red;*/
- }
- #mainFrameScroll{
- display: block;
- height: 100%;
- margin: 0;
- overflow: auto;
- padding: 0;
- position: relative;
- width: 100%;
- _width: 100%;
- }
- .Pick_pic_div{
- width:95px;
- height:67px;
- cursor:pointer;
- }
- .Pick_pic_div span{
- color:#FFFFFF;
- font-weight:bold;
- font-size:14px;
-
- }
- .Pick_pic_div:hover{
- width:95px;
- height:67px;
- background:url(images/pick_selected.png) no-repeat;
-
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/pick_selected.png");
- }
- .Pick_pic_table_select
- {
- width:95px;
- height:67px;
- cursor:pointer;
- background:url(images/pick_selected.png) no-repeat;
-
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/pick_selected.png");
- }
- .Pick_pic_table span{
- color:#FFFFFF;
- font-weight:bold;
- font-size:14px;
-
- }
- .Pick_pic_table_select span
- {
- color:#FFFFFF;
- font-weight:bold;
- font-size:14px;
-
- }
- .Pick_pic_table:hover{
- width:95px;
- height:67px;
- cursor:pointer;
- background:url(images/pick_selected.png) no-repeat;
-
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/pick_selected.png");
- }
- /*
- .Reserved_pic_div{
- position:absolute;
- left:96px;
- width:95px;
- cursor:pointer;
- }
- .Reserved_pic_div span{
- color:#FFFFFF;
- font-weight:bold;
- font-size:14px;
-
- }
- .Reserved_pic_div:hover{
- width:95px;
- height:67px;
- background:url(images/pick_selected.png) no-repeat;
-
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/pick_selected.png");
- }
- .review_pic_div{
- position:absolute;
- left:191px;
- width:95px;
- cursor:pointer;
- }
- .review_pic_div span{
- color:#FFFFFF;
- font-weight:bold;
- font-size:14px;
-
- }
- .review_pic_div:hover{
- width:95px;
- height:67px;
- background:url(images/pick_selected.png) no-repeat;
-
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/pick_selected.png");
- }
- .Approval_pic_div{
- position:absolute;
- left:286px;
- width:95px;
- cursor:pointer;
- }
- .Approval_pic_div span{
- color:#FFFFFF;
- font-weight:bold;
- font-size:14px;
-
- }
- .Approval_pic_div:hover{
- width:95px;
- height:67px;
- background:url(images/pick_selected.png) no-repeat;
-
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/pick_selected.png");
- }
- .Reboot_pic_div{
- position:absolute;
- left:381px;
- width:95px;
- cursor:pointer;
- }
- .Reboot_pic_div span{
- color:#FFFFFF;
- font-weight:bold;
- font-size:14px;
-
- }
- .Reboot_pic_div:hover{
- width:95px;
- height:67px;
- background:url(images/pick_selected.png) no-repeat;
-
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/pick_selected.png");
- }
- */
- .content_right_receivedMessage{
- }
- .content_right_receivedMessage span{
- color:#FFFFFF;
- font-weight:bold;
- font-size:14px;
-
- }
- .content_right_receivedEmail{
-
- }
- .content_right_receivedEmail span{
- color:#FFFFFF;
- font-weight:bold;
- font-size:14px;
-
- }
- /*右边内容顶部结束*/
- /*右边内容底部*/
- .myagant{
- height:34px;
- position:relative;
- line-height:34px;
- }
- .myagant span{
- color:#FFFFFF;
- font-weight:bold;
- font-size:14px;
-
- }
- .myagant_left{
- background:url(images/shenhekuai_bg_back.png);
- width: 125px;
- height: 129px;
- position: absolute;
- top: 104px;
- left: 0px;
- }
- .myagant_left2{
- background:url(images/shenhekuai_bg_back.png);
- width: 125px;
- height: 130px;
- position: absolute;
- top: 241px;
- left: 0px;
- }
- .myagant_left3{
- background:url(images/shenhekuai_bg_back.png);
- width:125px;
- height:130px;
- position:absolute;
- top:362px;
- left:0px;
- }
- .myagant_left_top{
- width:125px;
- text-align:center;
- }
- .myagant_left_top span{
- font-size:12px;
-
- }
- .center_mybtn{
- cursor:pointer;
- width: 96px;
- height: 26px;
- line-height:26px;
- color:#fff;
- font-size:12px;
-
- font-weight:bold;
- background: url('images/mobile_btn2.png') no-repeat;
- border:0;
-
- /*ie6.0 hack*/
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/mobile_btn2.png");
- }
- .btn-bule{
- cursor:pointer;
- width: 42px;
- height: 18px;
- line-height:18px;
- color:#fff;
- font-size:12px;
-
- background: url('images/btn_bule.png') no-repeat;
- border:0;
-
- /*ie6.0 hack*/
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/btn_bule.png");
- }
- .btn-red{
- cursor:pointer;
- width: 42px;
- height: 18px;
- line-height:18px;
- color:#fff;
- font-size:12px;
-
- background: url('images/btn_red.png') no-repeat;
- border:0;
-
- /*ie6.0 hack*/
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/btn_red.png");
- }
- .content_c{
- position: absolute;
- top:1px;
- left:0px;
- height:31px;
- line-height:31px;
- width:100%;
- }
- .content_c_c{
- position: absolute;
- top:1px;
- left:0px;
- height:32px;
- line-height:32px;
- width:100%;
- }
- /*单个栏目的间隔*/
- .content_c .single
- {
- display:inline-block;
- }
- .content_c .single
- {
- width:18%;
- _display:inline;
- *display:inline;
- line-height:31px;
- height:31px;
- text-align:center;
- border-left:1px solid #d7e3ea;
- vertical-align:middle;
- }
- .content_c_c .single
- {
- display:inline-block;
- }
- .content_c_c .single
- {
- width:18%;
- _display:inline;
- *display:inline;
- line-height:32px;
- height:32px;
- text-align:center;
- border-left:1px solid #d7e3ea;
- vertical-align:middle;
- }
- .content_c_c .singleOdd
- {
- display:inline-block;
- }
- .content_c_c .singleOdd
- {
- width:18%;
- _display:inline;
- *display:inline;
- line-height:32px;
- height:32px;
- text-align:center;
- border-left:1px solid #f6f9fb;
- vertical-align:middle;
- }
- .single span{
- font-size:12px;
-
- }
- .mye_left{
- background:url(images/shenhekuai_bg_back.png);
- width:125px;
- height:130px;
- position:absolute;
- top:528px;
- left:0px;
- }
- .center_mybtnmore{
- cursor:pointer;
- width: 44px;
- height: 26px;
- line-height:26px;
- color:#fff;
- font-size:12px;
- font-weight:bold;
- background: url('images/mobile_btn41x26.png') no-repeat;
- border:0;
-
- /*ie6.0 hack*/
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/mobile_btn41x26.png");
- }
- /*右边内容底部结束*/
- .content_table
- {
- height: 32px;
- left: 0;
- line-height: 32px;
- margin: 0 0 0 0px;
- position: relative;
- }
- .content_table_title
- {
- height: 31px;
- left: 0;
- line-height: 31px;
- margin: 0 0 0 0;
- position: relative;
- }
- .content_table_title img{
- display: block;
- width: 100%;
- height: 33px;
- padding: 0px;
- margin: 0px;
- }
- .myagant img
- {
-
- width:100%;
- height:34px;
- padding:0px;
- margin:0px;
- position:relative;
- }
- .table_kuan
- {
- background:url(images/shenhekuai_bg_back.png);
- width:125px;
- height:130px;
- }
- .table_right_title{
- border-left:1px solid #d7e3ea;
- line-height:31px;
- height:31px;
- width:18%;
- text-align:center;
- background:url('images/content_title_bg.png');
- }
- .table_right_title span{
- font-size:12px;
-
- }
- .table_right_dark{
- border-left:1px solid #d7e3ea;
- line-height:32px;
- height:32px;
- width:18%;
- text-align:center;
- }
- .table_right_dark span{
- font-size:12px;
-
- }
- .table_right_Shallow{
- border-left:1px solid #f6f9fb;
- line-height:32px;
- height:32px;
- width:18%;
- text-align:center;
- }
- .table_right_Shallow span{
- font-size:12px;
-
- }
- /*首页table间偶数行变色*/
- .stripeOdd
- {
- background:#fbfcfc;
- }
- /* 2014-04-21 added by pengbb 菜单样式 begin */
-
-
- .nav_left_menuitem
- {
- background-color:#ffffff;
- position:relative;
- }
- .nav_left_menuitem_left
- {
- float:left;
- background:url(images/panel_left1.png);
- width:32px;
- height:34px;
- line-height:34px;
- }
- .nav_left_menuitem_left2{
- float:left;
- background:url(images/panel_left2.png);
- width:32px;
- height:34px;
- line-height:34px;
- }
- .nav_left_menuitem_left3{
- float:left;
- background:url(images/panel_left3.png);
- width:32px;
- height:34px;
- line-height:34px;
- }
- .nav_left_menuitem_center{
- float:left;
- height:34px;
- line-height:34px;
- padding-left:6px;
- background-color:#ffffff;
- width:124px;
- cursor:pointer;
- }
- .nav_left_menuitem_center span{
- color:#7B7C7E;
- font-weight:bold;
- font-size:14px;
-
- }
- .nav_left_menuitem_right{
- float:left;
- height:34px;
- line-height:34px;
- background-color:#FFFFFF;
- width:18px;
- }
- .nav_left_menuitem_right .left_arrow{
- float:right;
- background:url(images/left_arrow.png) no-repeat;
- width:5px;
- height:8px;
- margin-top:13px;
- margin-right:5px;
-
- /*ie6.0 hack*/
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/left_arrow.png");
-
- }
- .nav_left_menuitem_right .down_arrow{
- float:right;
- background:url(images/down_arrow.png) no-repeat;
- width:10px;
- height:5px;
- margin-top:14.5px;
- margin-right:3px;
-
-
- /*ie6.0 hack*/
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/down_arrow.png");
-
- }
- .nav_left_menuitem_child_padding .node_none{
- background:none;
- height: 10px;
- line-height:10px;
- width: 10px;
- float:left;
- margin-top:9px;
- margin-right:4px;
- }
- .nav_left_menuitem_child_padding .node_plus{
- background:url(images/node_add.png) no-repeat;
- height: 10px;
- width: 10px;
- float:left;
- margin-top:9px;
- margin-right:4px;
-
- /*ie6.0 hack*/
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/node_add.png");
- }
- .nav_left_menuitem_child_padding .node_minus{
- background:url(images/node_minus.png) no-repeat;
- height: 10px;
- width: 10px;
- float:left;
- margin-top:9px;
- margin-right:4px;
-
- /*ie6.0 hack*/
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/node_minus.png");
- }
- .nav_left_menuitem_expand .nav_left_menuitem_left{
- float:left;
- width:32px;
- background:none;
- }
- .nav_left_menuitem_expand .nav_left_menuitem_center{
- float:left;
- height:34px;
- line-height:34px;
- padding-left:6px;
- background-color:#949ca0;
- width:124px;
- cursor:pointer;
- }
- .nav_left_menuitem_expand .nav_left_menuitem_center span{
- color:#FFFFFF;
- font-weight:bold;
- font-size:14px;
-
- }
- .nav_left_menuitem_expand .nav_left_menuitem_right{
- float:left;
- height:34px;
- line-height:34px;
- background-color:#949ca0;
- width:18px;
- }
- .nav_left_menuitem_left .mycenter_pic{
- background:url(images/mycenter.png);
- width:12px;
- height:12px;
- text-align:center;
- margin-top:12px;
- margin-left:10px;
-
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/mycenter.png");
- }
- .nav_left_menuitem_left .home_pic{
- background:url(images/home.png);
- width:12px;
- height:11px;
- text-align:center;
- margin-top:12px;
- margin-left:10px;
-
- _background:none;
- _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Content/V3/images/home.png");
- }
- .nav_left_menuitem_child{
- width:148px;
- margin-left:32px;
- background-color:#949ca0;
- position:relative;
- }
- .nav_left_menuitem_child li
- {
- display:block;
- }
- .nav_left_menuitem_child_selected{
- background-color:#97ce68;
- }
- /*左侧菜单栏子菜单鼠标移上去后变色
- .nav_left_menuitem_second:hover{
- background-color:#97ce68;
- }
- */
- .nav_left_menuitem_child ul li{
- cursor:pointer;
- }
- .nav_left_menuitem_child ul li .nav_left_menuitem_second
- {
- display:block;
- margin:0px;
- padding:0px;
- height: 28px;
- line-height: 28px;
- }
-
- .nav_left_menuitem_child ul li .nav_left_menuitem_child_padding
- {
- padding:0px 0px 0px 6px;
- }
- .nav_left_menuitem_child ul li .nav_left_menuitem_child_text
- {
- display:block;
- float: left;
- height: 28px;
- line-height: 28px;
- margin:0px;
- padding:0px;
- width: 118px;
- overflow:hidden;
- }
- .nav_left_menuitem_child ul li .nav_left_menuitem_child_text span{
- color: #FFFFFF;
- font-size: 14px;
- font-weight: bold;
- white-space:nowrap;
- }
- .nav_left_menuitem_second_childpanel
- {
- display:none;
- }
- .nav_left_menuitem_second_childpanel .nav_left_menuitem_child_second_padding
- {
- padding-bottom: 4px;
- }
- .nav_left_menuitem_second_childpanel .nav_left_menuitem_child_second_text
- {
- margin-left: 32px;
- white-space:nowrap;
- line-height:16px;
- height:16px;
- vertical-align:middle;
- }
-
- .nav_left_menuitem_second_childpanel .nav_left_menuitem_child_second_text span
- {
- color:#FFFFFF;
- font-weight:bold;
- font-size:12px;
-
- white-space:nowrap;
- line-height:16px;
- height:16px;
- vertical-align:middle;
- }
-
- .nav_left_menuitem_second_hover
- {
- background-color: #97CE68;
- }
- .nav_left_menuitem_third_hover
- {
- background-color: #97CE68;
- }
-
- /* 2014-04-21 added by pengbb 菜单样式 end */
- /* 2014-04-24 added by pengbb tabs 样式 begin*/
- .tabs
- {
- *height:31px;
- }
- .tabs li
- {
- bottom: -2px;
- /*_line-height:30px;
- _display:block;
- _height:30px; */
- }
- .tabs li a.tabs-inner
- {
- height: 30px;
- line-height: 30px;
- _display:inline-block;
- }
- .tabs-header, .tabs-tool, .tabs, .tabs-panels, .tabs li a.tabs-inner, .tabs li.tabs-selected a.tabs-inner, .tabs-header-bottom .tabs li.tabs-selected a.tabs-inner, .tabs-header-left .tabs li.tabs-selected a.tabs-inner, .tabs-header-right .tabs li.tabs-selected a.tabs-inner
- {
- background: none repeat scroll 0 0 #65C1DC;
- border-color: #C3D9E0;
- border:0px none;
- }
- .tabs li a.tabs-inner
- ,.tabs li a.tabs-inner:hover
- {
- border:0px none;
- }
-
- .tabs li a.tabs-inner
- ,.tabs li a.tabs-inner:hover
- {
- background: url("./images/tab_item_bg_left.png") no-repeat scroll left top transparent;
- color: #FFFFFF;
- height: 30px;
- line-height: 30px;
- padding-right: 0;
-
- }
- .tabs li a.tabs-inner span.tabs-title
- ,.tabs li a.tabs-inner:hover span.tabs-title
- {
- background: url("./images/tab_item_bg_right.png") no-repeat scroll right top transparent;
- display: inline-block;
- height: 30px;
- line-height: 30px;
- padding-right: 24px;
- cursor:default;
- }
- .tabs li.tabs-selected a.tabs-inner
- ,.tabs li.tabs-selected a.tabs-inner:hover
- {
- border:0px none;
- }
-
- .tabs li.tabs-selected a.tabs-inner
- ,.tabs li.tabs-selected a.tabs-inner:hover
- {
- background: url("./images/tab_item_selected_bg_left.png") no-repeat scroll left top transparent;
- color: #FFFFFF;
- height: 30px;
- line-height: 30px;
- padding-right: 0;
-
- /*_background:none;*/
- }
- .tabs li.tabs-selected a.tabs-inner span.tabs-title
- ,.tabs li.tabs-selected a.tabs-inner:hover span.tabs-title
- {
- background: url("./images/tab_item_selected_bg_right.png") no-repeat scroll right top transparent;
- display: inline-block;
- height: 30px;
- line-height: 30px;
- padding-right: 24px;
-
- /*_background:none;*/
- }
- .tabs li a.tabs-close, .tabs-p-tool
- {
- top: 55%;
- }
- .tabs li a.tabs-close
- {
- background: url("./images/tab_item_icon_delete.png") no-repeat scroll 0 0 transparent;
- }
- .tabs li.tabs-selected a.tabs-close
- {
- background: url("./images/tab_item_selected_icon_delete.png") no-repeat scroll 0 0 transparent;
- }
-
- .tabs-p-tool a:hover,
- .tabs li a:hover.tabs-close,
- .tabs-scroller-over {
- background-color: transparent;
- }
- /* 2014-04-24 added by pengbb tabs 样式 end*/
|