发新话题
打印

有人能帮我看一下这里怎么修改一下更好吗

有人能帮我看一下这里怎么修改一下更好吗

http://pan.baidu.com/share/link?shareid=439333&uk=4063531665[/img] 这个网站首页的这个地方文章底部怎么才能一致啊,就是read more 哪里往下靠近下面那个框架···这样看起来一点不美观啊
/* =POST
-------------------------------------------------------------- */

/* Post General
----------------------------*/

.post {
    margin-bottom: 15px;
    border-bottom: 1px solid #D9D9CF;
}

.post-box {
    width: 315px;
    height: 360px;
    float: left;
    margin-left: 15px;
    overflow: hidden;
}

.post-wrap div:first-child {
    margin-left: 0;
}

.page, .post-single {
    border-bottom: 0;
    margin-bottom: 0;
}

.title {
    color: #1B1E1F;
    margin: 0 0 10px 0;
    padding: 0;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}

.post-single .title {
    font-size: 24px;
    line-height: 24px;
}

.title a {
    color: #1B1E1F;
    text-decoration: none;
}

.title a:hover {
    color: #B9C905;
    text-decoration: none;
}

.entry {
    line-height: 20px;
}
}
.featured_image {
    padding: 6px;
    border: 1px solid #EBEBE8;
    background: #fff;
}

.featured-image-container {
    overflow: hidden;
    height: 100px;
    margin-bottom: 15px;
}

.featured-image-container img {
    width: 300px;
}

.page-title {
    color: #1B1E1F;
    margin: 0px 0 10px 0;
    padding: 0 0 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Arial, Helvetica, Sans-serif;
    border-bottom: 2px solid #1B1E1F;
}

/* Post Metas
----------------------------*/

.postmeta-primary {
    color: #AEACA4;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px 0;
}

.postmeta-secondary {
    color: #AEACA4;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px 0;
}

.postmeta-primary span, .postmeta-secondary span {
    padding:3px 0 3px 20px;
    background-position:left center;
    background-repeat: no-repeat;
}

.meta_date {
    background-image: url(images/date.png);
}

.meta_author {
    background-image: url(images/author.png);
}

.meta_comments {
    background-image: url(images/comments.png);
}

.meta_edit {
    background-image: url(images/edit.png);
}

.meta_categories {
    background-image: url(images/category.png);
}

.meta_tags {
    background-image: url(images/tags.png);
}
先谢谢各位大侠出手相助了555555
border-bottom: 0;
    margin-bottom: 0;这些可以去掉
发新话题