Pithy JD | 简洁京东 (CSS)

首页仅保留导航栏、logo、搜索框。

目前为 2020-07-24 提交的版本。查看 最新版本

  1. /* ==UserStyle==
  2. @name Pithy JD | 简洁京东 (CSS)
  3. @description 首页仅保留导航栏、logo、搜索框。
  4. @version 1.0.2
  5. @namespace https://gf.qytechs.cn/users/472487
  6. ==/UserStyle== */
  7.  
  8. @-moz-document domain("jd.com") {
  9. #J_searchbg, #J_accessibility, #J_promotional-top, #J_mobile{
  10. display:none !important;
  11. }
  12. html, body, .mod_container{
  13. height:100%;
  14. background:white;
  15. }
  16. #header{
  17. border:none ;
  18. }
  19.  
  20. .logo_subtit, .logo_extend, .logo_scene.logo_scene_hide, #logo>a{
  21. display:none !important;
  22. }
  23.  
  24. #navitems, #hotwords, #treasure{
  25. display:none !important;
  26. }
  27.  
  28. .fs, #app{
  29. display:none !important;
  30. }
  31.  
  32. #logo{
  33. position:fixed;
  34. top:calc(30% - 80px);
  35. left:calc(50% - 100px);
  36. }
  37.  
  38. .logo_tit_lk{
  39. position:fixed;
  40. top:calc(30% - 80px);
  41. left:calc(50% - 100px);
  42. margin:0px auto;
  43. width:250px;
  44. }
  45.  
  46. #search .form{
  47. position:fixed;
  48. top:calc(60% - 80px);
  49. left:calc(50% - 273px);
  50. width:546px;
  51. }
  52.  
  53. #settleup .cw-icon{
  54. position:fixed;
  55. top:33px;
  56. left:calc(100% - 137px);
  57. width:132px;
  58. height:32px;
  59. }
  60.  
  61. a.service, a.feedback, a.backtop{
  62. border: 0px; border-top: 1px solid #fff !important; border-bottom: 1px solid #fff!important;
  63. }
  64.  
  65. .product-intro.clearfix{
  66. display:flex;justify-content:center;
  67. }
  68.  
  69. #J_fs_act_lk, #toolbar-qrcode, #J_news, #shopRecSuit, #pop-hot, #sp-new, #shop-similar-promotion {
  70. display:none !important;
  71. }
  72.  
  73. .jTdCode, .user_profit, .track, .mobile_static, .purchase-op, .smart-guide-bottom{
  74. display:none !important;
  75. }
  76.  
  77. #fittings{
  78. display:none !important;
  79. }
  80.  
  81. #view-buy, #yuyue-reco, #view-view, #cart-smart, #c-tabs-new{
  82. display:none !important;
  83. }
  84. .m.m-aside:not([class*='popbox']){
  85. display:none !important;
  86. }
  87. .m.m-content.hide{
  88. display:none !important;
  89. }
  90.  
  91. #shareRecDemo, #guessing-liked, #orderAdids, #menu-ads, #miaozhen10772{
  92. display:none !important;
  93. }
  94.  
  95. .bottom-search, .may-like, #main>.mod-main:nth-last-of-type(1){
  96. display:none !important;
  97. }
  98.  
  99.  
  100. }

QingJ © 2025

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