Skip to content

2bulu - 两步路 - 轨迹专辑 - 预览优化 by leizingyiu

Screenshot of 2bulu - 两步路 - 轨迹专辑 - 预览优化

Details

Authorleizingyiu

LicenseGNU GPLv3

Category2bulu

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

优化两步路的轨迹专辑的预览

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           www.2bulu.com/espace/track_special_detail
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://www.2bulu.com/espace/track_special_detail.htm") {
    /* 在此插入代码... */
	#trackSpecialTrackListDiv{
		display: flex;
		    flex-wrap: wrap;
	}
	
	#trackSpecialTrackListDiv>*{
		width: 23%;
		margin: 15px 1% 20px;
	}
	#trackSpecialTrackListDiv .imgList{
		display: flex;
		height: 200px;
		overflow-x:scroll; 
	}
	
	#trackSpecialTrackListDiv .imgList a{
		display: inline-block;
		flex-shrink: 0;
		width: 100%;
		height: 100%;
	}
	#trackSpecialTrackListDiv .imgList a img{
	object-fit: contain;
	}
	
	.tk-box,.tk-box>div{
		display: flex;
	}
	.tk-excel{
		    display: flex;
    flex-direction: column;
	}
	
	.notes{
		flex-grow: 1!important;
	}
	#moreSpecialTrackButton{
		display: block;
		flex: none;
  flex-basis: 100%;
	}
}

Reviews

No reviews yet.