Skip to content

中环云平台样式优化 by niefei

Details

Authorniefei

LicenseNo License

Categoryyun.one-all.com

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

云平台样式优化(不影响源码)

Notes

隐私模式使用样式需在扩展程序中勾选

Source code

/* ==UserStyle==
@name           2023/2/16 16:42:17
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("yun.one-all.com") {
    #newBridge,#newBridge .icon-left-center{display:none;}
    textarea[name="custom"] {min-height: 160px;}
    .popup {
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    }
    .head_smlist{display: block !important;}
    .layout-wrapper{background: linear-gradient(45deg, #048cb9 0%, #1e4379 100%);background-size: 600% 600%;animation: gradientBG 5s ease infinite;}
    .kefu_text{display: none;}
    .kefu_gongdan{background: #54719d00;right: 140px;}
    .wangzhi {background: #18356070;}
    .headerhome{width: 100px;}
    @media(max-width: 1500px) {
    .main_content_left,.main_content_right{width:100%;}
        .main_content_left{display: none;}
    }
  /* 动画,控制背景 background-position */
  @keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
  }
}

Reviews

No reviews yet.