Skip to content

必应双列瀑布流 - Bing: Dual Column Waterfall by Tairan4356

Screenshot of 必应双列瀑布流 - Bing: Dual Column Waterfall

Details

AuthorTairan4356

LicenseNo License

Categorybing.com

Created

Updated

Size3.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         必应双列瀑布流
@version      1.5
@namespace    userstyles.world/user/Tairan4356
@description  对必应搜索结果进行双列布局
@author       Tairan
==/UserStyle== */
@-moz-document url-prefix("https://cn.bing.com/"),
url-prefix("https://www.bing.com/"),
url-prefix("https://bing.com/") {
  /* 背景图片 */
  body {
    background-image: url("https://api.kdcc.cn/");
    /* 此处可以自定义壁纸 */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }

  /* 背景减淡 */
  #b_content {
    background-color: rgba(255, 255, 255, .8);
    padding: 0 var(--lgutter);
    overflow: hidden;
  }
  
  /* 1.5更新 修复 Header 透明度 */
  #b_header, .b_pinhead:not(.b_dark) #b_header {
    background-color: rgba(255, 255, 255, .9) !important;
  }

  /* 简化标签 */
  #b-scopeListItem-bingatwork {
    display: none;
  }

  #b-scopeListItem-bingpages {
    display: none;
  }

  #b-scopeListItem-menu {
    display: none;
  }

  #id_mobile {
    display: none !important;
  }

  /* 隐藏麦克风 */
  .mic_cont {
    display: none !important;
  }

  #sb_clt {
    left: -10px;
  }

  /* 搜索结果美化 */
  main {
    width: 100%;
    margin-top: 40px;
    display: block;
  }

  #b_tween {
    margin-bottom: 10px;
  }

  #b_results {
    margin: 0 auto;
    width: 100%;
    column-count: 2;
    column-gap: 20px;
  }

  #b_results > li {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 20px;
    margin: 20px 0;
    break-inside: avoid;
  }

  .b_vidAns {
    background: none;
  }

  .rd_single {
    background: none;
  }

  .fbtopblue {
    display: none;
  }

  .openans_gradient_div {
    background: none !important;
  }

  .fbans {
    display: none;
  }

  #brsv3 {
    width: unset !important;
  }

  #b_results #brsv3 .b_vList li {
    width: 100%;
  }

  #b_results #brsv3 .b_vList li a {
    background: rgba(255, 255, 255, .5);
  }

  .rd_card_ml {
    background: none;
  }

  #tabcontrol_30_F64C2A_menu > li {
    background: none;
  }

  .tab-active {
    background: rgba(255, 255, 255, .5) !important;
  }

  .pagereco_CB {
    background: none;
  }

  .pagereco_CBTextCard {
    background: rgba(255, 255, 255, .5);
  }

  #mfa_root {
    display: none;
  }

  /* 1.2更新 必应地图显示问题 */
  .dynMap {

    width: unset !important;
  }

  .tltg:not(:first-child) {
    background-color: rgba(255, 255, 255, .5);
  }

  .dict_oa {
    padding: unset;
    margin: unset;
    box-shadow: unset;
  }

  #lMapContainer .vertcard {
    background: none;
  }

  #relatedSearchesLGWContainer {
    display: none;
  }

  /* 1.3更新 必应首页小测试显示问题 */
  .wk_OuterDivAlignment {
    width: unset !important;
  }

  /* 1.4更新 隐藏搜索结果中的部分广告 */
  .b_ad {
    display: none !important;
  }

  /* 右边搜索栏优化 */
  aside {
    display: none;
  }

  /* 优化页脚 */
  .b_footer {
    display: none;
  }
}

Reviews

No reviews yet.