8 Star 19 Fork 13

Specs / Wp-theme-9iphp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
style.css 21.69 KB
一键复制 编辑 原始数据 按行查看 历史
Specs 提交于 2015-05-08 14:57 . baidu share
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070
/*
# Copyright (C) 2014 9IPHP.COM
Theme Name: 9IPHP
Theme URI: http://9iphp.com
Author: Specs
Author URI: http://9iphp.com/
Description: 9IPHP主题是一款基于BootStrap创建的相应式Wordpress主题。
Version: 1.4
Tags: 响应式主题,手机主题,Bootstrap
*/
*::-moz-selection {
background: none repeat scroll 0% 0% #3D4450;
color: #FFF;
}
::-webkit-scrollbar-track-piece {
width: 15px;
border-right: 1px solid #EEE;
border-left: 1px solid #e4e4e4;
background-color: #f0f0f0;
background-image: -webkit-linear-gradient(left, #f0f0f0, #FFF)
}
::-webkit-scrollbar {
width: 16px;
height: 16px
}
::-webkit-scrollbar-thumb {
position: relative;
min-height: 25px;
border-radius: 9999px;
background: linear-gradient(#3D4450, #6b778c) repeat scroll 0 0 #3D4450;
background-clip: padding-box
}
::-webkit-scrollbar-thumb:vertical {
border-top: 0 solid transparent;
border-right: 2px solid transparent;
border-bottom: 0 solid transparent;
border-left: 3px solid transparent
}
::-webkit-scrollbar-thumb:horizontal {
border-top: 3px solid transparent;
border-right: 0 solid transparent;
border-bottom: 2px solid transparent;
border-left: 0 solid transparent
}
body {
/*font-family: "Microsoft Yahei","Courier new";*/
background: #EEE url(images/bg.jpg) repeat scroll 0% 0%;
color: #333;
line-height: 1.5;
/*padding-top: 75px;*/
}
body, textarea, input, select, button {
font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', 'Hiragino Sans GB', '微软雅黑', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
}
.entry-content p, .page-content p {
/*font-size: 16px;*/
/*text-indent: 2em;*/
line-height: 2em;
margin: 15px 0;
}
.entry-summary p {
margin: 0;
}
.label {
border-radius: 0;
}
pre, code {
word-break: break-all;
word-wrap: break-word;
white-space: pre-wrap;
}
h1, h2, h3, h4, h5, h6 {
/*margin:0;
padding: 0;*/
}
.widget h2, .widget h3 {
margin: 0;
padding: 0;
}
h1 {
font-size: 18px;
}
h2 {
font-size: 16px;
}
h3 {
font-size: 14px;
line-height: 24px;
}
a, .links li a {
/*color: #fda100;*/
color: #080808;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s
}
a:hover, a:focus, .entry-meta a:hover, a.more-link, a.entry-cover:before, .entry-content a, .page-content a, .links li a:hover, #wp-calendar a, .pager a:hover {
/*color: #a50606;*/
/*color: #c0392b;*/
color: #ff4d3a;
text-decoration: none;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s
}
.entry-content a:hover, .page-content a:hover, #wp-calendar a:hover {
color: #a50606;
/*border-bottom: 1px dotted #c0392b;*/
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
font-weight: bold;
}
.panel {
border-radius: 0;
box-shadow: none;
}
.panel-specs {
border-bottom: 0;
/*background: none;*/
border: 0;
}
.panel-specs > .panel-heading {
border-color: #ff4d3a;
padding: 15px;
}
.alert-specs {
background: #f1f1f1;
}
.list-group-item {
padding: 10px 15px;
/*background: none;*/
}
.list-group-item:first-child {
border-radius: 0;
border-top: 0;
}
.well {
border-radius: 0;
background-color: #fff;
border: 1px solid #E3E3E3;
overflow: hidden;
box-shadow: none;
}
.badge {
/*background-color: #38353D;*/
background-color: #ff4d3a;
}
.navbar-default {
color: #666;
border-radius: 0;
}
.navbar-collapse {
/*padding: 0;*/
}
a.navbar-brand {
/*padding: 0 10px;*/
}
#nav.fixed {
opacity: 0.95;
margin-bottom: 0;
width: 100%;
top: 0;
left: 0;
position: fixed;
z-index: 100;
}
#masthead {
background: #2E3641;
z-index: 100;
height: 75px;
width: 100%;
overflow: hidden;
}
#masthead .top-banner {
height: 75px;
}
#masthead .brand {
float: left;
position: relative;
z-index: 1;
}
#masthead .brand h1 {
margin-top: 16px;
position: relative;
font-size: 28px;
line-height: 40px;
float: left;
}
#masthead .brand.brand-image h1 {
float: left;
}
#masthead .brand.brand-image h1 small {
margin: 0 10px;
}
#masthead .brand small {
font-size: 15px;
font-weight: normal;
margin: 12px 15px;
opacity: 0.7;
color: #DFDFDF;
}
#masthead a.brand-text {
color: #fff;
}
#masthead a.brand-text:hover {
color: #ff4d3a;
}
#masthead .brand img {
height: 50px;
margin: 10px 0;
float: left;
}
#masthead .top-banner .top-social {
line-height: 65px;
}
#masthead .top-banner .top-social a {
color: #c0c0c0;
padding: 5px;
font-size: 22px;
opacity: 0.6;
-webkit-transition: opacity 0.4s ease-in-out;
-moz-transition: opacity 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
-ms-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
}
#masthead .top-banner .top-social a:hover {
opacity: 1;
}
.dropdown-menu > li > a {
line-height: 2;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
color: #FFF;
text-decoration: none;
outline: 0px none;
background-color: #666;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
color: #fff;
background-color: #262626;
}
a.list-group-item:hover, a.list-group-item:focus {
background: #fff;
}
/*分页链接*/
.pagination > li > a, .pagination > li > span {
color: #ff4d3a;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
color: #ff3c27;
font-weight: bold;
background-color: #fff;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
background-color: #ff4d3a;
border-color: #ff3c27;
}
blockquote {
font-size: 14px;
padding: 5px 15px;
}
/*文章列表属性*/
.label-specs {
font-size: 12px;
padding: 3px 5px;
background: none repeat scroll 0% 0% #bbb;
transition: #000 0.5s ease 0s;
}
.label-specs:hover {
background: none repeat scroll 0% 0% #999;
transition: #000 0.5s ease 0s;
cursor: pointer;
}
.label-new {
background-color: #ff4d3a;
}
.label-new[href]:hover, .label-new[href]:focus {
background-color: #d9534f;
}
.entry-title {
font-size: 24px;
line-height: 32px;
}
.entry-common .entry-title, .page .entry-title {
margin-bottom: 20px;
text-align: center;
}
.entry-meta {
color: #aaa;
margin: 5px 0 10px;
}
.entry-meta a {
color: #AAA;
}
.entry-meta .dot {
margin: 0 10px;
}
.entry-footer {
margin: 10px 0 0;
/*color: #aaa;*/
}
.entry-tag {
font-size: 12px;
padding: 2px 5px;
font-weight: normal;
margin-left: 5px;
}
.footer-tag a {
color: #fff;
font-size: 12px;
display: block;
float: left;
background: #bbb;
margin: 5px 5px 0 0;
padding: 0px 5px;
border-radius: 4px;
margin-top: 2px;
}
.footer-tag a:before {
content: "#";
}
.footer-tag a:hover {
background: #999;
}
/*列表文章图片*/
.entry-content img, .entry-summary img, .comment-content img, .widget img, .page-content img {
max-width: 100%;
height: auto;
}
/*
.entry-content img,.page-content img{
display:block;
margin: 0 auto;
}*/
img.aligncenter {
display: block;
margin: 0 auto;
}
.entry-cover {
position: relative;
display: block;
overflow: hidden;
margin: -20px -20px 15px;
}
.entry-cover img {
display: block;
/*min-height:200px;*/
width: 100%;
height: auto;
border-radius: 3px 3px 0 0;
background: #fff;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s
}
a.entry-cover:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1)
}
a.entry-cover:before {
position: absolute;
top: 0;
left: 0;
z-index: 2;
visibility: hidden;
width: 100%;
height: 100%;
background: #eb6c5f;
content: "";
opacity: 0;
-ms-filter: "alpha(opacity=0)";
filter: alpha(opacity=0);
-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
transition: all .4s
}
a.entry-cover:after {
position: absolute;
top: 50%;
left: 0;
z-index: 3;
visibility: hidden;
margin-top: -.5em;
width: 100%;
color: #fff;
content: url(images/eye-icon.png);
text-align: center;
font-size: 120px;
font-family: arial;
line-height: 1;
opacity: 0;
-ms-filter: "alpha(opacity=0)";
filter: alpha(opacity=0);
-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
transition: all .4s
}
a.entry-cover:hover:before {
visibility: visible;
opacity: .8;
-ms-filter: "alpha(opacity=80)";
filter: alpha(opacity=80)
}
a.entry-cover:hover:after {
visibility: visible;
opacity: 1;
-ms-filter: "alpha(opacity=100)";
filter: alpha(opacity=100)
}
/*分类介绍*/
.archive-header {
line-height: 24px;
}
.archive-meta {
margin: 5px 0;
}
.archive-title {
font-weight: bold;
margin-bottom: 10px;
}
/*归档作者介绍*/
.author-header {
line-height: 24px;
}
.author-header .author-avatar {
padding: 5px;
}
.author-meta {
margin-left: 80px;
margin-top: -15px;
}
.author-title {
margin-bottom: 5px;
font-weight: bold;
}
/*文章内容页*/
h6.copyright {
padding: 10px;
font-size: 14px;
line-height: 16px;
border: 1px solid #ff4d3a;
border-left-width: thick;
}
.entry-content {
line-height: 24px;
}
.entry-content h6, .page-content h6 {
margin: 8px 0px;
font-size: 18px;
font-family: 'Trebuchet MS', 微软雅黑, "Microsoft Yahei", Tahoma, Helvetica, Arial, "SimSun", sans-serif;
border-left: 5px solid #080808;
padding: 5px 0px 5px 10px;
color: #080808;
background: none repeat scroll 0% 0% #f1f1f1;
}
/*单页文章内容页*/
.page-content {
line-height: 24px;
font-size: 16px;
}
/*相关文章*/
.related-posts {
margin-top: 30px;
border-top: 1px dotted #ccc;
}
.related-title {
position: relative;
top: -12px;
color: #686868;
background: none repeat scroll 0% 0% #FFF;
display: inline-block;
padding: 0 0.5em 0 0 !important;
}
.related-posts ul {
margin-left: -15px;
}
.related-posts li {
line-height: 24px;
}
/*归档文章*/
#archives a{
color: #080808;
webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}
#archives a:hover{
color: #ff4d3a;
}
.list-archives li{
padding-left: 40px;
}
/*侧边栏*/
#myTab {
/*margin-top: 20px;*/
}
#myTab li {
padding: 0;
border-bottom: 0;
}
.widget-posts {
padding: 0;
margin: 0 0 20px;
}
.widget-ad p {
text-align: center;
margin-top: 10px;
}
.widget-ad img {
display: block;
margin: 0 auto;
max-width: 100%;
}
.nav > li > a:hover, .nav > li > a:focus {
background: none;
}
.nav > li.active > a h2, .nav > li.active > a h2 {
font-weight: bold;
}
img.avatar {
margin-right: 5px;
transition: all 0.25s ease-in-out 0s;
border-radius: 50px;
}
.widget a:hover img.avatar, .page-content a:hover img.avatar {
/*transform: rotate(360deg) scale(1.1);*/
transform: rotate(360deg);
-ms-transform: rotate(360deg);
/* IE 9 */
-moz-transform: rotate(360deg);
/* Firefox */
-webkit-transform: rotate(360deg);
/* Safari and Chrome */
-o-transform: rotate(360deg);
/* Opera */
}
.widget-personal {
text-align: center;
overflow: visible;
margin-top: 50px;
}
.widget-personal img.avatar {
margin-top: -50px;
width: 100px;
height: 100px;
border-radius: 50px;
}
.widget-personal h4 {
margin: 10px 0;
padding: 0 20px;
font-size: 14px;
line-height: 24px;
}
.widget ul {
margin: 0;
padding: 0;
}
.widget ul li {
list-style: none;
padding: 10px 15px;
border-bottom: 1px solid #ddd;
}
.widget_links ul li{
padding: 0 15px;
line-height: 40px;
width: 50%;
float: left;
height: 40px;
overflow: hidden;
}
.textwidget, .tagcloud, .tag_clouds, .widget_search {
padding: 10px 15px;
}
.tag_clouds a {
display: inline-block;
padding: 2px 5px;
margin-bottom: 5px;
border: 1px solid #e1e1e1;
/*background: #fefefe;*/
}
.textwidget img {
display: block;
margin: 0 auto;
}
#calendar_wrap {
padding: 5px 10px;
}
#calendar_wrap .table caption {
/*font-weight: bold;*/
font-size: 16px;
padding: 10px 15px;
}
/*底部*/
footer#body-footer {
padding: 10px 20px;
background: #393939;
position: relative;
bottom: 0;
}
.bottomcp {
text-align: center;
color: #fff;
}
footer#body-footer a, #today {
color: #ff4d3a;
}
footer#body-footer a:hover {
/*color: #c0392b;*/
}
#jump {
position: fixed;
bottom: 100px;
right: 30px;
width: 40px;
z-index: 10;
}
#jump li {
height: 50px;
margin-left: -30px;
list-style: none;
}
#jump li a {
color: #080808;
font-size: 32px;
z-index: 11;
position: relative;
}
#jump li a:hover {
color: #ff4d3a;
}
#EWM {
position: absolute;
width: 150px;
height: 150px;
left: -160px;
top: 0px;
z-index: 12;
display: none;
}
#EWM img {
width: 150px;
height: 150px;
}
/*404页面*/
.nofound {
text-align: center;
padding: 100px;
margin: 50px 0;
font-size: 18px;
}
.nofound h2 {
font-size: 22px;
font-weight: bold;
margin-bottom: 40px;
}
.nofound h2 a {
color: #c0392b;
}
.nofound h2 a:hover {
color: #ff4d3a;
}
/*标签页面*/
#tag_letter {
font-size: 25px;
line-height: 32px;
background: #f1f1f1;
/*border-radius: 5px;*/
padding: 5px 2px;
}
#all_tags {
font-size: 14px;
}
#all_tags .tag_name {
margin-top: 15px;
padding-left: 10px;
border-bottom: 1px solid #efefef;
}
#all_tags li a {
margin-right: 20px;
}
/*单页页面*/
.bs-masthead h1 {
font-weight: bold;
font-size: 24px;
text-align: center;
margin-bottom: 10px;
}
.fa-icons h1 {
font-weight: bold;
font-size: 30px;
text-align: center;
}
.fa-icons h2 {
font-weight: bold;
font-size: 24px;
}
.fa-icons .fa-hover a {
display: block;
color: #222;
line-height: 32px;
height: 32px;
padding-left: 10px;
border-radius: 4px
}
.fa-icons .fa-hover a .fa {
width: 32px;
font-size: 14px;
display: inline-block;
text-align: right;
margin-right: 10px
}
.fa-icons .fa-hover a:hover {
background-color: #1d9d74;
color: #fff;
text-decoration: none
}
.fa-icons .fa-hover a:hover .fa {
font-size: 28px;
vertical-align: -6px
}
.fa-icons .fa-hover a:hover .text-muted {
color: #bbe2d5
}
/*友情链接*/
.links li {
margin-bottom: 10px;
}
.links li a {
padding: 5px;
}
.links li a:hover, .links li a:focus, .links li a:active {
border: none;
}
.links li a img {
display: inline;
margin-right: 5px;
margin-top: -3px;
width: 16px;
height: 16px;
}
/*评论统计*/
#comments_top_12 a {
display: inline-block;
height: 60px;
margin: 5px 0;
text-align: center;
vertical-align: middle;
}
#comments_top_12 a:hover {
border: none;
}
#comments_top_12 img {
display: inline-block;
}
/*@media (max-width: 768px) {
.navbar-brand{
margin: 0 auto !important;
margin-left: 500px;
display: block;
float: none !important;
}
}*/
/*评论*/
#comments ul {
list-style: none;
padding: 0;
}
@media screen and (min-width: 768px) {
#comments ul.children li.depth-2 {
margin-left: 50px;
}
}
.comments-title, #reply-title {
font-size: 16px;
font-weight: bold;
padding-bottom: 10px;
border-bottom: 1px solid #f1f1f1;
}
.comment-wrap {
border-bottom: 1px solid #f1f1f1;
padding: 10px 0px 30px 70px;
margin-top: 20px;
position: relative;
}
.comment-body .comment-date {
color: #999;
font-size: 14px;
}
.comment-body .fn {
color: #666;
font-size: 16px;
}
.comment-body .fn a, .comment-body .reply-comment-author a {
color: #EB6C5F;
}
.comment-body .fn a:hover {
text-decoration: none;
}
.comment-body .label-danger:hover {
color: #FFF;
background-color: #D2322D;
border-color: #AC2925;
}
.comment-body .label-danger a {
padding: 5px;
line-height: 14px;
color: #fff;
}
.comment-body .label-danger a:hover {
text-decoration: none;
}
.comment-wrap .avatar {
position: absolute;
left: 0px;
top: 20px;
transition: all 0.25s ease-in-out 0s;
}
.comment-reply-title small {
font-size: 12px;
}
#commentform .required {
color: #AC2925;
}
#commentform .form-control-feedback {
top: 0;
}
.commentnav {
margin-top: 15px;
font-size: 12px
}
.commentnav .page-numbers, .commentnav a {
margin: 2px;
padding: 3px 8px;
text-decoration: none
}
.commentnav a:hover {
background-color: #ff4d3a;
color: #FFFFFF
}
.commentnav span.current {
background-color: #ff4d3a;
color: #FFFFFF;
margin: 2px;
padding: 3px 8px
}
/*分享*/
.share {
position: relative;
}
.share li a {
color: #FFF;
font-size: 20px;
display: inline-block;
width: 32px;
height: 32px;
background: none;
opacity: 0.8;
-webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.share li a:hover {
opacity: 1;
}
#share-weibo {
background: #e6162d;
}
#share-tencent {
background: #28a8e2;
}
#share-qzone {
background: #f3b73d;
}
#share-renren {
background: #0070ce;
}
#share-weixin {
background: #0cc417;
}
/*浮动*/
@media (min-width: 1200px) {
#float {
width: 358px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#float {
width: 294px;
}
}
/*幻灯片*/
#slide {
margin-bottom: 20px;
}
.carousel-indicators li {
margin: 1px 5px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
width: 100%;
}
.carousel-control.left, .carousel-control.right {
background: none;
background-image: none;
filter: none;
}
/*背景*/
.specs_background {
position: fixed;
z-index: -1;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.specs_background img {
width: 100%;
height: 100%;
}
#stripe {
background: url("images/stripe.png") repeat scroll 0 0 transparent;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
#background_pattern {
background-repeat: repeat;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: -1;
}
/*广告*/
.ads_page_footer, .ads_index_list {
margin: 10px auto;
overflow: hidden;
text-align: center;
}
.ads_page_top {
width: auto;
height: auto;
margin: 10px auto;
overflow: hidden;
text-align: center;
}
/*文章缩略图*/
.entry-content img.thumb {
margin-right: 10px;
border: 1px solid #e1e1e1;
padding: 3px;
width: 220px;
height: 120px;
}
/*百度分享*/
#share_box .bds {
width: 30px;
height: 30px;
background: url("images/sharebg.png") no-repeat!important;
padding: 0!important;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
transition: 0.3s;
}
#share_box .bds_tsina {
background-position: 0 0!important;
}
#share_box .bds_tsina:hover {
background-position: 0 -30px!important;
}
#share_box .bds_qzone {
background-position: -29px 0!important;
}
#share_box .bds_qzone:hover {
background-position: -29px -30px!important;
}
#share_box .bds_douban {
background-position: -59px 0!important;
}
#share_box .bds_douban:hover {
background-position: -59px -30px!important;
}
#share_box .bds_renren {
background-position: -90px 0!important;
}
#share_box .bds_renren:hover {
background-position: -90px -30px!important;
}
#share_box .bds_weixin {
background-position: -120px 0!important;
}
#share_box .bds_weixin:hover {
background-position: -120px -30px!important;
}
#share_box .bds_tqq {
background-position: -149px 0!important;
}
#share_box .bds_tqq:hover {
background-position: -149px -30px!important;
}
#share_box .bds_more {
background-position: -179px 0!important;
}
#share_box .bds_more:hover {
background-position: -179px -30px!important;
}
.affix-top {
position: relative;
}
.affix {
top: 65px;
}
.affix,.affix-bottom {
width: 293.313px;
}
.affix-bottom {
position: absolute;
}
@media (min-width: 1200px) {
.affix,.affix-bottom {
width: 360px;
}
}
PHP
1
https://gitee.com/9iphp/Wp-theme-9iphp.git
git@gitee.com:9iphp/Wp-theme-9iphp.git
9iphp
Wp-theme-9iphp
Wp-theme-9iphp
master

搜索帮助