@ -0,0 +1,12 @@ |
|||
RewriteEngine On |
|||
RewriteBase / |
|||
RewriteRule ^tags/(.*)-(.*).html$ /e/tags/index.php?tagid=$1&page=$2 |
|||
RewriteRule ^list/([0-9]+)-([0-9]+)-([0-9]+)-(.*)-([0-9]+).html$ /e/action/ListInfo.php?ph=1&classid=$1&fengge=$2&orderby=$3&title=$4&page=$5 |
|||
RewriteRule ^muban/([0-9]+)-([0-9]+).html$ /e/action/ShowInfo.php?classid=$1&id=$2 |
|||
RewriteRule ^list/([0-9]+).html$ /e/action/ListInfo/?classid=$1 |
|||
RewriteRule ^vip/$ /e/action/ListInfo/?classid=105 |
|||
RewriteRule ^aboutus/$ /e/action/ListInfo/?classid=116 |
|||
RewriteRule ^gvrf/$ /e/action/ListInfo/?classid=117 |
|||
RewriteRule ^copyright/$ /e/action/ListInfo/?classid=118 |
|||
RewriteRule ^settlecontrac/$ /e/action/ListInfo/?classid=119 |
|||
RewriteRule ^help/$ /e/action/ListInfo/?classid=120 |
|||
@ -0,0 +1,26 @@ |
|||
<!doctype html> |
|||
<html> |
|||
<head> |
|||
<meta charset="utf-8"> |
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> |
|||
<title>404</title> |
|||
<style> |
|||
body{ |
|||
background-color:#444; |
|||
font-size:14px; |
|||
} |
|||
h3{ |
|||
font-size:60px; |
|||
color:#eee; |
|||
text-align:center; |
|||
padding-top:30px; |
|||
font-weight:normal; |
|||
} |
|||
</style> |
|||
</head> |
|||
|
|||
<body> |
|||
<h3>404,您请求的文件不存在!</h3> |
|||
</body> |
|||
</html> |
|||
|
After Width: | Height: | Size: 69 KiB |
@ -0,0 +1,42 @@ |
|||
#main-content .banner img{width:100%;display:block;} |
|||
#main-content .block-menu{background:#fff;margin:0 auto;padding:12px 0 12px 0;overflow:hidden;} |
|||
#main-content .block-menu .block{float:left;text-align:center;width:25%;} |
|||
#main-content .block-menu img{width:46px;height:46px;} |
|||
#main-content .block-menu .block div{margin-top:5px;font-size:14px;} |
|||
#main-content .show-pic{background:#f4f4f4;} |
|||
#main-content .show-pic-title{padding:20px 0;} |
|||
|
|||
/*分类下拉列表*/ |
|||
#categoryList{display:none;width:100%;height:120%;position:fixed;top:0;z-index:10;background:#fff;} |
|||
#categoryList .plate_name,#categoryList .categoryList_li{border-bottom:1px solid #f0f0f0;} |
|||
#categoryList .plate_name{height:50px;line-height:50px;} |
|||
#categoryList .categoryList_li{height:44px;line-height:44px;width:46%;margin:0px 1%;text-align:center;float:left;} |
|||
#categoryList .categoryList_li a{display:inline-block;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden} |
|||
#categoryList .plate_name .cancelIcon{height:50px;position:absolute;left:0;top:0;} |
|||
|
|||
/*列表排序*/ |
|||
.nav-pros-list{width:100%;padding:.18rem 0;background-color:#fff;border-bottom:1px solid #ccc;border-top:1px solid #eee;margin-bottom:4px;} |
|||
.nav-pros-list>ul>li{width:33%;line-height:24px;float:left;border-left:1px solid #ccc} |
|||
.nav-pros-list>ul>li>a{display:block;padding:0 .3rem;font-size:12px;color:#999;letter-spacing:0;text-align:center} |
|||
.nav-pros-list>ul>li>a.on{color:#f7672e;} |
|||
.nav-pros-list>ul>li:first-child{border-left:0} |
|||
.nav-pros-list>ul>li:first-child>a{padding-left:.19rem} |
|||
.nav-pros-list>ul>li:last-child>a{padding-right:0rem} |
|||
.pic-list{overflow:hidden;} |
|||
.pic-list img{display:block;} |
|||
.pic-list .pic-box{float:left;width:45%;box-shadow:0 0 1px rgba(0,0,0,.2);-webkit-box-shadow:0 0 1px rgba(0,0,0,.2);-moz-box-shadow:0 0 1px rgba(0,0,0,.2);margin-bottom:10px;margin-left:3%;border-radius:0.1rem} |
|||
.pic-list .pic-box:nth-child(2n+1){clear:both;} |
|||
.pic-list .pic-box2{margin-right:0px;} |
|||
.pic-list .pic-box img{width:100%;} |
|||
.pic-list .pic-title,.pic-list .pic-info{width:100%;height:30px;padding-left:10px;background:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;} |
|||
.pic-list .pic-title{line-height:30px;font-weight:normal;font-size:12px;} |
|||
.icon-download span,.icon-fav span{display:inline-block;width:12px;height:12px;} |
|||
.icon-download span{background:url("../images/icon-download-mini2x.png") no-repeat;background-size:12px 12px;} |
|||
.icon-fav span{background:url("../images/icon-favorate-mini2x.png") no-repeat;background-size:12px 12px;} |
|||
.icon-download{float:left;} |
|||
.icon-fav{margin-left:8px;float:right;margin-right:10px;} |
|||
#show-more{width:calc(100% - 22px);height:44px;display:block;text-align:center;margin:0px auto;margin-top:20px;background-color:#fff;line-height:44px;clear:both;} |
|||
#show-more.loading{background-image:url("../images/icon-spin2x.png");background-repeat:no-repeat;background-position:center;background-size:16px 16px;} |
|||
#bottom{background:#f4f4f4;padding:20px 0 20px 0;} |
|||
#bottom #bottom-content{text-align:center;} |
|||
#bottom #bottom-content .switch{padding:0px 0 10px 0;} |
|||
@ -0,0 +1,119 @@ |
|||
html,body,#main-content{background:#fff;} |
|||
#main-content{padding-top: 20px;} |
|||
.login-logo,.login-tip{width:100%;margin:20px auto;} |
|||
.login-tip{margin-top:30px;} |
|||
.login-icon{margin-top:40px;} |
|||
|
|||
#login-wrap{height:100%;width:80%;margin:0px auto;padding-top: 45px;} |
|||
#login-form{height:100%} |
|||
#login-content label{font-weight:400} |
|||
#login-content .suggest-container{width:246px;top:46px} |
|||
#login-content .suggest-container .suggest-item a{padding:4px 6px;color:#4d4d4d} |
|||
#login-content .fm-text{line-height:16px;padding:8px 5px;margin-top:5px;font-size:14px;background:transparent;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none} |
|||
#login-content .fm-text:focus{background-color:#e9fbfe;border-color:#69c5dd} |
|||
#login-content #fm-login-checkcode-update{color:#00a2ca} |
|||
#login-content .fm-field-wrap .fm-checkcode-update{margin-top:10px} |
|||
.fm-field-wrap{border-bottom:1px solid #dbdadd;padding:10px 0px;} |
|||
#login-content .fm-checkcode-img{height:35px;width:83px;margin-top:7px;opacity:0.7} |
|||
#login-content #fm-login-checkcode{min-width:80px} |
|||
.type-text{border:0px; background: transparent; color:#ff6600; text-align: center; font-size: 12px; float: right; line-height: 38px;} |
|||
a:visited,a:link{color:#00c1de} |
|||
.login-login-links{width:100%;padding:0 30px;box-sizing:border-box} |
|||
.login-login-links .thirdpart-login-text{display:inline-block;text-align:center;position:absolute;top:-8px;box-sizing:border-box;left:50%;margin-left:-55px;width:110px;color:#73777A;background-color:#fff;line-height:20px} |
|||
.login-login-links #thirdpart-login{width:100%;text-align:center;display:inline-block;padding-top:40px;} |
|||
#thirdpart-login span{display: block;margin:0px 10px;} |
|||
.login-login-links #thirdpart-login .thirdpart-login-icon{height:auto;width:42px;} |
|||
#login-title{color:#f60} |
|||
#login-id-label-extra{display:none} |
|||
#login-other .login-login-links{display:none} |
|||
.input-focus{border:1px solid #00c1de} |
|||
.fm-button{display:inline-block;min-width:140px;height:36px;padding:0 30px 1px;border:none;line-height:32px;font-size:14px;color:#fff;text-align:center;outline:none;cursor:pointer;background:#f7672e} |
|||
.icon-notice{background-color:#f1f6fa} |
|||
.icon-error{background-color:#fff3e7} |
|||
|
|||
#login-error { |
|||
display: none; |
|||
} |
|||
.form-error { |
|||
padding-left: 32px; |
|||
} |
|||
.notice { |
|||
padding: 4px 12px; |
|||
line-height: 18px; |
|||
font-family: Tahoma,Helvetica,Arial,\5b8b\4f53; |
|||
} |
|||
.notice-error, .notice-forbid { |
|||
border: 1px solid #f6c8b5; |
|||
background: #fceee8; |
|||
} |
|||
.icon-notice, .icon-site { |
|||
display: inline-block; |
|||
margin-right: 6px; |
|||
background-image: url(../images/notice.png); |
|||
background-color: transparent; |
|||
background-repeat: no-repeat; |
|||
overflow: hidden; |
|||
vertical-align: -2px; |
|||
} |
|||
.icon-error { |
|||
background-color: #fff3e7; |
|||
width: 14px; |
|||
height: 14px; |
|||
background-position: -30px -34px; |
|||
} |
|||
|
|||
#login-content .fm-text { |
|||
width:100% |
|||
} |
|||
#login-content #fm-login-password.fm-text{width: 60%} |
|||
#login-content .fm-text::selection { |
|||
background:#1996e6; |
|||
color:#fff |
|||
} |
|||
#login-content .fm-text::-webkit-selection { |
|||
background:#1996e6; |
|||
color:#fff |
|||
} |
|||
#login-content .fm-text::-moz-selection { |
|||
background:#1996e6; |
|||
color:#fff |
|||
} |
|||
#login-content .fm-text::-webkit-input-placeholder { |
|||
color:#c1c1c4; |
|||
} |
|||
#login-content .fm-text:-moz-placeholder { |
|||
color:#aaa |
|||
} |
|||
#login-content .fm-text:-ms-input-placeholder { |
|||
color:#aaa |
|||
} |
|||
.fm-text, .fm-textarea { |
|||
padding:4px 6px; |
|||
line-height:17px; |
|||
font-size:12px; |
|||
color:#595959; |
|||
background:#fff; |
|||
vertical-align:middle; |
|||
-webkit-box-shadow:0 1px 0 #ececec inset; |
|||
-moz-box-shadow:0 1px 0 #ececec inset; |
|||
-ms-box-shadow:0 1px 0 #ececec inset; |
|||
-o-box-shadow:0 1px 0 #ececec inset; |
|||
box-shadow:0 1px 0 #ececec inset; |
|||
} |
|||
|
|||
.capthcha-box{height: 26px;} |
|||
.nc-container { |
|||
font-size: 12px; |
|||
-ms-touch-action: none; |
|||
touch-action: none; |
|||
} |
|||
|
|||
#fm-login-submit { |
|||
width: 100%; |
|||
margin-top: 10px; |
|||
} |
|||
|
|||
|
|||
@media screen and (max-height:470px){ |
|||
.login-login-links{position:relative;padding:0;margin-top:60px} |
|||
} |
|||
@ -0,0 +1,159 @@ |
|||
/*clear default style*/ |
|||
html {font-size:100px;} |
|||
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td,header,nav,section,footer{padding:0;margin:0;border:0;font-size:0.24rem;-webkit-box-sizing: border-box;box-sizing: border-box} |
|||
body{color:#2d2d2d;background:#f6f6f6;max-height:99999px;min-height:1px;-webkit-text-size-adjust: 100%; |
|||
-ms-text-size-adjust: 100%;text-size-adjust: 100%; font-family: '微软雅黑'} |
|||
form,input,textarea{outline:none;} |
|||
img{border:none;} |
|||
a{transition:all .2s;text-decoration:none;cursor:pointer;outline:none;-webkit-tap-highlight-color: rgba(0,0,0,0);} |
|||
ul, ol, li{list-style:none; list-style-type:none;} |
|||
.clear{clear:both;} |
|||
a{text-decoration:none;outline:none;color:#444;} |
|||
h1,h2,h3{font-weight:normal;} |
|||
.clearfix:after{content:'.';clear:both;display:block;height:0;visibility:hidden;font-size:0;line-height:0} |
|||
.fl{float:left} |
|||
.fr{float:right} |
|||
.tran{transition:all .2s;} |
|||
b,strong{font-weight:normal;} |
|||
i,em{font-style:normal;} |
|||
input[type=button],input[type=text],input[type=password]{-webkit-appearance:none !important;outline:none} |
|||
@font-face {font-family: "iconfont"; |
|||
src: url('iconfont.eot'); /* IE9*/ |
|||
src: url('iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ |
|||
url('iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ |
|||
url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */ |
|||
} |
|||
|
|||
.iconfont { |
|||
font-family:"iconfont" !important; |
|||
font-size:16px; |
|||
font-style:normal; |
|||
-webkit-font-smoothing: antialiased; |
|||
-moz-osx-font-smoothing: grayscale; |
|||
} |
|||
|
|||
.icon-huanyipi:before { content: "\e600"; } |
|||
.icon-msnui-pc:before { content: "\e696"; } |
|||
.icon-xuanzeselection7:before { content: "\e748"; } |
|||
.icon-delete:before { content: "\e631"; } |
|||
.icon-wotuwanglogo:before { content: "\e630"; } |
|||
.icon-dingdan2:before { content: "\e60a"; } |
|||
.icon-wode:before { content: "\e636"; } |
|||
.icon-shezhi:before { content: "\e604"; } |
|||
.icon-youxiang:before { content: "\e612"; } |
|||
.icon-back:before { content: "\e610"; } |
|||
.icon-PPT:before { content: "\e626"; } |
|||
.icon-xiala:before { content: "\e615"; } |
|||
.icon-sousuo:before { content: "\e7a8"; } |
|||
.icon-fenlei:before { content: "\e616"; } |
|||
.icon-e-mail_icon:before { content: "\e674"; } |
|||
.icon-gengduotianchong:before { content: "\e691"; } |
|||
.icon-shipin:before { content: "\e63e"; } |
|||
.icon-shouye:before { content: "\e611"; } |
|||
.icon-xiangji:before { content: "\e67e"; } |
|||
.icon-shoucang:before { content: "\e613"; } |
|||
.icon-qiang:before { content: "\e643"; } |
|||
.icon-fangdajing:before { content: "\e6b1"; } |
|||
.icon-72jingshi:before { content: "\e64b"; } |
|||
.icon-queding:before { content: "\e663"; } |
|||
.icon-shiwang:before { content: "\e672"; } |
|||
.icon-mail:before { content: "\e614"; } |
|||
.icon-payali:before { content: "\e654"; } |
|||
.icon-paywx:before { content: "\e622"; } |
|||
.icon-diannao:before { content: "\e696"; } |
|||
.icon-close:before { content: "\e634"; } |
|||
.icon-off:before { content: "\e64f"; } |
|||
.icon-zhengque:before { content: "\e60b"; } |
|||
.icon-guanbi:before { content: "\e62c"; } |
|||
.icon-jiaoyu:before { content: "\e60c"; } |
|||
|
|||
/*common*/ |
|||
.fn12{font-size:12px} |
|||
.fn14{font-size:14px} |
|||
.fn16{font-size:16px} |
|||
.fn18{font-size:18px} |
|||
|
|||
.clear{clear:both;} |
|||
.color-444{color:#444;} |
|||
.color-fff{color:#fff;} |
|||
.color-888{color:#888;} |
|||
.color-bbb{color:#bbb;} |
|||
.color-f0{color:#f0f0f0;} |
|||
.color-f4{color:#f4f4f4;} |
|||
.color-miz-violet{color:#f7672e;} |
|||
.color-miz-green{color:#28DD8E;} |
|||
|
|||
.text1{font-size:16px;color:#444;} |
|||
.text2{font-size:14px;color:#444;} |
|||
.text3{font-size:14px;color:#888;} |
|||
.text4{font-size:12px;color:#888;} |
|||
|
|||
.center{text-align:center;} |
|||
.margin-center{margin:0 auto;} |
|||
.inline{display:inline} |
|||
*:focus{outline:none;} |
|||
.fright{float:right;} |
|||
|
|||
#top{box-shadow: 0px 2px 4px rgba(0,0,0,.1);-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,.1);-moz-box-shadow: 0px 2px 4px rgba(0,0,0,.1);} |
|||
#top,#bottom{width:100%;} |
|||
#main{max-width:640px;width:100%;overflow:hidden;} |
|||
#top,#bottom,#main{margin:0 auto;} |
|||
#main{margin-top:50px;} |
|||
|
|||
|
|||
|
|||
#top{height:50px;line-height:50px;background:#fff;position:fixed;top:0;z-index:4} |
|||
#top-content{height:100%;overflow:hidden;position:relative;} |
|||
|
|||
/*top logo*/ |
|||
#top-content .logo,#top-content .referer,#top-content .topSearch,#top-content .menu{position:absolute;height:50px;top:0;cursor:pointer;} |
|||
#top-content .logo{display:block;width:83px;left:10px;} |
|||
#top-content .logo .logo-img{margin-top:12px;} |
|||
|
|||
/*top search*/ |
|||
#top-content .topSearch{width:50px;right:50px;line-height:54px;background:url("../images/icon-search2x.png") no-repeat center;background-size:16px 17px;} |
|||
#top-content .pagename{width:50%;height:50px;cursor:pointer;font-size: 14px;} |
|||
#top-content .pagename .name{display:inline-block;height:50px;float:left;margin-right:5px;} |
|||
#top-content .pagename .arrowDown{display:inline-block;width:10px;height:50px;background:url("../images/icon-arrow-down2x.png") no-repeat center;background-size:10px 6px;} |
|||
|
|||
/*top menu*/ |
|||
#top-content .menu{width:50px;right:0px;background:url("../images/icon-menu2x.png") no-repeat center;background-size:16px 14px;} |
|||
|
|||
/*top referer*/ |
|||
#top-content .referer{display:block;width:50px;height:50px;cursor:pointer;background:url("../images/icon-back2x.png") no-repeat center;background-size:10px 16px;} |
|||
|
|||
#main-content{background:#f4f4f4;} |
|||
|
|||
#mask{display:none;width:100%;height:140%;position:fixed;top:0;left:0;filter:alpha(Opacity=60);-moz-opacity:0.6;opacity:0.6;z-index:50;background-color:#000;} |
|||
#rightSlide{width:50%;height:140%;position:fixed;top:0;right:-50%;background:#fff;z-index:100;} |
|||
.face{padding:0px 0 30px 0;border-bottom:1px solid #f0f0f0;} |
|||
.face-img{padding-top:20px;} |
|||
.face-img img{border-radius:50%;height:60px;display:block;margin:0 auto;} |
|||
#rightSlide .click-login{margin-top:10px;} |
|||
#rightSlide .plate-list li{line-height:50px;width:100%;border-bottom:1px solid #f0f0f0;} |
|||
|
|||
|
|||
#topSearchBar{width:100%;height:50px;position:fixed;top:-50px;z-index:100;background:#fff;line-height:50px;} |
|||
#topSearchBar div{float:left;} |
|||
#topSearchBar .cancelIcon,#categoryList .cancelIcon{width:50px;height:100%;background:url("../images/icon-cancel2x.png") no-repeat center;background-size:14px 14px;cursor:pointer;} |
|||
#topSearchBar .searchInput{line-height:50px;width:calc(100% - 100px);position:relative;} |
|||
#topSearchBar .searchInput input{border:none;width:100%;background-image:url("../images/icon-search-mini2x.png");background-repeat:no-repeat;background-position:10px center;background-size:13px 14px;background-color:#f0f0f0;border-radius:20px;height:32px;line-height:31px;padding:0px 0 0 30px;} |
|||
#topSearchBar .searchBtn{width:50px;height:100%;display:inline-block;} |
|||
#topSearchBar .clearInput{position:absolute;right:5px;top:9px;border-radius:50%;width:32px;height:32px;background:url("../images/icon-clear2x.png") no-repeat center;background-size:16px 16px;} |
|||
|
|||
.photoSearch{width:100%;height:50px;position:relative;left:50px;background:#fff;line-height:50px;} |
|||
.photoSearch .searchInput{line-height:50px; position:relative;width:calc(100% - 100px);} |
|||
.photoSearch .searchInput input{border:none;width:100%;background-image:url("../images/icon-search-mini2x.png");background-repeat:no-repeat;background-position:10px center;background-size:13px 14px;background-color:#f0f0f0;border-radius:20px;height:32px;line-height:31px;padding:0px 0 0 30px;} |
|||
|
|||
#bottom{background:#f4f4f4;padding:20px 0 20px 0;} |
|||
#bottom #bottom-content{text-align:center;} |
|||
#bottom #bottom-content .switch{padding:0px 0 10px 0;} |
|||
|
|||
.Index-fixed-bottom{ width: 100%; height:1.04rem; position: fixed; bottom:-0.01rem; left: 0; background-color: #fff; z-index: 3; border-top:#e6e6e6 0.01rem solid;} |
|||
.Index-fixed-bottom a{ display: block; width: 33%;height: 1.04rem; text-align: center; font-size: 0.24rem ; color: #999;position: relative;} |
|||
.Index-fixed-bottom a i{ font-size: 0.42rem;color: #999; margin-top: 0.15rem; display: inline-block; height: 0.42rem} |
|||
.Index-fixed-bottom span{ color: #999; line-height: 0.36rem} |
|||
.Index-fixed-bottom a i.icon-fenlei{ font-size: 0.4rem; margin-top: 0.2rem} |
|||
.Index-fixed-bottom a i.icon-qiang{ font-weight: bolder;font-size: 0.44rem;} |
|||
.Index-fixed-bottom a b{ display: inline-block; height:0.15rem; width:0.15rem; border-radius:0.15rem; background-color: #f00; position:absolute; top: 0.18rem; right: 0.6rem} |
|||
.Index-fixed-bottom a.on i,.Index-fixed-bottom a.on span{ color: #f7672e} |
|||
|
After Width: | Height: | Size: 6.8 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 244 B |
|
After Width: | Height: | Size: 358 B |
|
After Width: | Height: | Size: 492 B |
|
After Width: | Height: | Size: 805 B |
|
After Width: | Height: | Size: 686 B |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 614 B |
|
After Width: | Height: | Size: 167 B |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 5.5 KiB |
|
After Width: | Height: | Size: 884 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 762 B |
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
@ -0,0 +1,13 @@ |
|||
var calculate_size = function () { |
|||
var BASE_FONT_SIZE = 100, docEl = document.documentElement, clientWidth = docEl.clientWidth; |
|||
if (clientWidth) { |
|||
docEl.style.fontSize = BASE_FONT_SIZE * (clientWidth / 750) + 'px'; |
|||
} |
|||
}; |
|||
// Abort if browser does not support addEventListener
|
|||
if (document.addEventListener) { |
|||
var resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize'; |
|||
window.addEventListener(resizeEvt, calculate_size, false); |
|||
document.addEventListener('DOMContentLoaded', calculate_size, false); |
|||
calculate_size(); |
|||
} |
|||
@ -0,0 +1,171 @@ |
|||
<!DOCTYPE html> |
|||
<html> |
|||
<head> |
|||
<meta charset="utf-8" /> |
|||
<title>安徽蓝豚教育集团-联系我们</title> |
|||
<meta name="keywords" content="" /> |
|||
<meta name="description" content="" /> |
|||
<link rel="stylesheet" href="/common/css/common_v1.9.5.css" /> |
|||
<link rel="stylesheet" href="/common/css/alert_v1.63.css" /> |
|||
<link rel="stylesheet" type="text/css" href="/deal/css/deal.css"> |
|||
<script type="text/javascript"> |
|||
var now=new Date(); |
|||
var startTime=now.getTime(); |
|||
var isLogin = false; ; |
|||
var isvip = 0; |
|||
var code = "100"; |
|||
var exetime = 0; |
|||
|
|||
var istuisong = 0; |
|||
|
|||
var loadtime = 0; |
|||
var uid = 0; |
|||
var click_num = 0; |
|||
</script> |
|||
</head> |
|||
<body> |
|||
<!--统一蒙版--> |
|||
<div id="mengcheng"></div> |
|||
<div id='login'> |
|||
<div class='close'></div> |
|||
<div class='l-logo'><img src="/common/image/login.png" alt="用户登陆logo"></div> |
|||
<a href="javascript:;" onclick="openLogin('qq')" class='l-qq'><i></i>QQ<span class="loginname">登录</span></a> |
|||
<a href="javascript:;" onclick="openLogin('weixin')" class='l-wx'><i></i>微信<span class="loginname">登录</span></a> |
|||
<a href="/gvrf/" target="_blank" class='l-deal'><input type="checkbox" name="yonghuxieyi" checked="checked">我已阅读并接受《用户协议》</a> |
|||
<div class="login-tips">QQ和微信是两个独立账号,账号信息不互通</div> |
|||
</div> |
|||
|
|||
<!-- 用户立即加入vip --> |
|||
<div class='get-vipintro addvip'> |
|||
<div class='close'></div> |
|||
<div class='vip1'><i class='panda1'></i> 开通会员全站免费下载</div> |
|||
<a target="_blank" href="/e/member/buygroup/" class='be-vip'>立即加入</a> |
|||
</div> |
|||
<!-- 开通vip成功 --> |
|||
<div class='get-vipintro vips vipone'> |
|||
<div class='close'></div> |
|||
<div class='vips'><i class='panda2'></i></div> |
|||
<a class='suc-vip'>您的一年会员开通成功!</a> |
|||
</div> |
|||
<div class='get-vipintro viptwo'> |
|||
<div class='close'></div> |
|||
<div class='vips'><i class='panda3'></i></div> |
|||
<a class='suc-vip'>您的一年会员开通成功!</a> |
|||
</div> |
|||
<div class='get-vipintro vipthree' style="display:none"> |
|||
<div class='close'></div> |
|||
<div class='vips'><i class='panda3'></i></div> |
|||
<a class='suc-vip'>开通终身VIP成功!</a> |
|||
</div> |
|||
|
|||
<!-- vip数量用户 --> |
|||
<div class='get-vipintro upvip'> |
|||
<div class='close'></div> |
|||
<div class='over'><i class='panda4'></i> 今日下载数已用完</div> |
|||
<a target="_blank" href="/e/member/buygroup/" class='more-vip'>升级会员</a> |
|||
</div> |
|||
|
|||
<!--意见反馈--> |
|||
<div class='user-advice'> |
|||
<div class='close'></div> |
|||
<textarea class='u-advice' name="content" placeholder="欢迎对安徽蓝豚教育集团提出宝贵的建议或意见,如被采纳有机会获得VIP哦!"></textarea> |
|||
<input type="text" class='connect' name="contact" placeholder="留下您的联系方式(QQ或者电话)"> |
|||
<div class='submit'>提交</div> |
|||
</div> |
|||
<div class='header'> |
|||
<div class='wlimit'> <div class='navs mr0'> |
|||
|
|||
<a class='logo' alt="安徽蓝豚教育集团" href="/"></a> |
|||
|
|||
|
|||
|
|||
<div class='login'> |
|||
<!-- 未登录 --> |
|||
<div name="注册" class='regist'>注册</div> |
|||
<div name="登录" class='regist-lg'>请登录</div> |
|||
<a href="/vip/" class='vip-int'><div class='diamond'></div>开通会员</a> |
|||
|
|||
|
|||
</div> |
|||
</div> |
|||
|
|||
</div> |
|||
</div> |
|||
</div> |
|||
|
|||
<!--中部的东西--> |
|||
|
|||
<div class='user-deal'> |
|||
<div class='title'>联系我们</div> |
|||
<p>联系我们资料</p> |
|||
</div> |
|||
|
|||
|
|||
|
|||
<div class='footer'> |
|||
<div class='footer1'> |
|||
<div class='user-say'> |
|||
<span class='box'><i class='i-1'></i>价格优惠</span> |
|||
<span class='box'><i class='i-2'></i>致臻精品</span> |
|||
<span class='box'><i class='i-3'></i>高质售后</span> |
|||
<span class='box'><i class='i-4'></i>100%满意</span> |
|||
<span class='box1'><i class='i-5'></i>提升效率</span> |
|||
</div> |
|||
</div> |
|||
<div class='footer2'> |
|||
<div class='wlimit'> |
|||
<div class='footer-logo'></div> |
|||
<div class='company-say'> |
|||
<div class="statements"> |
|||
<a rel="nofollow" href="/" target="_blank">安徽蓝豚教育集团</a> |
|||
<a rel="nofollow" href="/aboutus/" target="_blank">关于我们</a><span>|</span> |
|||
<a rel="nofollow" href="/gvrf/" target="_blank">注册协议</a><span>|</span> |
|||
<a rel="nofollow" href="/copyright/" target="_blank">版权声明</a><span>|</span> |
|||
<a rel="nofollow" href="/help/" target="_blank">PPT教程</a><span>|</span> |
|||
<a rel="nofollow" href="/settlecontrac/" target="_blank">入驻签约</a> |
|||
</div> |
|||
<div class="copyrights"> |
|||
<a href="http://www.miibeian.gov.cn" target="_blank" rel="nofollow"><i class="lazy gov-icon gov-icon-icp" data-original="/common/image/govemblem.png"></i><span>沪ICP备17039466号</span></a> |
|||
<a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31010402005121" target="_blank" rel="nofollow"><i class="lazy gov-icon gov-icon-wa" data-original="http://static.tukuppt.com/common/image/govemblem.png"></i><span>沪公网安备 31010402005121号</span></a> |
|||
|
|||
<span class="tukuppt-right">安徽蓝豚教育集团-Copyright © 2018 版权所有</span> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
|
|||
|
|||
<!-- 侧边栏 --> |
|||
<div class='cbl'> |
|||
|
|||
<div id="back-top"> |
|||
<div class='userqq'> |
|||
<a href="http://wpa.qq.com/msgrd?v=3&uin=243993898&site=qq&menu=yes" target="_blank" class="bg-b"> |
|||
<i class="ty qq"></i> |
|||
</a> |
|||
<div class='userqqtipw'> |
|||
<div class='userqqtip'> |
|||
<div class="inner"></div> |
|||
<a href="http://wpa.qq.com/msgrd?v=3&uin=243993898&site=qq&menu=yes" target="_blank" class='clickqq'>点击咨询</a> |
|||
<div class='qqtime'>在线时间:9:00-21:00</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<div class='lines'></div> |
|||
<a target="_blank" href="/vip/" class="bg-b"> |
|||
<i class='ty huiyuan'></i> |
|||
</a> |
|||
<div class='lines'></div> |
|||
<a href="javascript:;" class="bg-b"><i class='ty advice'></i></a> |
|||
<div class='lines'></div> |
|||
<a href="javascript:;" class="bg-b"><i class='ty return-top'></i></a> |
|||
</div> |
|||
</div> |
|||
|
|||
<script src="/index/js/jquery-1.7.1.min.js"></script> |
|||
<script src="/common/js/lazyload.min.js"></script> |
|||
<script src="/common/js/common-v3.0.js"></script> |
|||
|
|||
</body> |
|||
</html> |
|||
@ -0,0 +1,220 @@ |
|||
<!DOCTYPE html> |
|||
<html> |
|||
<head> |
|||
<meta charset="utf-8" /> |
|||
<title>巨助办公_海量WORD_PPT_EXCEL职场模板免费下载 帮您节省80%制作时间! -版权申明</title> |
|||
<meta name="keywords" content="" /> |
|||
<meta name="description" content="" /> |
|||
<link rel="stylesheet" href="/common/css/common_v1.9.5.css" /> |
|||
<link rel="stylesheet" href="/common/css/alert_v1.63.css" /> |
|||
<link rel="stylesheet" type="text/css" href="/deal/css/deal.css"> |
|||
<script type="text/javascript"> |
|||
var now=new Date(); |
|||
var startTime=now.getTime(); |
|||
var isLogin = true; ; |
|||
var isvip = 0; |
|||
var code = "100"; |
|||
var exetime = 0; |
|||
|
|||
var istuisong = 0; |
|||
|
|||
var loadtime = 0; |
|||
var uid = 2415696; |
|||
var click_num = 0; |
|||
</script> |
|||
</head> |
|||
<body> |
|||
<!--统一蒙版--> |
|||
<div id="mengcheng"></div> |
|||
<!-- 用户立即加入vip --> |
|||
<div class='get-vipintro addvip'> |
|||
<div class='close'></div> |
|||
<div class='vip1'><i class='panda1'></i> 开通会员全站免费下载</div> |
|||
<a target="_blank" href="/e/member/buygroup/" class='be-vip'>立即加入</a> |
|||
</div> |
|||
<!-- 开通vip成功 --> |
|||
<div class='get-vipintro vips vipone'> |
|||
<div class='close'></div> |
|||
<div class='vips'><i class='panda2'></i></div> |
|||
<a class='suc-vip'>您的一年会员开通成功!</a> |
|||
</div> |
|||
<div class='get-vipintro viptwo'> |
|||
<div class='close'></div> |
|||
<div class='vips'><i class='panda3'></i></div> |
|||
<a class='suc-vip'>您的一年会员开通成功!</a> |
|||
</div> |
|||
<div class='get-vipintro vipthree' style="display:none"> |
|||
<div class='close'></div> |
|||
<div class='vips'><i class='panda3'></i></div> |
|||
<a class='suc-vip'>开通终身VIP成功!</a> |
|||
</div> |
|||
|
|||
<!-- vip数量用户 --> |
|||
<div class='get-vipintro upvip'> |
|||
<div class='close'></div> |
|||
<div class='over'><i class='panda4'></i> 今日下载数已用完</div> |
|||
<a target="_blank" href="/e/member/buygroup/" class='more-vip'>升级会员</a> |
|||
</div> |
|||
|
|||
<!--意见反馈--> |
|||
<div class='user-advice'> |
|||
<div class='close'></div> |
|||
<textarea class='u-advice' name="content" placeholder="欢迎对=$public_r[sitename]?>提出宝贵的建议或意见,如被采纳有机会获得VIP哦!"></textarea> |
|||
<input type="text" class='connect' name="contact" placeholder="留下您的联系方式(QQ或者电话)"> |
|||
<div class='submit'>提交</div> |
|||
</div> |
|||
<div class='header'> |
|||
<div class='wlimit'> <div class='navs mr0'> |
|||
|
|||
<a class='logo' alt="巨助办公_海量WORD_PPT_EXCEL职场模板免费下载 帮您节省80%制作时间! " href="/"></a> |
|||
|
|||
|
|||
|
|||
<div class='login'> |
|||
<div class='s-regist'> |
|||
<a href="/user/center" target="_blank" class='a-regist'><img width="50" alt="用户头像" class="lazy-nodelay" data-original="http://thirdqq.qlogo.cn/qqapp/101427518/87354366DD9056165D879681D86BB17C/100" src="http://static.tukuppt.com/common/image/background.png"></a> |
|||
|
|||
<div class='u-detail'> |
|||
<div class='name'> |
|||
<span class="zhanghao">账号:</span><span class="yongname">♂柠檬脾气♀</span><span class="yongid">(ID:2415696)</span><i style="margin-left:2px;" class='yongbiao i-d3'></i> |
|||
</div> |
|||
|
|||
<a class='vip-time'>包年会员:于2019-06-01到期</a> |
|||
|
|||
<div class='u-detail1 border1'> |
|||
<a href="/user/picsc"><div class='u-down'>我的收藏</div></a> |
|||
<a href="/user/download"><div class='u-coll'>我的下载</div></a> |
|||
</div> |
|||
<a href="/logout" class='loginout'>[ 退出登录 ]</a> |
|||
</div> |
|||
</div> |
|||
<a href="/e/member/buygroup/" class='vip-int'><div class='diamond'></div>升级会员</a> |
|||
|
|||
</div> |
|||
</div> |
|||
|
|||
</div> |
|||
</div> |
|||
</div> |
|||
|
|||
<!--中部的东西--> |
|||
|
|||
<div class='aboutus'> |
|||
<div class='title'>版权申明</div> |
|||
<h3>1. 版权申明</h3> |
|||
<p> |
|||
(1)、熊猫办公是供网友在线分享文档、模板、素材的开放平台,为网友提供的信息存储空间,平台上所累积的文档、模板均来自热心用户的积极上传。熊猫办公自身不编辑或修改用户上传的文档、模板内容。对于用户上传的文档内容之真实性引发的全部责任均由用户自行承担。熊猫办公用户不可侵犯包括他人的著作权在内的知识产权以及其他权利。用户上传的文档、模板引起的权利纠纷或者侵犯了任何第三方的合法权益,其责任由用户本人承担,因此给任何第三方造成损失的,用户应负责全额赔偿。 |
|||
</p><p> |
|||
(2)、熊猫办公用户不得侵犯包括他人的著作权在内的著作权、知识产权以及其他合法权利。如果由于用户上传的文档、模板未经著作权人同意擅自对他人的作品进行全部或部分复制,修改,改编,翻译等,有可能侵害到他人的著作权时,不得把相关内容上传发布到熊猫办公。 |
|||
</p><p> |
|||
(3)、如因熊猫办公用户上传的内容侵犯了第三方的合法权利,第三方向熊猫办公提出异议,熊猫办公有权删除相关的内容。 |
|||
</p><p> |
|||
(4)、熊猫办公作为网络服务提供者,对非法转载,盗版行为的发生不具备充分的监控能力,如果您认为熊猫办公网用户通过熊猫办公提供的信息存储空间所上载、传播的内容侵犯了您的相关权益的,请您向熊猫办公发出权利通知,熊猫办公将根据相关法律规定采取措施删除相关内容,您可以向熊猫办公所设立的专门接受版权投诉和侵权通知的邮箱发送通知书。 |
|||
</p><p> |
|||
(5)、熊猫办公动员网络用户对网站上的模板进行全面监督,熊猫办公会在第一时间对举报进行核实,及时清理侵权作品,并视情况对举报人进行奖励。 |
|||
<h3>2. 版权投诉</h3> |
|||
<p> |
|||
如果您是某一演示文档的著作权人和/或依法可以行使信息网络传播权的权利人,且您认为熊猫办公网用户上传内容侵犯了您对该作品的信息网络传播权,请您及时书面通知我们,要求熊猫办公网删除该作品或者断开该作品的链接。您可以以电子邮件或者邮寄的方式向我公司送达书面通知及相关材料。通知书需由权利人或其合法授权人亲笔签名,若为单位则需加盖单位公章。您应对书面通知陈述之真实性负责。 |
|||
</p> |
|||
|
|||
<br> |
|||
<h3>熊猫办公网投诉邮箱:tousu@tukuppt.com</h3> |
|||
<br> |
|||
|
|||
<h3>(一)通知程序 </h3> |
|||
<p> |
|||
通知文本建议使用国家版权局发布的示范格式,详见附件。投诉通知应当提供包含下列文件: |
|||
</p><p class='important'> |
|||
(1)、完整填写的申请书 |
|||
</p><p class='important'> |
|||
(2)、权利人的姓名(名称)、联系方式、地址、身份证扫描件(自然人)、企业法人营业执照(单位)、法定代表人身份证明(单位) |
|||
</p><p class='important'> |
|||
(3)、要求删除或者断开链接的侵权作品的准确名称和网络地址,以便熊猫办公网能够发现并初步审核涉嫌侵权作品; |
|||
</p><p class='important'> |
|||
(4)、认为构成侵权的初步证明材料,包括但不限于对作品享有版权或依法享有信息网络传播权的权属证明,以及对涉嫌侵权作品侵权事实的举证。 |
|||
</p><p class='important'> |
|||
(5)、通知书需由权利人或其合法授权人亲笔签名,若为单位则需加盖单位公章。 |
|||
</p><p class='important'> |
|||
(6)、权利人应对通知书的真实性负责。若通知书的内容不真实,权利人将承担由此造成的全部法律责任。一旦收到符合上述要求之通知,我们将在合理时间内删除涉嫌侵权的作品。如不符合上述条件,我们会请您提供相应信息,且暂不采取包括删除等相应措施。在熊猫办公网上传作品的用户视为同意熊猫办公网就前款情况所采用的相应措施。熊猫办公网不因此而承担任何违约责任或其他任何法律责任。熊猫办公网在收到上述通知后会发送电子邮件通知上传该作品的用户。对于多次上传涉嫌侵权作品的用户,我们将取消其用户资格。 |
|||
</p> |
|||
<h3>(二)反通知程序 </h3> |
|||
<p> |
|||
反通知文本建议使用国家版权局发布的示范格式,详见附件。作品提供者收到熊猫办公网转送的通知书后,认为其提供的作品并未侵犯他人权利的,可向熊猫办公网提交反通知的书面说明,要求恢复被删除的作品或被断开的作品链接。反通知书需作品提供者或其合法授权人亲笔签名,若为单位则需加盖单位公章。反通知应当包含下列内容: |
|||
</p><p class='important'> |
|||
(1)、作品提供者的姓名(名称)、联系方式、地址、身份证复印件(自然人)、单位登记证明复印件(单位); |
|||
</p><p class='important'> |
|||
(2)、要求恢复被删除的作品,或者被断开链接的作品的准确名称和网络地址,以便熊猫办公网能够发现并初步审核涉嫌侵权作品; |
|||
</p><p class='important'> |
|||
(3)、认为不构成侵权的初步证明材料,包括但不限于对作品享有著作权或依法享有信息网络传播权的权属证明等。作品提供者应对反通知书的真实性负责。若通知书的内容不真实,提供者将承担由此造成的全部法律责任。熊猫办公网收到作品提供者的反通知后,将立即恢复被删除的作品或者被断开的作品链接,同时将作品提供者的反通知转送权利人。熊猫办公网对恢复被删除作品,或者被断开作品链接的行为不承担任何法律责任。权利人不得再通知熊猫办公网删除该作品,或者断开与该作品的链接。 |
|||
</p> |
|||
<br> |
|||
<h3>熊猫办公网反通知邮箱:tousu@tukuppt.com</h3> |
|||
<br> </div> |
|||
|
|||
|
|||
|
|||
<!--尾部按键--> |
|||
<div class='footer'> |
|||
<div class='footer1'> |
|||
<div class='user-say'> |
|||
<div class='box'><i class='i-1'></i>价格优惠</div> |
|||
<div class='box'><i class='i-2'></i>致臻精品</div> |
|||
<div class='box'><i class='i-3'></i>高质售后</div> |
|||
<div class='box'><i class='i-4'></i>100%满意</div> |
|||
<div class='box1'><i class='i-5'></i>提升效率</div> |
|||
</div> |
|||
</div> |
|||
<div class='footer2'> |
|||
<div class='wlimit'> |
|||
<div class='footer-logo'></div> |
|||
<div class='company-say'> |
|||
<ul> |
|||
<li><a href="/" target="_blank">熊猫办公</a></li> |
|||
<li><a>沪ICP备17039466号</a></li> |
|||
<li><a href="/about/aboutus" target="_blank">关于我们</a><span>|</span></li> |
|||
<li><a href="/about/gvrf" target="_blank">注册协议</a><span>|</span></li> |
|||
<li><a href="/pro/copyright" target="_blank">版权声明</a><span>|</span></li> |
|||
<li><a href="/about/help" target="_blank">PPT教程</a><span>|</span></li> |
|||
<li><a href="/about/settlecontrac" target="_blank">入驻签约</a></li> |
|||
</ul> |
|||
<p class="page-rights"> |
|||
此网页设计版权由熊猫办公网站所持有,未经允许,请勿建立镜像和其它非法用途 |
|||
</p> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
|
|||
<!-- 侧边栏 --> |
|||
<div class='cbl'> |
|||
|
|||
<div id="back-top"> |
|||
<div class='userqq'> |
|||
<a href="http://wpa.qq.com/msgrd?v=3&uin=1494456634&site=qq&menu=yes" target="_blank" class="bg-b"> |
|||
<i class="ty qq"></i> |
|||
</a> |
|||
<div class='userqqtipw'> |
|||
<div class='userqqtip'> |
|||
<div class="inner"></div> |
|||
<a href="http://wpa.qq.com/msgrd?v=3&uin=1494456634&site=qq&menu=yes" target="_blank" class='clickqq'>点击咨询</a> |
|||
<div class='qqtime'>在线时间:9:00-21:00</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<div class='lines'></div> |
|||
<a target="_blank" href="/vip/" class="bg-b"> |
|||
<i class='ty huiyuan'></i> |
|||
</a> |
|||
<div class='lines'></div> |
|||
<a href="javascript:;" class="bg-b"><i class='ty advice'></i></a> |
|||
<div class='lines'></div> |
|||
<a href="javascript:;" class="bg-b"><i class='ty return-top'></i></a> |
|||
</div> |
|||
</div> |
|||
|
|||
<script src="/index/js/jquery-1.7.1.min.js"></script> |
|||
<script src="/common/js/lazyload.min.js"></script> |
|||
<script src="/common/js/common-v3.0.js"></script> |
|||
|
|||
</body> |
|||
</html> |
|||
@ -0,0 +1,172 @@ |
|||
<!DOCTYPE html> |
|||
<html> |
|||
<head> |
|||
<meta charset="utf-8" /> |
|||
<title>巨助办公_海量WORD_PPT_EXCEL职场模板免费下载 帮您节省80%制作时间! -关于我们</title> |
|||
<meta name="keywords" content="" /> |
|||
<meta name="description" content="" /> |
|||
<link rel="stylesheet" href="/common/css/common_v1.9.5.css" /> |
|||
<link rel="stylesheet" href="/common/css/alert_v1.63.css" /> |
|||
<link rel="stylesheet" type="text/css" href="/deal/css/deal.css"> |
|||
<script type="text/javascript"> |
|||
var now=new Date(); |
|||
var startTime=now.getTime(); |
|||
var isLogin = true; ; |
|||
var isvip = 0; |
|||
var code = "100"; |
|||
var exetime = 0; |
|||
|
|||
var istuisong = 0; |
|||
|
|||
var loadtime = 0; |
|||
var uid = 2415696; |
|||
var click_num = 0; |
|||
</script> |
|||
</head> |
|||
<body> |
|||
<!--统一蒙版--> |
|||
<div id="mengcheng"></div> |
|||
<!-- 用户立即加入vip --> |
|||
<div class='get-vipintro addvip'> |
|||
<div class='close'></div> |
|||
<div class='vip1'><i class='panda1'></i> 开通会员全站免费下载</div> |
|||
<a target="_blank" href="/e/member/buygroup/" class='be-vip'>立即加入</a> |
|||
</div> |
|||
<!-- 开通vip成功 --> |
|||
<div class='get-vipintro vips vipone'> |
|||
<div class='close'></div> |
|||
<div class='vips'><i class='panda2'></i></div> |
|||
<a class='suc-vip'>您的一年会员开通成功!</a> |
|||
</div> |
|||
<div class='get-vipintro viptwo'> |
|||
<div class='close'></div> |
|||
<div class='vips'><i class='panda3'></i></div> |
|||
<a class='suc-vip'>您的一年会员开通成功!</a> |
|||
</div> |
|||
<div class='get-vipintro vipthree' style="display:none"> |
|||
<div class='close'></div> |
|||
<div class='vips'><i class='panda3'></i></div> |
|||
<a class='suc-vip'>开通终身VIP成功!</a> |
|||
</div> |
|||
|
|||
<!-- vip数量用户 --> |
|||
<div class='get-vipintro upvip'> |
|||
<div class='close'></div> |
|||
<div class='over'><i class='panda4'></i> 今日下载数已用完</div> |
|||
<a target="_blank" href="/e/member/buygroup/" class='more-vip'>升级会员</a> |
|||
</div> |
|||
|
|||
<!--意见反馈--> |
|||
<div class='user-advice'> |
|||
<div class='close'></div> |
|||
<textarea class='u-advice' name="content" placeholder="欢迎对=$public_r[sitename]?>提出宝贵的建议或意见,如被采纳有机会获得VIP哦!"></textarea> |
|||
<input type="text" class='connect' name="contact" placeholder="留下您的联系方式(QQ或者电话)"> |
|||
<div class='submit'>提交</div> |
|||
</div> |
|||
<div class='header'> |
|||
<div class='wlimit'> <div class='navs mr0'> |
|||
|
|||
<a class='logo' alt="巨助办公_海量WORD_PPT_EXCEL职场模板免费下载 帮您节省80%制作时间! " href="/"></a> |
|||
|
|||
|
|||
|
|||
<div class='login'> |
|||
<div class='s-regist'> |
|||
<a href="/user/center" target="_blank" class='a-regist'><img width="50" alt="用户头像" class="lazy-nodelay" data-original="http://thirdqq.qlogo.cn/qqapp/101427518/87354366DD9056165D879681D86BB17C/100" src="http://static.tukuppt.com/common/image/background.png"></a> |
|||
|
|||
<div class='u-detail'> |
|||
<div class='name'> |
|||
<span class="zhanghao">账号:</span><span class="yongname">♂柠檬脾气♀</span><span class="yongid">(ID:2415696)</span><i style="margin-left:2px;" class='yongbiao i-d3'></i> |
|||
</div> |
|||
|
|||
<a class='vip-time'>包年会员:于2019-06-01到期</a> |
|||
|
|||
<div class='u-detail1 border1'> |
|||
<a href="/user/picsc"><div class='u-down'>我的收藏</div></a> |
|||
<a href="/user/download"><div class='u-coll'>我的下载</div></a> |
|||
</div> |
|||
<a href="/logout" class='loginout'>[ 退出登录 ]</a> |
|||
</div> |
|||
</div> |
|||
<a href="/e/member/buygroup/" class='vip-int'><div class='diamond'></div>升级会员</a> |
|||
|
|||
</div> |
|||
</div> |
|||
|
|||
</div> |
|||
</div> |
|||
</div> |
|||
|
|||
<!--中部的东西--> |
|||
|
|||
<div class='aboutus'> |
|||
<div class='title'>关于我们</div> |
|||
</div> |
|||
|
|||
|
|||
|
|||
<!--尾部按键--> |
|||
<div class='footer'> |
|||
<div class='footer1'> |
|||
<div class='user-say'> |
|||
<div class='box'><i class='i-1'></i>价格优惠</div> |
|||
<div class='box'><i class='i-2'></i>致臻精品</div> |
|||
<div class='box'><i class='i-3'></i>高质售后</div> |
|||
<div class='box'><i class='i-4'></i>100%满意</div> |
|||
<div class='box1'><i class='i-5'></i>提升效率</div> |
|||
</div> |
|||
</div> |
|||
<div class='footer2'> |
|||
<div class='wlimit'> |
|||
<div class='footer-logo'></div> |
|||
<div class='company-say'> |
|||
<ul> |
|||
<li><a href="/" target="_blank">熊猫办公</a></li> |
|||
<li><a>沪ICP备17039466号</a></li> |
|||
<li><a href="/about/aboutus" target="_blank">关于我们</a><span>|</span></li> |
|||
<li><a href="/about/gvrf" target="_blank">注册协议</a><span>|</span></li> |
|||
<li><a href="/pro/copyright" target="_blank">版权声明</a><span>|</span></li> |
|||
<li><a href="/about/help" target="_blank">PPT教程</a><span>|</span></li> |
|||
<li><a href="/about/settlecontrac" target="_blank">入驻签约</a></li> |
|||
</ul> |
|||
<p class="page-rights"> |
|||
此网页设计版权由熊猫办公网站所持有,未经允许,请勿建立镜像和其它非法用途 |
|||
</p> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
|
|||
<!-- 侧边栏 --> |
|||
<div class='cbl'> |
|||
|
|||
<div id="back-top"> |
|||
<div class='userqq'> |
|||
<a href="http://wpa.qq.com/msgrd?v=3&uin=1494456634&site=qq&menu=yes" target="_blank" class="bg-b"> |
|||
<i class="ty qq"></i> |
|||
</a> |
|||
<div class='userqqtipw'> |
|||
<div class='userqqtip'> |
|||
<div class="inner"></div> |
|||
<a href="http://wpa.qq.com/msgrd?v=3&uin=1494456634&site=qq&menu=yes" target="_blank" class='clickqq'>点击咨询</a> |
|||
<div class='qqtime'>在线时间:9:00-21:00</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<div class='lines'></div> |
|||
<a target="_blank" href="/vip/" class="bg-b"> |
|||
<i class='ty huiyuan'></i> |
|||
</a> |
|||
<div class='lines'></div> |
|||
<a href="javascript:;" class="bg-b"><i class='ty advice'></i></a> |
|||
<div class='lines'></div> |
|||
<a href="javascript:;" class="bg-b"><i class='ty return-top'></i></a> |
|||
</div> |
|||
</div> |
|||
|
|||
<script src="/index/js/jquery-1.7.1.min.js"></script> |
|||
<script src="/common/js/lazyload.min.js"></script> |
|||
<script src="/common/js/common-v3.0.js"></script> |
|||
|
|||
</body> |
|||
</html> |
|||
@ -0,0 +1,253 @@ |
|||
<!DOCTYPE html> |
|||
<html> |
|||
<head> |
|||
<meta charset="utf-8" /> |
|||
<title>巨助办公_海量WORD_PPT_EXCEL职场模板免费下载 帮您节省80%制作时间! -入驻协议</title> |
|||
<meta name="keywords" content="" /> |
|||
<meta name="description" content="" /> |
|||
<link rel="stylesheet" href="/common/css/common_v1.9.5.css" /> |
|||
<link rel="stylesheet" href="/common/css/alert_v1.63.css" /> |
|||
<link rel="stylesheet" type="text/css" href="/deal/css/rz.css"> |
|||
<script type="text/javascript"> |
|||
var now=new Date(); |
|||
var startTime=now.getTime(); |
|||
var isLogin = true; ; |
|||
var isvip = 0; |
|||
var code = "100"; |
|||
var exetime = 0; |
|||
|
|||
var istuisong = 0; |
|||
|
|||
var loadtime = 0; |
|||
var uid = 2415696; |
|||
var click_num = 0; |
|||
</script> |
|||
</head> |
|||
<body> |
|||
<!--统一蒙版--> |
|||
<div id="mengcheng"></div> |
|||
<!-- 用户立即加入vip --> |
|||
<div class='get-vipintro addvip'> |
|||
<div class='close'></div> |
|||
<div class='vip1'><i class='panda1'></i> 开通会员全站免费下载</div> |
|||
<a target="_blank" href="/e/member/buygroup/" class='be-vip'>立即加入</a> |
|||
</div> |
|||
<!-- 开通vip成功 --> |
|||
<div class='get-vipintro vips vipone'> |
|||
<div class='close'></div> |
|||
<div class='vips'><i class='panda2'></i></div> |
|||
<a class='suc-vip'>您的一年会员开通成功!</a> |
|||
</div> |
|||
<div class='get-vipintro viptwo'> |
|||
<div class='close'></div> |
|||
<div class='vips'><i class='panda3'></i></div> |
|||
<a class='suc-vip'>您的一年会员开通成功!</a> |
|||
</div> |
|||
<div class='get-vipintro vipthree' style="display:none"> |
|||
<div class='close'></div> |
|||
<div class='vips'><i class='panda3'></i></div> |
|||
<a class='suc-vip'>开通终身VIP成功!</a> |
|||
</div> |
|||
|
|||
<!-- vip数量用户 --> |
|||
<div class='get-vipintro upvip'> |
|||
<div class='close'></div> |
|||
<div class='over'><i class='panda4'></i> 今日下载数已用完</div> |
|||
<a target="_blank" href="/e/member/buygroup/" class='more-vip'>升级会员</a> |
|||
</div> |
|||
|
|||
<!--意见反馈--> |
|||
<div class='user-advice'> |
|||
<div class='close'></div> |
|||
<textarea class='u-advice' name="content" placeholder="欢迎对=$public_r[sitename]?>提出宝贵的建议或意见,如被采纳有机会获得VIP哦!"></textarea> |
|||
<input type="text" class='connect' name="contact" placeholder="留下您的联系方式(QQ或者电话)"> |
|||
<div class='submit'>提交</div> |
|||
</div> |
|||
<div class='header'> |
|||
<div class='wlimit'> <div class='navs mr0'> |
|||
|
|||
<a class='logo' alt="巨助办公_海量WORD_PPT_EXCEL职场模板免费下载 帮您节省80%制作时间! " href="/"></a> |
|||
|
|||
|
|||
|
|||
<div class='login'> |
|||
<div class='s-regist'> |
|||
<a href="/user/center" target="_blank" class='a-regist'><img width="50" alt="用户头像" class="lazy-nodelay" data-original="http://thirdqq.qlogo.cn/qqapp/101427518/87354366DD9056165D879681D86BB17C/100" src="http://static.tukuppt.com/common/image/background.png"></a> |
|||
|
|||
<div class='u-detail'> |
|||
<div class='name'> |
|||
<span class="zhanghao">账号:</span><span class="yongname">♂柠檬脾气♀</span><span class="yongid">(ID:2415696)</span><i style="margin-left:2px;" class='yongbiao i-d3'></i> |
|||
</div> |
|||
|
|||
<a class='vip-time'>包年会员:于2019-06-01到期</a> |
|||
|
|||
<div class='u-detail1 border1'> |
|||
<a href="/user/picsc"><div class='u-down'>我的收藏</div></a> |
|||
<a href="/user/download"><div class='u-coll'>我的下载</div></a> |
|||
</div> |
|||
<a href="/logout" class='loginout'>[ 退出登录 ]</a> |
|||
</div> |
|||
</div> |
|||
<a href="/e/member/buygroup/" class='vip-int'><div class='diamond'></div>升级会员</a> |
|||
|
|||
</div> |
|||
</div> |
|||
|
|||
</div> |
|||
</div> |
|||
</div> |
|||
|
|||
<!--中部的东西--> |
|||
|
|||
<div class='rmiddle'> |
|||
<div class='rbj wlimit'> |
|||
<div class='timefree'>时间自由,收入可观,加入熊猫在家赚钱</div> |
|||
<div class='qy'>成为签约设计师,让您的作品产生更多的价值</div> |
|||
</div> |
|||
</div> |
|||
|
|||
<div class='wmys'> |
|||
<div class=' wlimit'> |
|||
<div class='weyous'>我们的优势</div> |
|||
<div class='jbox'> |
|||
<i></i> |
|||
<span>高薪收入</span> |
|||
</div> |
|||
<div class='jbox'> |
|||
<i class='ji1'></i> |
|||
<span>快捷简便</span> |
|||
</div> |
|||
<div class='jbox'> |
|||
<i class='ji2'></i> |
|||
<span>收入透明</span> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
|
|||
<div class='weneed'> |
|||
<h1>我们需要这样的你</h1> |
|||
<div class='nwhat'>专业的办公模板技能 / 有成熟的作品 / 独到的创意和审美 / 作品承诺原创</div> |
|||
<div class='wwbox wlimit'> |
|||
<div class='wbox'> |
|||
<i class='wi1'></i> |
|||
<div class='sjs ppt'>PPT/Keynote设计师</div> |
|||
<ul> |
|||
<li>精通PPT/Keynote软件</li> |
|||
<li>有较好的设计基础,有审美有创意</li> |
|||
<li>有较多空余时间</li> |
|||
</ul> |
|||
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=2468661417&site=qq&menu=yes">立即沟通</a> |
|||
</div> |
|||
<div class='wbox'> |
|||
<i class='wi2'></i> |
|||
<div class='sjs word'>Word 设计师</div> |
|||
<ul> |
|||
<li>精通AI软件,熟悉word软件</li> |
|||
<li>有较好的设计基础和成熟排版思路</li> |
|||
<li>有较多空余时间</li> |
|||
</ul> |
|||
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=2468661417&site=qq&menu=yes">立即沟通</a> |
|||
</div> |
|||
<div class='wbox'> |
|||
<i class='wi3'></i> |
|||
<div class='sjs excel'>Excel 设计师</div> |
|||
<ul> |
|||
<li>熟悉Excel软件,对数据比较敏感</li> |
|||
<li>有较好的设计基础,逻辑性较强的表格排版</li> |
|||
<li>有较多空余时间</li> |
|||
</ul> |
|||
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=2468661417&site=qq&menu=yes">立即沟通</a> |
|||
</div> |
|||
<div class='wbox'> |
|||
<i class='wi4'></i> |
|||
<div class='sjs video'>视频设计师</div> |
|||
<ul> |
|||
<li>精通AE、Pr、Edius、会声会影等软件</li> |
|||
<li>较好的视觉审美,设计视频模板的经验</li> |
|||
<li>有较多空余时间</li> |
|||
</ul> |
|||
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=2468661417&site=qq&menu=yes">立即沟通</a> |
|||
</div> |
|||
</div> |
|||
<div class='wenan'>(联系请备注申请签约类型,提前准备3个原创作品给到客服) </div> |
|||
</div> |
|||
|
|||
<div class='yget'> |
|||
<div class='wlimit'> |
|||
<h3>你可以得到</h3> |
|||
<ul> |
|||
<li>可观的薪资,设计作品数量越多薪资越高,目前合作的设计师基本薪资在3000-18000元之间。</li> |
|||
<li>专业的指导,多年PPT/Word/Excel/视频的从业设计师给你阶段性培训指导,帮你快速提升技能。</li> |
|||
<li>自由的时间,工作时间地点不受限制,你可以自由安排。</li> |
|||
</ul> |
|||
<div class='yimg'></div> |
|||
</div> |
|||
</div> |
|||
|
|||
|
|||
|
|||
<!--尾部按键--> |
|||
<div class='footer'> |
|||
<div class='footer1'> |
|||
<div class='user-say'> |
|||
<div class='box'><i class='i-1'></i>价格优惠</div> |
|||
<div class='box'><i class='i-2'></i>致臻精品</div> |
|||
<div class='box'><i class='i-3'></i>高质售后</div> |
|||
<div class='box'><i class='i-4'></i>100%满意</div> |
|||
<div class='box1'><i class='i-5'></i>提升效率</div> |
|||
</div> |
|||
</div> |
|||
<div class='footer2'> |
|||
<div class='wlimit'> |
|||
<div class='footer-logo'></div> |
|||
<div class='company-say'> |
|||
<ul> |
|||
<li><a href="/" target="_blank">熊猫办公</a></li> |
|||
<li><a>沪ICP备17039466号</a></li> |
|||
<li><a href="/aboutus/" target="_blank">关于我们</a><span>|</span></li> |
|||
<li><a href="/gvrf/" target="_blank">注册协议</a><span>|</span></li> |
|||
<li><a href="/copyright/" target="_blank">版权声明</a><span>|</span></li> |
|||
<li><a href="/help/" target="_blank">PPT教程</a><span>|</span></li> |
|||
<li><a href="/settlecontrac/" target="_blank">入驻签约</a></li> |
|||
</ul> |
|||
<p class="page-rights"> |
|||
此网页设计版权由熊猫办公网站所持有,未经允许,请勿建立镜像和其它非法用途 |
|||
</p> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
|
|||
<!-- 侧边栏 --> |
|||
<div class='cbl'> |
|||
|
|||
<div id="back-top"> |
|||
<div class='userqq'> |
|||
<a href="http://wpa.qq.com/msgrd?v=3&uin=1494456634&site=qq&menu=yes" target="_blank" class="bg-b"> |
|||
<i class="ty qq"></i> |
|||
</a> |
|||
<div class='userqqtipw'> |
|||
<div class='userqqtip'> |
|||
<div class="inner"></div> |
|||
<a href="http://wpa.qq.com/msgrd?v=3&uin=1494456634&site=qq&menu=yes" target="_blank" class='clickqq'>点击咨询</a> |
|||
<div class='qqtime'>在线时间:9:00-21:00</div> |
|||
</div> |
|||
</div> |
|||
</div> |
|||
<div class='lines'></div> |
|||
<a target="_blank" href="/vip/" class="bg-b"> |
|||
<i class='ty huiyuan'></i> |
|||
</a> |
|||
<div class='lines'></div> |
|||
<a href="javascript:;" class="bg-b"><i class='ty advice'></i></a> |
|||
<div class='lines'></div> |
|||
<a href="javascript:;" class="bg-b"><i class='ty return-top'></i></a> |
|||
</div> |
|||
</div> |
|||
|
|||
<script src="/index/js/jquery-1.7.1.min.js"></script> |
|||
<script src="/common/js/lazyload.min.js"></script> |
|||
<script src="/common/js/common-v3.0.js"></script> |
|||
|
|||
</body> |
|||
</html> |
|||
@ -0,0 +1,337 @@ |
|||
.b-box{ |
|||
overflow: unset; |
|||
} |
|||
.b-box .audio-box { |
|||
width: 288px; |
|||
height: 138px; |
|||
float: left; |
|||
margin-right: 16px; |
|||
margin-bottom: 16px; |
|||
margin-top: 3px; |
|||
position: relative; |
|||
overflow: hidden; |
|||
box-shadow: 0 0px 9px rgba(0,0,0,.1); |
|||
background: #ffffff; |
|||
} |
|||
.b-box .audio-box .audios{ |
|||
display: inline-block; |
|||
height: 96px; |
|||
width: 288px; |
|||
background: #fffff; |
|||
} |
|||
.b-box .audio-box .icon-bofang{ |
|||
display:block; |
|||
height: 51px; |
|||
width: 51px; |
|||
background: url(../image/audio.png) -14px -16px no-repeat; |
|||
margin-top: 27px; |
|||
margin-left: 27px; |
|||
float: left; |
|||
cursor:pointer; |
|||
} |
|||
|
|||
.b-box .audio-box .icon-bofang.on { |
|||
background-position: -85px -16px; |
|||
} |
|||
.b-box .audio-box .title{ |
|||
display: block; |
|||
width: 165px; |
|||
height: 50px; |
|||
line-height: 50px; |
|||
margin-top: 27px; |
|||
float: left; |
|||
overflow: hidden; |
|||
white-space: nowrap; |
|||
text-overflow: ellipsis; |
|||
margin-left: 22px; |
|||
text-align: left; |
|||
font-size: 14px; |
|||
} |
|||
.b-box .audio-box:hover .title{ |
|||
height: 31px; |
|||
line-height: 19px; |
|||
} |
|||
|
|||
.b-box .audio-box .collect{ |
|||
display: none; |
|||
float: left; |
|||
width: 29px; |
|||
height: 29px; |
|||
border:1px solid #e5e5e5; |
|||
border-radius: 2px; |
|||
margin-left: 10px; |
|||
background: url(../../video/image/video.png) -12px 5px no-repeat #fff; |
|||
cursor:pointer; |
|||
} |
|||
.b-box .audio-box:hover .collect{ |
|||
display: block; |
|||
} |
|||
.b-box .audio-box .c-chose{ |
|||
background: url(../../video/image/video.png) -13px -37px no-repeat #fff; |
|||
} |
|||
|
|||
.b-box .audio-box .down{ |
|||
display: none; |
|||
float: left; |
|||
height: 31px; |
|||
line-height: 31px; |
|||
width: 76px; |
|||
background:#6a8ee5; |
|||
margin-left: 23px; |
|||
border-radius: 2px; |
|||
cursor: pointer; |
|||
font-size: 14px; |
|||
color: #ffffff; |
|||
|
|||
} |
|||
.b-box .audio-box:hover .down{ |
|||
display: block; |
|||
} |
|||
.b-box .audio-box .down:hover { |
|||
background:#6e91e6; |
|||
} |
|||
.b-box .audio-box .down i{ |
|||
display: inline-block; |
|||
width: 20px; |
|||
height: 30px; |
|||
vertical-align: -9px; |
|||
margin-right: 3px; |
|||
background: url(../../video/image/video.png) -17px -77px no-repeat; |
|||
} |
|||
.b-box .audio-box .times{ |
|||
display: inline-block; |
|||
height: 30px; |
|||
width: 288px; |
|||
} |
|||
.b-box .audio-box .info{ |
|||
display: block; |
|||
float: left; |
|||
width: 207px; |
|||
height: 100px; |
|||
/* margin-top: 27px; */ |
|||
} |
|||
|
|||
.b-box .audio-box .star-time{ |
|||
display: block; |
|||
float: left; |
|||
height: 23px; |
|||
line-height: 23px; |
|||
width: 64px; |
|||
text-align: right; |
|||
font-size: 14px; |
|||
color: #696969; |
|||
} |
|||
.b-box .audio-box .time-bar{ |
|||
position: relative; |
|||
display: block; |
|||
width: 164px; |
|||
height: 24px; |
|||
z-index: 1; |
|||
cursor: pointer; |
|||
overflow: hidden; |
|||
float: left; |
|||
/* margin: 0 9px; */ |
|||
background: #bfbfbf; |
|||
} |
|||
|
|||
.b-box .audio-box .time-bar .progressBar{ |
|||
position: absolute; |
|||
z-index: 3; |
|||
left: 0px; |
|||
width: 100%; |
|||
height: 100%; |
|||
background: url('../image/audio.png') no-repeat -180px -30px; |
|||
} |
|||
.b-box .audio-box .time-bar .move-color{ |
|||
display: block; |
|||
width: 0px; |
|||
height: 24px; |
|||
background-color: #658ae4; |
|||
position: absolute; |
|||
left: 0; |
|||
top: 0; |
|||
height: 100%; |
|||
z-index: 2; |
|||
} |
|||
.b-box .audio-box .time-bar .timeTip{ |
|||
position: absolute; |
|||
top: 5px; |
|||
left: 0; |
|||
z-index: 3; |
|||
width: 40px; |
|||
text-align: center; |
|||
font-size: 12px; |
|||
color: #0099e5; |
|||
} |
|||
.b-box .audio-box .end-time{ |
|||
display: block; |
|||
width: 40px; |
|||
float: left; |
|||
font-size: 14px; |
|||
color: #696969; |
|||
line-height: 23px; |
|||
} |
|||
.middle .m-l .guangp{ |
|||
display: inline-block; |
|||
width: 355px; |
|||
height: 321px; |
|||
text-align: center; |
|||
padding-top: 80px; |
|||
padding-bottom: 70px; |
|||
position: relative; |
|||
} |
|||
.middle .m-l .guangp .guxz{ |
|||
display: inline-block; |
|||
width: 359px; |
|||
height: 359px; |
|||
background: url('../image/2.png'); |
|||
} |
|||
.middle .m-l .guangp .dy{ |
|||
position: absolute; |
|||
width: 85px; |
|||
right: -109px; |
|||
height: 82px; |
|||
top: 71px; |
|||
background: url(../image/1.png) no-repeat -356px -18px; |
|||
} |
|||
.middle .m-l .guangp .xy{ |
|||
position: absolute; |
|||
right: -108px; |
|||
width: 85px; |
|||
height: 85px; |
|||
top: 71px; |
|||
background: url(../image/1.png) no-repeat -450px -18px; |
|||
z-index: 3; |
|||
} |
|||
.middle .m-l .guangp .gp{ |
|||
position: absolute; |
|||
width: 173px; |
|||
height: 272px; |
|||
right: -70px; |
|||
top: 115px; |
|||
background: url(../image/1.png) no-repeat -350px -138px; |
|||
transform: rotate(-32deg); |
|||
transition: all 0.6s ease-in-out; |
|||
transform-origin: right top; |
|||
} |
|||
.middle .m-l .guangp .imgs{ |
|||
transform: rotate(-32deg); |
|||
transition: all 0.6s ease-in-out; |
|||
transform-origin: right top; |
|||
} |
|||
.middle .m-l .guangp .gp.skewing{ |
|||
transform: rotate(0deg); |
|||
} |
|||
.middle .m-l .guangp .xuanz{ |
|||
animation:circleRoate 200s ; |
|||
animation-timing-function:linear; |
|||
} |
|||
|
|||
.middle .m-l .audio-box{ |
|||
height: 100px; |
|||
width: 780px; |
|||
background: #ffffff; |
|||
border-bottom: 1px solid #c9c9c9; |
|||
margin-bottom: 35px; |
|||
|
|||
} |
|||
.middle .m-l .audio-box .icon-bofang{ |
|||
display:block; |
|||
height: 51px; |
|||
width: 51px; |
|||
background: url(../image/audio.png) -14px -16px no-repeat; |
|||
float: left; |
|||
cursor:pointer; |
|||
margin-left: 40px; |
|||
} |
|||
.middle .m-l .audio-box .icon-bofang.on { |
|||
background-position: -85px -16px; |
|||
} |
|||
.middle .m-l .audio-box .times{ |
|||
display: inline-block; |
|||
height: 30px; |
|||
width: 288px; |
|||
} |
|||
.middle .m-l .audio-box .info{ |
|||
display: block; |
|||
float: left; |
|||
width: 207px; |
|||
height: 100px; |
|||
/* margin-top: 27px; */ |
|||
} |
|||
|
|||
.middle .m-l .audio-box .star-time{ |
|||
width: 59px; |
|||
display: block; |
|||
float: left; |
|||
height: 51px; |
|||
line-height: 51px; |
|||
text-align: center; |
|||
font-size: 20px; |
|||
color: #696969; |
|||
margin-left: 17px; |
|||
} |
|||
.middle .m-l .audio-box .time-bar{ |
|||
position: relative; |
|||
display: block; |
|||
width: 527px; |
|||
height: 41px; |
|||
z-index: 1; |
|||
cursor: pointer; |
|||
overflow: hidden; |
|||
float: left; |
|||
/* margin: 0 9px; */ |
|||
background: #bfbfbf; |
|||
margin-top: 5px; |
|||
} |
|||
|
|||
.middle .m-l .audio-box .time-bar .progressBar{ |
|||
position: absolute; |
|||
z-index: 3; |
|||
left: 0px; |
|||
width: 100%; |
|||
height: 100%; |
|||
background: url('../image/audio.png') no-repeat -16px -83px; |
|||
} |
|||
.middle .m-l .audio-box .time-bar .move-color{ |
|||
display: block; |
|||
width: 0px; |
|||
height: 24px; |
|||
background-color: #658ae4; |
|||
position: absolute; |
|||
left: 0; |
|||
top: 0; |
|||
height: 100%; |
|||
z-index: 2; |
|||
} |
|||
.middle .m-l .audio-box .time-bar .timeTip{ |
|||
position: absolute; |
|||
top: 5px; |
|||
left: 0; |
|||
z-index: 3; |
|||
width: 40px; |
|||
text-align: center; |
|||
font-size: 12px; |
|||
color: #0099e5; |
|||
} |
|||
.middle .m-l .audio-box .end-time{ |
|||
display: block; |
|||
height: 51px; |
|||
width: 52px; |
|||
float: left; |
|||
line-height: 51px; |
|||
font-size: 20px; |
|||
color: #696969; |
|||
} |
|||
@keyframes circleRoate{ |
|||
from{transform: rotate(0deg) infinite;} |
|||
to{transform: rotate(7600deg);} |
|||
} |
|||
|
|||
.audio-width{height:210px !important;} |
|||
.audio-box .explain{padding:0 30px;background:#fff;display:block;} |
|||
.audio-box .p-title{display:block;width:100%;height:44px;font-size:13px;color:#252525;line-height:44px;text-align:left;border-bottom:1px solid #eceff1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden} |
|||
.audio-box .coll{display:block;width:100%;height:44px;line-height:44px;font-size:14px;font-family:Arial;color:#838383} |
|||
.audio-box .down-num{width:45%;float:left;text-align:left} |
|||
|
|||
|
|||
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 68 KiB |
|
After Width: | Height: | Size: 4.4 KiB |
@ -0,0 +1,134 @@ |
|||
.f-header{height:60px;width:100%;z-index:100;display:none;-webkit-box-shadow:0 0 1px #c3c3c3;-moz-box-shadow:0 0 1px #c3c3c3;box-shadow:0 0 1px #c3c3c3} |
|||
.f-header .c-search{width:100%;height:60px;background:#fff} |
|||
.f-header .c-search .h-logo{display:inline-block;width:206px;height:60px;background:url(../image/f-logo.png) no-repeat -3px 7px;float:left} |
|||
.f-header .c-search .search{display:inline-block;float:right;width:810px;height:45px;line-height:60px;margin-top:6px;background:#eee} |
|||
.f-header .c-search .search .i-search{display:block;float:left;font-family:'微软雅黑';outline:0;font-size:16px;height:25px;line-height:25px;width:709px;margin-left:20px;margin-top:10px;border:0 solid;background:#eee} |
|||
.f-header .c-search .search .s-niu{display:inline-block;float:right;width:63px;height:45px;background:url(../../common/image/common.png) 15px -123px no-repeat #668be4} |
|||
.f-header .tip-indent{width:22px;display:inline-block} |
|||
.f-header .c-search .search .hot-search{position:absolute;top:52px;width:746px;border:1px solid #e5e5e5;background:#fff;z-index:12;text-align:left;display:none} |
|||
.f-header .c-search .search .hot-search span{display:inline-block;width:20px;height:20px;line-height:20px;margin:0 20px;text-align:center;color:#fff} |
|||
.f-header .c-search .search .hot-search ul{margin:-2px 0 3px} |
|||
.f-header .c-search .search .hot-search a{color:#000;display:inline-block;height:42px;text-align:left;font-size:14px;line-height:42px} |
|||
.f-header .c-search .search .hot-search li{cursor:pointer;height:42px;line-height:42px} |
|||
#ca-search .hot-search .hover,.f-header .c-search .search .hot-search li:hover{background:#f0f0f0} |
|||
.header2{width:100%;font-family:'Microsoft YaHei';background:#fff} |
|||
.header2 .h-top{height:60px;line-height:60px;font-size:12px;color:#2f2f2f} |
|||
.header2 .h-top .h-b{display:block;float:left;color:#787878;font-size:14px;padding:0 17px} |
|||
.header2 .h-top .h-b:hover{color:#d7000f} |
|||
.header2 .h-login{display:block;float:right} |
|||
.header2 .h-login .v-open{display:inline-block;float:right;width:79px;height:30px} |
|||
.header2 .h-login .v-open i{display:inline-block;float:left;width:18px;height:30px;background:url(../image/dia.png) -1px 5px no-repeat} |
|||
.header2 .h-login .login{display:inline-block;float:right;width:50px;height:30px;cursor:pointer} |
|||
.header2 .h-login .regist{display:inline-block;float:right;width:44px;height:30px;cursor:pointer} |
|||
.header2 .c-search{width:100%;height:109px;background:url(../image/c-banner.jpg) center center no-repeat} |
|||
.header2 .c-search .h-logo{display:inline-block;width:206px;height:109px;background:url(../image/c-logo.png) no-repeat -8px 24px;float:left} |
|||
.header2 .c-search .search{display:inline-block;float:right;width:810px;height:60px;line-height:60px;margin-top:25px;background:#fff} |
|||
.header2 .c-search .search .i-search{display:block;float:left;font-family:'微软雅黑';outline:0;font-size:16px;height:40px;line-height:40px;width:709px;margin-left:20px;margin-top:10px;border:0 solid} |
|||
.header2 .c-search .search .s-niu{display:inline-block;float:right;width:80px;height:60px;background:url(../../common/image/common.png) 22px -115px no-repeat #668be4} |
|||
.header2 .tip-indent{width:22px;display:inline-block} |
|||
.header2 .c-search .search .hot-search{position:absolute;top:145px;width:728px;border:1px solid #e5e5e5;background:#fff;z-index:12;text-align:left;display:none} |
|||
.header2 .c-search .search .hot-search span{display:inline-block;width:20px;height:20px;line-height:20px;margin:0 20px;text-align:center;color:#fff} |
|||
.header2 .c-search .search .hot-search ul{margin:-2px 0 3px} |
|||
.header2 .c-search .search .hot-search a{color:#000;display:inline-block;height:42px;text-align:left;font-size:14px;line-height:42px} |
|||
.header2 .c-search .search .hot-search li{cursor:pointer;height:42px;line-height:42px} |
|||
#ca-search .hot-search .hover,.header2 .c-search .search .hot-search li:hover{background:#f0f0f0} |
|||
.header2 .s-regist{float:right;position:relative;color:#2f2f2f} |
|||
.header2 .s-regist .v-open{display:inline-block;float:right;width:79px;height:30px;float:left;color:#2f2f2f} |
|||
.header2 .s-regist .v-open:hover{color:#d7000f} |
|||
.header2 .s-regist .v-open i{display:inline-block;float:left;width:18px;height:30px;background:url(../image/dia.png) -1px 5px no-repeat} |
|||
.header2 .s-regist .a-regist{display:block;width:160px;height:30px;line-height:30px;float:left;color:#fff;overflow:hidden;position:relative;color:#2f2f2f;text-align:right} |
|||
.mr0{margin:0!important} |
|||
.mr20{margin-left:62px!important} |
|||
.h-middle{height:80px;line-height:80px;text-align:left;margin-left:250px;position:relative} |
|||
.h-middle a{display:block;float:left;color:#4b4b4b;font-size:15px;padding:0 20px} |
|||
.h-middle .h-types{position:absolute;top:80px;left:-78px;z-index:20;border:0 solid #f7f2f2;width:360px;background-color:#fff;padding:10px 0;-webkit-box-shadow:#666 0 0 5px;-moz-box-shadow:#666 0 0 5px;box-shadow:#999 0 0 2px;display:none} |
|||
.h-middle .h-types a{display:block;float:left;font-size:14px;font-family:'微软雅黑';height:40px;line-height:40px;padding:2px 30px;background:#fff;color:#848282} |
|||
.h-middle .h-types a{display:block;float:left;font-size:14px;font-family:'微软雅黑';height:40px;line-height:40px;padding:0 9px 0 31px;background:#fff;color:#848282;width:80px;text-align:left} |
|||
.h-middle .h-types a:hover{color:#d7000f} |
|||
.h-middle .more-type{display:block;float:left;font-size:14px;font-family:'微软雅黑';height:80px;line-height:80px;padding:0 20px} |
|||
.type{width:100%;padding:13px 0 1px;font-size:13px} |
|||
.type1{overflow:hidden;width:100%;line-height:40px;padding:6px 0 0 0} |
|||
.type .cj{height:61px} |
|||
.type .current{background:#6a8ee5;color:#fff!important} |
|||
.mr10{margin-right:10px;margin-top:25px} |
|||
.fmr10{margin-right:20px} |
|||
.type .white{background:#fff} |
|||
.type1 .all-type{display:block;float:left;height:26px;line-height:25px;border-radius:2px;margin-right:8px;color:#636161;margin-top:14px;margin-left:21px} |
|||
.type1 ul{height:50px;display:block;width:1027px;overflow:hidden;float:left} |
|||
.type1 a{display:block;float:left;padding:0 12px;height:26px;line-height:25px;border-radius:2px;margin-right:3px;color:#636161;margin-top:14px} |
|||
.type1 a:hover{color:#fff;background:#678be4} |
|||
.type1 .more{display:block;float:left;height:26px;line-height:25px;border-radius:2px;margin-right:8px;color:#636161;margin-top:15px;cursor:pointer} |
|||
.type1 .more:hover{color:#678be4} |
|||
.type1 .all-type{display:block;float:left;height:26px;line-height:25px;border-radius:2px;margin-right:8px;color:#636161;margin-top:14px margin-left: 21px} |
|||
.type2 .all-type{display:block;float:left;height:26px;line-height:25px;border-radius:2px;margin-right:8px;color:#636161;margin-top:14px;margin-left:21px} |
|||
.type2 ul{height:50px;display:block;width:1078px;overflow:hidden;float:left} |
|||
.type2 a{display:block;float:left;padding:0 12px;height:26px;line-height:25px;border-radius:2px;margin-right:3px;color:#636161;margin-top:14px} |
|||
.type2 a:hover{color:#fff;background:#678be4} |
|||
.type2 .more{display:block;float:left;height:26px;line-height:25px;border-radius:2px;margin-right:8px;color:#636161;margin-top:21px;cursor:pointer} |
|||
.type2 .more:hover{color:#678be4} |
|||
.hot-topic{width:100%;height:60px;line-height:60px} |
|||
.hot-topic .sort{cursor:pointer;display:inline-block;margin-top:14px;rder-radius:2px;font-size:14px;width:80px;height:30px;line-height:30px;float:left;margin-right:20px} |
|||
.hot-topic .sort:hover{color:#678be4} |
|||
.hot-topic .chose{border:1px solid #678be4;color:#678be4} |
|||
.hot-topic .res{float:right;font-size:14px;color:#9c9c9c} |
|||
.more i{display:inline-block;width:15px;height:20px;background:url(../../common/image/common.png) -1px -683px no-repeat;vertical-align:-6px} |
|||
.more-type i{display:inline-block;width:29px;height:20px;background:url(../../common/image/common.png) -1px -683px no-repeat;vertical-align:-6px} |
|||
.header2 .h-top .login{height:60px;line-height:60px;float:right;width:447px} |
|||
.header2 .h-top .login .vip-int{cursor:pointer;width:109px;height:60px;font-size:15px;float:right;line-height:60px;margin-right:20px} |
|||
.header2 .h-top .login .vip-int .diamond{margin-bottom:-6px;width:37px;height:27px;display:inline-block;background:url(../../common/image/common.png) no-repeat -3px -81px} |
|||
.header2 .h-top .login .regist{margin-top:15px;margin-left:10px;width:68px;height:31px;line-height:31px;float:right;color:#d7000f;border:1px solid #AFABAB;font-size:14px;color:#9A9292;cursor:pointer} |
|||
.header2 .h-top .login .regist:hover{color:#fff;background:#d7000f;border:1px solid #d7000f} |
|||
.header2 .h-top .login .regist-lg{margin-top:15px;width:60px;height:31px;line-height:31px;float:right;color:#d7000f;border:1px solid #d7000f;font-size:14px;color:#d7000f;cursor:pointer} |
|||
.header2 .h-top .login .regist-lg:hover{color:#fff;background:#d7000f} |
|||
.header2 .h-top .login .s-regist{height:80px;width:56px;float:right;position:relative} |
|||
.header2 .h-top .login .s-regist .a-regist{margin-top:11px;width:40px;height:40px;line-height:40px;background:#000;float:left;color:#fff;border-radius:100px;overflow:hidden;position:relative} |
|||
.header2 .s-regist .u-detail{position:absolute;top:60px;left:-234px;background:#fff;width:230px;z-index:13;padding:12px 30px;-webkit-box-shadow:#666 0 0 5px;-moz-box-shadow:#666 0 0 5px;box-shadow:#999 0 0 2px;display:none} |
|||
.header2 .s-regist:hover .u-detail{display:block} |
|||
.header2 .s-regist .u-detail .name{height:50px;line-height:47px;color:#000;text-align:left;width:100%;font-size:14px} |
|||
.header2 .s-regist .u-detail .name i{display:inline-block;width:37px;height:37px;vertical-align:-9px;margin-left:10px} |
|||
.i-d1{background:url(../image/common.png) -6px -363px no-repeat} |
|||
.i-d2{background:url(../image/common.png) -6px -401px no-repeat} |
|||
.i-d3{background:url(../image/common.png) -6px -496px no-repeat} |
|||
.header2 .s-regist .u-detail .power{width:230px;height:50px;line-height:50px;margin:0 auto;background:#d7000f;border:2px;color:#fff;font-size:16px;margin-top:10px;display:block;cursor:pointer} |
|||
.header2 .s-regist .u-detail .vip-time{width:230px;height:30px;line-height:7px;margin:0 auto;border:2px;color:#fa8d04;font-size:16px;margin-top:10px;display:block;cursor:pointer;font-size:15px;text-align:left} |
|||
.header2 .s-regist .u-detail .power1{width:180px;height:50px;text-align:left} |
|||
.header2 .s-regist .u-detail .u-detail1{width:100%;height:50px;line-height:54px;margin-top:13px} |
|||
.header2 .s-regist .u-detail .border1{border-top:1px solid #F1EBEB} |
|||
.header2 .s-regist .u-detail .u-detail1 span{display:inline-block;color:#000;margin-left:10px;font-size:18px;font-family:Arial} |
|||
.header2 .s-regist .u-detail .u-detail1 .u-down{width:100px;height:50px;float:left;color:#828282;font-size:14px} |
|||
.header2 .s-regist .u-detail .u-detail1 .u-coll{width:100px;height:50px;float:right;color:#828282;font-size:14px} |
|||
.header2 .s-regist .u-detail .loginout{display:block;width:100%;height:50px;line-height:60px;text-align:center;font-size:12px;border-top:1px solid #F1EBEB;margin-top:10px;cursor:pointer;color:#8f8f8f} |
|||
.header2 .s-regist .u-detail .loginout:hover{color:#d7000f} |
|||
.flex-images{overflow:hidden} |
|||
.flex-images .item{float:left;margin:4px;box-sizing:content-box;overflow:hidden;position:relative} |
|||
.flex-images .item img{width:100%;height:100%} |
|||
#demo1{margin-bottom:50px} |
|||
.flex-images .item .ljxzk{display:none} |
|||
.flex-images .item:hover img{opacity:.8} |
|||
.flex-images .item:hover .ljxzk{display:block;width:80px;height:40px;position:absolute;right:10px;top:10px;background:#d7000f;line-height:40px;color:#fff;z-index:1} |
|||
.flex-images .item:hover .ljxzk i{width:22px;height:36px;display:inline-block;background:url(http://static.tukuppt.com/common/image/common.png) -13px -452px no-repeat;vertical-align:-10px} |
|||
.flex-images .item:hover .ljxzk:hover{cursor:pointer;display:block;width:80px;height:40px;position:absolute;right:10px;top:10px;background:#fc2130} |
|||
.flex-images .item:hover .ljsck{z-index:1;cursor:pointer;display:block;width:40px;height:40px;position:absolute;right:97px;top:10px;background:url(http://static.tukuppt.com/common/image/common.png) 3px -35px no-repeat #fff} |
|||
.flex-images .item:hover .chose{background:url(http://static.tukuppt.com/common/image/common.png) 7px -637px no-repeat #fff} |
|||
.flex-images .excel{background:#fff;padding-bottom:30px;margin-bottom:20px;margin-right:10px;box-shadow:0 3px 9px rgba(0,0,0,.1)} |
|||
.flex-images .exceltitle{position:relative;top:5px;color:#252525;font-size:13px} |
|||
.s-box .ljxzk{display:none} |
|||
.s-box:hover .ljxzk{display:block;width:80px;height:40px;position:absolute;right:10px;top:10px;background:#d7000f;line-height:40px;color:#fff} |
|||
.s-box:hover .ljxzk i{width:22px;height:36px;display:inline-block;background:url(http://static.tukuppt.com/common/image/common.png) -13px -452px no-repeat;vertical-align:-10px} |
|||
.s-box:hover .ljxzk:hover{cursor:pointer;display:block;width:80px;height:40px;position:absolute;right:10px;top:10px;background:#fc2130} |
|||
.s-box:hover .ljsck{cursor:pointer;display:block;width:40px;height:40px;position:absolute;right:97px;top:10px;background:url(http://static.tukuppt.com/common/image/common.png) 3px -35px no-repeat #fff} |
|||
.dibumiaoshu{margin-top:20px;margin-bottom:20px;font-size:20px;color:#999;font-size:14px;text-align:left} |
|||
.doyoulike{height:40px;line-height:40px} |
|||
.doyoulike span{line-height:40px;color:#999;font-size:14px;text-align:left;float:left} |
|||
.doyoulike a{line-height:40px;color:#999;font-size:14px;text-align:left;float:left;margin-left:10px} |
|||
.doyoulike a:hover{color:#6a8ee5} |
|||
.location{margin-top:10px;height:30px;line-height:30px} |
|||
.location a{float:left;color:#636161;font-size:14px;font-weight:400} |
|||
.location span{float:left;color:#636161;font-size:14px;font-weight:400} |
|||
.location h1{float:left;color:#636161;font-size:14px;font-weight:400} |
|||
.location span{padding:0 5px} |
|||
.location a:hover{color:#6a8ee5} |
|||
.type1 .soscene{display:block;float:left;padding:0 12px;height:26px;line-height:25px;border-radius:2px;margin-right:3px;color:#636161;margin-top:14px} |
|||
.type1 .soscene:hover{color:#fff;background:#6a8ee5;cursor:pointer} |
|||
.type2 .sostyle{display:block;float:left;padding:0 12px;height:26px;line-height:25px;border-radius:2px;margin-right:3px;color:#636161;margin-top:14px} |
|||
.type2 .sostyle:hover{color:#fff;background:#6a8ee5;cursor:pointer} |
|||
@ -0,0 +1,130 @@ |
|||
.f-header{height:60px;width:100%;z-index:100;display:none;-webkit-box-shadow:0 0 1px #c3c3c3;-moz-box-shadow:0 0 1px #c3c3c3;box-shadow:0 0 1px #c3c3c3} |
|||
.f-header .c-search{width:100%;height:60px;background:#fff} |
|||
.f-header .c-search .h-logo{display:inline-block;width:206px;height:60px;background:url(../image/f-logo.png) no-repeat -3px 7px;float:left} |
|||
.f-header .c-search .search{display:inline-block;float:right;width:810px;height:45px;line-height:60px;margin-top:6px;background:#eee} |
|||
.f-header .c-search .search .i-search{display:block;float:left;font-family:'微软雅黑';outline:0;font-size:16px;height:25px;line-height:25px;width:709px;margin-left:20px;margin-top:10px;border:0 solid;background:#eee} |
|||
.f-header .c-search .search .s-niu{display:inline-block;float:right;width:63px;height:45px;background:url(../../common/image/common.png) 15px -123px no-repeat #668be4} |
|||
.f-header .c-search .search .s-niu:hover{background:url(../../common/image/common.png) 15px -123px no-repeat #4f75d3} |
|||
.f-header .tip-indent{width:22px;display:inline-block} |
|||
.f-header .c-search .search .hot-search{position:absolute;top:52px;width:746px;border:1px solid #e5e5e5;background:#fff;z-index:12;text-align:left;display:none} |
|||
.f-header .c-search .search .hot-search span{display:inline-block;width:20px;height:20px;line-height:20px;margin:0 20px;text-align:center;color:#fff} |
|||
.f-header .c-search .search .hot-search ul{margin:-2px 0 3px} |
|||
.f-header .c-search .search .hot-search a{color:#000;display:inline-block;height:42px;text-align:left;font-size:14px;line-height:42px} |
|||
.f-header .c-search .search .hot-search li{cursor:pointer;height:42px;line-height:42px} |
|||
#ca-search .hot-search .hover,.f-header .c-search .search .hot-search li:hover{background:#f0f0f0} |
|||
.headersearch{width:100%;font-family:'Microsoft YaHei';background:#fff} |
|||
.headersearch .c-search{width:100%;height:100px;background:#fff;text-align:center} |
|||
.headersearch .c-search .search{display:inline-block;width:890px;height:56px;line-height:56px;margin-top:16px;background:#fff;border:2px solid #6589e4;position:relative;border-right:0 solid} |
|||
.headersearch .c-search .search .i-search{display:block;float:left;font-family:'微软雅黑';outline:0;font-size:15px;height:40px;line-height:40px;width:632px;margin-left:20px;margin-top:8px;border:0 solid} |
|||
.headersearch .c-search .search .s-niu{display:inline-block;float:right;width:114px;height:60px;background:url(../../common/image/common.png) 41px -116px no-repeat #6589e4;margin-top:-2px} |
|||
.headersearch .c-search .search .s-niu:hover{background:url(../../common/image/common.png) 41px -116px no-repeat #739bfb} |
|||
.headersearch .tip-indent{width:22px;display:inline-block} |
|||
.headersearch .c-search .search .hot-search{position:absolute;top:58px;width:664px;border:1px solid #e5e5e5;background:#fff;z-index:12;left:110px;text-align:left} |
|||
.headersearch .c-search .search .hot-search span{display:inline-block;width:20px;height:20px;line-height:20px;margin:0 20px;text-align:center;color:#fff} |
|||
.headersearch .c-search .search .hot-search ul{margin:-2px 0 3px} |
|||
.headersearch .c-search .search .hot-search a{color:#000;display:inline-block;height:42px;text-align:left;font-size:14px;line-height:42px} |
|||
.headersearch .c-search .search .hot-search li{cursor:pointer;height:42px;line-height:42px} |
|||
#ca-search .hot-search .hover,.headersearch .c-search .search .hot-search li:hover{background:#f0f0f0} |
|||
.headersearch .s-regist{float:right;position:relative;color:#2f2f2f} |
|||
.headersearch .s-regist .v-open{display:inline-block;float:right;width:79px;height:30px;float:left;color:#2f2f2f} |
|||
.headersearch .s-regist .v-open:hover{color:#d7000f} |
|||
.headersearch .s-regist .v-open i{display:inline-block;float:left;width:18px;height:30px;background:url(../image/dia.png) -1px 5px no-repeat} |
|||
.headersearch .s-regist .a-regist{display:block;width:160px;height:30px;line-height:30px;float:left;color:#fff;overflow:hidden;position:relative;color:#2f2f2f;text-align:right} |
|||
.mr0{margin:0!important} |
|||
.mr20{margin-left:62px!important} |
|||
.h-middle{height:80px;line-height:80px;text-align:left;margin-left:250px;position:relative} |
|||
.h-middle a{display:block;float:left;color:#4b4b4b;font-size:15px;padding:0 20px} |
|||
.h-middle .h-types{position:absolute;top:80px;left:-78px;z-index:20;border:0 solid #f7f2f2;width:360px;background-color:#fff;padding:10px 0;-webkit-box-shadow:#666 0 0 5px;-moz-box-shadow:#666 0 0 5px;box-shadow:#999 0 0 2px;display:none} |
|||
.h-middle .h-types a{display:block;float:left;font-size:14px;font-family:'微软雅黑';height:40px;line-height:40px;padding:2px 30px;background:#fff;color:#848282} |
|||
.h-middle .h-types a{display:block;float:left;font-size:14px;font-family:'微软雅黑';height:40px;line-height:40px;padding:0 9px 0 31px;background:#fff;color:#848282;width:80px;text-align:left} |
|||
.h-middle .h-types a:hover{color:#d7000f} |
|||
.h-middle .more-type{display:block;float:left;font-size:14px;font-family:'微软雅黑';height:80px;line-height:80px;padding:0 20px} |
|||
.type{width:100%;padding:10px 0 1px;font-size:13px} |
|||
.type1{overflow:hidden;width:100%;line-height:40px} |
|||
.type .cj{height:61px} |
|||
.type .current{background:#6a8ee5;color:#fff!important} |
|||
.mr10{margin-right:10px;margin-top:25px} |
|||
.fmr10{margin-right:20px} |
|||
.type .white{background:#fff;padding:6px 0 20px} |
|||
.type1 .all-type{display:block;float:left;height:26px;line-height:25px;border-radius:2px;margin-right:8px;color:#636161;margin-top:14px;margin-left:21px} |
|||
.type1 .uli{float:left;width:1098px} |
|||
.type1 a{display:block;float:left;padding:0 8px;height:26px;line-height:25px;border-radius:2px;margin-right:3px;color:#636161;margin-top:16px} |
|||
.type1 a:hover{color:#fff;background:#678be4} |
|||
.type1 .more{display:block;float:left;height:26px;line-height:25px;border-radius:2px;margin-right:8px;color:#636161;margin-top:15px;cursor:pointer} |
|||
.type1 .more:hover{color:#678be4} |
|||
.type1 .all-type{display:block;float:left;height:26px;line-height:27px;border-radius:2px;margin-right:8px;color:#636161} |
|||
.hot-topic{width:100%;height:60px;line-height:60px} |
|||
.hot-topic .sort{cursor:pointer;display:inline-block;margin-top:14px;rder-radius:2px;font-size:14px;width:80px;height:30px;line-height:30px;float:left;margin-right:20px} |
|||
.hot-topic .sort:hover{color:#678be4} |
|||
.hot-topic .chose{border:1px solid #678be4;color:#678be4} |
|||
.hot-topic .res{float:right;font-size:14px;color:#9c9c9c} |
|||
.more i{display:inline-block;width:15px;height:20px;background:url(../../common/image/common.png) -1px -683px no-repeat;vertical-align:-6px} |
|||
.more-type i{display:inline-block;width:29px;height:20px;background:url(../../common/image/common.png) -1px -683px no-repeat;vertical-align:-6px} |
|||
.flex-images{overflow:hidden} |
|||
.flex-images .item{float:left;margin:4px;box-sizing:content-box;overflow:hidden;position:relative} |
|||
.flex-images .item img{width:100%;height:100%} |
|||
#demo1{margin-bottom:50px} |
|||
.flex-images .item .ljxzk{display:none} |
|||
.flex-images .item:hover img{opacity:.8} |
|||
.flex-images .item:hover .ljxzk{display:block;width:80px;height:40px;position:absolute;right:10px;top:10px;background:#d7000f;line-height:40px;color:#fff;z-index:1} |
|||
.flex-images .item:hover .ljxzk i{width:22px;height:36px;display:inline-block;background:url(http://static.tukuppt.com/common/image/common.png) -13px -452px no-repeat;vertical-align:-10px} |
|||
.flex-images .item:hover .ljxzk:hover{cursor:pointer;display:block;width:80px;height:40px;position:absolute;right:10px;top:10px;background:#fc2130} |
|||
.flex-images .item:hover .ljsck{z-index:1;cursor:pointer;display:block;width:40px;height:40px;position:absolute;right:97px;top:10px;background:url(http://static.tukuppt.com/common/image/common.png) 3px -35px no-repeat #fff} |
|||
.flex-images .item:hover .chose{background:url(http://static.tukuppt.com/common/image/common.png) 7px -637px no-repeat #fff} |
|||
.flex-images .excel{background:#fff;padding-bottom:30px;margin-bottom:20px;margin-right:10px;box-shadow:0 3px 9px rgba(0,0,0,.1)} |
|||
.flex-images .exceltitle{position:relative;top:5px;color:#252525;font-size:13px} |
|||
.s-box .ljxzk{display:none} |
|||
.s-box:hover .ljxzk{display:block;width:80px;height:40px;position:absolute;right:10px;top:10px;background:#d7000f;line-height:40px;color:#fff} |
|||
.s-box:hover .ljxzk i{width:22px;height:36px;display:inline-block;background:url(http://static.tukuppt.com/common/image/common.png) -13px -452px no-repeat;vertical-align:-10px} |
|||
.s-box:hover .ljxzk:hover{cursor:pointer;display:block;width:80px;height:40px;position:absolute;right:10px;top:10px;background:#fc2130} |
|||
.s-box:hover .ljsck{cursor:pointer;display:block;width:40px;height:40px;position:absolute;right:97px;top:10px;background:url(http://static.tukuppt.com/common/image/common.png) 3px -35px no-repeat #fff} |
|||
.s-box .searchtype{display:block;float:left;height:58px;width:110px;cursor:pointer;font-size:15px} |
|||
.s-box .sline{height:56px;width:1px;float:left;background:#e5e5e5} |
|||
.s-box .searchtype em{display:inline-block;height:22px;width:10px;background:url(../../common/image/ktvip.png) -41px -43px no-repeat;margin-left:4px;position:relative} |
|||
.s-box .searchtype:hover em{background:url(../../common/image/ktvip.png) -63px -43px no-repeat} |
|||
.s-box ul{position:absolute;top:58px;left:-2px;background:#fff;width:112px;box-shadow:0 1px 5px #dcd9d9} |
|||
#typedown{display:none} |
|||
.s-box ul li a{padding-left:20px;text-align:left;display:block;height:35px;line-height:35px;font-size:13px;color:#818181;cursor:pointer} |
|||
.s-box ul li a:hover{color:#fff;background:#678be4} |
|||
.headercatage{width:100%;height:75px;display:none;position:fixed;top:0;z-index:10} |
|||
#searchdiv{background:#fff} |
|||
#searchdiv .search{display:inline-block;z-index:12;height:46px;position:relative;margin-top:14px} |
|||
#searchdiv .search .s-box{opacity:.9;width:411px;float:left;background:#fff;height:42px;border:2px solid #6085e3;border-right:0 solid} |
|||
#searchdiv .search .s-niu{width:90px;height:46px;float:left;cursor:pointer;background:#6085e3;text-align:center} |
|||
#searchdiv .search .s-niu:hover{background-color:#4f75d3} |
|||
#searchdiv .search .s-niu em{display:inline-block;width:20px;height:45px;background:url(../../common/image/ktvip.png) no-repeat -14px -37px} |
|||
#searchdiv .hot-search{position:absolute;top:46px;width:411px;border:1px solid #e5e5e5;background:#fff;z-index:12;text-align:left} |
|||
#searchdiv .hot-search span{display:inline-block;width:20px;height:20px;line-height:20px;margin:0 20px;text-align:center;color:#fff} |
|||
#searchdiv .hot-search ul{margin:7px 0} |
|||
#searchdiv .hot-search a{color:#000;display:inline-block;height:42px;text-align:left;font-size:14px;line-height:42px} |
|||
#searchdiv .hot-search li{cursor:pointer} |
|||
#searchdiv .hot-search .hover,#searchdiv .hot-search li:hover{background:#f0f0f0} |
|||
#searchdiv .search .s-box .i-search{font-family:'微软雅黑';outline:0;font-size:14px;padding-top:12px;width:389px;margin-left:20px;border:0 solid} |
|||
#searchdiv .tip-indent{width:30px;display:inline-block} |
|||
.dibumiaoshu{margin-top:20px;margin-bottom:20px;font-size:20px;color:#999;font-size:14px;text-align:left} |
|||
.doyoulike{height:50px;background:white;} |
|||
.doyoulike span{line-height:50px;color:#999;font-size:14px;text-align:left;float:left;margin-left:33px;color:black;} |
|||
.doyoulike a{line-height:26px;color:#999;font-size:14px;text-align:left;float:left;margin-left:10px;height:26px;background:#eee;margin-top:12px;padding:0 7px;border-radius:2px;} |
|||
.doyoulike a:hover{background:#6a8ee5;color:white;} |
|||
.location{height:30px;line-height:41px} |
|||
.location a{float:left;color:#636161;font-size:12px;font-weight:400} |
|||
.location span{float:left;color:#636161;font-size:12px;font-weight:400} |
|||
.location h1{float:left;color:#636161;font-size:14px;font-weight:400} |
|||
.location span{padding:0 5px} |
|||
.location a:hover{color:#6a8ee5} |
|||
.type1 .soscene{display:block;float:left;padding:0 12px;height:26px;line-height:25px;border-radius:2px;margin-right:3px;color:#636161;margin-top:14px} |
|||
.type1 .soscene:hover{color:#fff;background:#6a8ee5;cursor:pointer} |
|||
.type1 .sostyle{display:block;float:left;padding:0 12px;height:26px;line-height:25px;border-radius:2px;margin-right:3px;color:#636161;margin-top:14px} |
|||
.type1 .sostyle:hover{color:#fff;background:#6a8ee5;cursor:pointer} |
|||
@media screen and (min-width:1600px){.header .navs{width:1504px} |
|||
.wlimit{width:1504px;margin:0 auto} |
|||
.type1 .uli{float:left;width:1392px} |
|||
.type1 a{padding:0 10px;margin-right:12px} |
|||
.headersearch .c-search .search .hot-search{width:665px} |
|||
.type1 .all-type{margin-left:35px} |
|||
.header .allfenl{width:1100px} |
|||
#searchdiv .search .s-box{width:605px} |
|||
#searchdiv .hot-search{width:605px} |
|||
.footer .footer1 .user-say {width: 1504px;} |
|||
.footer .footer1 .user-say .box {width: 343px;} |
|||
} |
|||
@ -0,0 +1,137 @@ |
|||
.f-header{height:60px;width:100%;z-index:100;display:none;-webkit-box-shadow:0 0 1px #c3c3c3;-moz-box-shadow:0 0 1px #c3c3c3;box-shadow:0 0 1px #c3c3c3} |
|||
.f-header .c-search{width:100%;height:60px;background:#fff} |
|||
.f-header .c-search .h-logo{display:inline-block;width:206px;height:60px;background:url(../image/f-logo.png) no-repeat -3px 7px;float:left} |
|||
.f-header .c-search .search{display:inline-block;float:right;width:810px;height:45px;line-height:60px;margin-top:6px;background:#eee} |
|||
.f-header .c-search .search .i-search{display:block;float:left;font-family:'微软雅黑';outline:0;font-size:16px;height:25px;line-height:25px;width:709px;margin-left:20px;margin-top:10px;border:0 solid;background:#eee} |
|||
.f-header .c-search .search .s-niu{display:inline-block;float:right;width:63px;height:45px;background:url(../../common/image/common.png) 15px -123px no-repeat #668be4} |
|||
.f-header .c-search .search .s-niu:hover{background:url(../../common/image/common.png) 15px -123px no-repeat #4f75d3} |
|||
.f-header .tip-indent{width:22px;display:inline-block} |
|||
.f-header .c-search .search .hot-search{position:absolute;top:52px;width:746px;border:1px solid #e5e5e5;background:#fff;z-index:12;text-align:left;display:none} |
|||
.f-header .c-search .search .hot-search span{display:inline-block;width:20px;height:20px;line-height:20px;margin:0 20px;text-align:center;color:#fff} |
|||
.f-header .c-search .search .hot-search ul{margin:-2px 0 3px} |
|||
.f-header .c-search .search .hot-search a{color:#000;display:inline-block;height:42px;text-align:left;font-size:14px;line-height:42px} |
|||
.f-header .c-search .search .hot-search li{cursor:pointer;height:42px;line-height:42px} |
|||
#ca-search .hot-search .hover,.f-header .c-search .search .hot-search li:hover{background:#f0f0f0} |
|||
.headersearch{width:100%;font-family:'Microsoft YaHei';background:#fff} |
|||
.headersearch .c-search{width:100%;height:100px;background:#fff;text-align:center} |
|||
.headersearch .c-search .search{display:inline-block;width:890px;height:56px;line-height:56px;margin-top:16px;background:#fff;border:2px solid #6589e4;position:relative;border-right:0 solid} |
|||
.headersearch .c-search .search .i-search{display:block;float:left;font-family:'微软雅黑';outline:0;font-size:15px;height:40px;line-height:40px;width:632px;margin-left:20px;margin-top:8px;border:0 solid} |
|||
.headersearch .c-search .search .s-niu{display:inline-block;float:right;width:114px;height:60px;background:url(../../common/image/common.png) 41px -116px no-repeat #6589e4;margin-top:-2px} |
|||
.headersearch .c-search .search .s-niu:hover{background:url(../../common/image/common.png) 41px -116px no-repeat #739bfb} |
|||
.headersearch .tip-indent{width:22px;display:inline-block} |
|||
.headersearch .c-search .search .hot-search{position:absolute;top:58px;width:664px;border:1px solid #e5e5e5;background:#fff;z-index:12;left:110px;text-align:left} |
|||
.headersearch .c-search .search .hot-search span{display:inline-block;width:20px;height:20px;line-height:20px;margin:0 20px;text-align:center;color:#fff} |
|||
.headersearch .c-search .search .hot-search ul{margin:-2px 0 3px} |
|||
.headersearch .c-search .search .hot-search a{color:#000;display:inline-block;height:42px;text-align:left;font-size:14px;line-height:42px} |
|||
.headersearch .c-search .search .hot-search li{cursor:pointer;height:42px;line-height:42px} |
|||
#ca-search .hot-search .hover,.headersearch .c-search .search .hot-search li:hover{background:#f0f0f0} |
|||
.headersearch .s-regist{float:right;position:relative;color:#2f2f2f} |
|||
.headersearch .s-regist .v-open{display:inline-block;float:right;width:79px;height:30px;float:left;color:#2f2f2f} |
|||
.headersearch .s-regist .v-open:hover{color:#d7000f} |
|||
.headersearch .s-regist .v-open i{display:inline-block;float:left;width:18px;height:30px;background:url(../image/dia.png) -1px 5px no-repeat} |
|||
.headersearch .s-regist .a-regist{display:block;width:160px;height:30px;line-height:30px;float:left;color:#fff;overflow:hidden;position:relative;color:#2f2f2f;text-align:right} |
|||
.mr0{margin:0!important} |
|||
.mr20{margin-left:62px!important} |
|||
.h-middle{height:80px;line-height:80px;text-align:left;margin-left:250px;position:relative} |
|||
.h-middle a{display:block;float:left;color:#4b4b4b;font-size:15px;padding:0 20px} |
|||
.h-middle .h-types{position:absolute;top:80px;left:-78px;z-index:20;border:0 solid #f7f2f2;width:360px;background-color:#fff;padding:10px 0;-webkit-box-shadow:#666 0 0 5px;-moz-box-shadow:#666 0 0 5px;box-shadow:#999 0 0 2px;display:none} |
|||
.h-middle .h-types a{display:block;float:left;font-size:14px;font-family:'微软雅黑';height:40px;line-height:40px;padding:2px 30px;background:#fff;color:#848282} |
|||
.h-middle .h-types a{display:block;float:left;font-size:14px;font-family:'微软雅黑';height:40px;line-height:40px;padding:0 9px 0 31px;background:#fff;color:#848282;width:80px;text-align:left} |
|||
.h-middle .h-types a:hover{color:#d7000f} |
|||
.h-middle .more-type{display:block;float:left;font-size:14px;font-family:'微软雅黑';height:80px;line-height:80px;padding:0 20px} |
|||
.type{width:100%;padding:10px 0 1px;font-size:13px} |
|||
.type1{overflow:hidden;width:100%;line-height:40px} |
|||
.type .cj{height:61px} |
|||
.type .current{background:#6a8ee5;color:#fff!important} |
|||
.mr10{margin-right:10px;margin-top:25px} |
|||
.fmr10{margin-right:20px} |
|||
.type .white{background:#fff;padding:6px 0 20px} |
|||
.type1 .all-type{display:block;float:left;height:26px;line-height:25px;border-radius:2px;margin-right:8px;color:#636161;margin-top:14px;margin-left:21px} |
|||
.type1 .uli{float:left;width:1098px} |
|||
.type1 a{display:block;float:left;padding:0 8px;height:26px;line-height:25px;border-radius:2px;margin-right:3px;color:#636161;margin-top:16px} |
|||
.type1 a:hover{color:#fff;background:#678be4} |
|||
.type1 .more{display:block;float:left;height:26px;line-height:25px;border-radius:2px;margin-right:8px;color:#636161;margin-top:15px;cursor:pointer} |
|||
.type1 .more:hover{color:#678be4} |
|||
.type1 .all-type{display:block;float:left;height:26px;line-height:27px;border-radius:2px;margin-right:8px;color:#636161} |
|||
.hot-topic{width:100%;height:60px;line-height:60px} |
|||
.hot-topic .sort{cursor:pointer;display:inline-block;margin-top:14px;rder-radius:2px;font-size:14px;width:80px;height:30px;line-height:30px;float:left;margin-right:20px} |
|||
.hot-topic .sort:hover{color:#678be4} |
|||
.hot-topic .chose{border:1px solid #678be4;color:#678be4} |
|||
.hot-topic .res{float:right;font-size:14px;color:#9c9c9c} |
|||
.more i{display:inline-block;width:15px;height:20px;background:url(../../common/image/common.png) -1px -683px no-repeat;vertical-align:-6px} |
|||
.more-type i{display:inline-block;width:29px;height:20px;background:url(../../common/image/common.png) -1px -683px no-repeat;vertical-align:-6px} |
|||
.flex-images{overflow:hidden} |
|||
.flex-images .item{float:left;margin:4px;box-sizing:content-box;overflow:hidden;position:relative} |
|||
.flex-images .item img{width:100%;height:100%} |
|||
#demo1{margin-bottom:50px} |
|||
.flex-images .item .ljxzk{display:none} |
|||
.flex-images .item:hover img{opacity:.8} |
|||
.flex-images .item:hover .ljxzk{display:block;width:80px;height:40px;position:absolute;right:10px;top:10px;background:#d7000f;line-height:40px;color:#fff;z-index:1} |
|||
.flex-images .item:hover .ljxzk i{width:22px;height:36px;display:inline-block;background:url(http://static.tukuppt.com/common/image/common.png) -13px -452px no-repeat;vertical-align:-10px} |
|||
.flex-images .item:hover .ljxzk:hover{cursor:pointer;display:block;width:80px;height:40px;position:absolute;right:10px;top:10px;background:#fc2130} |
|||
.flex-images .item:hover .ljsck{z-index:1;cursor:pointer;display:block;width:40px;height:40px;position:absolute;right:97px;top:10px;background:url(http://static.tukuppt.com/common/image/common.png) 3px -35px no-repeat #fff} |
|||
.flex-images .item:hover .chose{background:url(http://static.tukuppt.com/common/image/common.png) 7px -637px no-repeat #fff} |
|||
.flex-images .excel{background:#fff;padding-bottom:30px;margin-bottom:20px;margin-right:10px;box-shadow:0 3px 9px rgba(0,0,0,.1)} |
|||
.flex-images .exceltitle{position:relative;top:5px;color:#252525;font-size:13px} |
|||
.s-box .ljxzk{display:none} |
|||
.s-box:hover .ljxzk{display:block;width:80px;height:40px;position:absolute;right:10px;top:10px;background:#d7000f;line-height:40px;color:#fff} |
|||
.s-box:hover .ljxzk i{width:22px;height:36px;display:inline-block;background:url(http://static.tukuppt.com/common/image/common.png) -13px -452px no-repeat;vertical-align:-10px} |
|||
.s-box:hover .ljxzk:hover{cursor:pointer;display:block;width:80px;height:40px;position:absolute;right:10px;top:10px;background:#fc2130} |
|||
.s-box:hover .ljsck{cursor:pointer;display:block;width:40px;height:40px;position:absolute;right:97px;top:10px;background:url(http://static.tukuppt.com/common/image/common.png) 3px -35px no-repeat #fff} |
|||
.s-box .searchtype{display:block;float:left;height:58px;width:110px;cursor:pointer;font-size:15px} |
|||
.s-box .sline{height:56px;width:1px;float:left;background:#e5e5e5} |
|||
.s-box .searchtype em{display:inline-block;height:22px;width:10px;background:url(../../common/image/ktvip.png) -41px -43px no-repeat;margin-left:4px;position:relative} |
|||
.s-box .searchtype:hover em{background:url(../../common/image/ktvip.png) -63px -43px no-repeat} |
|||
.s-box ul{position:absolute;top:58px;left:-2px;background:#fff;width:112px;box-shadow:0 1px 5px #dcd9d9} |
|||
#typedown{display:none} |
|||
.s-box ul li a{padding-left:20px;text-align:left;display:block;height:35px;line-height:35px;font-size:13px;color:#818181;cursor:pointer} |
|||
.s-box ul li a:hover{color:#fff;background:#678be4} |
|||
.headercatage{width:100%;height:75px;display:none;position:fixed;top:0;z-index:10} |
|||
#searchdiv{background:#fff} |
|||
#searchdiv .search{display:inline-block;z-index:12;height:46px;position:relative;margin-top:14px} |
|||
#searchdiv .search .s-box{opacity:.9;width:411px;float:left;background:#fff;height:42px;border:2px solid #6085e3;border-right:0 solid} |
|||
#searchdiv .search .s-niu{width:90px;height:46px;float:left;cursor:pointer;background:#6085e3;text-align:center} |
|||
#searchdiv .search .s-niu:hover{background-color:#4f75d3} |
|||
#searchdiv .search .s-niu em{display:inline-block;width:20px;height:45px;background:url(../../common/image/ktvip.png) no-repeat -14px -37px} |
|||
#searchdiv .hot-search{position:absolute;top:46px;width:411px;border:1px solid #e5e5e5;background:#fff;z-index:12;text-align:left} |
|||
#searchdiv .hot-search span{display:inline-block;width:20px;height:20px;line-height:20px;margin:0 20px;text-align:center;color:#fff} |
|||
#searchdiv .hot-search ul{margin:7px 0} |
|||
#searchdiv .hot-search a{color:#000;display:inline-block;height:42px;text-align:left;font-size:14px;line-height:42px} |
|||
#searchdiv .hot-search li{cursor:pointer} |
|||
#searchdiv .hot-search .hover,#searchdiv .hot-search li:hover{background:#f0f0f0} |
|||
#searchdiv .search .s-box .i-search{font-family:'微软雅黑';outline:0;font-size:14px;padding-top:12px;width:389px;margin-left:20px;border:0 solid} |
|||
#searchdiv .tip-indent{width:30px;display:inline-block} |
|||
.dibumiaoshu{margin-top:20px;margin-bottom:20px;font-size:20px;color:#999;font-size:14px;text-align:left} |
|||
.doyoulike{height:40px;line-height:40px} |
|||
.doyoulike span{line-height:40px;color:#999;font-size:14px;text-align:left;float:left} |
|||
.doyoulike a{line-height:40px;color:#999;font-size:14px;text-align:left;float:left;margin-left:10px} |
|||
.doyoulike a:hover{color:#6a8ee5} |
|||
.location{height:30px;line-height:41px} |
|||
.location a{float:left;color:#636161;font-size:12px;font-weight:400} |
|||
.location span{float:left;color:#636161;font-size:12px;font-weight:400} |
|||
.location h1{float:left;color:#636161;font-size:14px;font-weight:400} |
|||
.location span{padding:0 5px} |
|||
.location a:hover{color:#6a8ee5} |
|||
.type1 .soscene{display:block;float:left;padding:0 12px;height:26px;line-height:25px;border-radius:2px;margin-right:3px;color:#636161;margin-top:14px} |
|||
.type1 .soscene:hover{color:#fff;background:#6a8ee5;cursor:pointer} |
|||
.type1 .sostyle{display:block;float:left;padding:0 12px;height:26px;line-height:25px;border-radius:2px;margin-right:3px;color:#636161;margin-top:14px} |
|||
.type1 .sostyle:hover{color:#fff;background:#6a8ee5;cursor:pointer} |
|||
@media screen and (min-width:1600px){.header .navs{width:1504px} |
|||
.wlimit{width:1504px;margin:0 auto} |
|||
.type1 .uli{float:left;width:1392px} |
|||
.type1 a{padding:0 10px;margin-right:12px} |
|||
.headersearch .c-search .search .hot-search{width:665px} |
|||
.type1 .all-type{margin-left:35px} |
|||
.header .allfenl{width:1100px} |
|||
#searchdiv .search .s-box{width:605px} |
|||
#searchdiv .hot-search{width:605px} |
|||
.footer .footer1 .user-say {width: 1504px;} |
|||
.footer .footer1 .user-say .box {width: 343px;} |
|||
} |
|||
.box-new-hot{text-align:left;margin-bottom:20px;} |
|||
.box-tab{display:inline-block;line-height: 40px;border-bottom:1px solid #e5e5e5;width:100%;font-size: 14px} |
|||
.box-tab li{display:block;float:left;color:#999;margin-right:20px;} |
|||
.box-tab li:hover{cursor: pointer;} |
|||
.box-tab .on{color:#6085e3;} |
|||
.box-new-hot .boxinfo{line-height:30px;} |
|||
.box-new-hot .boxinfo a{margin-right:10px;color:#999;font-size:12px} |
|||
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
@ -0,0 +1,40 @@ |
|||
$(function(){ |
|||
var isauto = $('.more').attr('isauto'); |
|||
if(isauto==1){ |
|||
$('.type1 ul').css('height','auto'); |
|||
}else{ |
|||
$('.type1 ul').css('height','50px'); |
|||
} |
|||
|
|||
$('.more').click(function(){ |
|||
var height = $('.type1 ul').height(); |
|||
if(height<=50){ |
|||
$('.type1 ul').css('height','auto'); |
|||
}else{ |
|||
$('.type1 ul').css('height','50px'); |
|||
} |
|||
}); |
|||
|
|||
var mark = true; |
|||
$(window).scroll(function () { |
|||
var scrollheight = parseInt($(document).scrollTop()); |
|||
if (scrollheight>=80) { |
|||
if (mark) { |
|||
mark = false; |
|||
$('.f-header').show(); |
|||
$('.f-header').css('position','fixed').css('top','-60px'); |
|||
setTimeout(function(){ |
|||
$('.f-header').css('top','0'); |
|||
},100) |
|||
} |
|||
} else { |
|||
if(!mark) { |
|||
mark=true; |
|||
$('.f-header').hide(); |
|||
$('.f-header').attr('style',''); |
|||
} |
|||
} |
|||
|
|||
}); |
|||
|
|||
}); |
|||
@ -0,0 +1,49 @@ |
|||
$(function(){ |
|||
$('#typedown li a').click(function(){ |
|||
var name = $(this).html(); |
|||
var kid = $(this).attr('kid'); |
|||
$('#keyword').attr('key-type',kid); |
|||
$('.search-btn').attr('key-type',kid); |
|||
$('.searchtype span').text(name); |
|||
$('#typedown').hide(); |
|||
$('#typedown li').show(); |
|||
$('.allkid'+kid).hide(); |
|||
var searchname = '搜索'+name; |
|||
$('#keyword').attr('placeholder',searchname); |
|||
}); |
|||
|
|||
$('.searchtype').mouseover(function(){ |
|||
$('#typedown').show(); |
|||
}); |
|||
$('#typedown').mouseleave(function(){ |
|||
$('#typedown').hide(); |
|||
}) |
|||
$('.searchtype').mouseleave(function(){ |
|||
$('#typedown').hide(); |
|||
}) |
|||
$('#typedown').mouseover(function(){ |
|||
$('#typedown').show(); |
|||
}) |
|||
|
|||
|
|||
var mark = true; |
|||
$(window).scroll(function () { |
|||
var scrollheight = parseInt($(document).scrollTop()); |
|||
if (scrollheight>=300) { |
|||
if (mark) { |
|||
mark = false; |
|||
$('.headercatage').css('top','-75px'); |
|||
$('.headercatage').show(); |
|||
$(".headercatage").animate({top:"0px"},300); |
|||
$('#dropdown-box').hide(); |
|||
} |
|||
} else { |
|||
if(!mark) { |
|||
mark=true; |
|||
$('.headercatage').hide(); |
|||
} |
|||
} |
|||
|
|||
}); |
|||
|
|||
}); |
|||
@ -0,0 +1,55 @@ |
|||
$(function(){ |
|||
|
|||
$('.box-new-hot li').mouseenter(function(){ |
|||
$(this).addClass('on').siblings().removeClass('on'); |
|||
$('.boxinfo .box-inner').eq($(this).index()).show().siblings().hide(); |
|||
}); |
|||
|
|||
$('#typedown li a').click(function(){ |
|||
var name = $(this).html(); |
|||
var kid = $(this).attr('kid'); |
|||
$('#keyword').attr('key-type',kid); |
|||
$('.search-btn').attr('key-type',kid); |
|||
$('.searchtype span').text(name); |
|||
$('#typedown').hide(); |
|||
$('#typedown li').show(); |
|||
$('.allkid'+kid).hide(); |
|||
var searchname = '搜索'+name; |
|||
$('#keyword').attr('placeholder',searchname); |
|||
}); |
|||
|
|||
$('.searchtype').mouseover(function(){ |
|||
$('#typedown').show(); |
|||
}); |
|||
$('#typedown').mouseleave(function(){ |
|||
$('#typedown').hide(); |
|||
}) |
|||
$('.searchtype').mouseleave(function(){ |
|||
$('#typedown').hide(); |
|||
}) |
|||
$('#typedown').mouseover(function(){ |
|||
$('#typedown').show(); |
|||
}) |
|||
|
|||
|
|||
var mark = true; |
|||
$(window).scroll(function () { |
|||
var scrollheight = parseInt($(document).scrollTop()); |
|||
if (scrollheight>=300) { |
|||
if (mark) { |
|||
mark = false; |
|||
$('.headercatage').css('top','-75px'); |
|||
$('.headercatage').show(); |
|||
$(".headercatage").animate({top:"0px"},300); |
|||
$('#dropdown-box').hide(); |
|||
} |
|||
} else { |
|||
if(!mark) { |
|||
mark=true; |
|||
$('.headercatage').hide(); |
|||
} |
|||
} |
|||
|
|||
}); |
|||
|
|||
}); |
|||
@ -0,0 +1,34 @@ |
|||
<?php |
|||
require('e/class/connect.php'); |
|||
|
|||
require('e/class/db_sql.php'); |
|||
header ("content-Type: text/html; charset=utf-8"); |
|||
|
|||
$verify_code_url = 'http://www.tukuppt.com/index/down/code'; |
|||
|
|||
$cookie = $public_r['add_cookie']; //cookie文件保存的路径 |
|||
|
|||
$url_img='http://www.tukuppt.com/index/down/code'; |
|||
$ch = curl_init(); |
|||
curl_setopt($ch, CURLOPT_URL, $url_img); |
|||
curl_setopt($ch,CURLOPT_HEADER,0); |
|||
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1) ; |
|||
curl_setopt($ch, CURLOPT_REFERER, 'http://www.tukuppt.com/'); |
|||
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie); |
|||
curl_setopt($ch,CURLOPT_COOKIE,$public_r['add_cookie']); |
|||
$img = curl_exec($ch); |
|||
curl_close($ch); |
|||
$img_name = 'vcode.jpg'; |
|||
$op_file = fopen($img_name, 'w'); |
|||
fwrite($op_file,$img); |
|||
fclose($op_file); |
|||
|
|||
|
|||
header('content-type:image/jpg;'); |
|||
$content=file_get_contents($img_name); |
|||
echo $content; |
|||
|
|||
|
|||
|
|||
|
|||
?> |
|||
@ -0,0 +1,38 @@ |
|||
* 1.0.0 build 2010031920 |
|||
|
|||
- first public release |
|||
- help in readme, install |
|||
- cleanup ans separation of QRtools and QRspec |
|||
- now TCPDF binding requires minimal changes in TCPDF, having most of job |
|||
done in QRtools tcpdfBarcodeArray |
|||
- nicer QRtools::timeBenchmark output |
|||
- license and copyright notices in files |
|||
- indent cleanup - from tab to 4spc, keep it that way please :) |
|||
- sf project, repository, wiki |
|||
- simple code generator in index.php |
|||
|
|||
* 1.1.0 build 2010032113 |
|||
|
|||
- added merge tool wich generate merged version of code |
|||
located in phpqrcode.php |
|||
- splited qrconst.php from qrlib.php |
|||
|
|||
* 1.1.1 build 2010032405 |
|||
|
|||
- patch by Rick Seymour allowing saving PNG and displaying it at the same time |
|||
- added version info in VERSION file |
|||
- modified merge tool to include version info into generated file |
|||
- fixed e-mail in almost all head comments |
|||
|
|||
* 1.1.2 build 2010032722 |
|||
|
|||
- full integration with TCPDF thanks to Nicola Asuni, it's author |
|||
- fixed bug with alphanumeric encoding detection |
|||
|
|||
* 1.1.3 build 2010081807 |
|||
|
|||
- short opening tags replaced with standard ones |
|||
|
|||
* 1.1.4 build 2010100721 |
|||
|
|||
- added missing static keyword QRinput::check (found by Luke Brookhart, Onjax LLC) |
|||
@ -0,0 +1,67 @@ |
|||
== REQUIREMENTS == |
|||
|
|||
* PHP5 |
|||
* PHP GD2 extension with JPEG and PNG support |
|||
|
|||
== INSTALLATION == |
|||
|
|||
If you want to recreate cache by yourself make sure cache directory is |
|||
writable and you have permisions to write into it. Also make sure you are |
|||
able to read files in it if you have cache option enabled |
|||
|
|||
== CONFIGURATION == |
|||
|
|||
Feel free to modify config constants in qrconfig.php file. Read about it in |
|||
provided comments and project wiki page (links in README file) |
|||
|
|||
== QUICK START == |
|||
|
|||
Notice: probably you should'nt use all of this in same script :) |
|||
|
|||
<?phpb |
|||
|
|||
//include only that one, rest required files will be included from it |
|||
include "qrlib.php" |
|||
|
|||
//write code into file, Error corection lecer is lowest, L (one form: L,M,Q,H) |
|||
//each code square will be 4x4 pixels (4x zoom) |
|||
//code will have 2 code squares white boundary around |
|||
|
|||
QRcode::png('PHP QR Code :)', 'test.png', 'L', 4, 2); |
|||
|
|||
//same as above but outputs file directly into browser (with appr. header etc.) |
|||
//all other settings are default |
|||
//WARNING! it should be FIRST and ONLY output generated by script, otherwise |
|||
//rest of output will land inside PNG binary, breaking it for sure |
|||
QRcode::png('PHP QR Code :)'); |
|||
|
|||
//show benchmark |
|||
QRtools::timeBenchmark(); |
|||
|
|||
//rebuild cache |
|||
QRtools::buildCache(); |
|||
|
|||
//code generated in text mode - as a binary table |
|||
//then displayed out as HTML using Unicode block building chars :) |
|||
$tab = $qr->encode('PHP QR Code :)'); |
|||
QRspec::debug($tab, true); |
|||
|
|||
== TCPDF INTEGRATION == |
|||
|
|||
Inside bindings/tcpdf you will find slightly modified 2dbarcodes.php. |
|||
Instal phpqrcode liblaty inside tcpdf folder, then overwrite (or merge) |
|||
2dbarcodes.php |
|||
|
|||
Then use similar as example #50 from TCPDF examples: |
|||
|
|||
<?php |
|||
|
|||
$style = array( |
|||
'border' => true, |
|||
'padding' => 4, |
|||
'fgcolor' => array(0,0,0), |
|||
'bgcolor' => false, //array(255,255,255) |
|||
); |
|||
|
|||
//code name: QR, specify error correction level after semicolon (L,M,Q,H) |
|||
$pdf->write2DBarcode('PHP QR Code :)', 'QR,L', '', '', 30, 30, $style, 'N'); |
|||
@ -0,0 +1,165 @@ |
|||
GNU LESSER GENERAL PUBLIC LICENSE |
|||
Version 3, 29 June 2007 |
|||
|
|||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> |
|||
Everyone is permitted to copy and distribute verbatim copies |
|||
of this license document, but changing it is not allowed. |
|||
|
|||
|
|||
This version of the GNU Lesser General Public License incorporates |
|||
the terms and conditions of version 3 of the GNU General Public |
|||
License, supplemented by the additional permissions listed below. |
|||
|
|||
0. Additional Definitions. |
|||
|
|||
As used herein, "this License" refers to version 3 of the GNU Lesser |
|||
General Public License, and the "GNU GPL" refers to version 3 of the GNU |
|||
General Public License. |
|||
|
|||
"The Library" refers to a covered work governed by this License, |
|||
other than an Application or a Combined Work as defined below. |
|||
|
|||
An "Application" is any work that makes use of an interface provided |
|||
by the Library, but which is not otherwise based on the Library. |
|||
Defining a subclass of a class defined by the Library is deemed a mode |
|||
of using an interface provided by the Library. |
|||
|
|||
A "Combined Work" is a work produced by combining or linking an |
|||
Application with the Library. The particular version of the Library |
|||
with which the Combined Work was made is also called the "Linked |
|||
Version". |
|||
|
|||
The "Minimal Corresponding Source" for a Combined Work means the |
|||
Corresponding Source for the Combined Work, excluding any source code |
|||
for portions of the Combined Work that, considered in isolation, are |
|||
based on the Application, and not on the Linked Version. |
|||
|
|||
The "Corresponding Application Code" for a Combined Work means the |
|||
object code and/or source code for the Application, including any data |
|||
and utility programs needed for reproducing the Combined Work from the |
|||
Application, but excluding the System Libraries of the Combined Work. |
|||
|
|||
1. Exception to Section 3 of the GNU GPL. |
|||
|
|||
You may convey a covered work under sections 3 and 4 of this License |
|||
without being bound by section 3 of the GNU GPL. |
|||
|
|||
2. Conveying Modified Versions. |
|||
|
|||
If you modify a copy of the Library, and, in your modifications, a |
|||
facility refers to a function or data to be supplied by an Application |
|||
that uses the facility (other than as an argument passed when the |
|||
facility is invoked), then you may convey a copy of the modified |
|||
version: |
|||
|
|||
a) under this License, provided that you make a good faith effort to |
|||
ensure that, in the event an Application does not supply the |
|||
function or data, the facility still operates, and performs |
|||
whatever part of its purpose remains meaningful, or |
|||
|
|||
b) under the GNU GPL, with none of the additional permissions of |
|||
this License applicable to that copy. |
|||
|
|||
3. Object Code Incorporating Material from Library Header Files. |
|||
|
|||
The object code form of an Application may incorporate material from |
|||
a header file that is part of the Library. You may convey such object |
|||
code under terms of your choice, provided that, if the incorporated |
|||
material is not limited to numerical parameters, data structure |
|||
layouts and accessors, or small macros, inline functions and templates |
|||
(ten or fewer lines in length), you do both of the following: |
|||
|
|||
a) Give prominent notice with each copy of the object code that the |
|||
Library is used in it and that the Library and its use are |
|||
covered by this License. |
|||
|
|||
b) Accompany the object code with a copy of the GNU GPL and this license |
|||
document. |
|||
|
|||
4. Combined Works. |
|||
|
|||
You may convey a Combined Work under terms of your choice that, |
|||
taken together, effectively do not restrict modification of the |
|||
portions of the Library contained in the Combined Work and reverse |
|||
engineering for debugging such modifications, if you also do each of |
|||
the following: |
|||
|
|||
a) Give prominent notice with each copy of the Combined Work that |
|||
the Library is used in it and that the Library and its use are |
|||
covered by this License. |
|||
|
|||
b) Accompany the Combined Work with a copy of the GNU GPL and this license |
|||
document. |
|||
|
|||
c) For a Combined Work that displays copyright notices during |
|||
execution, include the copyright notice for the Library among |
|||
these notices, as well as a reference directing the user to the |
|||
copies of the GNU GPL and this license document. |
|||
|
|||
d) Do one of the following: |
|||
|
|||
0) Convey the Minimal Corresponding Source under the terms of this |
|||
License, and the Corresponding Application Code in a form |
|||
suitable for, and under terms that permit, the user to |
|||
recombine or relink the Application with a modified version of |
|||
the Linked Version to produce a modified Combined Work, in the |
|||
manner specified by section 6 of the GNU GPL for conveying |
|||
Corresponding Source. |
|||
|
|||
1) Use a suitable shared library mechanism for linking with the |
|||
Library. A suitable mechanism is one that (a) uses at run time |
|||
a copy of the Library already present on the user's computer |
|||
system, and (b) will operate properly with a modified version |
|||
of the Library that is interface-compatible with the Linked |
|||
Version. |
|||
|
|||
e) Provide Installation Information, but only if you would otherwise |
|||
be required to provide such information under section 6 of the |
|||
GNU GPL, and only to the extent that such information is |
|||
necessary to install and execute a modified version of the |
|||
Combined Work produced by recombining or relinking the |
|||
Application with a modified version of the Linked Version. (If |
|||
you use option 4d0, the Installation Information must accompany |
|||
the Minimal Corresponding Source and Corresponding Application |
|||
Code. If you use option 4d1, you must provide the Installation |
|||
Information in the manner specified by section 6 of the GNU GPL |
|||
for conveying Corresponding Source.) |
|||
|
|||
5. Combined Libraries. |
|||
|
|||
You may place library facilities that are a work based on the |
|||
Library side by side in a single library together with other library |
|||
facilities that are not Applications and are not covered by this |
|||
License, and convey such a combined library under terms of your |
|||
choice, if you do both of the following: |
|||
|
|||
a) Accompany the combined library with a copy of the same work based |
|||
on the Library, uncombined with any other library facilities, |
|||
conveyed under the terms of this License. |
|||
|
|||
b) Give prominent notice with the combined library that part of it |
|||
is a work based on the Library, and explaining where to find the |
|||
accompanying uncombined form of the same work. |
|||
|
|||
6. Revised Versions of the GNU Lesser General Public License. |
|||
|
|||
The Free Software Foundation may publish revised and/or new versions |
|||
of the GNU Lesser General Public License from time to time. Such new |
|||
versions will be similar in spirit to the present version, but may |
|||
differ in detail to address new problems or concerns. |
|||
|
|||
Each version is given a distinguishing version number. If the |
|||
Library as you received it specifies that a certain numbered version |
|||
of the GNU Lesser General Public License "or any later version" |
|||
applies to it, you have the option of following the terms and |
|||
conditions either of that published version or of any later version |
|||
published by the Free Software Foundation. If the Library as you |
|||
received it does not specify a version number of the GNU Lesser |
|||
General Public License, you may choose any version of the GNU Lesser |
|||
General Public License ever published by the Free Software Foundation. |
|||
|
|||
If the Library as you received it specifies that a proxy can decide |
|||
whether future versions of the GNU Lesser General Public License shall |
|||
apply, that proxy's public statement of acceptance of any version is |
|||
permanent authorization for you to choose that version for the |
|||
Library. |
|||
@ -0,0 +1,45 @@ |
|||
This is PHP implementation of QR Code 2-D barcode generator. It is pure-php |
|||
LGPL-licensed implementation based on C libqrencode by Kentaro Fukuchi. |
|||
|
|||
== LICENSING == |
|||
|
|||
Copyright (C) 2010 by Dominik Dzienia |
|||
|
|||
This library is free software; you can redistribute it and/or modify it under |
|||
the terms of the GNU Lesser General Public License as published by the Free |
|||
Software Foundation; either version 3 of the License, or any later version. |
|||
|
|||
This library is distributed in the hope that it will be useful, but WITHOUT ANY |
|||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
|||
PARTICULAR PURPOSE. See the GNU Lesser General Public License (LICENSE file) |
|||
for more details. |
|||
|
|||
You should have received a copy of the GNU Lesser General Public License along |
|||
with this library; if not, write to the Free Software Foundation, Inc., 51 |
|||
Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
|||
|
|||
== INSTALATION AND USAGE == |
|||
|
|||
* INSTALL file |
|||
* http://sourceforge.net/apps/mediawiki/phpqrcode/index.php?title=Main_Page |
|||
|
|||
== CONTACT == |
|||
|
|||
Fell free to contact me via e-mail (deltalab at poczta dot fm) or using |
|||
folowing project pages: |
|||
|
|||
* http://sourceforge.net/projects/phpqrcode/ |
|||
* http://phpqrcode.sourceforge.net/ |
|||
|
|||
== ACKNOWLEDGMENTS == |
|||
|
|||
Based on C libqrencode library (ver. 3.1.1) |
|||
Copyright (C) 2006-2010 by Kentaro Fukuchi |
|||
http://megaui.net/fukuchi/works/qrencode/index.en.html |
|||
|
|||
QR Code is registered trademarks of DENSO WAVE INCORPORATED in JAPAN and other |
|||
countries. |
|||
|
|||
Reed-Solomon code encoder is written by Phil Karn, KA9Q. |
|||
Copyright (C) 2002, 2003, 2004, 2006 Phil Karn, KA9Q |
|||
|
|||
@ -0,0 +1,2 @@ |
|||
1.1.4 |
|||
2010100721 |
|||
@ -0,0 +1,2 @@ |
|||
xÚ��Á
À E9³u��`³"PÅ„CÛ牗T!0$ |
|||
E•ɲQ™�Ém½úhÛ¾9{kI"› 9Ln)Ap¤åÖ¾Ë>ß^‡Õz³mënÅ–;ü´mßn†ú¦Ë |
|||
|
After Width: | Height: | Size: 126 B |
|
After Width: | Height: | Size: 202 B |
|
After Width: | Height: | Size: 205 B |
|
After Width: | Height: | Size: 216 B |
|
After Width: | Height: | Size: 210 B |
|
After Width: | Height: | Size: 213 B |
|
After Width: | Height: | Size: 219 B |
@ -0,0 +1 @@ |
|||
xÚí™A„ E]sëIX´;¸Ün6€È`‚q”êêW6ñ奚`Œ%A/3!¢°‚¢Š!g–ÈÌ¡’1N)éE¢Ï|;®—>6â¸�Þ97$ëÄôëc]kkö�wé1Öü[·mCÍœcÊRºÄê¹>¦èµ¾šE,•hʼnp„#áxF�yWÏÇVWGçòÕ3¼Õ+шþàË“úSŽâ}Äž�#áG8b^c^cÏÀŽp„c&3YQ"ñŽ÷çÌvµù›…ñàÎþþ¼–¹kÞ9ŠÜ‡÷}”¹³ï×ú ¢Ä¿�QäÿL—/ÝÔÀÏ |
|||
|
After Width: | Height: | Size: 211 B |
|
After Width: | Height: | Size: 211 B |
@ -0,0 +1,2 @@ |
|||
xÚí™A |
|||
ƒ0E]çÖ…,2;sƒä&ÉÍšh¥ÛêO¡ôÝÈàã1&09OIv@DDÒÌ&§Ù‰K�XÈÕFv•<Ádqò9Ö<%h•¹Yïs!(d¥²ës;~||b(ÏøYůg#µ`œK ±S¼Åô¹Ä¶˜ùsàidß�Lg:Ó™Îtþ/gmª�™ƒkÅMâ3³{4rTÈQýÿe¥·s·>ó<Ó™Ît¦3�éÌ;ïH¼#Ñ™Ît¦3�ÍYœ+og©hù¶óµÙ½¬lnðûF>Øi^»#awm;gè~pÛgìNs{6z’‘»ãºïÞäp¾Ê' |
|||
|
After Width: | Height: | Size: 228 B |
@ -0,0 +1,3 @@ |
|||
xÚíšA |
|||
Ä E»öÖ.ĚNo 7Ń›Ť¶iiRÚN2‹áW%đxÁ@ÚÚśę' |
|||
u�6×ę�.ť*S;}�«ŇĂ ĎTúčĚzrŤtąď%ç,ŇĹÚâÎ}ç;“âç)ąź�âÝZÚîLĺčą÷¬Pçç$Ż×÷ĎqËgśLÂôdJ‡;Üáw¸Ăý.]z#źľ«[Íť˝ďOg‚Ćô"ĐË áBíî¦}Ç}‡;Üáw¸Ăî�#1GbŽ„;Üáw¸Ăý_ÝC+w˘@Dfî÷ďç™uťř2™ĹÚÉNţű9R7|pWßkďű®ż“ßßkşöżşú»ĽÎÓ |
|||
|
After Width: | Height: | Size: 225 B |
@ -0,0 +1 @@ |
|||
xÚÍ’Í
À F{vë& à&°Y+?Z1öÐSŸ'y!¢ŸÌÁa�815&£•Û´ŽÙHå£Ùžc³•l«ÏFÆè1º#é6fÊÖü©§6Äø•O7ˆ¨†C¦«›ðÖ�ž�Ï8gI®ÏöfB¦ÃÄÿæ\DÔ»( |
|||
|
After Width: | Height: | Size: 144 B |
|
After Width: | Height: | Size: 225 B |
@ -0,0 +1 @@ |
|||
xÚíšA„ E]sëIX´;¹Ün6Up‚�“в™ÿ]Ù˜þ<i-eWö‹¶˜)×äÅ•¼ÉÂ…H\jvqÙHL\6–šÝÐ…rI›¢LܹÜÕ%ÅÓ@´þ±V—vÆÂúý¤(ÏP4|ÎXnÒgÉ�ß¼~]D¾ÉÕ×u1Us S\À°€,ÿÅ2Þ¢N§Ã?D›KºüF-:“eJ]p_À°€,˜a0Ã`†ÁÝXÀ°`†Áƒw,`X´]˜ˆ™‚¹‹˜°5‰®Y4{屿ñ2íûåvçJs†±Ûí9±˜í)õu±Û¹êÏØ,«]¸“‹Ù^_§7$ƒ_Í |
|||
|
After Width: | Height: | Size: 235 B |
@ -0,0 +1,3 @@ |
|||
xÚíšA |
|||
„0E]{ë�.’]{{{³©Z¥BepÆÞwe@�V›ERZ3»Á"*2o€4¦y‰)i#dÒbdFÒ…´ŒI"ú‘—4ž½WIíuŠÓ45ßx«.ZSÙ{ÁŸ¯8åËÿk={o.±qÊÙ£[œÍ:帒q»õƒy |
|||
)t#á„N8ádCj�-O�OG}¼:/Ÿ:s�z!Å)^<ùe½·S·uâ{ 'œp 'ú=ú=ú=¾'œp 'œp¢ß£ß£ßã�N8á„Óÿ9©ªˆôpQQõ]HÔpz¾�ØGœ^æ½Qº˜I|¾ß³�u;9™ÎïÕëd;“X~$ËÙÑÉt¶ÊÛédy |
|||
|
After Width: | Height: | Size: 226 B |
@ -0,0 +1,3 @@ |
|||
xÚíšA |
|||
à E³öÖfo 7Ñ›U�) %M!ΔÂûYu(<šð“sK²“Tœ›Ó |
|||
É&§IÚ\i+¥Ðª™(m®´FQ¡¹¯h±æöüèv~n1„oÏ]sëçÖï¤_ÞŸÊ3`î_w2õȹ•lc[¼•;·Ûc֟ˤ’Nóª4ÜpÃ
7ÜpÃímTÿ¸œ›‘ÝêrÞiñä_ƒç¿pS=7Þ7ÜpÃ
7ÜpÃ�>IŸ¤Oò-Á
7ÜpÃ
7ú$}’>É·7ÜpÃ
·tss‰Órs
§åVÍÎÜÆ÷’mýï¡Ò¹ò‡�Þñ}R~7ôà&¾÷º?7ù�Þý�Ô¦Iïbhâ{æ»<ÀMi- |
|||
|
After Width: | Height: | Size: 220 B |
@ -0,0 +1 @@ |
|||
xΪν›Aƒ E»φΦMX0;Έ�άnVP4ΪHSS»xίU3±/O΄ύLiJ4��±VβJC�%ύ‰6VR&ΓήD‘B�HjDω‚JΟ??™―κBlcΗ±ρ½§'σUλXοUοή�0ζΓywΝΔ―χj¬ιλ�³€3Ε›Ύλ�cj†ω£{¨¥½:GqΔG�έρψ�ϋΪ°N†v;Ή¶η¬“J‡ΔΠ<ϋ‡Ι]�κλΘσ�#�8β�#�8βH'§“ΣΙωΝΑGqΔGιδtr:9Ο#�8β�#�8βΨ“h�―NΤt”�΄Φ_έΨ>tΉeλμS―¦ζ�ω^�\g―υΞQe?ωvuφΜoοΥ;�ο>μ�*οwlςΧmΡ |
|||
|
After Width: | Height: | Size: 242 B |
@ -0,0 +1,3 @@ |
|||
xÚíÛA |
|||
à …á¬së‚‹™]rƒx½Y51mMÈBG |
|||
ÿ¸*Sx|Ua5Ƶ‚Z—Š„-,Ž1ä²HÑPÒRj–šX5§®i†©’áG©>W¥ŽžRïöÕ/Ëâ+uT廯åÏӯ嗴ªuæÏ¥Ú[Sía£[kví÷5•+5n§Á´JêÜ%+V¬X±bÅŠõ߬u'Á�±þÔû SRýå÷štzZ»ì+÷+V¬X±bÅŠ•ٟٟٟûŠ+V¬X±bÅÊìÏìÏìÏ}ÅŠ+V¬X±ö±ª¤¥ÖVI©¢ÖÖ‘+k«qÿ[úËtŽ·oVZÍþvoNV³wÇ}µ{³r<ýRÞ"�RÍÞ]ê
W«r} |
|||
|
After Width: | Height: | Size: 242 B |
@ -0,0 +1,2 @@ |
|||
xÚí›A |
|||
à E³öÖ…,t§7ˆ7Ñ›U� E)i7ï»*~cÃüÅÄXÖEBÆè°FC–˜³6¡:&çL,å¬Mv.ŽÂÎæKgŸÕ¸ãYMç>ŸÎí>ûmÛš·?ª•vô¹¾mg?�ßÒ±Îþ³æÎ·ªd˜“Cµ¹U¦ÏIk•ÚÚE\ÕÙMs†f˜a†f˜a>œ[sÓˆ9쬩ެ8bö<kÕÙ7œ}ç†k³™§õ™ÿ3Ì0Ã3Ì0Ã3Ìä*r¹Š\Å7f˜a†f˜a†fr¹Š\Å7f˜a†f˜a†YÆÙ�Îæd›4ƒ9kíÆÌÔÝyûX y‰gŒØÙ)›«dw�nÌ¢ûU×>Ëî”]ßöLgÉÝÁ›³è¾äEo‚ w1 |
|||
|
After Width: | Height: | Size: 244 B |
|
After Width: | Height: | Size: 237 B |