Skip to content

今日头条网页样式优化 by wttzzz

Screenshot of 今日头条网页样式优化

Details

Authorwttzzz

Licensewttzzz

Categoryhttps://www.toutiao.com/

Created

Updated

Size6.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

优化今日头条网页版样式,优化了不少内容,懒的写了,可以自行下载安装比对。

Notes

优化今日头条网页版样式,优化了不少内容,懒的写了,可以自行下载安装比对。

特别需要强调的一点是:信息源管理也是需要成本的,它们不会自然而然的优化。你不能关注了一大堆明星八卦的账号,每天打开的都是搞笑段子的视频,然后反过来说网上推送的信息太没营养,即便是智能推荐引擎,你也应该有意识地关注、点赞、标记「不感兴趣」,把智能算法当作信息筛选的伙伴而不是敌人。
只要你耐着性子调整一段时间,今日头条,抖音 也完全具备成为一个信息获取主力渠道的潜质。

Source code

/* ==UserStyle==
@name         今日头条阅读优化
@version      20230723.13.29
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://www.toutiao.com") {
/* 字体优化 */
body {
    font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Arial,sans-serif;
}

/* 正文字体优化 */
.syl-page-article.syl-device-pc, .syl_font_m.syl-page-article.syl-device-pc, .wtt-content .weitoutiao-html  {
    font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Arial,sans-serif;
    font-size: 16px;
    color: #4c4e4d;
    font-weight: 400;
    word-break: normal;
	margin: 0 0 20px 0;
    line-height: 30px;
}




/* 去掉顶部logo */

/* .ttp-site-header-wrapper .logo {
    display: none;
} */

/* 顶部导航加描边及元素缩小 */
.ttp-site-header-wrapper {
    min-width: 1000px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 24px;
    width: 100%;
    height: 64px;
    border-bottom: 1px #e5e5e5 solid;
}
.ttp-channel-nav .ttp-channel-default-nav-item {
    position: relative;
    padding: 2px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #655e5e;
    cursor: pointer;
}
.ttp-channel-nav .ttp-city-selector .ttp-city-selector-current-name {
    font-size: 14px;
    color: #655e5e;
    
}
.ttp-channel-nav .more-btn {
    font-size: 14px;
    font-weight: 500;
    color: #655e5e;
    background: #f8f8f8;
}
.ttp-header-notice .notice-icon {
    font-size: 14px;
    font-weight: 500;
    color: #655e5e;
}
.ttp-header-publisher .publisher-icon {
    font-size: 14px;
    font-weight: 500;
    color: #655e5e;
}
.ttp-search-wrapper .search button span {
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #655e5e !important;
}
.ttp-site-header-wrapper.shadow {
    box-shadow: 0 0px 0px rgb(54 56 79 / 6%);
}
.ttp-site-header-wrapper .ttp-search-wrapper {
    width: 300px;
}
.ttp-search-wrapper {
    width: 300px;
}
.ttp-site-header-wrapper .logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 83px;
    height: 28px;
}
.ttp-site-header-wrapper {
    height: 60px;
}





/* 去掉右侧头条热榜 */
.article-detail-container .right-sidebar>div:not(:first-child):not(:last-child), .wtt-detail-container .right-sidebar>div:not(:first-child):not(:last-child) {
    display: none;
}

/* 去掉右侧推荐 */
.article-detail-container .right-sidebar, .wtt-detail-container .right-sidebar {
    width: 318px;
    display: none;
}

/* 去掉显眼的颜色 */
.user-subscribe-wrapper {
    background: #fff;
	border: 1px #9d9d9d solid;
	color: #333;
}

.ttp-header-profile .login-button {
    background: #fff;
	border: 1px #9d9d9d solid;
	color: #333;
}

.ttp-search-wrapper .search button span {
    font-weight: 500;
    font-size: 16px;
	color: #333;
}
.ttp-search-wrapper .search button i {
    display: none;
}

.ttp-header-notice .notice-count {
    font-weight: 400;
    background: #5e5e5e;
}



/* 标题字体缩小 */
.article-content h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    color: #000;
}

/* 左侧点赞部分不透明度调整 */
.article-detail-container .left-sidebar {
    float: left;
    margin-left: -108px;
    width: 48px;
    opacity: .5;
}

/* 微头条左侧点赞部分不透明度调整 */
.wtt-detail-container .left-sidebar {
    opacity: .5;
}



/* 左侧点赞部分位置调整 */
.article-detail-container .left-sidebar  {
    float: left;
    margin-left: -300px;
    width: 48px;
    opacity: .5;
    position: fixed;
    top: 199px;
    z-index: 200;
    transform: translateX(0px);
}

/* 微头条左侧点赞部分位置调整 */
.wtt-detail-container .left-sidebar {
    float: left;
    margin-left: 693px;
    width: 48px;
    opacity: .5;
    position: fixed;
    top: 220px;
    z-index: 200;
    transform: translateX(0px);
}



/* 顶部不透明度调整 */
.ttp-sticky-container {
    position: sticky;
}

/* 文章右侧边距 */
.article-detail-container .main {
    margin-right: 40px;
    width: 659px;
}
.article-detail-container, .wtt-detail-container
 {
    margin: 40px auto 0;
    padding: 0 48px;
    width: 763px;
    min-width: 659px;
}
/* 去掉右边栏个人介绍部分 */
.media-info .user-info {
    padding: 8px 0 12px;
    text-align: center;
    display: none;
}
/* 去掉他的个人作品这句话 */
.media-info .related-title {
    display: none;
}
/* 去掉右下角反馈 */
.toolbar .tool-item {
    display: none;
}

/* 右下角返回顶部按钮不透明度调整 */
.toolbar .top.show {
    pointer-events: auto;
    opacity: .5;
}

/* 推荐作品图片缩略图变灰 */
.media-info .related-list-item .left-img {
    filter: grayscale(100%);
}
/* 评论区样式调整 */
.ttp-comment-wrapper.small .ttp-comment-item .body .content, .ttp-comment-wrapper.small .ttp-comment-item .user-info {
    font-size: 18px;
    line-height: 30px;
    color: #222;
    font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Arial,sans-serif;   
}
.ttp-comment-wrapper.small .ttp-comment-item .ttp-avatar {
    width: 24px;
    height: 24px;
}
.ttp-comment-item .user-info .user-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #ccc;
}
.ttp-comment-item .footer .reply-btn {
    font-weight: 500;
    color: #ccc;
}




/* 评论区宽度调整 */
.ttp-drawer{
    width: 519px !important;
}

/* 评论去评论间距缩小 */
.ttp-comment-wrapper .comment-list li {
    margin-top: 26px;
    margin-right: 0px;
    margin-bottom: 26px;
    margin-left: 0px;
}

/* 评论遮罩去除 */
.ttp-drawer-wrapper .mask {
    background: rgba(0,0,0,0);
}
.ttp-drawer-wrapper.ttp-portal-anime-show .ttp-drawer {
border-left: 1px #ebebeb solid;
}

/* 首页调整 */
.single-cover .feed-card-cover {

    width: 230px;
    height: 140px;

}
.feed-card-article.single-cover .feed-card-article-l {
    width: 400px;

}
.profile-article-card-wrapper .feed-card-article-wrapper .single-cover .feed-card-article-l {
    width: 400px;
}
.feed-card-wtt .feed-card-wtt-user-info img {
    width: 20px;
    height: 20px;
}
.feed-card-wtt .feed-card-wtt-user-info span {
    font-size: 16px;
    color: #999;
    font-weight: 400;
}
.feed-card-wtt .feed-card-wtt-header .time {
    margin-left: 16px;
}


}

Reviews

No reviews yet.