header {
position: relative;
z-index: 10;
padding: 5px 0;
}
main-menu a {
font-size:100px;
}
breadcrumbs {display: none;}
.home_more a:link{
color:blue;
text-decoration: none;
}
.home_more a:visited{
color:gray;
text-decoration: underline;
}
.home_more a:hover{
color:#55beec;
text-decoration: none;
}
.home_more a:actived{
color:black;
text-decoration: none;
}
.home_most_likes {
}
// 隐藏文字部分
.home_most_likes .post-header{
display:none;
}
// 隐藏指示器
.home_most_likes .carousel-indicators {
display:none;
}
.home_newest {
}
// 显示图片的右半部分
.home_newest .vc_gitem-zone {
position: relative;
background-size: 212%;
background-repeat: no-repeat;
background-position: right top;
background-clip: border-box;
box-sizing: border-box;
overflow: hidden;
}
// 隐藏底部弹出的部分文字“完全版”
.home_newest .vc_gitem-post-data-source-post_excerpt{
display:none;
}
// 翻页指示器上移了,被上部的div块挡住了一部分,上半部分无法点击
.home_newest_dot .vc_general.vc_pagination {
z-index: 999;
}
// a连接变成长方形指示块
.home_newest_dot .vc_general.vc_pagination .vc_pagination-trigger {
width: 40px;
height: 20px;
display: block;
}
// 翻页指示器上移
.home_newest_dot.vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
margin-top: 0px ;
margin-bottom: 0px;
}
网友评论