油猴AC-重定向自定义样式

请添加图片描述
在这里插入图片描述

/**计数器的颜色样式*/
div .AC-CounterT {
  background: #FD9999;
}

  ::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 2px;
    height: 4px;
  }

  ::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    background: #4e6ef2;
  }

  ::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 0;
    background: rgba(#000, 0.1);
  }


/**百度样式区域**/
body[baidu] {
  position: relative;

  #head {
    background: rgba(0, 0, 0, 0);
  }

 .c-tabs-item,.c-tabs-nav,.c-tabs-nav-selected{
    background:none;
 }

  /**右侧栏的样式-其实不开启更好看一些*/
  #content_right {
    padding: 20px 15px 15px !important;
    border-radius: 5px;
    background-color: #FFFFFF66;
    box-sizing: border-box;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
  }

  &:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    content: '';
    backdrop-filter: blur(50px);
  }

  &:before {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -3;
    content: '';
    background: url('http://t15.baidu.com/it/u=2676067836,2088317940&fm=224&app=112&f=JPEG?w=500&h=500');
    background-size: cover;
  }

  /**隐藏首页的大图标-修复可能导致外援样式异常**/
  #s_lg_img_new {
    display: none !important;
  }

  #wrapper #s_tab {
    background-color: rgba(248, 248, 248, 0.2);
    backdrop-filter: blur(5px);
    border-bottom: none;
  }

  #content_left>.c-container {
    border-radius: 5px;
    border: none !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    /*百度搜索块体的颜色;透明度=0.1,最大1*/

    h3 {
      backdrop-filter: blur(5px);
      font-size: 15px !important;
      background-color: rgba(0, 0, 0, 0.01) !important;
      /*百度搜索块体 - 标题的颜色;透明度=0.1,最大1*/
    }
  }


  #searchTag {
    display: none !important;
  }

  .wrapper_new #s_tab {
    padding-top: 0px;
    padding-left: 20px !important;
    border-radius: 4px;
    margin-top: 80px;
  }

  .cu-border {
    box-shadow: none !important;
  }

  #container.sam_newgrid #content_left .result-op,
  #container.sam_newgrid #content_left .result {
    border-radius: 4px;
  }

  #rs_new {
    display: none;
  }

  #foot {
    display: none;
  }

  .options_2Vntk,
  .hint_PIwZX {
    color: #223344 !important;
  }

  #page {
    margin-bottom: 40px !important;
  }

  #bottom_layer {
    display: none;
  }

  .s-top-wrap {
    background: none;
  }

  #head_wrapper #kw {
    border-width: 0px !important;
    background: none !important;
  }

  .s_down {
    background: rgba(255, 255, 255, 0) !important;
  }

  .s-manhattan-index {
    overflow: hidden;
  }


  .s-tab-item {
    color: #000 !important;
  }

  .item_3WKCf {
    background: rgba(255, 255, 255, 0.2) !important;
  }

  #myuser .myuserconfig {
    border: none !important;
  }

  .wrapper_new #s_tab .s-tab-item:before {
    color: #000;
  }

  #wrapper #s_tab b {
    color: #000;
  }

  .relative_5Vbw9 {
    display: none;
  }

  form.fm .s_ipt_wr.bg {
    background: rgba(0, 0, 0, 0);
  }

  .wrapper_new .s_ipt_wr {
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    border-color: #4e6ef2;
  }

  .wrapper_new .s_btn_wr .s_btn {
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    border-radius: 0 4px 4px 0;
    width: 90px;
  }

  .wrapper_new #form .bdsug-new {
    top: 38px !important;
    width: calc(66% - 20px);
    min-width: calc(37.5vw - 160px);
    background: rgba(255, 255, 255, 0.9);
    border-width: 0px !important;
  }

  .wrapper_new #form .bdsug-new ul {
    border: none;
  }

  .bdsug-feedback-wrap {
    display: none;
  }

  .page_2muyV strong,
  .page_2muyV a {
    background: none !important;
    border: 1px solid #eee !important;
    color: #eee !important;
  }

  #wrapper #page strong .pc {
    background: #EEEEEE !important;
    font-weight: 700;
    color: #4E6EF2;
  }

  .page-inner_2jZi2 .n {
    display: none;
  }

  .page-inner_2jZi2 {
    text-align: center;
  }

  #head_wrapper .s_form {
    width: 656px;
  }

  #head_wrapper .s_btn {
    height: 42px;
    line-height: 42px;
  }
}

body[google] {


  &:before {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -5;
    content: '';
    background-image: url('https://img.tujidu.com/image/620210010b2cd.jpg');
    background-size: 100% auto;
    opacity: 0.8;
    /*背景图透明度=0.8,最大1*/
  }

  #rso .g,
  .sfbg,
  .f6F9Be,
  .k8XOCe {
    background-color: rgba(248, 248, 248, 0.6) !important;
  }

  .sfbg {
    margin-top: -10px;
  }

  .yg51vc {
    background-color: transparent !important;
  }
}
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值