Skip to content

虎扑移动端适配 by melencolia11514

Details

Authormelencolia11514

LicenseNo License

Categorywww.hupu.com

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle for hupu.

Notes

Userstyle doesn't have notes.

Source code

	/* ==UserStyle==
@name           虎扑移动端适配
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle for hupu.
==/UserStyle== */
	@-moz-document domain("www.hupu.com") {

		.backToTop_2mZa6 {
			display: none !important;
		}

		.gamecenter {
			display: none;
		}

		.footer-floor {
			display: none;
		}

		@media screen and (max-width: 1050px) {

			.bannerlogonew {
				display: none !important;
			}

			.hp-topbarNav-bd {
				display: none;
			}

			.hp-pc-rc-menu {
				height: 10vh;
			}

			.hp-pc-rc-menu-banner {
				height: 10vh;
			}

			.banneritem a {
				font-size: 4vh;
			}

			.bbs-index-web-right {
				display: none;
			}

			.cardListContainer {
				display: none;
			}

			.middle-label-noneleft {
				display: none !important;
			}

			.list-item {
				height: 45vh !important;
				max-width: 85vw;
				transform: scale(3, 3);
				transform-origin: 0;
				pointer-events: none;
			}

			.list-item-info {
				pointer-events: auto;
			}

			.list-item:hover {
				background-color: transparent !important;
			}
		}
	}

Reviews

No reviews yet.