1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- @charset "utf-8";
- .floatL{ float:left;}
- .floatR{float:right;}
- .clearfix{ clear:both;}
- html, body{}
- input{ outline:none;}
- #header{width:100%;min-width:1170px; height:60px; background:rgba(255,132,0,1); position:fixed; top:0; z-index:999; }
- .logo{ display:block; width:80px; height:50px; background:url(../images/logo2.png) no-repeat; margin-left:80px; margin-top:5px; float:left;}
- .searchblock{ width:280px; height:35px; position:absolute; left:50%; top:50%; margin-left:-132px; margin-top:-17.5px; display:none;}
- .search-txt{ width:220px; height:33px; background:#fff; border:none;-moz-border-radius:10px 0 0 10px;-webkit-border-radius:10px 0 0 10px; border-radius:10px 0 0 10px; behavior:url(../js/ie-css3.htc); float:left;font-size:14px;line-height35px; padding-left:10px; color:#a3a3a3;}
- .search-btn{ width:35px; height:35px; background:#fff; border-radius:0 10px 10px 0;-moz-border-radius:0 10px 10px 0;-webkit-border-radius:0 10px 10px 0; float:left; cursor:pointer; behavior:url(../js/ie-css3.htc);cursor:pointer;}
- .search-icon{ display:block; width:20px; height:20px; background:
- url(../images/index-icon.png) no-repeat; background-position:left; margin:8px;}
- .header-right{ float:right; margin-right:80px;}
- .unlogin{float:left;}
- .loginbtn{float:left; border:2px #fff solid; padding:0 20px; border-radius:10px;font-size:14px; line-height:30px; color:#fff; text-align:center; margin:10px 2px; cursor:pointer; }
- .loginrbtn{ border:2px transparent solid;}
- .loginbtn:hover{border:2px #fff solid;}
- .onlogin{ display:none; position:relative;}
- .head-portrait{width:50px; height:50px; border-radius:50%;background-size:100% 100%;-moz-background-size:100% 100%; float:left; margin-right:10px; margin-top:5px; cursor:pointer;overflow:hidden; }
- .portrait-p{ width:100%;}
- .personal-infor{width:202px; height:179px; position:absolute; top:40px; right:80px; display:none;}
- .triangleB{ display:block; width:0; height:0; border:8px solid transparent; border-bottom-color:#f3a36c; float:right; margin-right:20px; margin-top:15px;}
- .personal-box{ width:202px; border-radius:10px; background:#f3a36c; clear:both; overflow:hidden;}
- .personal-box a{ display:block; width:202px; height:40px;line-height:40px; font-size: 13px; color:#fff;}
- .personal-box a:hover{ background:#ff8400;}
- .icon{ display:block; width:20px; height:20px; margin-left:15px; margin-right:12px; margin-top:10px; float:left;}
- .icon1{ background:url(../images/index-icon.png) no-repeat; background-position:right;}
- .icon2{ background:url(../images/index-icon.png) no-repeat; background-position:-60px 0;}
- .icon3{ background:url(../images/index-icon.png) no-repeat; background-position:-40px 0;}
- .icon4{ background:url(../images/index-icon.png) no-repeat; background-position:-20px 0;}
- .myWorkspace{font-size: 14px;line-height:40px; text-align: center;float: left; margin-top: 10px;color: #fff;}
- #container{ min-width:1000px; background:#fff;overflow: hidden;}
- .tcdPageCode{padding: 14px 20px;text-align: left;color: #000;text-align:center;font-size:14px;line-height:24px; }
- .tcdPageCode a{display: inline-block;color: #428bca;display: inline-block;height: 30px; line-height: 30px; padding: 0 10px;border: 1px solid #e5e5e5; margin: 0 8px;border-radius:5px; color:#000;}
- .tcdPageCode a:hover{text-decoration: none;}
- .tcdPageCode span.current{display: inline-block;height:30px;line-height: 30px;padding: 0 10px;margin: 0 8px;color: #fff;background-color: #ff8400;border-radius:5px;}
- .tcdPageCode span.disabled{ display: inline-block;height: 30px;line-height:30px;padding: 0 10px;margin: 0 8px; color: #000;background: #fff;border: 1px solid #e5e5e5;border-radius:5px;}
- .tcdPageCode li { display: inline;}
- #footer{ min-width:1170px;clear:both; height:250px; background:#ff8400;}
- .footer-top{ width:1170px; height:214px; margin:auto;}
- .footerL{ float:left; }
- .footer-logo{ width:80px; height:50px; background:url(../images/logo2.png) no-repeat; background-size:100% 100%; margin:24px 0;}
- .link{ color:#fff;padding-bottom:15px; }
- .link a{font-size:14px; line-height:20px; color:#fff; }
- .customer{font-size:15px; line-height:20px; color:#fff; }
- .footerR{ float:right;font-size:12px; line-height:30px; color:#fff; text-align:center; }
- .code{ width:120px; height:120px; margin:auto; margin-top:24px;}
- .code img{ width:100%;}
- .foot-icon{ display:block; height:22px; float:left; margin:0 7px;}
- .foot-icon1{ width:27px; background:url(../images/share.png) no-repeat; background-position:left;}
- .foot-icon2{ width:27px; background:url(../images/share.png) no-repeat; background-position:-27px 0;}
- .foot-icon3{ width:21px; background:url(../images/share.png) no-repeat; background-position:-54px 0;}
- .foot-icon4{ width:23px; background:url(../images/share.png) no-repeat; background-position:right;}
- .footer-btm{ width:100%; height:40px; background:#ffa545;font-size:12px;line-height:40px; color:#fff; text-align:center; }
|