Skip to content

必应双列瀑布流 by Tairan4356

Screenshot of 必应双列瀑布流

Details

AuthorTairan4356

LicenseNo License

Categorybing.com

Created

Updated

Size3.3 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.3
@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;
    }

    #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_icon {
        display: none;
    }

    #sb_clt {
        left: -10px;
    }

    /*隐藏热点*/
    #sw_as {
        display: none !important;
    }

    .as_on,
    b_searchboxForm {
        border-radius: 24px !important;
    }

    /*搜索结果美化*/
    main {
        width: 80%;
    }

    #b_tween {
        margin-bottom: 10px;
    }

    #b_results {
        margin: 0 auto;
        width: 1200px;
        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;
    }
    /*右边搜索栏优化*/
    aside {
        display: none;
    }

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

Reviews

No reviews yet.