Greasy Fork is available in English.
淘宝简化插件
当前为
/* ==UserStyle==
@name 淘宝简化
@version 1.0.6
@description 淘宝简化插件
@author SettingDust
@namespace http://greasyfork.icu/users/149095
==/UserStyle== */
@-moz-document domain("taobao.com") {
.tbh-superbanner,
.tbh-decorations,
.tbh-logo,
.tbh-qr-wrapper,
.search-ft,
.tbh-nav,
.tbh-tipoff,
.tbh-conve,
.tbh-notice,
.tbh-app,
.tbh-venues,
.screen-outer,
.seat-gg,
.tbh-discover-goods,
.tbh-shop,
.tbh-live,
.tbh-sale,
.tbh-fashion,
.tb-tanx-wrapper,
.tbh-fixedtool,
.site-nav-seller,
.site-nav-free,
.site-nav-mobile,
.site-nav-sitemap,
.hotsale-hd,
.tbh-helper,
.hotsale-ft,
#J_SiteFooter,
#J_Banner,
[data-ad="1"] {
display: none !important
}
body {
background-color: #efefef;
}
.tbh-member {
background: none !important
}
.layer-inner {
margin: 0
}
.search-panel-fields {
background: white;
}
.J_Top {
background: transparent;
padding-top: 96px
}
.tbh-hotsale {
padding: 48px 0;
background: transparent;
}
.tbh-hotsale .list {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.tbh-hotsale .list .item {
margin: 16px;
padding: 0;
border-radius: 8px;
background-color: #efefef;
border: none;
transition: 225ms;
height: unset;
box-shadow: 4px 4px 8px #cbcbcb,
-4px -4px 8px #ffffff;
}
.tbh-hotsale .list .item:hover {
transition: 225ms;
box-shadow: 2px 2px 4px #cbcbcb,
-2px -2px 4px #ffffff;
border: none;
}
.tbh-hotsale .list .item:active {
box-shadow: 2px 2px #ffffff,
-2px -2px #e8e8e8;
}
.tbh-hotsale .list .item h4,
.tbh-hotsale .list .item .info {
padding: 0 12px;
}
.tbh-hotsale .list .item .item-more {
width: 100%;
padding: 8px 12px;
box-sizing: border-box;
height: unset;
}
.tbh-hotsale .list .item .item-more .similar {
display: none;
}
.tbh-hotsale .list .item .img-wrapper {
background: transparent;
}
.img-wrapper img {
opacity: 1
}
.img-wrapper:hover img {
opacity: 1
}
.hotsale-item:hover img {
opacity: 1
}
.layer {
width: unset;
}
@media(min-width: 1588px) {
.layer {
padding: 0 130px
}
}
@media(min-width: 1831px) {
.layer {
padding: 0 196px
}
}
.tbh-hotsale .list .item .info {
margin-top: 16px;
margin-bottom: 16px;
}
}