淘宝简化

淘宝简化插件

  1. /* ==UserStyle==
  2. @name 淘宝简化
  3. @version 1.1.0
  4. @description 淘宝简化插件
  5. @author SettingDust
  6. @namespace https://gf.qytechs.cn/users/149095
  7. ==/UserStyle== */
  8. @-moz-document domain("taobao.com") {
  9. .tbh-superbanner,
  10. .tbh-decorations,
  11. .tbh-logo,
  12. .tbh-qr-wrapper,
  13. .search-ft,
  14. .tbh-nav,
  15. .tbh-tipoff,
  16. .tbh-conve,
  17. .tbh-notice,
  18. .tbh-app,
  19. .tbh-venues,
  20. .screen-outer,
  21. .seat-gg,
  22. .tbh-discover-goods,
  23. .tbh-shop,
  24. .tbh-live,
  25. .tbh-sale,
  26. .tbh-fashion,
  27. .tb-tanx-wrapper,
  28. .tbh-fixedtool,
  29. .site-nav-seller,
  30. .site-nav-free,
  31. .site-nav-mobile,
  32. .site-nav-sitemap,
  33. .hotsale-hd,
  34. .tbh-helper,
  35. .hotsale-ft,
  36. #J_SiteFooter,
  37. #J_Banner,
  38. [data-ad="1"] {
  39. display: none !important
  40. }
  41.  
  42. body,
  43. html,
  44. .search-decorations {
  45. background: none;
  46. background-color: #efefef !important;
  47. }
  48. .tbh-member {
  49. background: none !important
  50. }
  51. .layer-inner {
  52. margin: 0
  53. }
  54. .search-panel-fields {
  55. background: white;
  56. }
  57. .J_Top {
  58. background: transparent;
  59. padding-top: 96px
  60. }
  61. .tbh-hotsale {
  62. padding: 48px 0;
  63. background: transparent;
  64. }
  65. .tbh-hotsale .list {
  66. display: flex;
  67. flex-wrap: wrap;
  68. justify-content: center;
  69. }
  70. .tbh-hotsale .list .item {
  71. margin: 16px;
  72. padding: 0;
  73. border-radius: 8px;
  74. background-color: #efefef;
  75. border: none;
  76. transition: 225ms;
  77. height: unset;
  78. box-shadow: 4px 4px 8px #cbcbcb,
  79. -4px -4px 8px #ffffff;
  80. }
  81.  
  82. .tbh-hotsale .list .item:hover {
  83. transition: 225ms;
  84. box-shadow: 2px 2px 4px #cbcbcb,
  85. -2px -2px 4px #ffffff;
  86. border: none;
  87. }
  88.  
  89. .tbh-hotsale .list .item:active {
  90. box-shadow: 2px 2px #ffffff,
  91. -2px -2px #e8e8e8;
  92. }
  93.  
  94.  
  95. .tbh-hotsale .list .item h4 img {
  96. display: none;
  97. }
  98.  
  99. .tbh-hotsale .list .item h4,
  100. .tbh-hotsale .list .item .info {
  101. padding: 0 12px;
  102. }
  103. .tbh-hotsale .list .item .item-more {
  104. width: 100%;
  105. padding: 8px 12px;
  106. box-sizing: border-box;
  107. height: unset;
  108. background-image: linear-gradient(180deg, #efefef00 0%, #efefef8a 12%, #efefeff0 28%, #efefef 47%);
  109. }
  110. .tbh-hotsale .list .item .item-more .similar {
  111. width: unset;
  112. background: none;
  113. color: #ff5000;
  114. line-height: 24px;
  115. height: 24px;
  116. margin: 8px 0;
  117. }
  118. .tbh-hotsale .list .item .img-wrapper {
  119. background: transparent;
  120. mix-blend-mode: multiply;
  121. }
  122. .img-wrapper img {
  123. opacity: 1
  124. }
  125. .img-wrapper:hover img {
  126. opacity: 1
  127. }
  128. .hotsale-item .img-wrapper {
  129. border-radius: 8px;
  130. }
  131. .hotsale-item:hover img {
  132. opacity: 1
  133. }
  134. .hotsale-item .img-wrapper img {
  135. border-radius: 8px;
  136. }
  137. .layer {
  138. width: unset;
  139. }
  140. @media(min-width: 1588px) {
  141. .layer {
  142. padding: 0 130px
  143. }
  144. }
  145. @media(min-width: 1831px) {
  146. .layer {
  147. padding: 0 196px
  148. }
  149. }
  150. .tbh-hotsale .list .item .info {
  151. margin-top: 16px;
  152. margin-bottom: 16px;
  153. }
  154. .cart-logo a {
  155. font-size: 0;
  156. }
  157. .cart-logo a span {
  158. mix-blend-mode: multiply;
  159. }
  160. .tbh-search {
  161. margin-left: 284px;
  162. margin-right: 284px;
  163. }
  164. .search-fixed .search-bd {
  165. transition: 225ms;
  166. background-color: #efefef;
  167. box-shadow: 4px 4px 8px #cbcbcb, -4px -4px 8px #ffffff;
  168. display: flex;
  169. align-items: center;
  170. }
  171. .search-fixed .search-bd:hover {
  172. box-shadow: 2px 2px 4px #cbcbcb, -2px -2px 4px #ffffff;
  173. }
  174. .search-fixed .search-bd .search-panel {
  175. width: 100%;
  176. }
  177. .search-fixed .search-bd .search-panel .search-common-panel {
  178. background-color: transparent;
  179. border: none;
  180. }
  181. .search-fixed .search-bd .search-triggers {
  182. cursor: pointer;
  183. background-color: transparent;
  184. transition: 225ms;
  185. }
  186. .search-fixed .search-bd .search-triggers:hover {
  187. background-color: #f8f8f8;
  188. }
  189. .search-fixed .search-bd .search-triggers:hover {
  190. background-color: #fff;
  191. }
  192. .search-fixed .search-bd .search-panel .search-common-panel .search-combobox-input-wrap {
  193. border: none;
  194. overflow: visible;
  195. display: flex;
  196. align-items: center;
  197. }
  198. .search-bd .search-panel .search-common-panel #q {
  199. background-color: transparent;
  200. transition: 225ms;
  201. box-shadow: inset 1px 1px #cbcbcb, 1px 1px #ffffff;
  202. padding: 4px 32px 4px 8px;
  203. text-indent: 0;
  204. }
  205. .search-bd .search-panel .search-common-panel #q:focus {
  206. box-shadow: inset 2px 2px #cbcbcb, 2px 2px #ffffff;
  207. }
  208. .search-bd .search-panel .search-common-panel i {
  209. top: 7px;
  210. }
  211. .search-fixed .search-bd .search-panel .search-common-panel label {
  212. top: 9px;
  213. }
  214. .search-fixed .search-bd .search-triggers li {
  215. height: 36px;
  216. line-height: 36px;
  217. }
  218. .search-fixed .search-bd .search-panel .search-button {
  219. top: 3px;
  220. right: 3px;
  221. height: 30px;
  222. margin-top: 0;
  223. width: 64px;
  224. }
  225. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址