Skip to content

小红书-阅读样式优化 by wttzzz

Screenshot of 小红书-阅读样式优化

Details

Authorwttzzz

Licensewttzzz

Categoryhttps://www.xiaohongshu.com

Created

Updated

Size2.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

小红书网页版样式多处 优化,提高浏览效率,增大浏览面积,优化windows下浏览字体等等

Notes

小红书网页版样式多处 优化,提高浏览效率,增大浏览面积,优化windows下浏览字体等等

Source code

/* ==UserStyle==
@name         小红书阅读优化
@version      20230916.17.49
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://www.xiaohongshu.com/") {
/* ==UserStyle==
@name         小红书阅读优化
@namespace      https://www.xiaohongshu.com
@version       0.1
@description    小红书样式多处 优化,提高浏览效率,增大浏览面积,优化windows下浏览字体等等
@license       交互小让
@author        交互小让
==/UserStyle== */

body, html {
		font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Arial,sans-serif;
}

.title[data-v-d63e072c]{
	font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Arial,sans-serif;
    font-size: 14px;
    color: #363737;
    font-weight: 400;
    word-break: normal;
    line-height: 22px;
}

/* 导航栏高度 */


.header-container[data-v-6fceae43] {
	height: 56px;
	border-bottom: 1px hsl(0, 0%, 92%) solid;
}

/* 分类tab高度 */

.channel-scroll-container[data-v-782d5a0f] {
    height: 64px;
}

.feeds-page[data-v-095a32c2] {
    padding-top: 57px;
}

.side-bar[data-v-59ecc1d2] {
    margin-top: 53px;
}

.channel[data-v-782d5a0f] {
	margin-right: 4px;
}

/* 内容页 */
.desc[data-v-31dcfd95] {
	font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Arial,sans-serif;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #111;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.comment-inner-container .content{
	font-size: 16px;
	line-height: 26px;

}

.note-container{
	width: 1280px!important;
}

.interactions[data-v-78bb2ed8] {
    flex-shrink: 0;
    padding: 4px 24px 0px;
    height: 20px;
    border-top: 1px solid var(--color-border);
    flex-basis: 60px;
    background-color: var(--elevation-note-background);
    z-index: 1;
}

.comment-comp[data-v-38c526a4] {
    margin-top: 4px;
}

.buttons .share-wrapper[data-v-a8a74498] {
	display: none;
}

.buttons[data-v-a8a74498] {
	display: block;
	position: absolute;
	left: 210px;
	top: 26px;
}





















}

Reviews

No reviews yet.