123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362 |
- body{
- background:#f1f2f6;
- font-family:'Microsoft YaHei';
- }
- .header_con{
- height:59px;
- background:#fff;
- border-bottom:1px solid #ccc;
- }
- .header{
- width:1200px;
- height:59px;
- margin:0px auto;
- }
- .logo{
- width:140px;
- height:33px;
- margin-top:13px;
- }
- .menu{
- width:600px;
- height:59px;
- margin-left:100px;
- }
- .menu li{
- height:59px;
- float:left;
- }
- .menu .active{
- border-bottom:2px solid #009afc;
- }
- .menu .active a{
- color:#39f;
- }
- .menu li a{
- display:block;
- line-height:59px;
- padding:0px 25px;
- font-size:14px;
- color:#666;
- }
- .menu li a:hover{
- color:#39f;
- }
- .user_btns{
- line-height:59px;
- font-size:14px;
- color:#666
- }
- .user_btns a{
- color:#666;
- }
- .user_btns a:hover{
- color:#39f;
- }
- .user_login{
- height:30px;
- overflow: hidden;
- margin-top:15px;
- display:block;
- }
- .user_login img{
- float:left;
- width:30px;
- height:30px;
- border-radius:15px;
- }
- .user_login a{
- float:left;
- font-size:14px;
- margin-left:10px;
- color:#39f;
- line-height:30px;
- }
- .conter_con{
- width:1200px;
- overflow:hidden;
- margin:20px auto 0;
- }
- .list_con{
- width:820px;
- }
- .list_con li{
- background:#fff;
- height:168px;
- border:1px solid #ececee;
- overflow:hidden;
- margin-bottom:12px;
- }
- .list_con .news_pic{
- width:168px;
- height:168px;
- }
- .list_con .news_pic img{
- width:168px;
- height:168px;
- }
- .list_con .news_title{
- width:616px;
- height:18px;
- margin:16px 0 0 16px;
- font-size:18px;
- line-height:18px;
- color:#000;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .list_con .news_title:hover{
- color:#39f;
- }
- .list_con .news_detail{
- width:616px;
- height:88px;
- margin:10px 0 0 16px;
- font-size:14px;
- line-height:23px;
- color:#666;
- }
- .author_info{
- width:616px;
- height:20px;
- margin-left:16px;
- }
- .author img{
- float:left;
- }
- .author a{
- float:left;
- font-size:12px;
- color:#333;
- line-height:20px;
- margin-left:5px;
- }
- .author a:hover{
- color:#39f;
- }
- .source{
- float:left;
- line-height:20px;
- font-size:12px;
- color:#999;
- }
- .time{
- float:left;
- margin-left:15px;
- line-height:20px;
- font-size:12px;
- text-indent:20px;
- color:#999;
- background:url(../images/clock.png) left center no-repeat;
- }
- .rank_con{
- width:358px;
- border:1px solid #ececee;
- }
- .card_list_con{
- width:760px;
- overflow:hidden;
- margin-left:10px;
- }
- .card_list{
- width:300px;
- height: 160px;
- margin:20px;
- float:left;
- }
- .author_card{
- background:#fff;
- margin-bottom:10px;
- overflow: hidden;
- padding:20px;
- }
- .author_pic{
- float:left;
- width:60px;
- height:60px;
- }
- .author_pic img{
- width:60px;
- height:60px;
- border-radius:30px;
- }
- .author_name{
- float: left;
- color:#333;
- font-size:22px;
- line-height:60px;
- margin-left:16px;
- }
- .author_name:hover{
- color:#1482f0;
- }
- .author_resume{
- width:100%;
- float: left;
- font-size:13px;
- color:#666;
- margin-top:10px;
- }
- .writings,.follows{
- float: left;
- margin:20px 30px 0 0;
- }
- .writings span,.follows span{
- display: block;
- font-size:12px;
- color:#999;
- }
- .writings b,.follows b{
- display: block;
- font-weight:normal;
- font-size:18px;
- color:#333;
- }
- .rank_title{
- height:53px;
- background:#fff;
- border-bottom:1px solid #ececee;
- }
- .rank_title h3{
- line-height:53px;
- font-size:14px;
- color:#000;
- text-indent:52px;
- background:url(../images/hit_icon.png) 20px center no-repeat;
- }
- .rank_list{
- background:#fff;
- }
- .rank_list li{
- width:316px;
- margin:0px auto;
- border-bottom:1px solid #ececee;
- padding:18px 0px;
- overflow:hidden;
- }
- .rank_list li span{
- float:left;
- width:19px;
- height:19px;
- line-height:19px;
- text-align:center;
- border-radius:2px;
- margin-right:11px;
- color:#1482f0;
- }
- .rank_list li a{
- float:left;
- width:286px;
- font-size:14px;
- color:#333;
- }
- .rank_list li a:hover{
- color:#39f;
- }
- .rank_list li .first{
- background: #f33;
- color:#fff;
- }
- .rank_list li .second{
- background:#ff722b;
- color:#fff;
- }
- .rank_list li .third{
- background:#fa3;
- color:#fff;
- }
- .footer{
- margin-top:20px;
- background:#262F38;
- overflow:hidden;
- }
- .footer_links{
- text-align:center;
- margin-top:20px;
- }
- .footer_links a,.footer_links span{
- color:#fff;
- font-size:12px;
- }
- .footer_links span{
- margin:0 5px;
- }
- .copyright{
- text-align:center;
- font-size:12px;
- color:#fff;
- line-height:26px;
- margin-top:9px;
- margin-bottom:20px;
- }
- .login_form_con,.register_form_con{
- display:none;
- }
- .login_form,.register_form{
- width:350px;
- height:400px;
- position:fixed;
- background:#fff;
- border-radius:5px;
- left:50%;
- top:50%;
- margin-left:-175px;
- margin-top:-200px;
- z-index:9999;
- }
- .register_form{
- height:500px;
- margin-top:-250px;
- }
- .mask{
- position:fixed;
- width:100%;
- height:100%;
- background:#000;
- opacity:0.3;
- filter:alpha(opacity=30);
- left:0px;
- top:0px;
- z-index:9998;
- }
- .login_title,.register_title{
- height:72px;
- border-bottom:1px solid #dcdcdc;
- position:relative;
- }
- .login_title h3,.register_title h3{
- line-height:72px;
- text-align:center;
- font-size:18px;
- color:#1482f0;
- }
- .login_title a,.register_title a{
- width:16px;
- height:16px;
- background:url(../images/shutoff.png) left top no-repeat;
- font-weight:normal;
- color:#999;
- position:absolute;
- right:20px;
- top:30px;
- }
- .login_title a:hover,.register_title a:hover{
- background:url(../images/shutoff.png) right top no-repeat;
- }
- .form_group{
- width:310px;
- height:50px;
- border-bottom:1px solid #ebebeb;
- margin:23px auto 0;
- position:relative;
- }
- .form_group2{
- width:310px;
- margin:20px auto 0;
- font-size:12px;
- color:#999;
- position:relative;
- }
- .register_form .form_group{
- margin:15px auto 0;
- }
- .register_form .input_sub{
- margin:30px auto 0;
- }
- .form_group .error_tip,.form_group2 .error_tip{
- position:absolute;
- font-size:12px;
- color:#f00;
- left: auto;
- right:0px;
- top: auto;
- bottom:-20px;
- display:none;
- }
- .form_group2 input,.form_group2 p{
- float:left;
- }
- .form_group2 input{
- margin:2px 10px 0 0;
- }
- .form_group .get_code{
- position:absolute;
- right:0px;
- top:20px;
- color:#70b7f9;
- font-size:12px;
- }
- .form_group .get_pic_code{
- position:absolute;
- width:80px;
- height:30px;
- right:0px;
- top:10px;
- }
- .form_group .get_code:hover{
- color:#1482f0;
- }
- .register_form .code_pwd{
- width:200px;
- }
- .hotline{
- border-bottom:1px solid #2185ed;
- }
- .form_group input{
- width:310px;
- height:44px;
- border:0px;
- outline:none;
- position:absolute;
- left:0;
- bottom:0;
- }
- .form_group .input_tip{
- position:absolute;
- left:0;
- top:22px;
- width:110px;
- line-height:14px;
- font-size:14px;
- color:#999;
- }
- .input_sub{
- display:block;
- width:310px;
- height:40px;
- background:#1482f0;
- border:0px;
- color:#fff;
- font-size:14px;
- margin:50px auto 0;
- border-radius:4px;
- cursor:pointer;
- }
- .input_sub:hover{
- background:#4d9df1;
- }
- .down_link{
- text-align:center;
- font-size:12px;
- color:#999;
- margin-top:30px;
- }
- .down_link a{
- color:#70b7f9;
- }
- .down_link a:hover{
- color:#1482f0;
- }
- .register_form .down_link{
- margin-top:20px;
- }
- .detail_con{
- width:778px;
- padding:20px;
- overflow:hidden;
- background:#fff;
- border:1px solid #ececee;
- }
- .detail_con h3{
- font-size:30px;
- line-height:45px;
- }
- .detail_about{
- margin:10px 0;
- border-bottom:1px solid #ebebeb;
- padding:10px 0;
- }
- .time_souce{
- color:#999;
- font-size: 12px;
- text-indent:20px;
- background:url(../images/clock.png) left center no-repeat;
- }
- .comment{
- color:#999;
- font-size: 12px;
- text-indent:20px;
- background:url(../images/comment_icon.png) left center no-repeat;
- }
- .summary{
- letter-spacing: .5px;
- text-align: justify;
- background:#f0f2f5;
- font-size:16px;
- line-height:28px;
- padding:15px 25px;
- margin-top:30px;
- position:relative;
- }
- .detail_con .summary:before{
- position:absolute;
- left:5px;
- top:5px;
- content:"『";
- }
- .detail_con .summary:after{
- position:absolute;
- right:5px;
- bottom:5px;
- content:"』";
- }
- .detail_con h4{
- font-size: 18px;
- font-weight: 700;
- color: #1478f0;
- border-left: 5px solid #1478f0;
- padding-left: 10px;
- margin:30px 0
- }
- .detail_con p{
- font-size: 16px;
- line-height: 28px;
- margin-bottom: 30px;
- text-align: justify
- }
- .collection{
- display:inline-block;;
- width:98px;
- line-height:34px;
- text-indent:45px;
- border:1px solid #3791ef;
- color:#3791ef;
- border-radius:4px;
- font-size:14px;
- margin:0px 5px;
- background:url(../images/collect_icons.png) 21px 7px no-repeat;
- overflow:hidden;
- }
- .block-center {
- display: block;
- margin: 0 auto;
- }
- .collection:hover{
- background:url(../images/collect_icons.png) 21px -33px no-repeat;
- }
- .focus{
- display:inline-block;;
- width:98px;
- line-height:34px;
- text-indent:45px;
- border:1px solid #f80;
- color:#f80;
- border-radius:4px;
- font-size:14px;
- /*margin:0px 5px;*/
- background:url(../images/focus_icons.png) 21px 7px no-repeat;
- overflow: hidden;
- }
- .focus:hover{
- background:url(../images/focus_icons.png) 21px -33px no-repeat;
- }
- .collected{
- /*display:inline-block;*/
- width:100px;
- height:36px;
- color:#666;
- border-radius:4px;
- font-size:14px;
- /*margin:0px 5px;*/
- background:url(../images/collect_icons.png) 15px -73px no-repeat #e6e6e6;
- position:relative;
- overflow:hidden;
- }
- .collected:hover{
- background-position:10px -73px;
- }
- .collected .out{
- position:absolute;
- left:40px;
- top:8px;
- }
- .collected:hover .out{
- left:40px;
- top:35px;
- }
- .collected .over{
- position:absolute;
- left:40px;
- top:35px;
- }
- .collected:hover .over{
- left:33px;
- top:8px;
- }
- .focused{
- display:inline-block;;
- width:100px;
- height:36px;
- color:#666;
- border-radius:4px;
- font-size:14px;
- /*margin:0px 5px;*/
- background:url(../images/focus_icons.png) 15px -73px no-repeat #e6e6e6;
- position:relative;
- overflow:hidden;
- }
- .focused:hover{
- background-position:10px -73px;
- }
- .focused .out{
- position:absolute;
- left:40px;
- top:8px;
- }
- .focused:hover .out{
- left:40px;
- top:35px;
- }
- .focused .over{
- position:absolute;
- left:40px;
- top:35px;
- }
- .focused:hover .over{
- left:33px;
- top:8px;
- }
- .comment_form_logout{
- border:1px solid #e3e8ee;
- width:756px;
- border-radius:4px;
- padding:15px 10px;
- outline:none;
- font-size:16px;
- color:#e3e8ee;
- margin-top:50px;
- }
- .comment_form{
- margin-top:50px;
- overflow:hidden;
- }
- .comment_form .person_pic{
- float:left;
- width:40px;
- height:40px;
- }
- .comment_form img{
- width:40px;
- height:40px;
- border-radius:20px;
- }
- .comment_form .comment_input{
- float:left;
- width:690px;
- height:60px;
- margin-left:20px;
- border-radius:4px;
- padding:10px;
- outline:none;
- border:1px solid #2185ed;
- }
- .comment_form .comment_sub{
- float:right;
- width:58px;
- height:28px;
- border:1px solid #2185ed;
- background:#fff;
- border-radius:4px;
- margin:10px 7px 0 0;
- cursor:pointer;
- }
- .comment_form .comment_sub:hover{
- background:#2185ed;
- color:#fff;
- }
- .comment_count{
- font-size: 16px;
- color: #333;
- border-bottom: 1px solid #ebebeb;
- padding: 12px 0
- }
- .comment_list{
- border-bottom:1px solid #ebebeb;
- overflow:hidden;
- margin-top:15px;
- padding-bottom:15px;
- }
- .comment_list .person_pic{
- width:40px;
- height:40px;
- float:left;
- }
- .comment_list .person_pic img{
- width:40px;
- height:40px;
- border-radius:20px;
- }
- .user_name{
- width:690px;
- font-size: 14px;
- font-weight: 700;
- line-height: 20px;
- color: #333;
- margin-left:20px;
- }
- .comment_text{
- width:718px;
- font-size: 14px;
- line-height: 20px;
- color: #333;
- margin:5px 0 0 20px;
- }
- .comment_time{
- font-size:12px;
- color:#999;
- margin:10px 0 0 60px;
- }
- .comment_up{
- font-size:12px;
- color:#999;
- text-indent:20px;
- margin:10px 0 0 20px;
- background:url(../images/zan_icon.png) left top no-repeat;
- }
- .has_comment_up{
- font-size:12px;
- color:#999;
- text-indent:20px;
- margin:10px 0 0 20px;
- background:url(../images/zan_icon.png) left bottom no-repeat;
- }
- .comment_reply{
- font-size:12px;
- color:#999;
- text-indent:20px;
- margin:10px 0 0 20px;
- background:url(../images/reply_icon.png) left center no-repeat;
- }
- .reply_text_con{
- width:698px;
- padding:10px;
- background:#fafafa;
- margin:10px 0 0 60px;
- }
- .reply_text_con .user_name2{
- font-size:12px;
- font-weight:bold;
- color:#000;
- margin-bottom:5px;
- }
- .reply_text_con .reply_text{
- color:#666;
- font-size:12px;
- }
- .reply_form{
- width:718px;
- overflow:hidden;
- margin:10px 0 0 60px;
- display:none;
- }
- .reply_input{
- float:left;
- width:692px;
- height:30px;
- border-radius:4px;
- padding:10px;
- outline:none;
- border:1px solid #2185ed;
- }
- .reply_sub,.reply_cancel{
- width:40px;
- height:23px;
- background:#76b6f4;
- border:0px;
- border-radius:2px;
- color:#fff;
- margin:10px 5px 0 10px;
- cursor:pointer;
- }
- .reply_cancel{
- background:#fff;
- color: #909090;
- }
- .user_con{
- width:778px;
- min-height:660px;
- padding:20px;
- overflow:hidden;
- background:#f9f9f9;
- border:1px solid #ececee;
- }
- .main_frame{
- width:778px;
- min-height:660px;
- }
- .inframe_body{
- background:#f9f9f9;
- }
- .user_menu_con{
- width:308px;
- height:600px;
- background:#fff;
- border:1px solid #ececee;
- margin:100px 0 0 50px;
- position:relative;
- }
- .user_center_pic{
- width:198px;
- height:198px;
- position:absolute;
- left:55px;
- top:-100px;
- }
- .user_center_pic img{
- width:198px;
- height:198px;
- border-radius:99px;
- }
- .user_center_name{
- text-align:center;
- margin-top:120px;
- font-size:18px;
- }
- .option_list{
- width:268px;
- margin:20px auto 0;
- }
- .option_list li{
- text-align:center;
- border-bottom:1px solid #ededed;
- }
- .option_list li a{
- line-height:50px;
- font-size:14px;
- color:#333;
- }
- .option_list .active a{
- color:#39f;
- }
- .option_list li a:hover{
- color:#39f;
- }
- .user_con h3{
- font-size: 18px;
- padding: 10px 20px;
- color: #9698a5;
- border-bottom:1px solid #ededed;
- }
- .base_info,.pic_info,.type_info,.pass_info,.my_collect,.release_form,.news_list{
- width:700px;
- margin:0px auto;
- }
- .common_title,.base_info h3,.pic_info h3,.type_info h3,.pass_info h3,.my_collect h3,.release_form h3,.news_list h3{
- font-size: 18px;
- padding: 10px 20px;
- color: #9698a5;
- border-bottom:1px solid #ededed;
- }
- .pass_info,.release_form{
- position: relative;
- }
- .error_tip{
- position:absolute;
- left:178px;
- top:228px;
- color:#f00;
- font-size:13px;
- display:none;
- }
- .error_tip2{
- position:absolute;
- left:127px;
- bottom:33px;
- color:#f00;
- font-size:13px;
- display:none;
- }
- .form-group{
- width:600px;
- margin:20px auto;
- overflow:hidden;
- position:relative;
- }
- .form-group label{
- width:120px;
- line-height:40px;
- font-size:14px;
- font-weight:bold;
- color:#000;
- text-align:right;
- float:left;
- margin-right:5px;
- }
- .form-group .input_txt,.form-group .input_txt2{
- width:400px;
- height:30px;
- float:left;
- margin-top:5px;
- border:1px solid #ddd;
- border-radius:4px;
- outline:none;
- text-indent:10px;
- }
- .form-group b{
- line-height:40px;
- font-size:14px;
- font-weight:normal;
- color:#000;
- }
- .form-group .input_sub{
- width:402px;
- height:30px;
- margin:10px 0 0 128px;
- }
- .now_user_pic{
- width:100px;
- height:100px;
- border-radius:50px;
- }
- .label01{
- margin-top:35px;
- }
- .input_file{
- float:left;
- margin-top:8px;
- }
- .article_list{
- width:700px;
- margin:30px auto 0;
- }
- .article_list li{
- height:50px;
- border-bottom:1px solid #ededed;
- position:relative;
- }
- .article_list li a{
- line-height:50px;
- width:450px;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- font-size:14px;
- color:#666;
- float:left;
- position:relative;
- text-indent:20px;
- }
- .article_list li a:hover{
- color:#39f;
- }
- .article_list li a:before{
- content:"· ";
- color:#1482f0;
- font-size:40px;
- position:absolute;
- left:-17px;
- top:-2px;
- }
- .article_list li span{
- line-height:50px;
- font-size:14px;
- color:#999;
- text-indent:20px;
- float:right;
- background:url(../images/clock.png) left center no-repeat;
- }
- .article_list li em{
- line-height:50px;
- font-size:14px;
- color:#999;
- float:left;
- margin-left:20px;
- }
- .article_list li b{
- position:absolute;
- width:602px;
- height:72px;
- background:url(../images/tip_bg.png) no-repeat;
- left:20px;
- top:36px;
- font-weight:normal;
- font-size:12px;
- color:#666;
- z-index:100;
- padding:13px 10px 0;
- display:none;
- }
- .article_list li:hover b{
- display:block;
- }
- .article_list li .pass{
- color:green;
- }
- .article_list li .review{
- color:#dca80a;
- }
- .article_list li .nopass{
- color:#f00;
- }
- .loader_more{
- display:block;
- margin:30px auto 0;
- width:118px;
- line-height:38px;
- text-align:center;
- border:1px solid #ddd;
- border-radius:4px;
- color:#666;
- font-size:14px;
- }
- .loader_more:hover{
- color:#39f;
- }
- .error_con{
- width:800px;
- height:500px;
- margin:100px auto 0;
- }
- .error_con img{
- float:left;
- margin-right:20px;
- }
- .error_con h3{
- width:360px;
- margin-top:50px;
- font-size:30px;
- color:#333;
- float:left;
- }
- .error_con h4{
- width:360px;
- font-size:18px;
- margin-top:10px;
- color:#666;
- float:left;
- }
- .error_con p{
- width:360px;
- font-size:14px;
- margin-top:10px;
- color:#999;
- float:left;
- }
- .error_con a{
- float:left;
- width:120px;
- height:36px;
- line-height:36px;
- text-align:center;
- border-radius:18px;
- background:#1482f0;
- color:#fff;
- margin-top:20px;
- }
- .error_con a:hover{
- background:#39f;
- }
- .release_form .form-group{
- width:700px;
- overflow:hidden;
- margin:15px auto;
- }
- .form-group .input_txt2{
- width:570px;
- }
- .form-group .sel_opt{
- width:150px;
- height:30px;
- float:left;
- margin-top:5px;
- border:1px solid #ddd;
- border-radius:4px;
- outline:none;
- text-indent:10px;
- }
- .form-group .input_multxt{
- width:550px;
- height:60px;
- padding:10px;
- float:left;
- margin-top:5px;
- border:1px solid #ddd;
- border-radius:4px;
- outline:none;
- text-indent:10px;
- }
- .form-group .input_multxt2{
- width:570px;
- padding:10px 0px;
- height:300px;
- float:left;
- margin-top:5px;
- border:1px solid #ddd;
- outline:none;
- text-indent:10px;
- }
- .form-group .input_sub2{
- width:100px;
- margin:10px 0 0 127px;
- }
- .other_con{
- width:1100px;
- height:200px;
- margin-left:100px;
- background:#fff;
- position:relative;
- }
- .other_center_pic{
- width:198px;
- height:198px;
- position:absolute;
- left:-100px;
- top:0px;
- }
- .other_detail{
- width:268px;
- margin:30px auto 0;
- }
- .other_detail li{
- text-align:left;
- font-size:14px;
- line-height:40px;
- border-bottom:1px dotted #ededed;
- text-indent:10px;
- }
- .focus_other{
- overflow:hidden;
- margin-top:40px;
- text-align:center;
- }
- .focus_other a{
- text-align:left;
- }
- .ui-pagination-container{
- text-align:center;
- margin-top:20px;
- }
- .ui-pagination-container .ui-pagination-page-item:hover{
- color:#39f;
- border-color:#39f;
- }
- .ui-pagination-container .ui-pagination-page-item{
- background:none;
- font-size:12px;
- }
- .ui-pagination-container .ui-pagination-page-item.active{
- background:#39f;
- border-color:#39f;
- }
- .ui-pagination-container .ui-pagination-page-item:hover{
- color:#333;
- }
|