/*设置首页公告样式*/
.notice {
padding: 20px;
border: 1px dashed #e6e6e6;
color: #969696;
position: relative;
display: inline-block;
width: 100%;
/* background: #fbfbfb50; */
border-radius: 10px;
background: rgb(255 255 255);
}
/*设置聚焦图样式*/
.top-feature {
width: 100%;
height: auto;
margin-top: 10px;
border-radius: 10px;
background: rgb(255 255 255);
}
/*设置发现样式
h1.fes-title, h1.main-title {
transition: color 1s;
transition: border 1s;
border-radius: 10px;
background: rgb(255 255 255);
}*/
/*设置首页文章样式*/
.post-list-thumb {
float: left;
width: 100%;
height: 300px;
position: relative;
margin: 0px 0 20px
border-radius: 10px;
background-color: rgb(255 255 255);
box-shadow: 0 1px 20px -6px rgb(0 0 0 / 50%);
opacity: 1;
transition: box-shadow .3s ease;
}
/*设置文章内容背景和边角*/
.entry-content {
position: relative;
background: rgb(255 255 255);
border-radius: 10px;
}
/*设置文章页尾版权*/
.post-footer {
padding: 20px 0;
border-bottom: 1px dashed #ddd;
border-top: 1px dashed #ddd;
margin-top: 5px;
height: 82px;
border-radius: 10px;
background: rgb(255 255 255);
}
/*设置文章评论博主说明框*/
.author-profile {
padding: 30px 12.78%;
text-align: center;
border-radius: 10px;
background: rgb(255 255 255);
}
/*设置评论框样式*/
.comments {
clear: both;
overflow: hidden;
width: 100%;
padding: 60px 0 80px;
list-style: none;
padding: 0 10px;
max-width: 800px;
margin-left: auto;
margin-right: auto;
border-radius: 10px;
background: rgb(255 255 255);
margin-top: 5px;
}
/*设置上一篇下一篇的上下间隔*/
.post-squares {
overflow: hidden;
width: 100%;
margin: 10px 0;
background: #000;
border-radius: 10px;
}
/*设置页尾样式*/
.site-footer {
padding: 2%;
background: rgb(255 255 255);
max-width: 800px;
margin-left: auto;
margin-right: auto;
border-radius: 10px;
}
/*设置首页页尾下一页样式*/
#pagination a {
padding: 13px 35px;
border: 1px solid #d6d6d6;
border-radius: 50px;
color: #adadad;
background: rgb(255 255 255);
}
/*设置分类页面的文章显示样式*/
.post-list {
margin: 0 0 2%;
position: relative;
margin: 0px 0 20px border-radius: 10px;
background-color: rgb(255 255 255);
box-shadow: 0 1px 20px -6px rgb(0 0 0 / 50%);
opacity: 1;
transition: box-shadow .3s ease;
border-radius: 10px;
}
/*设置分类页面文章热度样式*/
.info-meta {
margin-top: 10px;
position: absolute;
top: 20px;
opacity: 0;
padding-top: 8px;
border-top: 1px solid #ddd;
transform: translate3d(-150px,0,0);
visibility: hidden;
transition: .7s all ease;
-webkit-transition: .6s all ease;
-moz-transition: .6s all linear;
-o-transition: .6s all ease;
-ms-transition: .6s all ease;
background-color: rgb(255 255 255);
border-radius: 10px;
}
/*设置分类页面文章头像样式*/
.feature {
position: absolute;
margin: 35px 12px;
}
/*设置分类页面文章发布时间样式*/
.p-time {
position: absolute;
right: 20px;
top: 16px;
font-size: 12px;
color: #989898;
letter-spacing: 0;
}
/*设置分类页面文章显示框高度样式*/
.post-more {
margin-top: 0px;
text-align: right;
}
编程语言
无用的代码保存
0 条回应
